25 #ifndef PAGMO_PROBLEM_LAVOR_MACULAN_H
26 #define PAGMO_PROBLEM_LAVOR_MACULAN_H
30 #include "../serialization.h"
34 namespace pagmo{
namespace problem {
51 std::string get_name()
const;
55 friend class boost::serialization::access;
56 template <
class Archive>
57 void serialize(Archive &ar,
const unsigned int)
59 ar & boost::serialization::base_object<base>(*this);
67 #endif // LAVOR_MACULAN
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
The Potential Energy of Molecules problem as proposed by Lavor and Maculan.
std::vector< double > fitness_vector
Fitness vector type.