Class NSGAIIBuilder<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.component.algorithm.multiobjective.NSGAIIBuilder<S>
- Type Parameters:
S-
Class to configure and build an instance of the NSGA-II algorithm
-
Constructor Summary
ConstructorsConstructorDescriptionNSGAIIBuilder(Problem<S> problem, int populationSize, int offspringPopulationSize, CrossoverOperator<S> crossover, MutationOperator<S> mutation) -
Method Summary
Modifier and TypeMethodDescriptionbuild()setEvaluation(Evaluation<S> evaluation) setRanking(Ranking<S> ranking) setTermination(Termination termination)
-
Constructor Details
-
NSGAIIBuilder
public NSGAIIBuilder(Problem<S> problem, int populationSize, int offspringPopulationSize, CrossoverOperator<S> crossover, MutationOperator<S> mutation)
-
-
Method Details
-
setTermination
-
setRanking
-
setEvaluation
-
build
-