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)
|
void operator () (POT & _po1)
|
||||||
{
|
{
|
||||||
for (unsigned i = 0; i < _po1.size (); i++)
|
//Set the bestPositions
|
||||||
_po1.bestPositions[i] = _po1[i];
|
_po1.bestPositions = _po1 ;
|
||||||
|
|
||||||
|
|
||||||
// set the fitness
|
// set the fitness
|
||||||
_po1.best(_po1.fitness());
|
_po1.best(_po1.fitness());
|
||||||
|
|
@ -74,4 +75,3 @@ public:
|
||||||
|
|
||||||
#endif /*_EOPARTICLEBESTINIT_H */
|
#endif /*_EOPARTICLEBESTINIT_H */
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue