Skip to content

Commit d3b53db

Browse files
Updated readme.
1 parent d1d575a commit d3b53db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

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

4+
Read the full article at:
5+
http://www.primaryobjects.com/CMS/Article149.aspx
6+
47
AI-Programmer is an experiment with using artificial intelligence and genetic algorithms to automatically generate a program, in the Brainf*** programming language, that writes a specific phrase to the console. In short, it's an AI genetic algorithm implementation with self modifying code.
58

69
## Motivation
@@ -86,6 +89,14 @@ In another example, the AI successfully wrote a program to output "Hi!" after 1,
8689
>-----------<++[[++>++<+][]>-.+[+++++++++++++++++++++++++++++><+++.<><-->>>+].]
8790
```
8891

92+
## I love all humans
93+
94+
The AI successfully wrote a program to output "I love all humans" after 6,057,200 generations in about 10 hours. It produced the following code:
95+
96+
```
97+
+[>+<+++]+>------------.+<+++++++++++++++++++++++++++++++.>++++++++++++++++++++++++++++++++++.+++.+++++++.-----------------.--<.>--.+++++++++++..---<.>-.+++++++++++++.--------.------------.+++++++++++++.+++++.
98+
```
99+
89100
More complex programs could likely be generated while using faster PCs.
90101

91102
## Author

0 commit comments

Comments
 (0)