Skip to content

Go L-BFGS-B Package Initial Release

Latest
Compare
Choose a tag to compare
@afbarnard afbarnard released this 03 Jul 20:49
· 6 commits to master since this release

Initial release of the Go L-BFGS-B package including:

  • Basic minimization API.
  • Customizable logging.
  • Integration with Go tools.
  • Example program.
  • Prototype code for learning about and experimenting with foreign language interfaces for Go.