A single particle in the swarm.
More...
#include <PSO.hpp>
A single particle in the swarm.
Definition at line 45 of file PSO.hpp.
◆ best_position
Best position found by this particle.
Definition at line 52 of file PSO.hpp.
◆ best_value
| Real mc::optim::PSO::Particle::best_value |
Best objective value found by this particle.
Definition at line 54 of file PSO.hpp.
◆ current_value
| Real mc::optim::PSO::Particle::current_value |
Objective value at the current position.
Definition at line 56 of file PSO.hpp.
◆ position
Current position in the search space.
Definition at line 47 of file PSO.hpp.
◆ velocity
Current velocity vector.
Definition at line 49 of file PSO.hpp.
The documentation for this struct was generated from the following file: