Skip to content

empack/minuit2go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

minuit port in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages