https://github.com/scivision/l-bfgs-b
Fortran code for L-BFGS-B, modernized
https://github.com/scivision/l-bfgs-b
bfgs
Last synced: 7 months 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-21T22:18:29.000Z (over 4 years ago)
- Last Synced: 2025-02-11T17:59:40.291Z (8 months ago)
- Topics: bfgs
- 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
```