Initializing help system before first use

XKTR_PARAM_ALGORITHM

Description
Indicates which algorithm to use to solve the problem
Type
Integer
Values
0 
(auto) let Knitro automatically choose an algorithm, based on the problem characteristics.
1 
(direct) use the Interior/Direct algorithm.
2 
(cg) use the Interior/CG algorithm.
3 
(active) use the Active Set algorithm.
4 
(sqp) use the SQP algorithm.
5 
(multi) run all algorithms, perhaps in parallel.
Default value
0