|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Particle
Particle in a particle swarm.
| Method Summary | |
|---|---|
double[] |
getCognitiveMemory()
Return a view of the cognitive memory matrix for this particle. |
int |
getDimensions()
Return the number of dimensions for this particle. |
double |
getFitness()
Return the fitness for this particle. |
double[] |
getPosition()
Return a view of the position matrix for this particle. |
double[] |
getVelocity()
Return a view of the velocity matrix for this particle. |
| Method Detail |
|---|
int getDimensions()
double getFitness()
double[] getPosition()
double[] getVelocity()
double[] getCognitiveMemory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||