Uses of Class
org.uma.evolver.algorithm.meta.MetaNSGAIIBuilder
Packages that use MetaNSGAIIBuilder
-
Uses of MetaNSGAIIBuilder in org.uma.evolver.algorithm.meta
Methods in org.uma.evolver.algorithm.meta that return MetaNSGAIIBuilderModifier and TypeMethodDescriptionMetaNSGAIIBuilder.setMaxEvaluations(int maxEvaluations) Sets the maximum number of evaluations for the NSGA-II algorithm.MetaNSGAIIBuilder.setMutationProbabilityFactor(double mutationProbabilityFactor) Sets the mutation probability factor for the NSGA-II algorithm.MetaNSGAIIBuilder.setNumberOfCores(int numberOfCores) Sets the number of cores to use for parallel evaluation.MetaNSGAIIBuilder.setOffspringPopulationSize(int offspringPopulationSize) Sets the offspring population size for the NSGA-II algorithm.MetaNSGAIIBuilder.setPopulationSize(int populationSize) Sets the population size for the NSGA-II algorithm.