26 #include "../population.h" 
   27 #include "base_dtlz.h" 
   29 namespace pagmo { 
namespace problem {
 
std::vector< double > decision_vector
Decision vector type. 
 
Base Class for Unconstrained Multi-objective problems. 
 
base_dtlz(int, int)
Constructor. 
 
f_size_type get_f_dimension() const 
Return fitness dimension. 
 
decision_vector::size_type size_type
Problem's size type: the same as pagmo::decision_vector's size type. 
 
virtual double g_func(const decision_vector &) const =0
Distance function.