Skip to content

Commit 8285855

Browse files
committed
Mention release date
1 parent 409e27d commit 8285855

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

docs/md/releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,8 @@ Release Date 08 July 2025
616616

617617
## PyGAD 3.6.0
618618

619+
Release Date April 8, 2026
620+
619621
1. Support passing a class to the fitness, crossover, and mutation. https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/342
620622
2. A new class called `Validation` is created in the new `pygad/utils/validation.py` script. It has a method called `validate_parameters()` to validate all the parameters passed while instantiating the `pygad.GA` class.
621623
3. Refactoring the `pygad.py` script by moving a lot of functions and methods to other classes in other scripts.

docs/source/releases.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1791,6 +1791,8 @@ Release Date 08 July 2025
17911791
PyGAD 3.6.0
17921792
-----------
17931793

1794+
Release Date April 8, 2026
1795+
17941796
1. Support passing a class to the fitness, crossover, and mutation.
17951797
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/342
17961798

@@ -1882,17 +1884,12 @@ PyGAD 3.6.0
18821884
the ``pygad/utils/parent_selection.py`` script to initialize the
18831885
parents array.
18841886

1885-
20. Add more tests about:
1886-
1887-
1. Operators (crossover, mutation, and parent selection).
1888-
1889-
2. The ``best_solution()`` method.
1890-
1891-
3. Parallel processing.
1892-
1893-
4. The ``GANN`` module.
1894-
1895-
5. The plots created by the ``visualize``.
1887+
20. | Add more tests about:
1888+
| 1. Operators (crossover, mutation, and parent selection).
1889+
| 2. The ``best_solution()`` method.
1890+
| 3. Parallel processing.
1891+
| 4. The ``GANN`` module.
1892+
| 5. The plots created by the ``visualize``.
18961893
18971894
21. Instead of using repeated code for converting the data type and
18981895
rounding the genes during crossover and mutation, the

0 commit comments

Comments
 (0)