package optimization1d

  1. Overview
  2. Docs
On This Page
  1. Installing
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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
OCaml

Innovation. Community. Security.