Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 824 Bytes

File metadata and controls

25 lines (15 loc) · 824 Bytes

minuit2go

Welcome to minuit2go, a Golang port of the Minuit optimization library.

Overview

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.

Features

  • Optimization Algorithms: Implements various optimization algorithms from the original Minuit library.
  • Easy Integration: Seamlessly integrates with Go projects.
  • Performance: Efficient and optimized for performance.

Installation

To install minuit2go, use the following go get command:

go get github.com/empack/minuit2go

Contact

For any questions or suggestions, feel free to open an issue or contact the project maintainers.