25 #ifndef PAGMO_ALGORITHM_NLOPT_MMA_H
26 #define PAGMO_ALGORITHM_NLOPT_MMA_H
30 #include "../config.h"
31 #include "../serialization.h"
32 #include "base_nlopt.h"
34 namespace pagmo {
namespace algorithm {
62 nlopt_mma(
int = 100,
const double & = 1E-6,
const double & = 1E-6);
64 std::string get_name()
const;
66 friend class boost::serialization::access;
67 template <
class Archive>
68 void serialize(Archive &ar,
const unsigned int)
70 ar & boost::serialization::base_object<base_nlopt>(*this);
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.