grouping classes in documentation
This commit is contained in:
parent
44d1ab1bc2
commit
f478817c6e
73 changed files with 326 additions and 164 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue