Uses of Interface
Localiser.algorithms.genericLocaliser.MinimisationFunction
Package
Description
-
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser
Modifier and TypeClassDescriptionclass
Minimisation functions which is based on bearings rather than time delay measurements.class
Minimisation function for a localisation performed using time delay calculations.Modifier and TypeMethodDescriptionvoid
MinimisationAlgorithm.setMinimisationFunction
(MinimisationFunction minFunc) Set the minimisation function. -
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser.leastSquares
Modifier and TypeMethodDescriptionvoid
LeastSquares.setMinimisationFunction
(MinimisationFunction leastSquaresData) Set the least squares algorithm. -
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser.MCMC
Modifier and TypeMethodDescriptionMCMC.mCMC
(MinimisationFunction chi2) Run MCMC algortihm.void
MCMC.setChi2
(MinimisationFunction chi2) Set the chi2 value for the MCMC algortihm.void
MCMC.setMinimisationFunction
(MinimisationFunction minFunc) -
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser.simplex
Modifier and TypeMethodDescriptionvoid
Simplex.setMinimisationFunction
(MinimisationFunction chi2) -
Uses of MinimisationFunction in Localiser.algorithms.locErrors
ModifierConstructorDescriptionLikilihoodError
(MinimisationFunction chi2, double[] point) LikilihoodError
(MinimisationFunction chi2, double[] point, int nDim) -
Uses of MinimisationFunction in Localiser.detectionGroupLocaliser
Modifier and TypeMethodDescriptionDetectionGroupLocaliser2.getMinimsationFunc
(GroupLocInfo groupInfo, int locType) Create a minimisation function.Modifier and TypeMethodDescriptionDetectionGroupLocaliser2.localiseMin
(GroupLocInfo groupInfo, MinimisationFunction[] minFunctuion, MinimisationAlgorithm locAlgorithm) Use an algorithm to solve the minimisation function