Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 368 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 368 Bytes

genetic-function-plot

Finds polynomial coefficients, using genetic algorithm, for an arbitrary order from a set of datapoints. And plots them real time.

To run:

[in root folder]

  1. npm install
  2. npm install -g http-server
  3. http-server

To edit:

  1. Run task "node" e.g. in Code -> Run Tasks -> node