Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
IParamOptimizer.h File Reference

Interface for batched parameter updates and optimization. More...

#include "Include.h"
#include "Parameter.h"
Include dependency graph for IParamOptimizer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IParamOptimizer
 Interface for batched parameter modifications. More...
 

Detailed Description

Interface for batched parameter updates and optimization.

This header declares IParamOptimizer, an abstract interface intended for classes that perform batched modifications of parameter values.

Typical implementations:

  • accumulate a list of operations (set/remove),
  • apply them atomically or in a controlled way via commit(),
  • offer a clear() method to reset the internal operation queue.

Definition in file IParamOptimizer.h.