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