No real change -> test commit
This commit is contained in:
parent
d46117cda1
commit
a2703a8eab
1 changed files with 3 additions and 3 deletions
|
|
@ -63,8 +63,9 @@ public:
|
|||
|
||||
void operator () (POT & _po1)
|
||||
{
|
||||
for (unsigned i = 0; i < _po1.size (); i++)
|
||||
_po1.bestPositions[i] = _po1[i];
|
||||
//Set the bestPositions
|
||||
_po1.bestPositions = _po1 ;
|
||||
|
||||
|
||||
// set the fitness
|
||||
_po1.best(_po1.fitness());
|
||||
|
|
@ -74,4 +75,3 @@ public:
|
|||
|
||||
#endif /*_EOPARTICLEBESTINIT_H */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue