Skip to content

Commit

Permalink
(#62) add links to examples in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Aug 14, 2024
1 parent c5e6aeb commit d6dbf00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d6dbf00

Please sign in to comment.