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

N

needToCompare(Solution, Solution) - Method in interface jmetal.util.comparators.IConstraintViolationComparator
 
needToCompare(Solution, Solution) - Method in class jmetal.util.comparators.NumberOfViolatedConstraintComparator
Returns true if solutions s1 and/or s2 violates a number n > 0 of constraints
needToCompare(Solution, Solution) - Method in class jmetal.util.comparators.OverallConstraintViolationComparator
Returns true if solutions s1 and/or s2 have an overall constraint violation < 0
needToCompare(Solution, Solution) - Method in class jmetal.util.comparators.ViolationThresholdComparator
Returns true if solutions s1 and/or s2 have an overall constraint violation < 0
Neighborhood - Class in jmetal.util
Class representing neighborhoods for a Solution into a SolutionSet.
Neighborhood(int) - Constructor for class jmetal.util.Neighborhood
Constructor.
nextBoolean() - Method in class jmetal.util.MersenneTwisterFast
 
nextBoolean(float) - Method in class jmetal.util.MersenneTwisterFast
This generates a coin flip with a probability probability of returning true, else returning false.
nextBoolean(double) - Method in class jmetal.util.MersenneTwisterFast
This generates a coin flip with a probability probability of returning true, else returning false.
nextByte() - Method in class jmetal.util.MersenneTwisterFast
 
nextBytes(byte[]) - Method in class jmetal.util.MersenneTwisterFast
 
nextChar() - Method in class jmetal.util.MersenneTwisterFast
 
nextDouble() - Method in interface jmetal.util.IRandomGenerator
 
nextDouble() - Method in class jmetal.util.MersenneTwisterFast
Returns a random double in the half-open range from [0.0,1.0).
nextDouble() - Method in class jmetal.util.RandomGenerator
 
nextFloat() - Method in class jmetal.util.MersenneTwisterFast
Returns a random float in the half-open range from [0.0f,1.0f).
nextGaussian() - Method in class jmetal.util.MersenneTwisterFast
 
nextInt(int) - Method in interface jmetal.util.IRandomGenerator
 
nextInt() - Method in class jmetal.util.MersenneTwisterFast
 
nextInt(int) - Method in class jmetal.util.MersenneTwisterFast
Returns an integer drawn uniformly from 0 to n-1.
nextInt(int) - Method in class jmetal.util.RandomGenerator
 
nextLong() - Method in class jmetal.util.MersenneTwisterFast
 
nextLong(long) - Method in class jmetal.util.MersenneTwisterFast
Returns a long drawn uniformly from 0 to n-1.
nextShort() - Method in class jmetal.util.MersenneTwisterFast
 
Node_ - Variable in class jmetal.problems.EBEs
Stores the Node
nodeCheck(int, int) - Method in class jmetal.problems.EBEs
 
nodeCheck_ - Variable in class jmetal.problems.EBEs
Stores the number of Nodes of the problem
NodeRestrict_ - Variable in class jmetal.problems.EBEs
Stores the NodeRestrict
NonDominatedSolutionList - Class in jmetal.util
This class implements an unbound list of non-dominated solutions
NonDominatedSolutionList() - Constructor for class jmetal.util.NonDominatedSolutionList
Constructor.
NonDominatedSolutionList(Comparator) - Constructor for class jmetal.util.NonDominatedSolutionList
Constructor.
NonDominatedSolutionList2 - Class in jmetal.util
This class implements an unbound list of non-dominated solutions
NonDominatedSolutionList2() - Constructor for class jmetal.util.NonDominatedSolutionList2
Constructor.
NonDominatedSolutionList2(Comparator) - Constructor for class jmetal.util.NonDominatedSolutionList2
Constructor.
NonElitistES - Class in jmetal.metaheuristics.singleObjective.evolutionStrategy
Class implementing a (mu,lambda) ES.
NonElitistES(Problem, int, int) - Constructor for class jmetal.metaheuristics.singleObjective.evolutionStrategy.NonElitistES
Constructor Create a new NonElitistES instance.
NonUniformMutation - Class in jmetal.operators.mutation
This class implements a non-uniform mutation operator.
NonUniformMutation(HashMap<String, Object>) - Constructor for class jmetal.operators.mutation.NonUniformMutation
Constructor Creates a new instance of the non uniform mutation
NonUniformMutationOffspring - Class in jmetal.util.offspring
 
NonUniformMutationOffspring(double, double, int) - Constructor for class jmetal.util.offspring.NonUniformMutationOffspring
 
normalise(float[]) - Method in class jmetal.problems.WFG.WFG
Normalizes a vector (consulte WFG toolkit reference)
nPoints_ - Variable in class jmetal.qualityIndicator.fastHypervolume.wfg.Front
 
nr_ - Variable in class jmetal.experiments.settings.cMOEAD_Settings
 
nr_ - Variable in class jmetal.experiments.settings.MOEAD_DRA_Settings
 
nr_ - Variable in class jmetal.experiments.settings.MOEAD_Settings
 
nr_ - Variable in class jmetal.experiments.settings.pMOEAD_Settings
 
NSGAII - Class in jmetal.metaheuristics.nsgaII
Implementation of NSGA-II.
NSGAII(Problem) - Constructor for class jmetal.metaheuristics.nsgaII.NSGAII
Constructor
NSGAII_main - Class in jmetal.metaheuristics.nsgaII
Class to configure and execute the NSGA-II algorithm.
NSGAII_main() - Constructor for class jmetal.metaheuristics.nsgaII.NSGAII_main
 
NSGAII_mTSP_main - Class in jmetal.metaheuristics.nsgaII
Class to configure and execute the NSGA-II algorithm.
NSGAII_mTSP_main() - Constructor for class jmetal.metaheuristics.nsgaII.NSGAII_mTSP_main
 
NSGAII_Settings - Class in jmetal.experiments.settings
Settings class of algorithm NSGA-II (real encoding)
NSGAII_Settings(String) - Constructor for class jmetal.experiments.settings.NSGAII_Settings
Constructor
NSGAIIAdaptive - Class in jmetal.metaheuristics.nsgaII
 
NSGAIIAdaptive(Problem) - Constructor for class jmetal.metaheuristics.nsgaII.NSGAIIAdaptive
 
NSGAIIAdaptive_main - Class in jmetal.metaheuristics.nsgaII
Class implementing the NSGA-II algorithm.
NSGAIIAdaptive_main() - Constructor for class jmetal.metaheuristics.nsgaII.NSGAIIAdaptive_main
 
NSGAIIAdaptive_Settings - Class in jmetal.experiments.settings
Settings class of algorithm NSGAIIAdaptive Reference: Antonio J.
NSGAIIAdaptive_Settings(String) - Constructor for class jmetal.experiments.settings.NSGAIIAdaptive_Settings
Constructor
NSGAIIBinary_Settings - Class in jmetal.experiments.settings
Settings class of algorithm NSGA-II (binary encoding)
NSGAIIBinary_Settings(String) - Constructor for class jmetal.experiments.settings.NSGAIIBinary_Settings
Constructor
NSGAIIPermutation_Settings - Class in jmetal.experiments.settings
Settings class of algorithm NSGA-II (permutation encoding)
NSGAIIPermutation_Settings(String) - Constructor for class jmetal.experiments.settings.NSGAIIPermutation_Settings
Constructor
NSGAIIRandom - Class in jmetal.metaheuristics.nsgaII
 
NSGAIIRandom(Problem) - Constructor for class jmetal.metaheuristics.nsgaII.NSGAIIRandom
 
NSGAIIRandom_Settings - Class in jmetal.experiments.settings
Settings class of algorithm NSGAIIRandom Reference: Antonio J.
NSGAIIRandom_Settings(String) - Constructor for class jmetal.experiments.settings.NSGAIIRandom_Settings
Constructor
NSGAIIStudy - Class in jmetal.experiments.studies
Class implementing an example of experiment using NSGA-II as base algorithm.
NSGAIIStudy() - Constructor for class jmetal.experiments.studies.NSGAIIStudy
 
numberOfBits_ - Variable in class jmetal.encodings.variable.Binary
Store the length of the binary string
numberOfCities_ - Variable in class jmetal.problems.mTSP
 
numberOfCities_ - Variable in class jmetal.problems.singleObjective.TSP
 
numberOfConstraints_ - Variable in class jmetal.core.Problem
Stores the number of constraints of the problem
numberOfConstraintsNodes_ - Variable in class jmetal.problems.EBEs
 
numberOfElements_ - Variable in class jmetal.problems.EBEs
Stores the number of Bar of the problem
numberOfEval_ - Variable in class jmetal.problems.EBEs
Stores the number of Bar Groups
numberOfGroupElements_ - Variable in class jmetal.problems.EBEs
Stores the number of Bar Groups
numberOfLibertyDegree_ - Variable in class jmetal.problems.EBEs
Stores the number of Nodes of the problem
numberOfNodes_ - Variable in class jmetal.problems.EBEs
 
numberOfNodesRestricts(int) - Method in class jmetal.problems.EBEs
 
numberOfNodesRestricts_ - Variable in class jmetal.problems.EBEs
 
numberOfObjectives_ - Variable in class jmetal.core.Problem
Stores the number of objectives of the problem
numberOfProblems_ - Variable in class jmetal.experiments.util.RunExperiment
 
numberOfThreads_ - Variable in class jmetal.experiments.settings.pMOEAD_Settings
 
numberOfThreads_ - Variable in class jmetal.experiments.settings.pNSGAII_Settings
 
numberOfThreads_ - Variable in class jmetal.experiments.settings.pSMPSO_Settings
 
numberOfThreads_ - Variable in class jmetal.experiments.util.RunExperiment
 
numberOfVariables() - Method in class jmetal.core.Solution
Returns the number of decision variables of the solution.
numberOfVariables_ - Variable in class jmetal.core.Problem
Stores the number of variables of the problem
NumberOfViolatedConstraintComparator - Class in jmetal.util.comparators
This class implements a Comparator (a method for comparing Solution objects) based on the number of violated constraints.
NumberOfViolatedConstraintComparator() - Constructor for class jmetal.util.comparators.NumberOfViolatedConstraintComparator
 
numberOfWeigthHypothesis_ - Variable in class jmetal.problems.EBEs
 
numberOfWeigthsElements_ - Variable in class jmetal.problems.EBEs
Stores the number of Load in ElementsNodes of the problem
numberOfWeigthsNodes_ - Variable in class jmetal.problems.EBEs
Stores the number of Load in Nodes of the problem

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