30 #ifndef SHARK_ALGORITHMS_DIRECT_SEARCH_TYPED_INDIVIDUAL_H 31 #define SHARK_ALGORITHMS_DIRECT_SEARCH_TYPED_INDIVIDUAL_H 61 template<
typename Po
intType,
class FitnessTypeT,
class Chromosome = RealVector >
78 return individual1.
rank() < individual2.
rank();
129 unsigned int age()
const {
198 template<
typename Archive>
199 void serialize(Archive & archive,
const unsigned int version) {
202 archive & BOOST_SERIALIZATION_NVP(
m_age);
205 archive & BOOST_SERIALIZATION_NVP(
m_rank);
206 archive & BOOST_SERIALIZATION_NVP(
m_selected);