|
libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
|
function contour as a set of points and values. More...
#include <libcmaes/contour.h>
Public Member Functions | |
| void | add_point (const double &x, const double &y) |
| add a contour point. | |
| void | add_point (const std::vector< std::pair< double, double > >::iterator vit, const double &x, const double &y) |
| std::ostream & | print (std::ostream &out) const |
Public Attributes | |
| std::vector< std::pair< double, double > > | _points |
function contour as a set of points and values.
add a contour point.
| x | parameter value |
| y | parameter value |