Comments added to remove undocumented classes from Doxygen documentation
This commit is contained in:
parent
2b46277eed
commit
097d34be39
4 changed files with 16 additions and 26 deletions
|
|
@ -37,7 +37,7 @@
|
|||
#include <utils/eoRNG.h>
|
||||
#include <eoTransform.h>
|
||||
|
||||
/*****************************************************************************
|
||||
/** ***************************************************************************
|
||||
* eoSGATransform: transforms a population using genetic operators.
|
||||
* It does it exactly as class eoSGA, i.e. only accepts
|
||||
* quadratic crossover and unary mutation
|
||||
|
|
@ -90,7 +90,7 @@ template<class EOT> class eoSGATransform : public eoTransform<EOT>
|
|||
double mutationProba;
|
||||
};
|
||||
|
||||
/*****************************************************************************
|
||||
/** ***************************************************************************
|
||||
* eoDynSGATransform: transforms a population using genetic operators.
|
||||
* It is the Dynamic version of the above eoSGATransform
|
||||
* i.e. the operators probabilities can be passed as an eoValueParam,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue