|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Statistical-layer port for batched parameter edits and optimized commits. More...


Go to the source code of this file.
Classes | |
| class | IStatParamOptimizerProxy |
| Abstract interface for batched parameter mutation in the statistics layer. More... | |
Statistical-layer port for batched parameter edits and optimized commits.
This interface exposes a small write-oriented API used by the statistics module to stage parameter modifications before applying them to the live parameter graph.
The intended workflow is:
This is useful when many parameter updates must be applied together, for example in scans, fits, profiling, or repeated likelihood evaluations, where immediate propagation after each elementary change would be too costly.
Concrete implementations typically forward to an optimizer / transaction-like adapter that knows how to:
Definition in file IStatParamOptimizerProxy.h.