|
Monte Carlo Integration Library 1.0
High-performance Monte Carlo methods for numerical integration and optimization
|
Represents a candidate solution in the search space. More...
#include <types.hpp>
Public Member Functions | |
| bool | isBetterThan (const Solution &other, OptimizationMode mode) const |
| Compare two solutions according to the optimization mode. | |
Static Public Member Functions | |
| static Solution | make_worst (OptimizationMode mode) |
| Helper to create a worst-case solution for initialization. | |
Public Attributes | |
| Coordinates | params |
| Parameter vector (coordinates in the search space). | |
| Real | value |
Evaluated objective value for params. | |
Represents a candidate solution in the search space.
Contains both the parameters (position) and the evaluated cost (value).
|
inline |
|
inlinestatic |
| Coordinates mc::optim::Solution::params |
| Real mc::optim::Solution::value |