some small changes on tutorial after fusion
This commit is contained in:
parent
1da5f37d96
commit
0f9434387e
7 changed files with 8 additions and 7 deletions
|
|
@ -191,7 +191,7 @@ void main_function(int argc, char **argv)
|
|||
eoHypercubeCrossover<Indi> xoverA;
|
||||
// Combine them with relative weights
|
||||
eoPropCombinedQuadOp<Indi> xover(xoverS, segmentRate);
|
||||
xover.add(xoverA, hypercubeRate, true);
|
||||
xover.add(xoverA, hypercubeRate);
|
||||
|
||||
// MUTATION
|
||||
// offspring(i) uniformly chosen in [parent(i)-epsilon, parent(i)+epsilon]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue