25 #ifndef PAGMO_PROBLEM_LAPLACE_H
26 #define PAGMO_PROBLEM_LAPLACE_H
31 #include "../config.h"
32 #include "../serialization.h"
34 #include "../AstroToolbox/mga_dsm.h"
37 namespace pagmo{
namespace problem {
67 static const int default_sequence[5];
68 static const int* get_default_sequence();
70 laplace(
const std::vector<int> & = std::vector<int>(get_default_sequence(),get_default_sequence() + 5));
72 std::string get_name()
const;
73 std::string pretty(
const std::vector<double> &x)
const;
78 friend class boost::serialization::access;
79 template <
class Archive>
80 void serialize(Archive &ar,
const unsigned int)
82 ar & boost::serialization::base_object<base>(*this);
85 mgadsmproblem problem;
92 #endif // PAGMO_PROBLEM_LAPLACE_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base problem.
std::vector< double > decision_vector
Decision vector type.
std::vector< double > fitness_vector
Fitness vector type.