optimization.scaling.base
Base Scaler Module
This module contains the base class for scaling variables in an optic system. Scaling is used in optimization to improve convergence and performance.
Kramer Harrison, 2025
Classes
|
Represents the behavior of a scaler in an optic system. |
- class Scaler[source]
Represents the behavior of a scaler in an optic system.
- abstract inverse_scale(scaled_value)[source]
Inverse scale the value of the variable.
- Parameters:
scaled_value – The scaled value to inverse scale
- property monotonic: bool
Returns True if the scaler is monotonic increasing, False otherwise.