hydromodpy.calibration.optimizer#
Optimizer Protocol and registry.
An optimizer proposes parameter points (ask) and ingests evaluation
results (tell). Adapters for scipy, optuna, grid-search are found under
hydromodpy/calibration/adapters/ and registered here.
Module attributes
|
Sentinel cost used when an evaluation fails or returns NaN. |
Functions
|
Return registered optimizer names, including installed entry points. |
|
Construct an optimizer by name. |
|
Register a built-in optimizer adapter under a public method name. |
Classes
|
Objective result produced after evaluating one suggestion. |
|
Ask/tell Protocol implemented by optimizer adapters. |
|
Candidate parameter point proposed by an optimizer. |