Skip to content

Commit 36d25a8

Browse files
README.md
1 parent 9d5da44 commit 36d25a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
genetic-programming
1+
Genetic Programming
22
-------------------
33

44
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
77

88
- Hello World
99

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".*
1111

1212
- Prefix
1313

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.*
1515

1616
- Variable
1717

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.*
1919

2020
## Genetic Algorithms in JavaScript
2121

0 commit comments

Comments
 (0)