#include <ConstrainedOptPack_MeritFuncPenaltyParam.hpp>
Inheritance diagram for ConstrainedOptPack::MeritFuncPenaltyParam:
Public Member Functions | |
| virtual | ~MeritFuncPenaltyParam () |
| | |
| virtual void | mu (value_type mu)=0 |
| Set the penalty parameter mu. | |
| virtual value_type | mu () const =0 |
| Get the value of mu. | |
Definition at line 39 of file ConstrainedOptPack_MeritFuncPenaltyParam.hpp.
|
|
Definition at line 43 of file ConstrainedOptPack_MeritFuncPenaltyParam.hpp. |
|
|
Set the penalty parameter mu.
Implemented in ConstrainedOptPack::MeritFuncNLPL1. |
|
|
Get the value of mu.
Implemented in ConstrainedOptPack::MeritFuncNLPL1. |
1.3.9.1