libcmaes 0.10.2
A C++11 library for stochastic optimization with CMA-ES
Loading...
Searching...
No Matches
libcmaes::contour Class Reference

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
 

Detailed Description

function contour as a set of points and values.

Member Function Documentation

◆ add_point()

void libcmaes::contour::add_point ( const double x,
const double y 
)
inline

add a contour point.

Parameters
xparameter value
yparameter value

The documentation for this class was generated from the following file: