25 #ifndef LUKSAN_VLCEK_2_H
26 #define LUKSAN_VLCEK_2_H
31 #include "../config.h"
32 #include "../serialization.h"
36 namespace pagmo {
namespace problem {
52 std::string get_name()
const;
56 void set_sparsity(
int &, std::vector<int> &, std::vector<int> &)
const;
58 friend class boost::serialization::access;
59 template <
class Archive>
60 void serialize(Archive &ar,
const unsigned int)
62 ar & boost::serialization::base_object<base>(*this);
66 std::vector<double> m_clb;
67 std::vector<double> m_cub;
74 #endif // LUKSAN_VLCEK_2_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.
std::vector< double > constraint_vector
Constraint vector type.
Test problem from the Luksan and Vlcek book.