https://github.com/methodswithclass/evolve-site
Site demonstrating Evolutionary Algorithm library written in JavaScript for Node
https://github.com/methodswithclass/evolve-site
algorithm artificial-intelligence education educational evolutionary-algorithms machine-learning machine-learning-algorithms
Last synced: 6 months ago
JSON representation
Site demonstrating Evolutionary Algorithm library written in JavaScript for Node
- Host: GitHub
- URL: https://github.com/methodswithclass/evolve-site
- Owner: methodswithclass
- Created: 2017-11-03T19:58:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-28T04:21:50.000Z (about 2 years ago)
- Last Synced: 2024-10-19T09:02:56.711Z (about 1 year ago)
- Topics: algorithm, artificial-intelligence, education, educational, evolutionary-algorithms, machine-learning, machine-learning-algorithms
- Language: JavaScript
- Homepage: https://evolve.methodswithclass.com
- Size: 39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# evolve-backend
This is the source code for https://evolve.methodswithclass.com, the site that utilizes and demonstrates the applications for the foundational algorithm found in the repository
methodswithclass/evolve
This algorithm can be obtained through
npm intstall mc-evolve
So that you can create your own projects using Evolutionary Algorithms. See the README on that repository for more information.