A B C D E F G H I J K L M N O P Q R S T U V W X Z

R

R2 - Class in jmetal.qualityIndicator
 
R2() - Constructor for class jmetal.qualityIndicator.R2
Constructor Creates a new instance of the R2 indicator for a problem with two objectives and 100 lambda vectors
R2(int) - Constructor for class jmetal.qualityIndicator.R2
Constructor Creates a new instance of the R2 indicator for a problem with two objectives and N lambda vectors
R2(int, String) - Constructor for class jmetal.qualityIndicator.R2
Constructor Creates a new instance of the R2 indicator for nDimensiosn It loads the weight vectors from the file fileName
R2(double[][], double[][]) - Method in class jmetal.qualityIndicator.R2
Returns the R2 indicator value of a given front
R2(SolutionSet) - Method in class jmetal.qualityIndicator.R2
Returns the R2 indicator of a given population, using as a reference point 0, 0.
R2Archive - Class in jmetal.util.archive
This class implements a bounded archive based on crowding distances (as defined in NSGA-II).
R2Archive(int) - Constructor for class jmetal.util.archive.R2Archive
Constructor.
R2Archive(int, int, String) - Constructor for class jmetal.util.archive.R2Archive
Constructor.
R2Without(SolutionSet, int) - Method in class jmetal.qualityIndicator.R2
Returns the R2 indicator value of a given front
r_nonsep(float[], int) - Method in class jmetal.problems.WFG.Transformations
r_nonsep transformation
r_sum(float[], float[]) - Method in class jmetal.problems.WFG.Transformations
r_sum transformation
randDouble() - Static method in class jmetal.util.PseudoRandom
Returns a random double value using the PseudoRandom generator.
randDouble(double, double) - Static method in class jmetal.util.PseudoRandom
Returns a random double value between a minimum bound and a maximum bound using the PseudoRandom generator.
randInt() - Static method in class jmetal.util.PseudoRandom
Returns a random int value using the Java random generator.
randInt(int, int) - Static method in class jmetal.util.PseudoRandom
Returns a random int value between a minimum bound and maximum bound using the PseudoRandom generator.
random - Variable in class jmetal.problems.WFG.WFG
 
RandomGenerator - Class in jmetal.util
This code has been taken from deb NSGA-II implementation The code is available to download from http://www.iitk.ac.in/kangal/codes.shtml
RandomGenerator() - Constructor for class jmetal.util.RandomGenerator
Constructor
randomOccupiedHypercube() - Method in class jmetal.util.AdaptiveGrid
Returns a random hypercube that has more than zero solutions.
randomPermutation(int[], int) - Static method in class jmetal.metaheuristics.moead.Utils
 
RandomSearch - Class in jmetal.metaheuristics.randomSearch
This class implements a simple random search algorithm.
RandomSearch(Problem) - Constructor for class jmetal.metaheuristics.randomSearch.RandomSearch
Constructor
RandomSearch_main - Class in jmetal.metaheuristics.randomSearch
Class for configuring and running the RandomSearch algorithm
RandomSearch_main() - Constructor for class jmetal.metaheuristics.randomSearch.RandomSearch_main
 
RandomSearch_Settings - Class in jmetal.experiments.settings
Settings class of algorithm RandomSearch
RandomSearch_Settings(String) - Constructor for class jmetal.experiments.settings.RandomSearch_Settings
Constructor
RandomSelection - Class in jmetal.operators.selection
This class implements a random selection operator used for selecting two random parents
RandomSelection(HashMap<String, Object>) - Constructor for class jmetal.operators.selection.RandomSelection
 
RankComparator - Class in jmetal.util.comparators
This class implements a Comparator (a method for comparing Solution objects) based on the rank of the solutions.
RankComparator() - Constructor for class jmetal.util.comparators.RankComparator
 
Ranking - Class in jmetal.util
This class implements some facilities for ranking solutions.
Ranking(SolutionSet) - Constructor for class jmetal.util.Ranking
Constructor.
RankingAndCrowdingSelection - Class in jmetal.operators.selection
This class implements a selection for selecting a number of solutions from a solutionSet.
RankingAndCrowdingSelection(HashMap<String, Object>) - Constructor for class jmetal.operators.selection.RankingAndCrowdingSelection
Constructor
Rastrigin - Class in jmetal.problems.singleObjective
 
Rastrigin(String, Integer) - Constructor for class jmetal.problems.singleObjective.Rastrigin
Constructor Creates a default instance of the Rastrigin problem
RBoxplot - Class in jmetal.experiments.util
Class for generating results in form of boxplots
RBoxplot() - Constructor for class jmetal.experiments.util.RBoxplot
 
readFront(String) - Method in class jmetal.qualityIndicator.fastHypervolume.wfg.Front
 
readFront(String) - Method in class jmetal.qualityIndicator.util.MetricsUtil
This method reads a Pareto Front for a file.
ReadInstance - Class in jmetal.problems.mqap
 
ReadInstance(String) - Constructor for class jmetal.problems.mqap.ReadInstance
 
readNonDominatedSolutionSet(String) - Method in class jmetal.qualityIndicator.util.MetricsUtil
Reads a set of non dominated solutions from a file
readNonDominatedSolutionSet(String, NonDominatedSolutionList) - Method in class jmetal.qualityIndicator.util.MetricsUtil
Reads a set of non dominated solutions from a file and store it in a existing non dominated solution set
readProblem(String) - Method in class jmetal.problems.mTSP
 
readProblem(String) - Method in class jmetal.problems.singleObjective.TSP
 
readSolutionSet(String) - Method in class jmetal.qualityIndicator.util.MetricsUtil
Reads a set of non dominated solutions from a file
readState(DataInputStream) - Method in class jmetal.util.MersenneTwisterFast
Reads the entire state of the MersenneTwister RNG from the stream
Real - Class in jmetal.encodings.variable
This class implements a Real value decision encodings.variable
Real() - Constructor for class jmetal.encodings.variable.Real
Constructor
Real(double, double) - Constructor for class jmetal.encodings.variable.Real
Constructor
Real(double, double, double) - Constructor for class jmetal.encodings.variable.Real
Constructor
Real(Variable) - Constructor for class jmetal.encodings.variable.Real
Copy constructor.
RealSolutionType - Class in jmetal.encodings.solutionType
Class representing a solution type composed of real variables
RealSolutionType(Problem) - Constructor for class jmetal.encodings.solutionType.RealSolutionType
Constructor
rebalance(AvlNode<T>) - Method in class jmetal.util.avl.AvlTree
 
referencePoint_ - Variable in class jmetal.qualityIndicator.fastHypervolume.FastHypervolumeArchive
 
referenceSetUpdate(boolean) - Method in class jmetal.metaheuristics.abyss.AbYSS
Implements the referenceSetUpdate method.
refSet1Size_ - Variable in class jmetal.experiments.settings.AbYSS_Settings
 
refSet1Test(Solution) - Method in class jmetal.metaheuristics.abyss.AbYSS
Tries to update the reference set one with a Solution.
refSet2Size_ - Variable in class jmetal.experiments.settings.AbYSS_Settings
 
refSet2Test(Solution) - Method in class jmetal.metaheuristics.abyss.AbYSS
Tries to update the reference set 2 with a Solution
remove(int) - Method in class jmetal.core.SolutionSet
Deletes the Solution at position i in the set.
removeSolution(int) - Method in class jmetal.util.AdaptiveGrid
Decreases the number of solutions into a specific hypercube.
removeWorst(SolutionSet) - Method in class jmetal.metaheuristics.ibea.IBEA
Update the fitness before removing an individual
replace(int, Solution) - Method in class jmetal.core.SolutionSet
Replaces a solution by a new one
reset() - Method in class jmetal.util.NonDominatedSolutionList2
 
rightRotation(AvlNode<T>) - Method in class jmetal.util.avl.AvlTree
 
rndInt(int, int) - Method in class jmetal.util.RandomGenerator
 
rndReal(double, double) - Method in class jmetal.util.RandomGenerator
 
Rosenbrock - Class in jmetal.problems.singleObjective
 
Rosenbrock(String, Integer) - Constructor for class jmetal.problems.singleObjective.Rosenbrock
Constructor Creates a default instance of the Rosenbrock problem
rouletteWheel() - Method in class jmetal.util.AdaptiveGrid
Returns a random hypercube using a rouleteWheel method.
run() - Method in class jmetal.experiments.util.RunExperiment
 
run() - Method in class jmetal.metaheuristics.moead.pMOEAD
 
runCompleteExperiment() - Method in class jmetal.experiments.Experiment
 
runCompleteExperiment(int) - Method in class jmetal.experiments.Experiment
 
runExperiment(int) - Method in class jmetal.experiments.Experiment
Runs the experiment
runExperiment() - Method in class jmetal.experiments.Experiment
Runs the experiment
RunExperiment - Class in jmetal.experiments.util
Class implementing the steps to run an experiment
RunExperiment(Experiment, HashMap<String, Object>, int, int, int) - Constructor for class jmetal.experiments.util.RunExperiment
 
RWilcoxon - Class in jmetal.experiments.util
Class producing R scripts that generate latex tables including the Wilcoxon rank-sum test
RWilcoxon() - Constructor for class jmetal.experiments.util.RWilcoxon
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z