File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # ** Geatpy2**
1
+ # ** Geatpy2**
2
2
The Genetic and Evolutionary Algorithm Toolbox for Python with high performance.
3
3
4
4
![ 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.
11
11
12
12
## Introduction
13
13
* ** 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
15
15
* ** Pypi page** : https://pypi.org/project/geatpy/
16
16
* ** Contact us** : http://geatpy.com/index.php/about/
17
17
* ** Bug reports** : https://github.com/geatpy-dev/geatpy/issues
@@ -145,7 +145,7 @@ if __name__ == '__main__':
145
145
146
146
Run the "main.py" and the part of the result is:
147
147
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 )
149
149
150
150
Execution time: 0.3650233745574951 s
151
151
@@ -213,7 +213,7 @@ if __name__ == '__main__':
213
213
214
214
Part of the result is:
215
215
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 )
217
217
218
218
Execution time: 0.256328821182251 s
219
219
You can’t perform that action at this time.
0 commit comments