25 #ifndef PAGMO_PROBLEM_BRANIN_H
26 #define PAGMO_PROBLEM_BRANIN_H
30 #include "../config.h"
31 #include "../serialization.h"
35 namespace pagmo {
namespace problem {
76 std::string get_name()
const;
80 friend class boost::serialization::access;
81 template <
class Archive>
82 void serialize(Archive &ar,
const unsigned int)
84 ar & boost::serialization::base_object<base>(*this);
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
Branin rcos test function.
std::vector< double > fitness_vector
Fitness vector type.