- All Implemented Interfaces:
org.api4.java.ai.graphsearch.problem.IPathSearchFactory<I,O,N,A,A2>, org.api4.java.algorithm.IAlgorithmFactory<I,O,A2>
- Direct Known Subclasses:
AWAStarFactory, BestFirstFactory, BestFirstLimitedDiscrepancySearchFactory, DepthFirstSearchFactory, IteratingGraphSearchOptimizerFactory, LimitedDiscrepancySearchFactory, RandomSearchFactory, RStarFactory
public abstract class StandardORGraphSearchFactory<I extends org.api4.java.ai.graphsearch.problem.IPathSearchInput<N,A>,O,N,A,V extends java.lang.Comparable<V>,A2 extends org.api4.java.ai.graphsearch.problem.IPathSearch<I,O,N,A>>
extends ai.libs.jaicore.basic.algorithm.AAlgorithmFactory<I,O,A2>
implements org.api4.java.ai.graphsearch.problem.IPathSearchFactory<I,O,N,A,A2>