Skip to content

Commit 7fd10df

Browse files
author
Лагодюк Юрий
committed
readme
1 parent ce8f0fa commit 7fd10df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
genetic-algorithm
22
=================
33

4-
Generic implementation of genetic algorithm in Java.
4+
Generic implementation of [Genetic algorithm](http://en.wikipedia.org/wiki/Genetic_algorithm) in Java.
55

66
## About ##
77

@@ -170,4 +170,6 @@ public class Demo {
170170
}
171171
}
172172
}
173-
```
173+
```
174+
175+
![Population size](https://raw.github.com/lagodiuk/genetic-algorithm/master/about/population_size.png)

about/architecture.png

-57 Bytes
Loading

0 commit comments

Comments
 (0)