|
LibCudaOptimize
1.0
|

Go to the source code of this file.
Classes | |
| class | PSO_Optimizer |
| Particle Swarm Optimization. More... | |
Enumerations | |
| enum | TOPOLOGY { LBEST, GBEST, STAR, RANDOM, VON_NEUMANN } |
| PSO Topology. More... | |
Definition in file PSO_Optimizer.h.
| enum TOPOLOGY |
PSO Topology.
| LBEST |
Ring. |
| GBEST |
Fully connected. |
| STAR |
Star. |
| RANDOM |
Random connections in each round. |
| VON_NEUMANN |
Two dimensional grid. |
Definition at line 28 of file PSO_Optimizer.h.