27 #include "base_nlopt.h"
28 #include "nlopt_bobyqa.h"
30 namespace pagmo {
namespace algorithm {
45 return "BOBYQA (NLOPT)";
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base algorithm.
Base class for wrapping NLopt's algorithms.
std::string get_name() const
Algorithm name.
base_ptr clone() const
Clone method.
Wrapper for NLopt's BOBYQA algorithm.
nlopt_bobyqa(int=100, const double &=1E-6, const double &=1E-6)
Constructor.