MoochoPack : Framework for Large-Scale Optimization Algorithms  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
MoochoPack::EvalNewPointStd_Step Class Reference

Standard new point evaluation step class. More...

#include <MoochoPack_EvalNewPointStd_Step.hpp>

Inheritance diagram for MoochoPack::EvalNewPointStd_Step:
Inheritance graph
[legend]

Public types

enum  EFDDerivTesting
 

Constructors / initializers

 STANDARD_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy, decomp_sys_handler)
 «std comp» members for range/null decomposition handler More...
 
 STANDARD_COMPOSITION_MEMBERS (NLPFirstDerivTester, deriv_tester)
 «std comp» members for first derivative tester object More...
 
 STANDARD_COMPOSITION_MEMBERS (VariableBoundsTester, bounds_tester)
 «std comp» Members for variable bounds tester object More...
 
 STANDARD_COMPOSITION_MEMBERS (DecompositionSystemTester, decomp_sys_tester)
 «std comp» members for decomp_sys tester tester object More...
 
 STANDARD_MEMBER_COMPOSITION_MEMBERS (EFDDerivTesting, fd_deriv_testing)
 Set how and if finite derivatives are tested. More...
 
 STANDARD_MEMBER_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy::EDecompSysTesting, decomp_sys_testing)
 Set how and if the decomposition system is tested. More...
 
 STANDARD_MEMBER_COMPOSITION_MEMBERS (DecompositionSystemHandler_Strategy::EDecompSysPrintLevel, decomp_sys_testing_print_level)
 Set how to set the print level for decomp_sys_tester (only if testing). More...
 
 EvalNewPointStd_Step (const decomp_sys_handler_ptr_t &decomp_sys_handler, const deriv_tester_ptr_t &deriv_tester, const bounds_tester_ptr_t &bounds_tester, const decomp_sys_tester_ptr_t &decomp_sys_tester, EFDDerivTesting fd_deriv_testing=FD_DEFAULT, DecompositionSystemHandler_Strategy::EDecompSysTesting decomp_sys_testing=DecompositionSystemHandler_Strategy::DST_DEFAULT, DecompositionSystemHandler_Strategy::EDecompSysPrintLevel decomp_sys_testing_print_level=DecompositionSystemHandler_Strategy::DSPL_USE_GLOBAL)
 Constructor. More...
 

Overridden from AlgorithmStep

bool do_step (Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
 
void print_step (const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const
 

Detailed Description

Standard new point evaluation step class.

This class calculates Gc, Gh, updates the range/null decompositon matrices Z, Y, R, Uz, Uy Vz and Vy and calculates Gf, c, h, and f in that order.

Definition at line 61 of file MoochoPack_EvalNewPointStd_Step.hpp.

Member Enumeration Documentation

Definition at line 70 of file MoochoPack_EvalNewPointStd_Step.hpp.

Constructor & Destructor Documentation

MoochoPack::EvalNewPointStd_Step::EvalNewPointStd_Step ( const decomp_sys_handler_ptr_t &  decomp_sys_handler,
const deriv_tester_ptr_t &  deriv_tester,
const bounds_tester_ptr_t &  bounds_tester,
const decomp_sys_tester_ptr_t &  decomp_sys_tester,
EFDDerivTesting  fd_deriv_testing = FD_DEFAULT,
DecompositionSystemHandler_Strategy::EDecompSysTesting  decomp_sys_testing = DecompositionSystemHandler_Strategy::DST_DEFAULT,
DecompositionSystemHandler_Strategy::EDecompSysPrintLevel  decomp_sys_testing_print_level = DecompositionSystemHandler_Strategy::DSPL_USE_GLOBAL 
)

Constructor.

new_point == true by default.

Definition at line 69 of file MoochoPack_EvalNewPointStd_Step.cpp.

Member Function Documentation

MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS ( DecompositionSystemHandler_Strategy  ,
decomp_sys_handler   
)

«std comp» members for range/null decomposition handler

MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS ( NLPFirstDerivTester  ,
deriv_tester   
)

«std comp» members for first derivative tester object

MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS ( VariableBoundsTester  ,
bounds_tester   
)

«std comp» Members for variable bounds tester object

MoochoPack::EvalNewPointStd_Step::STANDARD_COMPOSITION_MEMBERS ( DecompositionSystemTester  ,
decomp_sys_tester   
)

«std comp» members for decomp_sys tester tester object

MoochoPack::EvalNewPointStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS ( EFDDerivTesting  ,
fd_deriv_testing   
)

Set how and if finite derivatives are tested.

ToDo: Finish documentation.

MoochoPack::EvalNewPointStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS ( DecompositionSystemHandler_Strategy::EDecompSysTesting  ,
decomp_sys_testing   
)

Set how and if the decomposition system is tested.

ToDo: Finish documentation.

MoochoPack::EvalNewPointStd_Step::STANDARD_MEMBER_COMPOSITION_MEMBERS ( DecompositionSystemHandler_Strategy::EDecompSysPrintLevel  ,
decomp_sys_testing_print_level   
)

Set how to set the print level for decomp_sys_tester (only if testing).

ToDo: Finish documentation.

bool MoochoPack::EvalNewPointStd_Step::do_step ( Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss 
)

Definition at line 87 of file MoochoPack_EvalNewPointStd_Step.cpp.

void MoochoPack::EvalNewPointStd_Step::print_step ( const Algorithm algo,
poss_type  step_poss,
IterationPack::EDoStepType  type,
poss_type  assoc_step_poss,
std::ostream &  out,
const std::string &  leading_str 
) const

Definition at line 453 of file MoochoPack_EvalNewPointStd_Step.cpp.


The documentation for this class was generated from the following files: