Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Sep 12, 2023
1 parent 901f43f commit 2143f42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# A Nelder-Mead implementation in Go [![Go Reference](https://pkg.go.dev/badge/github.com/crhntr/neldermead.svg)](https://pkg.go.dev/github.com/crhntr/neldermead) [![CI](https://github.com/crhntr/neldermead/actions/workflows/ci.yml/badge.svg)](https://github.com/crhntr/neldermead/actions/workflows/ci.yml)

> The Go package documentation has in-depth usage help and algorithm tuning suggestions. This package intends to be super easy to use and optimize.
This repository contains a Go implementation of the Nelder-Mead optimization algorithm, which is a gradient-free
optimization method for continuous, possibly non-convex, and noisy functions in low to moderate dimensions.

Expand Down

0 comments on commit 2143f42

Please sign in to comment.