add tests interfaces as examples in the doc ; remove unused test binaries ; some code formating
This commit is contained in:
parent
c4c27907ed
commit
bd236ee67f
54 changed files with 129 additions and 1410 deletions
|
|
@ -63,10 +63,16 @@ Variators are operators that modify individuals.
|
|||
|
||||
Selectors are operators that select a subset of a population.
|
||||
|
||||
Example:
|
||||
@include t-eoSelect.cpp
|
||||
|
||||
|
||||
@defgroup Replacors Replacement operators
|
||||
|
||||
Replacors are operators that replace a subset of a population by another set of individuals.
|
||||
|
||||
Here is an example with several replacement operators:
|
||||
@include t-eoReplacement.cpp
|
||||
*/
|
||||
|
||||
/** Abstract data types for EO operators.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue