22 #include "boost/smart_ptr.hpp"
29 int range = ind->genes_m.size();
30 int position =
static_cast<int>((rand() / (RAND_MAX + 1.0)) * range);
31 ind->new_gene(position);
boost::shared_ptr< CmdArguments > CmdArguments_t
void mutate(boost::shared_ptr< T > ind, CmdArguments_t)