hydromodpy.calibration.adapters.optuna_adapter#

Optuna adapter - TPE / CMA-ES / Random / NSGA-II.

This is the recommended adapter for new calibrations. Optuna manages the sampler state natively via its ask() / tell() API.

Classes

OptunaAdapter(space, *[, sampler, seed, ...])

Drive an Optuna study via ask/tell.