More precise comment
This commit is contained in:
parent
0b5a174da0
commit
334f5ce3d7
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@ public:
|
||||||
string className() const { return "eoMyStructQuadCrossover"; }
|
string className() const { return "eoMyStructQuadCrossover"; }
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* eoQuad crossover - modifies both parents
|
* eoQuad crossover - _genotype1 and _genotype2 are the (future)
|
||||||
|
* offspring, i.e. _copies_ of the parents, to be modified
|
||||||
* @param _genotype1 The first parent
|
* @param _genotype1 The first parent
|
||||||
* @param _genotype2 The second parent
|
* @param _genotype2 The second parent
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Reference in a new issue