#include <MoochoPack_PreProcessBarrierLineSearch_Step.hpp>
Inheritance diagram for MoochoPack::PreProcessBarrierLineSearch_Step:
Constructors / initializers | |
| void | tau_boundary_frac (const value_type &tau_boundary_frac) |
| Fraction to Boundary parameter. | |
| PreProcessBarrierLineSearch_Step (Teuchos::RefCountPtr< NLPInterfacePack::NLPBarrier > barrier_nlp, const value_type tau_boundary_frac=0.99) | |
| Constructor. | |
Overridden from AlgorithmStep | |
| bool | do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss) |
| | |
This class updates alpha_vl, alpha_vu, and alpha and x_kp1, Vl_kp1, and Vu_kp1
Definition at line 53 of file MoochoPack_PreProcessBarrierLineSearch_Step.hpp.
|
||||||||||||
|
Constructor.
Definition at line 52 of file MoochoPack_PreProcessBarrierLineSearch_Step.cpp. |
|
|
Fraction to Boundary parameter. mu_kp1 = min(tau_mu*mu_k,mu_k^theta_mu) Definition at line 65 of file MoochoPack_PreProcessBarrierLineSearch_Step.hpp. |
|
||||||||||||||||||||
|
Definition at line 69 of file MoochoPack_PreProcessBarrierLineSearch_Step.cpp. |
1.3.9.1