25 #ifndef PAGMO_ALGORITHM_CSTRS_SELF_ADAPTIVE_H
26 #define PAGMO_ALGORITHM_CSTRS_SELF_ADAPTIVE_H
30 #include "../config.h"
31 #include "../population.h"
32 #include "../serialization.h"
36 namespace pagmo {
namespace algorithm {
60 double = 1e-15,
double = 1e-15);
66 std::string get_name()
const;
68 void set_algorithm(
const base &);
71 std::string human_readable_extra()
const;
75 friend class boost::serialization::access;
76 template <
class Archive>
77 void serialize(Archive &ar,
const unsigned int)
79 ar & boost::serialization::base_object<base>(*this);
81 ar &
const_cast<int &
>(m_gen);
82 ar &
const_cast<double &
>(m_ftol);
83 ar &
const_cast<double &
>(m_xtol);
98 #endif // PAGMO_ALGORITHM_cstrs_self_adaptive_H
boost::shared_ptr< base > base_ptr
Alias for shared pointer to base algorithm.
Self-Adaptive Fitness constraints handling meta-algorithm.
jDE - Differential Evolution Algorithm - Self-Adaptive C and R (2011)