optimize (pmrf.optimize)
Non-linear optimization of RF models.
Provides solvers and routines to find the optimal point-estimates that minimize a given objective/cost function.
Classes
Abstract interface for bounded minimization algorithms. |
|
Abstract interface for unconstrained minimization algorithms. |
|
|
The result of an optimization run. |
|
A wrapper around SciPy's |
|
An optimizer that wraps an arbitrary Optimistix |
|
A L-BFGS-B optimizer in JAX. |
|
A Nelder-Mead optimizer in JAX. |
|
A LBFGS optimizer in JAX. |
|
A BFGS optimizer in JAX. |
|
A Gradient Descent optimizer in JAX. |
Functions
|
Returns True if pmrf.optimize.is_minimizer returns True. |
|
Returns True if x is an instance of pmrf.optimize.AbstractUnconstrainedMinimizer or pmrf.optimize.AbstractBoundedMinimizer. |
|
Minimizes a given objective function for a model over a frequency range. |