Skip to content

GIVPOptimizer

givp.GIVPOptimizer

Bases: BaseEstimator

Object-oriented optimizer compatible with scikit-learn estimators.

fit

fit(_x: NDArray | None = None, _y: NDArray | None = None) -> GIVPOptimizer

Run the optimizer and return self for sklearn compatibility.

run

run() -> OptimizeResult

Execute one optimization round and update the historical best.