25 #ifndef LUKSAN_VLCEK_3_H
26 #define LUKSAN_VLCEK_3_H
31 #include "../config.h"
32 #include "../serialization.h"
36 namespace pagmo {
namespace problem {
54 std::string get_name()
const;
58 void set_sparsity(
int &, std::vector<int> &, std::vector<int> &)
const;
60 friend class boost::serialization::access;
61 template <
class Archive>
62 void serialize(Archive &ar,
const unsigned int)
64 ar & boost::serialization::base_object<base>(*this);
68 std::vector<double> m_clb;
69 std::vector<double> m_cub;
76 #endif // LUKSAN_VLCEK_3_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.