Uses of Interface
xal.extension.solver.algorithm.RandomShrinkSearch.Searcher
Packages that use RandomShrinkSearch.Searcher
-
Uses of RandomShrinkSearch.Searcher in xal.extension.solver.algorithm
Classes in xal.extension.solver.algorithm that implement RandomShrinkSearch.SearcherModifier and TypeClassDescriptionclass
Use a combination of search engines to search for the best solution.protected class
A searcher that performs a simple random search in the entire search space.protected class
ShrinkSearcher searches for the next trial point by adjusting the search domain per variable depending on how much a variable has changed between the best solutions found so far.Fields in xal.extension.solver.algorithm declared as RandomShrinkSearch.SearcherModifier and TypeFieldDescriptionprotected RandomShrinkSearch.Searcher
RandomShrinkSearch.searcher
The active search technique (random or shrink).