Class DefaultGlobalBestUpdate
java.lang.Object
org.uma.jmetal.component.catalogue.pso.globalbestupdate.impl.DefaultGlobalBestUpdate
- All Implemented Interfaces:
GlobalBestUpdate
- Author:
- Antonio J. Nebro, Daniel Doblas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionupdate(List<DoubleSolution> swarm, BoundedArchive<DoubleSolution> globalBest)
-
Constructor Details
-
DefaultGlobalBestUpdate
public DefaultGlobalBestUpdate()
-
-
Method Details
-
update
public BoundedArchive<DoubleSolution> update(List<DoubleSolution> swarm, BoundedArchive<DoubleSolution> globalBest) - Specified by:
updatein interfaceGlobalBestUpdate
-