Mutation< T > Class Template Reference
The super class for mutation operators.
More...
#include <Mutation.h>
List of all members.
|
Public Member Functions |
| Mutation () |
| Default constructor.
|
| Mutation (double pMutation) |
| Constructor.
|
bool | operator() (Chromosome< T > &chromosome) |
| Wrapper operator for the mutate function.
|
virtual bool | mutate (Chromosome< T > &chromosome) |
| Implementation of the mutation strategy.
|
Detailed Description
template<typename T>
class Mutation< T >
The super class for mutation operators.
<File comment goes here!!>
Copyright (c) 2008 by <Quang Huy / NTU>
- See also:
- Mutation_BitFlip | Mutation_Gaussian
Constructor & Destructor Documentation
The documentation for this class was generated from the following file:
- D:/HUYNQ/Works/Codes/Dolphin/Dolphin/Operators/Mutations/Mutation.h