Uses of Class
org.uma.jmetal.component.algorithm.multiobjective.SMPSOBuilder
Packages that use SMPSOBuilder
-
Uses of SMPSOBuilder in org.uma.jmetal.component.algorithm.multiobjective
Methods in org.uma.jmetal.component.algorithm.multiobjective that return SMPSOBuilderModifier and TypeMethodDescriptionSMPSOBuilder.setArchive(BoundedArchive<DoubleSolution> archive) SMPSOBuilder.setEvaluation(Evaluation<DoubleSolution> evaluation) SMPSOBuilder.setGlobalBestInitialization(GlobalBestInitialization globalBestInitialization) SMPSOBuilder.setGlobalBestSelection(GlobalBestSelection globalBestSelection) SMPSOBuilder.setGlobalBestUpdate(GlobalBestUpdate globalBestUpdate) SMPSOBuilder.setLocalBestUpdate(LocalBestUpdate localBestUpdate) SMPSOBuilder.setPerturbation(Perturbation perturbation) SMPSOBuilder.setPositionUpdate(PositionUpdate positionUpdate) SMPSOBuilder.setTermination(Termination termination)