Skip to content

Minmax (spline) approximation, least squares approximation. Comparison of methods

Notifications You must be signed in to change notification settings

blevantovych/Diplom

Repository files navigation

Builder of minmax approximation, least squares approximation for analytical and discrete functions.

to push server code to heroku:

git subtree push --prefix server heroku master

to start server (inside server folder)

docker build -t minmax-app .
docker run -v ${PWD}:/app -v /app/client/node_modules -p 5000:5000 -p 8080:8080 minmax-app

to have livereload on windows use this python program https://pypi.org/project/docker-windows-volume-watcher

About

Minmax (spline) approximation, least squares approximation. Comparison of methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published