tag:github.com,2008:https://github.com/Bayoha/GeneticAlgorithmPython/releases Tags from GeneticAlgorithmPython 2020-12-05T23:29:23Z tag:github.com,2008:Repository/320926208/2.9.0 2020-12-05T23:29:23Z PyGAD 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> ahmedfgad tag:github.com,2008:Repository/320926208/2.8.1 2020-10-03T03:53:38Z 2.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> ahmedfgad tag:github.com,2008:Repository/320926208/2.8.0 2020-09-20T21:49:13Z 2.8.0 ahmedfgad tag:github.com,2008:Repository/320926208/2.7.2 2020-09-14T16:49:47Z 2.7.2 ahmedfgad tag:github.com,2008:Repository/320926208/2.7.1 2020-09-14T16:49:47Z 2.7.1 ahmedfgad tag:github.com,2008:Repository/320926208/2.7.0 2020-09-11T18:03:47Z 2.7.0 ahmedfgad tag:github.com,2008:Repository/320926208/2.6.0 2020-08-06T13:42:11Z 2.6.0 ahmedfgad tag:github.com,2008:Repository/320926208/2.5.0 2020-07-19T19:42:45Z 2.5.0 ahmedfgad tag:github.com,2008:Repository/320926208/2.4.0 2020-07-05T17:08:22Z 2.4.0 ahmedfgad tag:github.com,2008:Repository/320926208/1.0.19 2020-05-04T14:50:56Z 1.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