Uses of Record Class
algorithm.SearchAlgorithm.SearchResult
Packages that use SearchAlgorithm.SearchResult
Package
Description
Search techniques based on B* and various utility classes used primarily by these search techniques.
-
Uses of SearchAlgorithm.SearchResult in algorithm
Methods in algorithm that return SearchAlgorithm.SearchResultModifier and TypeMethodDescription<P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> BstarBasic.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> BstarBasicDB.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> BstarSquaredDB.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> BstarSquaredSimple.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> BstarSquaredSimpleMax.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> BstarSquaredVariant.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Deprecated.<P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> DfBstar.search(P root, Table table, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Deprecated.<P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> DfBstar2.search(P root, Table table, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> DfBstar3.search(P root, Table table, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> DfBstarDB.search(P root, Table table, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.search(P root, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree without time limits.default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.search(P root, MetricKeeper... metrics) Initiates the search of the provided game tree without time or spatial limits.<P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree with a given time limit and spatial limit.default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.search(P root, Duration time_limit, MetricKeeper... metrics) Initiates the search of the provided game tree without spatial limits.default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.SearchWithTable.search(P root, Table table, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree without time limits.default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.SearchWithTable.search(P root, Table table, MetricKeeper... metrics) Initiates the search of the provided game tree without time or spatial limits.<P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.SearchWithTable.search(P root, Table table, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree with a given time limit and spatial limit.default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.SearchWithTable.search(P root, Table table, Duration time_limit, MetricKeeper... metrics) Initiates the search of the provided game tree without spatial limits.default <P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<?, P> SearchAlgorithm.SearchWithTable.search(P root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree with a given time limit and spatial limit.<N extends GameTreeNode<N,P>, P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<N, P> BstarBasic.searchWithTree(N root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) <N extends GameTreeNode<N,P>, P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<N, P> BstarBasicDB.searchWithTree(N root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) default <N extends GameTreeNode<N,P>, P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<N, P> SearchAlgorithm.SearchWithTree.searchWithTree(N root, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree without time limits.default <N extends GameTreeNode<N,P>, P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<N, P> SearchAlgorithm.SearchWithTree.searchWithTree(N root, MetricKeeper... metrics) Initiates the search of the provided game tree without time or spatial limits.<N extends GameTreeNode<N,P>, P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<N, P> SearchAlgorithm.SearchWithTree.searchWithTree(N root, Duration time_limit, SearchAlgorithm.Limits space_limit, MetricKeeper... metrics) Initiates the search of the provided game tree with a given time limit and spatial limit.default <N extends GameTreeNode<N,P>, P extends IGamePosition<P>>
SearchAlgorithm.SearchResult<N, P> SearchAlgorithm.SearchWithTree.searchWithTree(N root, Duration time_limit, MetricKeeper... metrics) Initiates the search of the provided game tree without spatial limits.