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