https://github.com/lrlna/scotlandjs-automata
A talk on cellular automata at ScotlandJS 2016 ✨
https://github.com/lrlna/scotlandjs-automata
Last synced: 2 months ago
JSON representation
A talk on cellular automata at ScotlandJS 2016 ✨
- Host: GitHub
- URL: https://github.com/lrlna/scotlandjs-automata
- Owner: lrlna
- Created: 2016-06-03T10:32:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T13:01:41.000Z (over 9 years ago)
- Last Synced: 2025-03-01T02:19:20.248Z (7 months ago)
- Language: JavaScript
- Size: 13.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Taking on Genetically Evolving Cellular Automta with JavaScript
Upcoming [ScotlandJS](https://scotlandjs.com/) Talk on Cellular Automata :dancer:
---
## Abstract:
1. We will be looking at cellular automata. A cellular automata is a set of units governed with very simple rules. These units make up a complex system, or a model.2. We can train cellular automata to genetically evolve, making themselves better overtime. We can make them adhere to a set of rules that would make the system reach a certain outcome at the end of N generations. We can even use these concepts in the wild.
3. We will be doing it all with JavaScript.
---
## About Irina:
Irina is a software developer based in Vancouver, Canada. She is a javascript and node enthusiast. Aside from enthusiasting over javascript, she is a regular hiker out in the Rocky mountains, and a code mentor around Vancouver.