| Class | Description |
|---|---|
| BitFlipMutation | |
| IntegerPolynomialMutation |
This class implements a polynomial mutation operator to be applied to Integer solutions
If the lower and upper bounds of a variable are the same, no mutation is carried out and the
bound value is returned.
|
| NonUniformMutation |
This class implements a non-uniform mutation operator.
|
| NullMutation<S> |
This class is intended to perform no mutation.
|
| PermutationSwapMutation<T> |
This class implements a swap mutation.
|
| PolynomialMutation |
This class implements a polynomial mutation operator
The implementation is based on the NSGA-II code available in
http://www.iitk.ac.in/kangal/codes.shtml
If the lower and upper bounds of a variable are the same, no mutation is carried out and the
bound value is returned.
|
| SimpleRandomMutation |
This class implements a random mutation operator for double solutions
|
| UniformMutation |
This class implements a uniform mutation operator.
|
Copyright © 2017. All rights reserved.