added temporary population sorting
This commit is contained in:
parent
1086dc4d49
commit
13b9b62397
1 changed files with 3 additions and 3 deletions
|
|
@ -184,12 +184,12 @@ public:
|
|||
current_solution = candidate_solution;
|
||||
}
|
||||
}
|
||||
while ( _sa_continue( current_solution) );
|
||||
while ( _sa_continue( current_solution) );
|
||||
|
||||
_replacor(pop, current_pop); // copy current_pop in pop
|
||||
|
||||
pop.sort();
|
||||
|
||||
_replacor(pop, current_pop);
|
||||
|
||||
if ( ! _cooling_schedule( temperature ) ){ eo::log << eo::debug << "_cooling_schedule" << std::endl; break; }
|
||||
|
||||
if ( ! _distribution_continue( distrib ) ){ eo::log << eo::debug << "_distribution_continue" << std::endl; break; }
|
||||
|
|
|
|||
Reference in a new issue