25 #ifndef PAGMO_PROBLEM_LEVY5_H
26 #define PAGMO_PROBLEM_LEVY5_H
30 #include "../serialization.h"
34 namespace pagmo{
namespace problem {
61 std::string get_name()
const;
65 friend class boost::serialization::access;
66 template <
class Archive>
67 void serialize(Archive &ar,
const unsigned int)
69 ar & boost::serialization::base_object<base>(*this);
77 #endif // PAGMO_PROBLEM_LEVY_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
std::vector< double > fitness_vector
Fitness vector type.