Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jackfoxy/dynamicchart
- Owner: jackfoxy
- Created: 2020-03-17T02:14:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T15:13:09.000Z (26 days ago)
- Last Synced: 2024-10-25T20:08:45.784Z (25 days ago)
- Language: F#
- Size: 1.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/