25 #ifndef PAGMO_ALGORITHM_MS_H
26 #define PAGMO_ALGORITHM_MS_H
30 #include "../config.h"
31 #include "../population.h"
32 #include "../serialization.h"
37 namespace pagmo {
namespace algorithm {
59 class __PAGMO_VISIBLE
ms:
public base
66 std::string get_name()
const;
68 void set_algorithm(
const base &);
70 std::string human_readable_extra()
const;
72 friend class boost::serialization::access;
73 template <
class Archive>
74 void serialize(Archive &ar,
const unsigned int)
76 ar & boost::serialization::base_object<base>(*this);
88 #endif // PAGMO_ALGORITHM_MS_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base algorithm.
Differential Evolution Algorithm.