Mutation operator info.
More...
#include <vega.h>
|
| enum | type { GAUSSIAN = 0,
RANDOM = 1
} |
| | Mutation type, gaussian or random.
|
| |
|
|
class | boost::serialization::access |
| |
Mutation operator info.
Definition at line 55 of file vega.h.
| pagmo::algorithm::vega::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 65 of file vega.h.
The documentation for this struct was generated from the following file: