https://github.com/smoren/genetic-fourier-function-approx-js
Genetic Fourier function approximation
https://github.com/smoren/genetic-fourier-function-approx-js
fourier fourier-series genetic-algorithm
Last synced: 7 months ago
JSON representation
Genetic Fourier function approximation
- Host: GitHub
- URL: https://github.com/smoren/genetic-fourier-function-approx-js
- Owner: Smoren
- Created: 2022-02-04T11:32:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T13:29:28.000Z (over 3 years ago)
- Last Synced: 2025-01-26T17:42:38.584Z (8 months ago)
- Topics: fourier, fourier-series, genetic-algorithm
- Language: JavaScript
- Homepage:
- Size: 314 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Genetic Fourier function approximation
### Install
```
npm i
npm run build
```