@@ -807,6 +807,32 @@ Release Date: 18 June 2021
807
807
1. Fix a bug when ``keep_parents `` is set to a positive integer.
808
808
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/49
809
809
810
+ .. _pygad-2152 :
811
+
812
+ PyGAD 2.15.2
813
+ ------------
814
+
815
+ Release Date: 18 June 2021
816
+
817
+ 1. Fix a bug when using the ``kerasga `` or ``torchga `` modules.
818
+ https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/51
819
+
820
+ .. _pygad-2160 :
821
+
822
+ PyGAD 2.16.0
823
+ ------------
824
+
825
+ Release Date: 19 June 2021
826
+
827
+ 1. A user-defined function can be passed to the ``mutation_type ``,
828
+ ``crossover_type ``, and ``parent_selection_type `` parameters in the
829
+ ``pygad.GA `` class to create a custom mutation, crossover, and parent
830
+ selection operators. Check the `User-Defined Crossover, Mutation, and
831
+ Parent Selection
832
+ Operators <https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html#user-defined-crossover-mutation-and-parent-selection-operators> `__
833
+ section for more details.
834
+ https://github.com/ahmedfgad/GeneticAlgorithmPython/discussions/50
835
+
810
836
PyGAD Projects at GitHub
811
837
========================
812
838
@@ -1274,21 +1300,21 @@ PyGAD разрабатывали на Python 3.7.3. Зависимости вк
1274
1300
1275
1301
|image8 |
1276
1302
1277
- Papers using PyGAD
1278
- ==================
1303
+ Research Papers using PyGAD
1304
+ ===========================
1279
1305
1280
1306
A number of research papers used PyGAD and here are some of them:
1281
1307
1282
1308
- Jaros, Marta, and Jiri Jaros. "Performance-Cost Optimization of
1283
1309
Moldable Scientific Workflows."
1284
1310
1285
- - Koch, Chris, and Edgar Dobriban. "AttenGen: Generating Live
1286
- Attenuated Vaccine Candidates using Machine Learning." (2021).
1287
-
1288
1311
- Thorat, Divya. *Enhanced genetic algorithm to reduce makespan of
1289
1312
multiple jobs in map-reduce application on serverless platform *.
1290
1313
Diss. Dublin, National College of Ireland, 2020.
1291
1314
1315
+ - Koch, Chris, and Edgar Dobriban. "AttenGen: Generating Live
1316
+ Attenuated Vaccine Candidates using Machine Learning." (2021).
1317
+
1292
1318
- Bhardwaj, Bhavya, et al. "Windfarm optimization using Nelder-Mead and
1293
1319
Particle Swarm optimization." *2021 7th International Conference on
1294
1320
Electrical Energy Systems (ICEES) *. IEEE, 2021.
@@ -1301,6 +1327,10 @@ A number of research papers used PyGAD and here are some of them:
1301
1327
Counterfactual Explanation for Causal Classification." *arXiv
1302
1328
preprint arXiv:2105.00703 * (2021).
1303
1329
1330
+ - Farrag, Tamer Ahmed, and Ehab E. Elattar. "Optimized Deep Stacked
1331
+ Long Short-Term Memory Network for Long-Term Load Forecasting." *IEEE
1332
+ Access * 9 (2021): 68511-68522.
1333
+
1304
1334
For More Information
1305
1335
====================
1306
1336
0 commit comments