-
-
Notifications
You must be signed in to change notification settings - Fork 489
Pull requests: ahmedfgad/GeneticAlgorithmPython
Pull requests list
Update README.md
English
Edit the language.
#11
by arihantjain12345
was closed Oct 1, 2020
Loading...
Update README_pygad_ReadTheDocs.rst
English
Edit the language.
#26
by kgeis
was closed Jan 26, 2021
Loading...
fixed save_solutions
enhancement
New feature or request
#55
by rengel8
was closed Jan 4, 2022
Loading...
added function for customized calculaition of the population fitness
enhancement
New feature or request
#58
by mati3230
was closed Jul 4, 2022
Loading...
[PR] add args parameter for GA class
enhancement
New feature or request
#73
by qelloman
was closed Jan 7, 2025
Loading...
Update to pygad.py to use multiprocessing of generations
enhancement
New feature or request
#80
by windowshopr
was closed Jul 4, 2022
Loading...
Addition to suppress the plots etc
enhancement
New feature or request
#82
by rengel8
was closed Jan 7, 2025
Loading...
Update all numpy.max to numpy.nanmax in pygad.py
enhancement
New feature or request
#87
by jack-powers
was closed Jan 7, 2025
Loading...
Altered to allow function_inputs and desired_output to be passed as p...
enhancement
New feature or request
#91
by Felipe-Dex
was closed Mar 8, 2022
Loading...
Add parameter count adjustment for functions that are class methods
enhancement
New feature or request
#92
by richmr
was merged Feb 20, 2023
Loading...
Adding BSD-3-Clause
enhancement
New feature or request
#97
by hyandell
was merged Apr 6, 2022
Loading...
Callbacks can now be methods of objects, not only functions
enhancement
New feature or request
#99
by edgarcamilocamacho
was closed Apr 16, 2023
Loading...
Feature/feed extradata fitness function
enhancement
New feature or request
#104
by martiasG
was closed Apr 25, 2022
Loading...
Multiprocessing feature added on pygad.py.
enhancement
New feature or request
#116
by azarketa
was closed Jul 4, 2022
Loading...
Method callbacks for on_function and crossover/mutation set to None
enhancement
New feature or request
#143
by borisarloff
was closed Mar 1, 2023
Loading...
Fix incorrect statement in docs
English
Edit the language.
#146
by davidmurray
was closed Feb 14, 2023
Loading...
Small typo, should be w6 not 6w
English
Edit the language.
#149
by Chuox
was merged Feb 14, 2023
Loading...
changed deprecated numpy.float to float
bug
Something isn't working
#168
by adamj34
was merged Apr 3, 2023
Loading...
Add travelling salesman .ipynb example
example
An example of using PyGAD.
#175
by josephlewisjgl
was merged Apr 16, 2023
Loading...
ProTip!
Adding no:label will show everything without a label.