public class BasicExplorationCandidateSelector<T,V extends java.lang.Comparable<V>> extends java.lang.Object implements IExplorationCandidateSelector<T,V>
| Constructor and Description |
|---|
BasicExplorationCandidateSelector(double minimumSolutionDistanceForExploration) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node<T,V>> |
selectExplorationCandidates(java.util.Queue<Node<T,V>> allCandidates,
Node<T,V> bestCandidate,
ISolutionDistanceMetric<T> solutionDistanceMetric) |
public BasicExplorationCandidateSelector(double minimumSolutionDistanceForExploration)
public java.util.List<Node<T,V>> selectExplorationCandidates(java.util.Queue<Node<T,V>> allCandidates, Node<T,V> bestCandidate, ISolutionDistanceMetric<T> solutionDistanceMetric)
selectExplorationCandidates in interface IExplorationCandidateSelector<T,V extends java.lang.Comparable<V>>