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