Skip to content

Native Java implementation of the Nelder-Mead direct search optimization method.

License

Notifications You must be signed in to change notification settings

deanone/Nelder-Mead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nelder-Mead in Java

This is an implementation of the Nelder-Mead method in (native) Java.

The Nelder–Mead method (also downhill simplex method, amoeba method, or polytope method) is a numerical method used to find the minimum or maximum of an objective function in a multidimensional space.

The implementation contains (for now):

  1. The core logic of the method
  2. A visualization module

The current implementation works (for now) for the following functions:

  1. Himmelblau's function
  2. Booth function

About

Native Java implementation of the Nelder-Mead direct search optimization method.

Topics

Resources

License

Stars

Watchers

Forks

Languages