25 #ifndef PAGMO_ALGORITHM_NULL_H
26 #define PAGMO_ALGORITHM_NULL_H
28 #include "../population.h"
29 #include "../serialization.h"
50 std::string get_name()
const;
52 friend class boost::serialization::access;
53 template <
class Archive>
54 void serialize(Archive &ar,
const unsigned int)
56 ar & boost::serialization::base_object<base>(*this);
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base algorithm.