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