JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.uma.jmetal.component.catalogue.pso.positionupdate
Interface PositionUpdate
All Known Implementing Classes:
DefaultPositionUpdate
public interface
PositionUpdate
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
DoubleSolution
>
update
(
List
<
DoubleSolution
> swarm, double[][] speed)
Method Details
update
List
<
DoubleSolution
>
update
(
List
<
DoubleSolution
> swarm, double[][] speed)