Last active
November 23, 2015 20:04
-
-
Save lrlna/e4b1bafd4dc867f825c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Alright, that's a mouthful. Let's break it down. | |
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 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. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment