CppAD: A C++ Algorithmic Differentiation Package
20130918
|
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 | ||
) | [inline, virtual] |
Return initial x value where optimiation is started.
[in] | n | must be equal to the domain dimension for f(x) and g(x); i.e., it must be equal to nx_. |
[in] | init_x | must be equal to true. |
[out] | x | is 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 ![]() |
[in] | init_z | must be equal to false. |
z_L | is not used. | |
z_U | is not used. | |
[in] | m | must be equal to the domain dimension for f(x) and g(x); i.e., it must be equal to ng_. |
init_lambda | must be equal to false. | |
lambda | is not used. |
Definition at line 503 of file solve_callback.hpp.