25 #ifndef _DISPLAYGP_HPP_ 26 #define _DISPLAYGP_HPP_ 29 #include "matplotpp.h" 37 RUN, STEP, STOP, NOT_READY
46 std::vector<double> lx,ly;
62 std::vector<double> lx,ly;
63 std::vector<double> cx, cy;
64 std::vector<double> solx, soly;
66 std::vector<double> cX,cY;
67 std::vector<std::vector<double> > cZ;
71 void setSolution(vectord sol);
72 void prepareContourPlot();
Namespace of the library interface.
BayesOpt main C++ interface.
Abstract module for Bayesian optimization.