Initializing help system before first use

XKTR_PARAM_HONORBNDS

Description
Indicates whether or not to enforce satisfaction of simple variable bounds throughout the optimization.
Type
Integer
Values
0 
(no) Knitro does not require that the bounds on the variables be satisfied at intermediate iterates.
1 
(always) Knitro enforces that the initial point and all subsequent solution estimates satisfy the bounds on the variables.
2 
(initpt) Knitro enforces that the initial point satisfies the bounds on the variables.
Default value
2
Note
This option and the bar_feasible option may be useful in applications where functions are undefined outside the region defined by inequalities.