Skip to content

Commit 3349dea

Browse files
authored
PyGAD 2.15.1 Documentation
Fix a bug when keep_parents is set to a positive integer. #49
1 parent 0069c25 commit 3349dea

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

docs/source/Footer.rst

+37
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,16 @@ Release Date: 17 June 2021
797797
Parameter <https://pygad.readthedocs.io/en/latest/README_pygad_ReadTheDocs.html#more-about-the-gene-type-parameter>`__
798798
section.
799799

800+
.. _pygad-2151:
801+
802+
PyGAD 2.15.1
803+
------------
804+
805+
Release Date: 18 June 2021
806+
807+
1. Fix a bug when ``keep_parents`` is set to a positive integer.
808+
https://github.com/ahmedfgad/GeneticAlgorithmPython/issues/49
809+
800810
PyGAD Projects at GitHub
801811
========================
802812

@@ -1264,6 +1274,33 @@ PyGAD разрабатывали на Python 3.7.3. Зависимости вк
12641274

12651275
|image8|
12661276

1277+
Papers using PyGAD
1278+
==================
1279+
1280+
A number of research papers used PyGAD and here are some of them:
1281+
1282+
- Jaros, Marta, and Jiri Jaros. "Performance-Cost Optimization of
1283+
Moldable Scientific Workflows."
1284+
1285+
- Koch, Chris, and Edgar Dobriban. "AttenGen: Generating Live
1286+
Attenuated Vaccine Candidates using Machine Learning." (2021).
1287+
1288+
- Thorat, Divya. *Enhanced genetic algorithm to reduce makespan of
1289+
multiple jobs in map-reduce application on serverless platform*.
1290+
Diss. Dublin, National College of Ireland, 2020.
1291+
1292+
- Bhardwaj, Bhavya, et al. "Windfarm optimization using Nelder-Mead and
1293+
Particle Swarm optimization." *2021 7th International Conference on
1294+
Electrical Energy Systems (ICEES)*. IEEE, 2021.
1295+
1296+
- Bernardo, Reginald Christian S. and J. Said. “Towards a
1297+
model-independent reconstruction approach for late-time Hubble data.”
1298+
(2021).
1299+
1300+
- Duong, Tri Dung, Qian Li, and Guandong Xu. "Prototype-based
1301+
Counterfactual Explanation for Causal Classification." *arXiv
1302+
preprint arXiv:2105.00703* (2021).
1303+
12671304
For More Information
12681305
====================
12691306

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Ahmed Fawzy Gad'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '2.15.0'
25+
release = '2.15.1'
2626

2727
master_doc = 'index'
2828

0 commit comments

Comments
 (0)