25 #ifndef PAGMO_PROBLEM_CON2UNCON_H
26 #define PAGMO_PROBLEM_CON2UNCON_H
30 #include "../serialization.h"
33 #include "base_meta.h"
35 namespace pagmo{
namespace problem {
62 std::string get_name()
const;
65 std::string human_readable_extra()
const;
69 friend class boost::serialization::access;
70 template <
class Archive>
71 void serialize(Archive &ar,
const unsigned int)
73 ar & boost::serialization::base_object<base_meta>(*this);
84 #endif // PAGMO_PROBLEM_con2uncon_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
Constrained to unconstrained meta-problem.
method_type
Mechanism used to transform the input problem.
The CEC 2006 problems: Constrained Real-Parameter Optimization.
std::vector< double > fitness_vector
Fitness vector type.