Uses of Class
org.uma.evolver.algorithm.meta.MetaAsyncNSGAIIBuilder
Packages that use MetaAsyncNSGAIIBuilder
-
Uses of MetaAsyncNSGAIIBuilder in org.uma.evolver.algorithm.meta
Methods in org.uma.evolver.algorithm.meta that return MetaAsyncNSGAIIBuilderModifier and TypeMethodDescriptionMetaAsyncNSGAIIBuilder.setCrossover(org.uma.jmetal.operator.crossover.CrossoverOperator<org.uma.jmetal.solution.doublesolution.DoubleSolution> crossover) Sets the crossover operator to be used by the algorithm.MetaAsyncNSGAIIBuilder.setMaxEvaluations(int maxEvaluations) Sets the maximum number of evaluations for the algorithm.MetaAsyncNSGAIIBuilder.setMutation(org.uma.jmetal.operator.mutation.MutationOperator<org.uma.jmetal.solution.doublesolution.DoubleSolution> mutation) Sets the mutation operator to be used by the algorithm.MetaAsyncNSGAIIBuilder.setNumberOfCores(int numberOfCores) Sets the number of CPU cores to use for parallel evaluation.MetaAsyncNSGAIIBuilder.setPopulationSize(int populationSize) Sets the population size for the asynchronous NSGA-II algorithm.