|
Janus 2.0.0
High-performance C++20 dual-mode numerical framework
|
Thresholds controlling Opti scaling diagnostics. More...
#include <Scaling.hpp>
Public Attributes | |
| double | normalized_low_warn = 1e-3 |
| Warn when |value| / scale falls below this. | |
| double | normalized_high_warn = 1e3 |
| Warn when |value| / scale exceeds this. | |
| double | normalized_high_critical = 1e6 |
| Escalate to critical beyond this. | |
| double | variable_scale_ratio_warn = 1e6 |
| Warn when max(scale) / min(scale) exceeds this. | |
Thresholds controlling Opti scaling diagnostics.
| double janus::ScalingAnalysisOptions::normalized_high_critical = 1e6 |
Escalate to critical beyond this.
| double janus::ScalingAnalysisOptions::normalized_high_warn = 1e3 |
Warn when |value| / scale exceeds this.
| double janus::ScalingAnalysisOptions::normalized_low_warn = 1e-3 |
Warn when |value| / scale falls below this.
| double janus::ScalingAnalysisOptions::variable_scale_ratio_warn = 1e6 |
Warn when max(scale) / min(scale) exceeds this.