java.lang.Object | |
↳ | es.usc.citius.hipster.algorithm.Algorithm.SearchResult |
Holds information about the search process.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Algorithm.SearchResult(N goalNode, int iterations, long elapsed) | |||||||||||
Algorithm.SearchResult(Collection<N> goalNodes, int iterations, long elapsed) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | getElapsed() | ||||||||||
N | getGoalNode() | ||||||||||
Collection<N> | getGoalNodes() | ||||||||||
int |
getIterations()
Number of iterations performed by the search algorithm.
| ||||||||||
List<List<S>> | getOptimalPaths() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Number of iterations performed by the search algorithm.