fix some doxygen warnings
This commit is contained in:
parent
4cebad979d
commit
b7009822a5
10 changed files with 26 additions and 24 deletions
|
|
@ -35,7 +35,7 @@
|
|||
problem as arguments, and iteratively modify them with the help of operators.
|
||||
|
||||
Generally, an EO object is built by assembling together @ref Operators in an algorithm instance,
|
||||
and then calling the algorithm's operator() on an initial @ref Population. The algorithm will then
|
||||
and then calling the algorithm's operator() on an initial population (an eoPop). The algorithm will then
|
||||
manipulate the solutions within the population to search for the problem's optimum.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Reference in a new issue