25 #ifndef PAGMO_ALGORITHM_SEA_H
26 #define PAGMO_ALGORITHM_SEA_H
28 #include "../config.h"
29 #include "../problem/base.h"
30 #include "../serialization.h"
33 namespace pagmo {
namespace algorithm {
59 std::string get_name()
const;
61 std::string human_readable_extra()
const;
63 friend class boost::serialization::access;
64 template <
class Archive>
65 void serialize(Archive &ar,
const unsigned int)
67 ar & boost::serialization::base_object<base>(*this);
68 ar &
const_cast<int &
>(m_gen);
78 #endif // PAGMO_ALGORITHM_SEA_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base algorithm.
(N+1)-EA Simple Evolutionary Algorithm