![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Statistics collected during PSO execution. More...
#include <MathOpt_PSO.hxx>
Data Fields | |
| int | NbFunctionEvals = 0 |
| Total function evaluations. | |
| int | NbIterations = 0 |
| Iterations performed. | |
| int | NbBoundaryCorrections = 0 |
| Boundary corrections applied. | |
| int | NbStagnationEvents = 0 |
| Times stagnation was detected. | |
| int | NbRestarts = 0 |
| Restarts performed. | |
| double | InitialBest = std::numeric_limits<double>::max() |
| Best value after initialization. | |
| double | FinalBest = std::numeric_limits<double>::max() |
| Best value at termination. | |
Statistics collected during PSO execution.
Best value after initialization.
| int MathOpt::PSOStats::NbBoundaryCorrections = 0 |
Boundary corrections applied.
| int MathOpt::PSOStats::NbFunctionEvals = 0 |
Total function evaluations.
| int MathOpt::PSOStats::NbIterations = 0 |
Iterations performed.
| int MathOpt::PSOStats::NbRestarts = 0 |
Restarts performed.
| int MathOpt::PSOStats::NbStagnationEvents = 0 |
Times stagnation was detected.