Welcome to minuit2go, a Golang port of the Minuit optimization library.
Minuit is a popular numerical optimization library originally written in Fortran and later ported to C++ AND THEN ported to Java. This project aims to provide a Go implementation of the Minuit library, making it accessible to Go developers.
- Optimization Algorithms: Implements various optimization algorithms from the original Minuit library.
- Easy Integration: Seamlessly integrates with Go projects.
- Performance: Efficient and optimized for performance.
To install minuit2go, use the following go get command:
go get github.com/empack/minuit2goFor any questions or suggestions, feel free to open an issue or contact the project maintainers.