public interface CrossoverRate
CrossoverRate
is an interface for the crossover rate which is the
probability of two individuals undergoing crossover.Modifier and Type | Method and Description |
---|---|
double |
get()
Returns the crossover rate as a double value.
|
void |
set(double value)
Sets the crossover rate to a double value.
|