Skip to content

Commit f76902f

Browse files
Update README.md
1 parent b0c6e82 commit f76902f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
AI-Programmer
22
=========
33

4-
Read the full article at:
5-
http://www.primaryobjects.com/2013/01/27/using-artificial-intelligence-to-write-self-modifying-improving-programs/
6-
4+
Read the full article [Using Artificial Intelligence to Write Self-Modifying/Improving Programs](http://www.primaryobjects.com/2013/01/27/using-artificial-intelligence-to-write-self-modifying-improving-programs/)
5+
6+
See also: [BF-Programmer: A Counterintuitive Approach to Autonomously Building Simplistic Programs Using Genetic Algorithms](https://drive.google.com/open?id=0B1ZVyY5eRQNibTl0Q3NIcVV4VlU)
7+
78
AI-Programmer is an experiment with using artificial intelligence and genetic algorithms to automatically generate programs in the Brainf**k programming language. Successfully created [programs](https://github.com/primaryobjects/AI-Programmer/tree/master/Results) by the AI include: hello world, hello <name>, addition, subtraction, reversing a string, fibonnaci sequence, 99 bottles of beer on the wall, and more. It's getting smarter. In short, it's an AI genetic algorithm implementation with self modifying code.
89

910
## Motivation
@@ -163,6 +164,8 @@ http://www.primaryobjects.com/CMS/Article150
163164
Self-Programming Artificial Intelligence Learns to Use Functions
164165
http://www.primaryobjects.com/CMS/Article163
165166

167+
[BF-Programmer: A Counterintuitive Approach to Autonomously Building Simplistic Programs Using Genetic Algorithms](https://drive.google.com/open?id=0B1ZVyY5eRQNibTl0Q3NIcVV4VlU)
168+
166169
View @ GitHub
167170
https://github.com/primaryobjects/ai-programmer
168171

0 commit comments

Comments
 (0)