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

A

A_ - Variable in class jmetal.problems.WFG.WFG
 
AbYSS - Class in jmetal.metaheuristics.abyss
This class implements the AbYSS algorithm.
AbYSS(Problem) - Constructor for class jmetal.metaheuristics.abyss.AbYSS
Constructor.
AbYSS_main - Class in jmetal.metaheuristics.abyss
This class is the main program used to configure and run AbYSS, a multiobjective scatter search metaheuristics, which is described in: A.J.
AbYSS_main() - Constructor for class jmetal.metaheuristics.abyss.AbYSS_main
 
AbYSS_Settings - Class in jmetal.experiments.settings
Settings class of algorithm AbYSS
AbYSS_Settings(String) - Constructor for class jmetal.experiments.settings.AbYSS_Settings
Constructor
acGA - Class in jmetal.metaheuristics.singleObjective.geneticAlgorithm
Class implementing an asynchronous cellular genetic algorithm
acGA(Problem) - Constructor for class jmetal.metaheuristics.singleObjective.geneticAlgorithm.acGA
Constructor
actualiseHVContribution() - Method in class jmetal.util.archive.HypervolumeArchive
This method forces to compute the contribution of each solution (required for PAEShv)
AdaptiveGrid - Class in jmetal.util
This class defines an adaptive grid over a SolutionSet as the one used the algorithm PAES.
AdaptiveGrid(int, int) - Constructor for class jmetal.util.AdaptiveGrid
Constructor.
AdaptiveGridArchive - Class in jmetal.util.archive
This class implements an archive based on an adaptive grid used in PAES
AdaptiveGridArchive(int, int, int) - Constructor for class jmetal.util.archive.AdaptiveGridArchive
Constructor.
add(Solution) - Method in class jmetal.core.SolutionSet
Inserts a new solution into the SolutionSet.
add(int, Solution) - Method in class jmetal.core.SolutionSet
 
add(Solution) - Method in class jmetal.qualityIndicator.fastHypervolume.FastHypervolumeArchive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.AdaptiveGridArchive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.CrowdingArchive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.HypervolumeArchive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.R2Archive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.SPEA2DensityArchive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.StrengthRawFitnessArchive
Adds a Solution to the archive.
add(Solution) - Method in class jmetal.util.archive.WFGHypervolumeArchive
Adds a Solution to the archive.
add(ExtractParetoFront.Point) - Method in class jmetal.util.ExtractParetoFront
 
add(Solution) - Method in class jmetal.util.NonDominatedSolutionList
Inserts a solution in the list
add(Solution) - Method in class jmetal.util.NonDominatedSolutionList2
Inserts a solution in the list
addOperator(String, Operator) - Method in class jmetal.core.Algorithm
Offers facilities for add new operators for the algorithm.
addSolution(int) - Method in class jmetal.util.AdaptiveGrid
Increases the number of solutions into a specific hypercube.
addSolutionForEvaluation(Solution) - Method in interface jmetal.util.parallel.IParallelEvaluator
 
addSolutionForEvaluation(Solution) - Method in class jmetal.util.parallel.MultithreadedEvaluator
Adds a solution to be evaluated to a list of tasks
AggregativeComparator - Class in jmetal.util.comparators
This class implements a Comparator (a method for comparing Solution objects) based on the aggregative sum of the objective values.
AggregativeComparator() - Constructor for class jmetal.util.comparators.AggregativeComparator
 
Algorithm - Class in jmetal.core
This class implements a generic template for the algorithms developed in jMetal.
Algorithm(Problem) - Constructor for class jmetal.core.Algorithm
Constructor
algorithmIndex - Static variable in class jmetal.experiments.Experiment
 
algorithmNameList_ - Variable in class jmetal.experiments.Experiment
 
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.Experiment
Especifies the experiments.settings of each algorith.
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.ConstrainedProblemsStudy
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.jMetalExperiment
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.NSGAIIStudy
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.pMOEADStudy
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.StandardStudy
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.StandardStudy2
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.ZDTStudy
Configures the algorithms in each independent run
algorithmSettings(String, int, Algorithm[]) - Method in class jmetal.experiments.studies.ZDTStudy2
Configures the algorithms in each independent run
algorithmSettings_ - Variable in class jmetal.experiments.Experiment
 
aMOCell1 - Class in jmetal.metaheuristics.mocell
This class represents the asynchronous version of the MOCell algorithm
aMOCell1(Problem) - Constructor for class jmetal.metaheuristics.mocell.aMOCell1
Constructor
aMOCell2 - Class in jmetal.metaheuristics.mocell
This class represents an asynchronous version of the MOCell algorithm, which applies an archive feedback through parent selection.
aMOCell2(Problem) - Constructor for class jmetal.metaheuristics.mocell.aMOCell2
Constructor
aMOCell3 - Class in jmetal.metaheuristics.mocell
This class represents an asynchronous version of MOCell algorithm.
aMOCell3(Problem) - Constructor for class jmetal.metaheuristics.mocell.aMOCell3
 
appendObjectToFile(String, Object) - Static method in class jmetal.util.FileUtils
 
Archive - Class in jmetal.util.archive
This class represents the super class for archive objects.
Archive(int) - Constructor for class jmetal.util.archive.Archive
 
archiveFeedback_ - Variable in class jmetal.experiments.settings.CellDE_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.AbYSS_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.CellDE_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.IBEA_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.MOCell_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.OMOPSO_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.PAES_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.pSMPSO_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.SMPSO_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.SMPSOhv_Settings
 
archiveSize_ - Variable in class jmetal.experiments.settings.SPEA2_Settings
 
array_ - Variable in class jmetal.encodings.variable.ArrayInt
Stores an array of integer values
array_ - Variable in class jmetal.encodings.variable.ArrayReal
Stores an array of real values
ArrayInt - Class in jmetal.encodings.variable
Class implementing a decision encodings.variable representing an array of integers.
ArrayInt() - Constructor for class jmetal.encodings.variable.ArrayInt
Constructor
ArrayInt(int) - Constructor for class jmetal.encodings.variable.ArrayInt
Constructor
ArrayInt(int, Problem) - Constructor for class jmetal.encodings.variable.ArrayInt
Constructor
ArrayInt(int, double[], double[]) - Constructor for class jmetal.encodings.variable.ArrayInt
Constructor
ArrayIntSolutionType - Class in jmetal.encodings.solutionType
Class representing the solution type of solutions composed of an ArrayInt encodings.variable
ArrayIntSolutionType(Problem) - Constructor for class jmetal.encodings.solutionType.ArrayIntSolutionType
Constructor
ArrayReal - Class in jmetal.encodings.variable
Class implementing a decision encodings.variable representing an array of real values.
ArrayReal() - Constructor for class jmetal.encodings.variable.ArrayReal
Constructor
ArrayReal(int, Problem) - Constructor for class jmetal.encodings.variable.ArrayReal
Constructor
ArrayRealAndBinarySolutionType - Class in jmetal.encodings.solutionType
Class representing the solution type of solutions composed of array of reals and a binary string.
ArrayRealAndBinarySolutionType(Problem, int, int) - Constructor for class jmetal.encodings.solutionType.ArrayRealAndBinarySolutionType
Constructor
ArrayRealSolutionType - Class in jmetal.encodings.solutionType
Class representing the solution type of solutions composed of an ArrayReal encodings.variable
ArrayRealSolutionType(Problem) - Constructor for class jmetal.encodings.solutionType.ArrayRealSolutionType
Constructor
AvlIsEmpty() - Method in class jmetal.util.avl.AvlTree
 
AvlNode<T> - Class in jmetal.util.avl
Created with IntelliJ IDEA.
AvlNode(T) - Constructor for class jmetal.util.avl.AvlNode
Constructor
AvlTree<T> - Class in jmetal.util.avl
Created with IntelliJ IDEA.
AvlTree(Comparator) - Constructor for class jmetal.util.avl.AvlTree
Constructor
AxialForcei_ - Variable in class jmetal.problems.EBEs
Stores the Axial force in node i
AxialForcei_(int) - Method in class jmetal.problems.EBEs
 
AxialForcej_ - Variable in class jmetal.problems.EBEs
Stores the Axial force in node j
AxialForcej_(int) - Method in class jmetal.problems.EBEs
 

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