13 #ifndef mitkMVConstrainedCostFunctionDecorator_h
14 #define mitkMVConstrainedCostFunctionDecorator_h
59 itkSetMacro(ActivateFailureThreshold,
bool);
60 itkGetConstMacro(ActivateFailureThreshold,
bool);
64 itkGetConstMacro(EvaluationCount,
unsigned int);
69 double GetPenaltyRatio()
const;
73 double GetFailureRatio()
const;
76 ParametersType::size_type GetFailedParameter()
const;
82 m_EvaluationCount(0), m_PenaltyCount(0), m_FailureCount(0), m_LastFailedParameter(-1)