Changed the general operator interface to be consistent with the rest
of EO, updated some documentation.
This commit is contained in:
parent
64a5d2de58
commit
ed45375451
17 changed files with 230 additions and 52 deletions
|
|
@ -40,7 +40,7 @@ class eoGOpBreeder: public eoMonPopOp<EOT>
|
|||
|
||||
for (unsigned i = 0; i < size; i++)
|
||||
{ // and the one liner
|
||||
opSel.selectOp()(selector(_pop,size, i), inserter(_pop));
|
||||
opSel.selectOp()(selector.bind(_pop,size, i), inserter.bind(_pop));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue