- fill(Operator<T>.Statistics) - Method in class jenes.stage.operator.Crossover.Statistics
-
- fill(Operator<T>.Statistics) - Method in class jenes.stage.operator.Mutator.Statistics
-
- fill(Operator<T>.Statistics) - Method in class jenes.stage.operator.Operator.Statistics
-
Fills the specified statistics with the data of
the operator statistics.
- fill(Operator<T>.Statistics) - Method in class jenes.stage.operator.Selector.Statistics
-
- finalize() - Method in class jenes.statistics.StatisticsLogger
-
- finalize() - Method in class jenes.utils.AbstractLogger
-
- Fitness<C extends Chromosome> - Class in jenes.population
-
This class aims at implementing the scoring and sorting of individuals.
- Fitness(int, boolean) - Constructor for class jenes.population.Fitness
-
Creates a new fitness with the defined number of objectives imposing all
to maximize or minimize solutions.
- Fitness(boolean...) - Constructor for class jenes.population.Fitness
-
Creates a new fitness where the number of objectives is derived by the
lenght of array given as argument.
- fitness - Variable in class jenes.stage.AbstractStage
-
The current Fitness
- Fitness.SortingMode - Enum in jenes.population
-
Sorting modes
- FitnessFunction - Class in jenes.tutorials.problem10
-
This class represent the fitness function for problem 10
- FitnessFunction(boolean...) - Constructor for class jenes.tutorials.problem10.FitnessFunction
-
- FitnessFunction - Class in jenes.tutorials.problem9
-
The fitness function used in problem 9
- FitnessFunction(boolean...) - Constructor for class jenes.tutorials.problem9.FitnessFunction
-
Default constructor
- force - Variable in class jenes.stage.Evaluator
-
The property controlling if evaluation should be extened also to individuals already evaluated.
- fullEvaluationForced - Variable in class jenes.GeneticAlgorithm
-
The flag controlling the evalution.
- Function - Class in jenes.tutorials.old.problem12
-
This class represent a function for this problem
- Function(String, double[][], int) - Constructor for class jenes.tutorials.old.problem12.Function
-
- Function.Schaffer - Class in jenes.tutorials.old.problem12
-
Shaffer function
- Function.Schaffer() - Constructor for class jenes.tutorials.old.problem12.Function.Schaffer
-