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