JuliaSmoothOptimizers / FluxNLPModels.jl

Other
6 stars 2 forks source link

FluxNLPModels: An NLPModels Interface to Flux

Stable Dev Build Status Codecov

This package serves as an NLPModels interface to the Flux.jl deep learning framework. It enables seamless integration between Flux's neural network architectures and NLPModels' optimization tools for non-linear programming (NLP) problems.

Installation

To use FluxNLPModels, add the package in the Julia package manager:

pkg> add FluxNLPModels

How to Use

Please refer to the documentation for detailed usage instructions and examples.

How to Cite

If you use FluxNLPModels.jl in your work, please cite it using the provided format in CITATION.bib.

Bug Reports and Discussions

If you encounter any bugs or have suggestions for improvement, please open an issue. For general questions or discussions related to this repository and the JuliaSmoothOptimizers organization, feel free to start a discussion here.