42 #ifndef REDUCED_HESSIAN_SECANT_UPDATE_BFGS_PROJECTED_STRATEGY_SET_OPTIONS_H 
   43 #define REDUCED_HESSIAN_SECANT_UPDATE_BFGS_PROJECTED_STRATEGY_SET_OPTIONS_H 
   45 #include "MoochoPack_ReducedHessianSecantUpdateBFGSProjected_Strategy.hpp" 
   46 #include "OptionsFromStreamPack_SetOptionsFromStreamNode.hpp" 
   47 #include "OptionsFromStreamPack_SetOptionsToTargetBase.hpp" 
   49 namespace MoochoPack {
 
   73       ReducedHessianSecantUpdateBFGSProjected_Strategy >
 
   80     , 
const char opt_grp_name[] = 
"ReducedHessianSecantUpdatePBFGS" );
 
   85   void setOption( 
int option_num, 
const std::string& option_value );
 
   91 #endif  // REDUCED_HESSIAN_SECANT_UPDATE_BFGS_PROJECTED_STRATEGY_SET_OPTIONS_H 
void setOption(int option_num, const std::string &option_value)
Overridden from SetOptionsFromStreamNode. 
 
ReducedHessianSecantUpdateBFGSProjected_StrategySetOptions(ReducedHessianSecantUpdateBFGSProjected_Strategy *target=0, const char opt_grp_name[]="ReducedHessianSecantUpdatePBFGS")
 
Perform BFGS updates on only the free independent (super basic) variables. 
 
Set options for ReducedHessianSecantUpdateBFGSProjected_Strategy from a OptionsFromStream object...