1#ifndef IPARAMMODIFIER_H
2#define IPARAMMODIFIER_H
69template <
typename T,
typename U,
typename V>
Interface for mutating parameters or changing their mode.
virtual ~IDataMutator()=default
Virtual destructor for interface.
virtual void change_mode(const T &, V)=0
Changes the operational mode of a parameter.
virtual void mutate(const T &, U)=0
Mutates the value of a parameter.
double T(double x)
Wilson coefficient T(x).