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

@ -41,6 +41,8 @@
* It does it exactly as class eoSGA, i.e. only accepts
* quadratic crossover and unary mutation
* It is here mainly for tutorial reasons
*
* @ingroup Combination
*/
template<class EOT> class eoSGATransform : public eoTransform<EOT>
{
@ -94,7 +96,9 @@ template<class EOT> class eoSGATransform : public eoTransform<EOT>
* i.e. the operators probabilities can be passed as an eoValueParam,
* and hence can be modified from outside
* It is here mainly for tutorial reasons
*****************************************************************************/
*
* @ingroup Combination
*/
template<class EOT> class eoDynSGATransform : public eoTransform<EOT>
{
public: