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 TypeClassDescriptionclassUse a combination of search engines to search for the best solution.protected classA searcher that performs a simple random search in the entire search space.protected classShrinkSearcher 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.SearcherRandomShrinkSearch.searcherThe active search technique (random or shrink).