Interface IExplorationCandidateSelector<T,A,V extends java.lang.Comparable<V>>
-
- All Known Implementing Classes:
BasicExplorationCandidateSelector
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IExplorationCandidateSelector<T,A,V extends java.lang.Comparable<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<BackPointerPath<T,A,V>>selectExplorationCandidates(java.util.Queue<BackPointerPath<T,A,V>> allCandidates, BackPointerPath<T,A,V> bestCandidate, ISolutionDistanceMetric<T> solutionDistanceMetric)
-
-
-
Method Detail
-
selectExplorationCandidates
java.util.List<BackPointerPath<T,A,V>> selectExplorationCandidates(java.util.Queue<BackPointerPath<T,A,V>> allCandidates, BackPointerPath<T,A,V> bestCandidate, ISolutionDistanceMetric<T> solutionDistanceMetric)
-
-