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
AI: | |
- genetic algorithm | |
- Microbial GA http://www.codeproject.com/Articles/16286/AI-Simple-Genetic-Algorithm-GA-to-solve-a-card-pro | |
- Immune A http://www.codeproject.com/Articles/27551/Artificial-Immune-Algorithm-in-C | |
- Roaches https://msdn.microsoft.com/en-us/magazine/mt632275?f=255&MSPPError=-2147217396 | |
- neural network | |
- http://www.codeproject.com/Articles/16419/AI-Neural-Network-for-beginners-Part-1-of-3 | |
- http://natureofcode.com/book/chapter-10-neural-networks/ | |
- Markov decision process to change from 1 state to another (Q-learning/reinforcement learning). Neural Network could be just for the combat part. | |
- state machine (if/else) |