Package behaviour
Interface MutationBehaviour
- All Known Implementing Classes:
RandomMutation
public interface MutationBehaviour
Interface for different types of mutation classes
-
Method Summary
-
Method Details
-
mutate
- Parameters:
children
- the current childrenmutationRate
- the mutation rate from Genetic Algorithm Setting Class- Returns:
- the new children
-