Uses of Interface
pal.algorithmics.StoppingCriteria.Factory
Packages that use StoppingCriteria.Factory
-
Uses of StoppingCriteria.Factory in pal.algorithmics
Methods in pal.algorithmics that return StoppingCriteria.FactoryModifier and TypeMethodDescriptionstatic final StoppingCriteria.Factory
StoppingCriteria.Utils.getCombined
(StoppingCriteria.Factory[] subCriteria) A stopping criteria that is a composite of a set of criteria, stops when at least one sub criteria wants to stopstatic final StoppingCriteria.Factory
StoppingCriteria.Utils.getIterationCount
(int maxIterationCount) A stopping criteria that stops after a set number of iterationsstatic final StoppingCriteria.Factory
StoppingCriteria.Utils.getNonExactUnchangedScore
(int maxIterationCountAtCurrentScore, boolean matchBestScore, double tolerance) A stopping criteria that works by counting how many iterations occur at a given score (either the best score or the current score) and stopping when score does not change after a set number of generationsstatic final StoppingCriteria.Factory
StoppingCriteria.Utils.getUnchangedScore
(int maxIterationCountAtCurrentScore, boolean matchBestScore) A stopping criteria that works by counting how many iterations occur at a given score (either the best score or the current score) and stopping when score does not change after a set number of generationsMethods in pal.algorithmics with parameters of type StoppingCriteria.FactoryModifier and TypeMethodDescriptionstatic final StoppingCriteria.Factory
StoppingCriteria.Utils.getCombined
(StoppingCriteria.Factory[] subCriteria) A stopping criteria that is a composite of a set of criteria, stops when at least one sub criteria wants to stopvoid
SearchEngine.run
(AlgorithmCallback callback, double initialScore, ObjectState subject, StoppingCriteria.Factory stoppingCriteria, Ranker ranker) -
Uses of StoppingCriteria.Factory in pal.treesearch
Methods in pal.treesearch with parameters of type StoppingCriteria.FactoryModifier and TypeMethodDescriptionUnrootedMLSearcher.getBranchLengthOptimiseAction
(StoppingCriteria.Factory stopper) UnrootedMLSearcher.getBranchLengthWithModelOptimiseAction
(StoppingCriteria.Factory stopper, MultivariateMinimum minimiser, int fxFracDigits, int xFracDigits) UnrootedMLSearcher.getFullSweepSPRAction
(StoppingCriteria.Factory stopper) UnrootedMLSearcher.getNNIAction
(StoppingCriteria.Factory stopper) UnrootedMLSearcher.getNNIBranchLengthOptimiseAction
(StoppingCriteria.Factory stopper) final Assessor
UnrootedMLSearcher.getSimpleAssessor
(StoppingCriteria.Factory stopper) UnrootedMLSearcher.getSPRAction
(StoppingCriteria.Factory stopper) UnrootedMLSearcher.getSweepSPRAction
(StoppingCriteria.Factory stopper)