Skip to content
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

PyGAD 3.3.1 #276

Merged
merged 2 commits into from
Feb 17, 2024
Merged

PyGAD 3.3.1 #276

merged 2 commits into from
Feb 17, 2024

Commits on Feb 17, 2024

  1. PyGAD 3.3.1

    Release Date 17 February 2024
    1. After the last generation and before the `run()` method completes, update the 2 instance attributes: 1) `last_generation_parents` 2) `last_generation_parents_indices`. This is to keep the list of parents up-to-date with the latest population fitness `last_generation_fitness`.  #275
    ahmedfgad committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    eae41c0 View commit details
    Browse the repository at this point in the history
  2. PyGAD 3.3.1

    Release Date 17 February 2024
    1. After the last generation and before the `run()` method completes, update the 2 instance attributes: 1) `last_generation_parents` 2) `last_generation_parents_indices`. This is to keep the list of parents up-to-date with the latest population fitness `last_generation_fitness`.  #275
    2. 4 methods with names starting with `run_`. Their purpose is to keep the main loop inside the `run()` method clean. Check the [Other Methods](https://pygad.readthedocs.io/en/latest/pygad.html#other-methods) section for more information.
    ahmedfgad committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    990f1a1 View commit details
    Browse the repository at this point in the history