42 #ifndef MERIT_FUNC_PENALTY_PARAM_H
43 #define MERIT_FUNC_PENALTY_PARAM_H
45 #include "ConstrainedOptPack_Types.hpp"
47 namespace ConstrainedOptPack {
59 virtual void mu(value_type
mu) = 0;
62 virtual value_type
mu()
const = 0;
68 #endif // MERIT_FUNC_PENALTY_PARAM_H
virtual value_type mu() const =0
Get the value of mu.
virtual ~MeritFuncPenaltyParam()
This class provides interface for setting and retrieving a penalty parameter that many merit function...