lbfgsb.base#
Base functions used by the L-BFGS-B routine.
Functions#
|
Return the lower and upper bounds arrays. |
|
Return whether any of the values in the given arrays is inf. |
|
Impose the bounds to x0. |
|
Count the number of variables exactly at the bounds. |
|
Computes the infinity norm of the projected gradient. |
|
Display information at solver start. |
|
Display the objective function and the projected gradient for the iteration. |
|
Display the optimization results on the fly. |