Skip to content

Conversation

ahmedfgad
Copy link
Owner

Some of the contributions are:

  1. Use of GitHub Actions Workflows to run automated tests using PyTest.
  2. Use of the pyproject.toml file to store the metadata.
  3. Bug fixes (in gene_space, initialize_population(), allow_duplicate_genes, etc).
  4. New attributes.
  5. Code refactor (in gene_space, initialize_population(), allow_duplicate_genes, etc).

The repository only had the pygad.py script and some few other scripts. Other scripts in the library exist in these repositories:
1) https://github.com/ahmedfgad/NumPyANN
2) https://github.com/ahmedfgad/NumPyCNN
3) https://github.com/ahmedfgad/NeuralGenetic
4) https://github.com/ahmedfgad/CNNGenetic
5) https://github.com/ahmedfgad/KerasGA
6) https://github.com/ahmedfgad/TorchGA

Now, the pygad directory has all the scripts in the library.
Add the sales man example.
Create a metadata TOML pyproject.toml file for the project.
@ahmedfgad ahmedfgad added the enhancement New feature or request label May 3, 2023
@ahmedfgad ahmedfgad merged commit b028c2f into master May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant