Uses of Class
org.uma.evolver.algorithm.meta.MetaSMPSOBuilder
Packages that use MetaSMPSOBuilder
-
Uses of MetaSMPSOBuilder in org.uma.evolver.algorithm.meta
Methods in org.uma.evolver.algorithm.meta that return MetaSMPSOBuilderModifier and TypeMethodDescriptionMetaSMPSOBuilder.setMaxEvaluations(int maxEvaluations) Sets the maximum number of evaluations for the SMPSO algorithm.MetaSMPSOBuilder.setNumberOfCores(int numberOfCores) Sets the number of cores to use for parallel evaluation.MetaSMPSOBuilder.setSwarmSize(int swarmSize) Sets the swarm size for the SMPSO algorithm.