|
CppAD: A C++ Algorithmic Differentiation Package
20171217
|
|
inlinevirtual |
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 ; i.e. xi_. |
| [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 581 of file solve_callback.hpp.