Skip to content

nmfisher/nelder-mead-fsharp-fable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Nelder-Mead Optimization Demo with F# & Fable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages