hypervolume pointers + doc
This commit is contained in:
parent
749119070c
commit
5f9689fc23
8 changed files with 12 additions and 8 deletions
|
|
@ -86,7 +86,7 @@ public:
|
|||
virtual bool equals(moTwoOptExNeighbor<EOT,Fitness> & _neighbor) {
|
||||
unsigned f, s;
|
||||
_neighbor.getIndices(f, s);
|
||||
return ((indices.first == f) && (indices.second == s) || (indices.first == s) && (indices.second == f));
|
||||
return (((indices.first == f) && (indices.second == s)) || ((indices.first == s) && (indices.second == f)));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue