- All Implemented Interfaces:
- ai.libs.jaicore.basic.algorithm.IAlgorithm<GraphSearchWithSubpathEvaluationsInput<N,A,V>,EvaluatedSearchGraphPath<N,A,V>>, ai.libs.jaicore.basic.algorithm.IOptimizationAlgorithm<GraphSearchWithSubpathEvaluationsInput<N,A,V>,EvaluatedSearchGraphPath<N,A,V>,V>, ai.libs.jaicore.basic.algorithm.ISolutionCandidateIterator<GraphSearchWithSubpathEvaluationsInput<N,A,V>,EvaluatedSearchGraphPath<N,A,V>>, ai.libs.jaicore.basic.Cancelable, ai.libs.jaicore.basic.ILoggingCustomizable, IGraphSearch<GraphSearchWithSubpathEvaluationsInput<N,A,V>,EvaluatedSearchGraphPath<N,A,V>,N,A>, IOptimalPathInORGraphSearch<GraphSearchWithSubpathEvaluationsInput<N,A,V>,N,A,V>, IPathInORGraphSearch<GraphSearchWithSubpathEvaluationsInput<N,A,V>,EvaluatedSearchGraphPath<N,A,V>,N,A>, java.lang.Iterable<ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent>, java.util.concurrent.Callable<EvaluatedSearchGraphPath<N,A,V>>, java.util.Iterator<ai.libs.jaicore.basic.algorithm.events.AlgorithmEvent>
- Direct Known Subclasses:
- BestFirstEpsilon, RandomizedDepthFirstSearch
public class StandardBestFirst<N,A,V extends java.lang.Comparable<V>>
extends BestFirst<GraphSearchWithSubpathEvaluationsInput<N,A,V>,N,A,V>