/genetic-function-plot

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

Primary LanguageJavaScriptMIT LicenseMIT

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