#include <ConstrainedOptPack_MeritFuncPenaltyParams.hpp>
Inheritance diagram for ConstrainedOptPack::MeritFuncPenaltyParams:
To be overridden by subclasses | |
| virtual void | set_space_c (const VectorSpace::space_ptr_t &space_c)=0 |
Set the vector space for to use for the penalty parameters. | |
| virtual VectorMutable & | set_mu ()=0 |
| Get the vector of penalty parameters for setting them. | |
| virtual const Vector & | get_mu () const =0 |
| Get the vector of penalty parameters for viewing them. | |
Public Member Functions | |
| virtual | ~MeritFuncPenaltyParams () |
| | |
Definition at line 40 of file ConstrainedOptPack_MeritFuncPenaltyParams.hpp.
|
|
Definition at line 48 of file ConstrainedOptPack_MeritFuncPenaltyParams.hpp. |
|
|
Set the vector space for
Implemented in ConstrainedOptPack::MeritFuncNLPModL1. |
|
|
Get the vector of penalty parameters for setting them.
Implemented in ConstrainedOptPack::MeritFuncNLPModL1. |
|
|
Get the vector of penalty parameters for viewing them.
Implemented in ConstrainedOptPack::MeritFuncNLPModL1. |
1.3.9.1