public class SimpleRandomMutation extends Object implements MutationOperator<DoubleSolution>
| Constructor and Description |
|---|
SimpleRandomMutation(double probability)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
DoubleSolution |
execute(DoubleSolution solution)
Execute() method
|
public DoubleSolution execute(DoubleSolution solution) throws JMetalException
execute in interface Operator<DoubleSolution,DoubleSolution>solution - the data to processJMetalExceptionCopyright © 2015. All rights reserved.