Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jackfoxy/dynamicchart

Dynamic html charting with Fable
https://github.com/jackfoxy/dynamicchart

Last synced: about 18 hours ago
JSON representation

Dynamic html charting with Fable

Awesome Lists containing this project

README

        

# 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

* [dotnet SDK](https://www.microsoft.com/net/download/core) 2.1 or higher
* [node.js](https://nodejs.org) with [npm](https://www.npmjs.com/)

## 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/