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