Skip to content

Commit e4d55e0

Browse files
authored
Create Example_GeneticAlgorithm.pyx
1 parent 94fda8c commit e4d55e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Cython/Example_GeneticAlgorithm.pyx

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import ga
2+
3+
# Calling the optimize() function in the GA.py module.
4+
ga.optimize()

0 commit comments

Comments
 (0)