Mutation operator info.
More...
#include <sga.h>
|
enum | type { GAUSSIAN = 0,
RANDOM = 1
} |
| Mutation type, gaussian or random.
|
|
|
class | boost::serialization::access |
|
Mutation operator info.
Definition at line 62 of file sga.h.
pagmo::algorithm::sga::mutation::mutation |
( |
mutation::type |
t, |
|
|
double |
width |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | t | the mutation type |
[in] | width | the width of the gaussian bell in case of a gaussian mutation. The parameter is otherwise ignored. width is a percentage with respect to the ub[i]-lb[i] width. |
Definition at line 72 of file sga.h.
The documentation for this struct was generated from the following file: