25 #ifndef PAGMO_PROBLEM_WELDED_BEAM_H
26 #define PAGMO_PROBLEM_WELDED_BEAM_H
28 #include "../config.h"
29 #include "../serialization.h"
33 namespace pagmo{
namespace problem {
50 std::string get_name()
const;
57 void initialize_best(
void);
59 friend class boost::serialization::access;
60 template <
class Archive>
61 void serialize(Archive &ar,
const unsigned int)
63 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.
std::vector< double > fitness_vector
Fitness vector type.
The welded beam design problem: Constrained Real-Parameter Optimization.
std::vector< double > constraint_vector
Constraint vector type.