- name - Variable in class jenes.tutorials.old.problem12.Function
-
- name - Variable in class jenes.tutorials.problem12.MultiObjectiveProblem.Function
-
- name - Variable in class jenes.tutorials.problem13.Student
-
Name of the student
- NAME - Static variable in class jenes.tutorials.problem13.Student.Nobody
-
- nextBoolean() - Method in class jenes.utils.MersenneTwisterFast
-
- nextBoolean(double) - Method in class jenes.utils.Random
-
Returns a random boolean value.
- nextByte() - Method in class jenes.utils.MersenneTwisterFast
-
- nextBytes(byte[]) - Method in class jenes.utils.MersenneTwisterFast
-
- nextChar() - Method in class jenes.utils.MersenneTwisterFast
-
- nextDouble() - Method in class jenes.utils.MersenneTwisterFast
-
Returns a double uniformly distributed within [0,1[
- nextDouble(double) - Method in class jenes.utils.Random
-
Returns a random double uniformly distributed within the interval [0,bound[.
- nextDouble(double, double) - Method in class jenes.utils.Random
-
Returns a double uniformly distributed within the interval [lowerBound,upperBound[.
- nextFloat() - Method in class jenes.utils.MersenneTwisterFast
-
- nextGaussian() - Method in class jenes.utils.MersenneTwisterFast
-
- nextInt() - Method in class jenes.utils.MersenneTwisterFast
-
- nextInt(int) - Method in class jenes.utils.MersenneTwisterFast
-
Returns an integer drawn uniformly from 0 to n-1.
- nextInt(int, int) - Method in class jenes.utils.Random
-
Returns a random integer drawn uniformly in the interval [lowerBound, upperBound[.
- nextLong() - Method in class jenes.utils.MersenneTwisterFast
-
- nextShort() - Method in class jenes.utils.MersenneTwisterFast
-
- NSGA2<T extends Chromosome> - Class in jenes.algorithms
-
Multi-objective genetic algorithm as proposed by Deb.
- NSGA2(Fitness) - Constructor for class jenes.algorithms.NSGA2
-
Default constructor
- NSGA2(Fitness, Population<T>) - Constructor for class jenes.algorithms.NSGA2
-
Generates a new NSGA2 instance
- NSGA2(Fitness, Population<T>, int) - Constructor for class jenes.algorithms.NSGA2
-
Generates a new NSGA2 instance
- NSGA2(Fitness, Population<T>, int, int) - Constructor for class jenes.algorithms.NSGA2
-
Generates a new NSGA2 instance
- NSGA2BooleanProblem - Class in jenes.tutorials.problem12
-
This Tutorial present an example of multi-objective problem using NSGA2
- NSGA2BooleanProblem() - Constructor for class jenes.tutorials.problem12.NSGA2BooleanProblem
-
- nthreads - Variable in class jenes.utils.multitasking.MultiThreadRunner
-
- NumericCrossover - Class in jenes.tutorials.problem8
-
Tutorial showing how to use IntermediateCrossover and HeursiticCrossover in
numerical optimization problems.
- NumericCrossover() - Constructor for class jenes.tutorials.problem8.NumericCrossover
-