grouping classes in documentation

This commit is contained in:
Johann Dreo 2010-11-05 15:59:35 +01:00
commit f478817c6e
73 changed files with 326 additions and 164 deletions

View file

@ -33,14 +33,16 @@
// class eoSGAGenOp
///////////////////////////////////////////////////////////////////////////////
/** ***************************************************************************
/**
* eoSGAGenOp (for Simple GA) mimicks the usual crossover with proba pCross +
* mutation with proba pMut inside an eoGeneralOp
* It does it exactly as class eoSGATransform, i.e. only accepts
* quadratic crossover and unary mutation
* It was introduced for didactic reasons, but seems to be popular :-)
*****************************************************************************/
template<class EOT>
*
* @ingroup Combination
*/
template<class EOT>
class eoSGAGenOp : public eoGenOp<EOT>
{
public: