|
Prev | Next |
CppAD::mixed::fixed_solution solution
struct fixed_solution {
CppAD::vector<double> fixed_opt;
CppAD::vector<double> fixed_lag;
CppAD::vector<double> fix_con_lag;
CppAD::vector<double> ran_con_lag;
warm_start_struct warm_start;
CppAD::vector<trace_struct> trace_vec;
};
optimize_fixed.
solution.fixed_lag[i]
is greater than zero (less than zero), it is
the Lagrange multiplier for the upper (lower) bound
for the i-th component of the fixed effects.
fix_constraint function.
If
solution.fix_con_lag[i]
is greater than zero (less than zero), it is
the Lagrange multiplier for the upper (lower) bound
for the i-th component of the fixed constraint function.
solution.ran_con_lag[i]
is greater than zero (less than zero), it is
the Lagrange multiplier for the upper (lower) bound
for the i-th row of the random constraint matrix @(@
A
@)@.
i-th element of this vector is a trace_struct
with the information corresponding to the i-th iteration
of the optimization algorithm.