You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
genetic-programming
1
+
Genetic Programming
2
2
-------------------
3
3
4
4
Genetic programming is a branch of artificial intelligence that uses evolutionary computation to generate computer programs for solving a particular task. The computer programs are represented by encoded genes and slightly modified at each time-step via cross-over and mutation until a resulting program is found that solves the given task to a degree of accuracy.
@@ -7,15 +7,15 @@ This project hosts a demo of several genetic algorithm and genetic programming e
7
7
8
8
- Hello World
9
9
10
-
*A traditional "hello world" example for genetic algorithms, where the goal is to output the text, "Hello World".*
10
+
*A traditional "hello world" example for genetic algorithms, where the goal is to output the text, "Hello World".*
11
11
12
12
- Prefix
13
13
14
-
*A genetic programming example where a computer program is evolved to represent a specific mathematical expression, in prefix notation format.*
14
+
*A genetic programming example where a computer program is evolved to represent a specific mathematical expression, in prefix notation format.*
15
15
16
16
- Variable
17
17
18
-
*A genetic programming example where a computer program is evolved to represent a mathematical expression containing both numbers and variables (i.e., formulas ) in prefix notation format.*
18
+
*A genetic programming example where a computer program is evolved to represent a mathematical expression containing both numbers and variables (i.e., formulas ) in prefix notation format.*
0 commit comments