Interface TimeDelayLocaliserModel
- All Known Implementing Classes:
Hyperbolic,MCMCLocaliser,Simplex
public interface TimeDelayLocaliserModel
-
Method Summary
Modifier and TypeMethodDescriptionChange any settings in the algorithm.voidRuns the localisation algorithm an creates a results.voidstop()Stop the localiser.
-
Method Details
-
runAlgorithm
void runAlgorithm()Runs the localisation algorithm an creates a results. The results are dependednt on the localisation class. -
changeSettings
Boolean changeSettings()Change any settings in the algorithm.- Returns:
-
stop
void stop()Stop the localiser. For MCMC, which can takes minutes to compute this is important. For other localisers, such as Simplex, this is unimportant and can be left blank.
-