Package org.opt4j.optimizer.mopso
Class VelocityTerm
java.lang.Object
org.opt4j.optimizer.mopso.VelocityTerm
- All Implemented Interfaces:
Term
The
VelocityTerm
is used to determine the new velocity of a
Particle
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
term
-
random
-
W
-
C1
-
C2
-
r1
-
r2
-
-
Constructor Details
-
VelocityTerm
Constructs aVelocityTerm
.- Parameters:
random
- the random number generator
-
-
Method Details