Skip to content

GitHub Actions Workflows and new additions #187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
May 3, 2023
Merged

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