25 #ifndef PAGMO_PROBLEM_ZDT_H
26 #define PAGMO_PROBLEM_ZDT_H
30 #include "../serialization.h"
32 #include "base_unc_mo.h"
34 namespace pagmo{
namespace problem {
139 std::string get_name()
const;
155 friend class boost::serialization::access;
156 template <
class Archive>
157 void serialize(Archive &ar,
const unsigned int)
159 ar & boost::serialization::base_object<base_unc_mo>(*this);
160 ar &
const_cast<unsigned int&
>(m_problem_number);
163 const unsigned int m_problem_number;
170 #endif // PAGMO_PROBLEM_ZDT_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
Base Class for Unconstrained Multi-objective problems.
std::vector< double > fitness_vector
Fitness vector type.
decision_vector::size_type size_type
Problem's size type: the same as pagmo::decision_vector's size type.