Calls cleanUp() on all algorithms.
Calls cleanUp() on all algorithms.
Calls initialize() on all algorithms.
Calls initialize() on all algorithms.
Kill the algorithm so that it is inactive.
Kill the algorithm so that it is inactive. It will no longer be able to provide answers.Throws AlgorithmInactiveException if the algorithm is not active.
Resume the computation of the algorithm, if it has been stopped.
Resume the computation of the algorithm, if it has been stopped. Throws AlgorithmInactiveException if the algorithm is not active.
Run one step of the algorithm on each thread.
Release all resources from this anytime algorithm.
Start the algorithm and make it active.
Start the algorithm and make it active. After it returns, the algorithm must be ready to provide answers. Throws AlgorithmActiveException if the algorithm is already active.
Stop the algorithm from computing.
Stop the algorithm from computing. The algorithm is still ready to provide answers after it returns. Throws AlgorithmInactiveException if the algorithm is not active.
Call stopUpdate on algorithms in all threads.
Parallel anytime sampling algorithms. These algorithms have a parallel collection of algorithm instances that will do their work on separate threads, over separate universes.