CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
template<class Dvector, class ADvector, class FG_eval>
virtual bool CppAD::ipopt::solve_callback< Dvector, ADvector, FG_eval >::get_starting_point ( Index  n,
bool  init_x,
Number x,
bool  init_z,
Number z_L,
Number z_U,
Index  m,
bool  init_lambda,
Number lambda 
)
inlinevirtual

Return initial x value where optimiation is started.

Parameters
[in]nmust be equal to the domain dimension for f(x) and g(x); i.e., it must be equal to nx_.
[in]init_xmust be equal to true.
[out]xis a vector of size nx_. The input value of its elements does not matter. On output, it is a copy of the initial value for $ x $; i.e. xi_.
[in]init_zmust be equal to false.
z_Lis not used.
z_Uis not used.
[in]mmust be equal to the domain dimension for f(x) and g(x); i.e., it must be equal to ng_.
init_lambdamust be equal to false.
lambdais not used.

Definition at line 581 of file solve_callback.hpp.