/nelder-mead-fsharp-fable

Nelder-Mead Optimization Demo with F# & Fable

Primary LanguageF#

Nelder-Mead Optimzation in F#/Fable

This is an implementation of Nelder-Mead optimization in F#, with an optional Fable application that will render the demo on a Plotly.js chart in-browser.

Requirements

Building and running the app

  • Install JS dependencies: npm install
  • Start Webpack dev server: npx webpack-dev-server or npm start
  • After the first compilation is finished, in your browser open: http://localhost:8080/