and finally... still more grouping in documentation.
This commit is contained in:
parent
f478817c6e
commit
2104f5b7e9
76 changed files with 427 additions and 70 deletions
|
|
@ -32,6 +32,8 @@
|
|||
|
||||
/**
|
||||
The fitnesses of a whole population, as a std::vector
|
||||
|
||||
@ingroup Stats
|
||||
*/
|
||||
template <class EOT, class FitT = typename EOT::Fitness>
|
||||
class eoScalarFitnessStat : public eoSortedStat<EOT, std::vector<double> >
|
||||
|
|
|
|||
Reference in a new issue