nlsq.stability.fallback.AddParameterBoundsStrategy

class nlsq.stability.fallback.AddParameterBoundsStrategy[source]

Bases: FallbackStrategy

Infer and add parameter bounds if not provided.

__init__()[source]

Initialize fallback strategy.

Parameters:
  • name (str) – Strategy name

  • description (str) – Human-readable description

  • priority (int, optional) – Execution priority (higher = earlier). Default: 0

apply(kwargs)[source]

Infer reasonable bounds from data and p0.