tag:github.com,2008:https://github.com/Bayoha/GeneticAlgorithmPython/releasesTags from GeneticAlgorithmPython2020-12-05T23:29:23Ztag:github.com,2008:Repository/320926208/2.9.02020-12-05T23:29:23ZPyGAD 2.9.0<p>PyGAD 2.9.0</p>
<p>Changes in PyGAD 2.9.0 (06 December 2020):
<br />1. The fitness values of the initial population are considered in the `best_solutions_fitness` attribute.
<br />2. An optional parameter named `save_best_solutions` is added. It defaults to `False`. When it is `True`, then the best solution after each generation is saved into an attribute named `best_solutions`. If `False`, then no solutions are saved and the `best_solutions` attribute will be empty.
<br />3. Scattered crossover is supported. To use it, assign the `crossover_type` parameter the value `"scattered"`.
<br />4. NumPy arrays are now supported by the `gene_space` parameter.
<br />5. The following parameters (`gene_type`, `crossover_probability`, `mutation_probability`, `delay_after_gen`) can be assigned to a numeric value of any of these data types: `int`, `float`, `numpy.int`, `numpy.int8`, `numpy.int16`, `numpy.int32`, `numpy.int64`, `numpy.float`, `numpy.float16`, `numpy.float32`, or `numpy.float64`.</p>ahmedfgadtag:github.com,2008:Repository/320926208/2.8.12020-10-03T03:53:38Z2.8.1: Bug fix in applying crossover<p>Bug fix in applying crossover</p>
<p>Bug fix in applying the crossover operation when the `crossover_probability` parameter is used.
<br />Thanks to Eng. Hamada Kassem, RA/TA, Construction Engineering and Management, Faculty of Engineering, Alexandria University, Egypt: <a href="https://www.linkedin.com/in/hamadakassem">https://www.linkedin.com/in/hamadakassem</a></p>ahmedfgadtag:github.com,2008:Repository/320926208/2.8.02020-09-20T21:49:13Z2.8.0ahmedfgadtag:github.com,2008:Repository/320926208/2.7.22020-09-14T16:49:47Z2.7.2ahmedfgadtag:github.com,2008:Repository/320926208/2.7.12020-09-14T16:49:47Z2.7.1ahmedfgadtag:github.com,2008:Repository/320926208/2.7.02020-09-11T18:03:47Z2.7.0ahmedfgadtag:github.com,2008:Repository/320926208/2.6.02020-08-06T13:42:11Z2.6.0ahmedfgadtag:github.com,2008:Repository/320926208/2.5.02020-07-19T19:42:45Z2.5.0ahmedfgadtag:github.com,2008:Repository/320926208/2.4.02020-07-05T17:08:22Z2.4.0ahmedfgadtag:github.com,2008:Repository/320926208/1.0.192020-05-04T14:50:56Z1.0.19: Update README.md<p>Update README.md</p>
<p>* More details about the project are added.
<br />* Documenting the init_rand_high and init_rand_high parameters.</p>ahmedfgad