Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scivision/l-bfgs-b
Fortran code for L-BFGS-B, modernized
https://github.com/scivision/l-bfgs-b
Last synced: 14 days ago
JSON representation
Fortran code for L-BFGS-B, modernized
- Host: GitHub
- URL: https://github.com/scivision/l-bfgs-b
- Owner: scivision
- License: apache-2.0
- Created: 2021-07-21T02:30:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T22:18:29.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:08:43.871Z (7 months ago)
- Language: Fortran
- Homepage: https://dl.acm.org/doi/10.1145/279232.279236
- Size: 210 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# L-BFGS-B
Fortran code for L-BFGS-B, modernized
## build
```sh
cmake -B build
cmake --build build
```