25 #ifndef PAGMO_PROBLEM_BASE_UNC_MO_H
26 #define PAGMO_PROBLEM_BASE_UNC_MO_H
29 #include "../serialization.h"
31 namespace pagmo{
namespace problem {
56 friend class boost::serialization::access;
57 template <
class Archive>
58 void serialize(Archive &ar,
const unsigned int)
60 ar & boost::serialization::base_object<base>(*this);
71 #endif //PAGMO_PROBLEM_BASE_UNC_MO_H
std::vector< double > decision_vector
Decision vector type.
fitness_vector::size_type f_size_type
Fitness' size type: the same as pagmo::fitness_vector's size type.
Base Class for Unconstrained Multi-objective problems.
decision_vector::size_type size_type
Problem's size type: the same as pagmo::decision_vector's size type.