SevgiAkten / pycellga

Cellular Genetic Algorithms in Python.
https://sevgiakten.github.io/pycellga/
MIT License
2 stars 1 forks source link

main.py #49

Closed jbytecode closed 3 months ago

jbytecode commented 3 months ago

In software libraries, the entry point is meaningless, just because the user calls the provided optimization functions.

Since the current file contains nice examples, the next step is to create an example folder and move the examples in separate files in this folder.

Note that the library has been changed a little bit, so the examples should be revisited.

jbytecode commented 3 months ago

looks done to me.