Skip to content

graeme-defty/Erlplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erlplex

About

Erlplex is an implementation of the Nelder Mead method of finding solutions for data in a simplex.

Erlplex is licensed under the MIT License (see LICENSE).

Features

  1. Pretty standard implementation
  2. Observes the ordering specification for equal values described in the paper
    CONVERGENCE PROPERTIES OF THE NELDER–MEAD SIMPLEX METHOD IN LOW DIMENSIONS
    by Segarias, Reeds, Wright & Wright.

Installation

  1. Clone the repository from github:
    $ git clone git://github.com/graeme-defty/erlplex.git
  2. Symlink or copy the cloned repository to somewhere in your Erlang code path. $ERLANG_HOME/lib is best.
  3. Build the source (requires ruby/rake):
    $ rake

Usage

  1. After making sure the library is in your code path, fire up an Erlang shell.
  2. The definition of a data file will go in here when I have completed it.

Contributing

Please send pull-requests to ‘graeme-defty’ on github. When submitting a patch, eunit tests are strongly encouraged.

About

Simplex walker in erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages