Uses of Interface
Localiser.algorithms.genericLocaliser.MinimisationFunction
Packages that use MinimisationFunction
Package
Description
- 
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser
Classes in Localiser.algorithms.genericLocaliser that implement MinimisationFunctionModifier and TypeClassDescriptionclassMinimisation functions which is based on bearings rather than time delay measurements.classMinimisation function for a localisation performed using time delay calculations.Methods in Localiser.algorithms.genericLocaliser with parameters of type MinimisationFunctionModifier and TypeMethodDescriptionvoidMinimisationAlgorithm.setMinimisationFunction(MinimisationFunction minFunc) Set the minimisation function. - 
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser.leastSquares
Methods in Localiser.algorithms.genericLocaliser.leastSquares with parameters of type MinimisationFunctionModifier and TypeMethodDescriptionvoidLeastSquares.setMinimisationFunction(MinimisationFunction leastSquaresData) Set the least squares algorithm. - 
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser.MCMC
Methods in Localiser.algorithms.genericLocaliser.MCMC that return MinimisationFunctionMethods in Localiser.algorithms.genericLocaliser.MCMC with parameters of type MinimisationFunctionModifier and TypeMethodDescriptionMCMC.mCMC(MinimisationFunction chi2) Run MCMC algortihm.voidMCMC.setChi2(MinimisationFunction chi2) Set the chi2 value for the MCMC algortihm.voidMCMC.setMinimisationFunction(MinimisationFunction minFunc)  - 
Uses of MinimisationFunction in Localiser.algorithms.genericLocaliser.simplex
Fields in Localiser.algorithms.genericLocaliser.simplex declared as MinimisationFunctionMethods in Localiser.algorithms.genericLocaliser.simplex with parameters of type MinimisationFunctionModifier and TypeMethodDescriptionvoidSimplex.setMinimisationFunction(MinimisationFunction chi2) Constructors in Localiser.algorithms.genericLocaliser.simplex with parameters of type MinimisationFunction - 
Uses of MinimisationFunction in Localiser.algorithms.locErrors
Constructors in Localiser.algorithms.locErrors with parameters of type MinimisationFunctionModifierConstructorDescriptionLikilihoodError(MinimisationFunction chi2, double[] point) LikilihoodError(MinimisationFunction chi2, double[] point, int nDim)  - 
Uses of MinimisationFunction in Localiser.detectionGroupLocaliser
Methods in Localiser.detectionGroupLocaliser that return MinimisationFunctionModifier and TypeMethodDescriptionDetectionGroupLocaliser2.getMinimsationFunc(GroupLocInfo groupInfo, int locType) Create a minimisation function.Methods in Localiser.detectionGroupLocaliser with parameters of type MinimisationFunctionModifier and TypeMethodDescriptionDetectionGroupLocaliser2.localiseMin(GroupLocInfo groupInfo, MinimisationFunction[] minFunctuion, MinimisationAlgorithm locAlgorithm) Use an algorithm to solve the minimisation function