Skip to content

Commit 2bf7821

Browse files
committed
docs(README.md): revise docs
1 parent 20e544d commit 2bf7821

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-
# **Geatpy2**
1+
# **Geatpy2**
22
The Genetic and Evolutionary Algorithm Toolbox for Python with high performance.
33

44
![Travis](https://travis-ci.org/geatpy-dev/geatpy.svg?branch=master)
@@ -11,7 +11,7 @@ The Genetic and Evolutionary Algorithm Toolbox for Python with high performance.
1111

1212
## Introduction
1313
* **Website (including documentation)**: http://www.geatpy.com
14-
* **Demo** : https://github.com/geatpy-dev/geatpy/tree/master/geatpy/demo
14+
* **Demo** : https://github.com/geatpy-dev/geatpy/tree/master/demo
1515
* **Pypi page** : https://pypi.org/project/geatpy/
1616
* **Contact us**: http://geatpy.com/index.php/about/
1717
* **Bug reports**: https://github.com/geatpy-dev/geatpy/issues
@@ -145,7 +145,7 @@ if __name__ == '__main__':
145145

146146
Run the "main.py" and the part of the result is:
147147

148-
![image](https://github.com/geatpy-dev/geatpy/blob/master/geatpy/testbed/moea_test/result/Pareto%20Front%20Plot.svg)
148+
![image](https://github.com/geatpy-dev/geatpy/blob/master/testbed/moea_test/result/Pareto%20Front%20Plot.svg)
149149

150150
Execution time: 0.3650233745574951 s
151151

@@ -213,7 +213,7 @@ if __name__ == '__main__':
213213

214214
Part of the result is:
215215

216-
![image](https://github.com/geatpy-dev/geatpy/blob/master/geatpy/testbed/soea_test/result/Trace%20Plot.svg)
216+
![image](https://github.com/geatpy-dev/geatpy/blob/master/testbed/soea_test/result/Trace%20Plot.svg)
217217

218218
Execution time: 0.256328821182251 s
219219

0 commit comments

Comments
 (0)