public interface IOptimalPathInORGraphSearchFactory<I extends GraphSearchInput<N,A>,N,A,V extends java.lang.Comparable<V>> extends ai.libs.jaicore.basic.algorithm.IOptimizationAlgorithmFactory<I,EvaluatedSearchGraphPath<N,A,V>,V>
| Modifier and Type | Method and Description |
|---|---|
IOptimalPathInORGraphSearch<I,N,A,V> |
getAlgorithm() |
IOptimalPathInORGraphSearch<I,N,A,V> |
getAlgorithm(I problem) |
IOptimalPathInORGraphSearch<I,N,A,V> getAlgorithm()
getAlgorithm in interface ai.libs.jaicore.basic.algorithm.IAlgorithmFactory<I extends GraphSearchInput<N,A>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>>getAlgorithm in interface ai.libs.jaicore.basic.algorithm.IOptimizationAlgorithmFactory<I extends GraphSearchInput<N,A>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>,V extends java.lang.Comparable<V>>IOptimalPathInORGraphSearch<I,N,A,V> getAlgorithm(I problem)
getAlgorithm in interface ai.libs.jaicore.basic.algorithm.IAlgorithmFactory<I extends GraphSearchInput<N,A>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>>getAlgorithm in interface ai.libs.jaicore.basic.algorithm.IOptimizationAlgorithmFactory<I extends GraphSearchInput<N,A>,EvaluatedSearchGraphPath<N,A,V extends java.lang.Comparable<V>>,V extends java.lang.Comparable<V>>