25 #ifndef PAGMO_PROBLEM_BASE_DTLZ_H
26 #define PAGMO_PROBLEM_BASE_DTLZ_H
28 #include "base_unc_mo.h"
29 #include "../serialization.h"
31 namespace pagmo{
namespace problem {
68 friend class boost::serialization::access;
69 template <
class Archive>
70 void serialize(Archive &ar,
const unsigned int)
72 ar & boost::serialization::base_object<base_unc_mo>(*this);
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
Base DTLZ Multi-objective optimization problem.
Base Class for Unconstrained Multi-objective problems.