File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -1196,28 +1196,31 @@ Release Date 23 February 2023
11961196PyGAD 3.0.0
11971197-----------
11981198
1199- Release Date ... 2023
1199+ Release Date 8 April 2023
12001200
120112011. The structure of the library is changed and some methods defined in
12021202 the ``pygad.py `` module are moved to the ``pygad.utils ``,
12031203 ``pygad.helper ``, and ``pygad.visualize `` submodules.
12041204
120512052. The ``pygad.utils.parent_selection `` module has a class named
12061206 ``ParentSelection `` where all the parent selection operators exist.
1207+ The ``pygad.GA `` class extends this class.
12071208
120812093. The ``pygad.utils.crossover `` module has a class named ``Crossover ``
1209- where all the crossover operators exist.
1210+ where all the crossover operators exist. The ``pygad.GA `` class
1211+ extends this class.
12101212
121112134. The ``pygad.utils.mutation `` module has a class named ``Mutation ``
1212- where all the mutation operators exist.
1214+ where all the mutation operators exist. The ``pygad.GA `` class
1215+ extends this class.
12131216
121412175. The ``pygad.helper.unique `` module has a class named ``Unique `` some
12151218 helper methods exist to solve duplicate genes and make sure every
1216- gene is unique.
1219+ gene is unique. The `` pygad.GA `` class extends this class.
12171220
1218- 6. | The ``pygad.visualize.plot `` module has a class named ``Plot ``
1219- where all the methods that create plots exist.
1220- | The ``pygad.GA`` class extends all of these classes .
1221+ 6. The ``pygad.visualize.plot `` module has a class named ``Plot `` where
1222+ all the methods that create plots exist. The `` pygad.GA `` class
1223+ extends this class .
12211224
12221225.. code :: python
12231226
You can’t perform that action at this time.
0 commit comments