From d6dbf008be2416765f7a40ba4180ab11cf0a8236 Mon Sep 17 00:00:00 2001 From: SevgiAkten Date: Wed, 14 Aug 2024 18:58:13 +0300 Subject: [PATCH] (#62) add links to examples in readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5ac2f3f..c29dcfb 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,12 @@ print("Best solution:", result[1], "\nBest solution chromosome:", result[0]) # Note that the result could be different because the algorithm includes randomness. ``` +We have provided a basic example above. If you're interested in exploring more examples, you have two options: + +- [Click here to see the other examples](https://github.com/SevgiAkten/pycellga/tree/main/pycellga/example) available directly in the repository. +- [Please click here to see the documentation](https://sevgiakten.github.io/pycellga/pycellga.example.html#pycellga-example-package) for more detailed examples and explanations. + + ## Contributing Contributions are welcome! Please read the contributing guidelines first.