Skip to content

Chris00/optimization1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimization 1D

Find extrema of 1D functions. This library provides two modules Min1D and Max1D to seek the minimum and maximum of functions float → float. Pure OCaml code with no external dependencies.

Installing

The easier way to install this library is to use OPAM:

opam install optimization1d

About

Collection of functions to find the minimum or maximum of functions float → float. Pure OCaml code.

Resources

Stars

Watchers

Forks

Packages

No packages published