Expand description
Built-in TNLP test problems for the CLI. Each problem is a
self-contained impl TNLP so the CLI can run end-to-end without
parsing an .nl file.
Currently shipped:
quadratic—min (x[0]-3)^2 + (x[1]-4)^2, unconstrained, exact Hessian =2I. Optimum at(3, 4),f* = 0.rosenbrock—min 100*(x[1]-x[0]^2)^2 + (1-x[0])^2, unconstrained, exact Hessian. Optimum at(1, 1),f* = 0.