Skip to content

Commit d908f63

Browse files
author
Morvan Zhou
committed
update
1 parent fed7c09 commit d908f63

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
2-
3-
## Evolutionary Algorithm Tutorials
1+
<p align="center">
2+
<a href="https://github.com/MorvanZhou/Evolutionary-Algorithm/blob/master/EA.jpg?raw=true" target="_blank">
3+
<img width="40%" src="https://github.com/MorvanZhou/Evolutionary-Algorithm/blob/master/EA.jpg" style="max-width:100%;">
4+
</a>
5+
</p>
46

57
In these tutorials, we will demonstrate and visualize algorithms like Genetic Algorithm,
68
Evolution Strategy, NEAT etc.
79

810
All methods mentioned below have their video and text tutorial in Chinese. Visit [莫烦 Python](https://morvanzhou.github.io/tutorials/) for more.
911

12+
1013
* [Genetic Algorithm](https://github.com/MorvanZhou/Evolutionary-Algorithm/tree/master/tutorial-contents/Genetic%20Algorithm)
1114
* [Basic GA](https://github.com/MorvanZhou/Evolutionary-Algorithm/blob/master/tutorial-contents/Genetic%20Algorithm/Genetic%20Algorithm%20Basic.py)
1215
* [Match Phrase Example](https://github.com/MorvanZhou/Evolutionary-Algorithm/blob/master/tutorial-contents/Genetic%20Algorithm/Match%20Phrase.py)

0 commit comments

Comments
 (0)