Add CLA and update others
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -537,6 +537,15 @@ void C_AO_BSO::Moving ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (int i = 0; i < parentPopSize + popSize; i++)
|
||||||
|
{
|
||||||
|
for (int c = 0; c < coords; c++)
|
||||||
|
{
|
||||||
|
parents [i].c [c] = u.RNDfromCI (rangeMin [c], rangeMax [c]);
|
||||||
|
parents [i].c [c] = u.SeInDiSp (parents [i].c [c], rangeMin [c], rangeMax [c], rangeStep [c]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user