Package org.opt4j.operator.mutate
Interface MutationRate
-
- All Known Implementing Classes:
AdaptiveMutationRate,ConstantMutationRate
public interface MutationRateInterface for theMutationRate.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleget()Returns the mutation rate as a double value.voidset(double value)Sets the mutation to a double value.
-