| Package | Description |
|---|---|
| org.uma.jmetal.algorithm.multiobjective.smsemoa |
| Modifier and Type | Method and Description |
|---|---|
SMSEMOABuilder<S> |
SMSEMOABuilder.setCrossoverOperator(CrossoverOperator<S> crossover) |
SMSEMOABuilder<S> |
SMSEMOABuilder.setMaxEvaluations(int maxEvaluations) |
SMSEMOABuilder<S> |
SMSEMOABuilder.setMutationOperator(MutationOperator<S> mutation) |
SMSEMOABuilder<S> |
SMSEMOABuilder.setOffset(double offset) |
SMSEMOABuilder<S> |
SMSEMOABuilder.setPopulationSize(int populationSize) |
SMSEMOABuilder<S> |
SMSEMOABuilder.setSelectionOperator(SelectionOperator<List<S>,S> selection) |
Copyright © 2015. All rights reserved.