orbit.utils.fitting#
Classes
|
The Bisection search is a minimum finding method that applies to any continuous functions. |
|
The GoldenSection search is a minimum finding method that applies to any continuous functions. |
|
|
|
The RandomSearchAlgorithm uses floating windows for each variables with a defined shrinkage factor. |
|
This is an abstract class for actions inside Scoreboard. |
|
This class calculates the score for the trial point instance. |
|
The SearchAgorithm is an abstract class. |
|
Simplex - a regression method for arbitrary nonlinear function minimization |
|
The SolveStopper defines if we should stop solver's optimization process because of some condition. |
|
The Factory for stoppers. |
|
The class is a main class of the general fitting package. |
|
This a container class for VariableProxy instances. |
|
This class represents the parameter for the score function in the fitting process. |
Modules
This is a collection of classes for a general optimization problem. |