Implements linesearch techniques to perform a globalized step of an SCPmethod for solving NLPs. More...
#include <scp_step_linesearch.hpp>
Protected Member Functions | |
returnValue | performLineSearch (const OCPiterate &iter, BandedCP &cp, SCPevaluation &eval, double &alpha, const double &alphaMin) |
Protected Member Functions inherited from SCPstep | |
virtual returnValue | applyStep (OCPiterate &iter, BandedCP &cp, double alpha) const |
virtual returnValue | setupLogging () |
virtual returnValue | setupOptions () |
Additional Inherited Members | |
Protected Attributes inherited from SCPstep | |
SCPmeritFunction * | meritFcn |
Protected Attributes inherited from AlgorithmicBase | |
int | outputLoggingIdx |
BooleanType | useModuleStandalone |
UserInteraction * | userInteraction |
Implements linesearch techniques to perform a globalized step of an SCPmethod for solving NLPs.
The class SCPstepLinesearch implements linesearch techniques to perform a globalized step of an SCPmethod for solving nonlinear programming problems.
\author Boris Houska, Hans Joachim Ferreau
Definition at line 57 of file scp_step_linesearch.hpp.
BEGIN_NAMESPACE_ACADO SCPstepLinesearch::SCPstepLinesearch | ( | ) |
Default constructor.
Definition at line 45 of file scp_step_linesearch.cpp.
SCPstepLinesearch::SCPstepLinesearch | ( | UserInteraction * | _userInteraction | ) |
Definition at line 50 of file scp_step_linesearch.cpp.
SCPstepLinesearch::SCPstepLinesearch | ( | const SCPstepLinesearch & | rhs | ) |
Copy constructor (deep copy).
Definition at line 55 of file scp_step_linesearch.cpp.
|
virtual |
Destructor.
Definition at line 60 of file scp_step_linesearch.cpp.
|
virtual |
Implements SCPstep.
Definition at line 78 of file scp_step_linesearch.cpp.
SCPstepLinesearch & SCPstepLinesearch::operator= | ( | const SCPstepLinesearch & | rhs | ) |
Assignment operator (deep copy).
Definition at line 65 of file scp_step_linesearch.cpp.
|
protected |
This routine starts a the line search routine and searches a
step size parameter alpha which yields a descent in the
specified merit function.
Definition at line 129 of file scp_step_linesearch.cpp.
|
virtual |
Implements SCPstep.
Definition at line 85 of file scp_step_linesearch.cpp.