grouping classes in documentation
This commit is contained in:
parent
284b048dcc
commit
8e70cbea01
39 changed files with 140 additions and 23 deletions
|
|
@ -30,6 +30,10 @@
|
|||
#include <eoOp.h>
|
||||
#include <eoInit.h>
|
||||
|
||||
/** @addtogroup Variators
|
||||
* @{
|
||||
*/
|
||||
|
||||
/** Base classes for generic mutations on fixed length chromosomes.
|
||||
* Contains 2 classes that both use an atomic mutation
|
||||
* eoFlOrAllMutation applies the atom mutation to all components with given rate
|
||||
|
|
@ -114,5 +118,6 @@ private:
|
|||
eoMonOp<AtomType> & atomMutation; // the atom mutation
|
||||
};
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue