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