Hello everyone,
we’re happy to announce that CUTEst.jl has had its first release: v0.1.0.
CUTEst is the third installment of the Constrained and Unconstrained Testing Environment for nonlinear optimization problems. This Fortran library that provides tools to access the objective and constraint functions and its derivatives, as well as other problem properties, such as number of variables, bounds, etc. CUTEst can be used officially from Fortran (naturally), C/C++, and MatLab.
The Julia version is easier to install and use than its counterparts, and we hope to help increase interest in Julia with this release.
CUTEst.jl uses NLPModels.jl to provide an easy access to the CUTEst functions, but it also provides simple wrappers to the original functions.
Check the documentation for more information.
Check our other packages too: JuliaSmoothOptimizers
Best,
Abel S. Siqueira