public class TwoPointCrossover<T> extends Object implements CrossoverOperator<Solution<T>>
| Constructor and Description |
|---|
TwoPointCrossover(double probability) |
| Modifier and Type | Method and Description |
|---|---|
List<Solution<T>> |
execute(List<Solution<T>> solutions) |
double |
getCrossoverProbability() |
int |
getNumberOfParents() |
public int getNumberOfParents()
getNumberOfParents in interface CrossoverOperator<Solution<T>>public double getCrossoverProbability()
Copyright © 2017. All rights reserved.