issues
search
ahmedfgad
/
GeneticAlgorithmPython
Source code of PyGAD, a Python 3 library for building the genetic algorithm and training machine learning algorithms (Keras & PyTorch).
https://pygad.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.89k
stars
464
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to get multiple best solutions in a generation?
#304
JimmyChine
opened
4 days ago
0
Features suggestion. Option to force recalculating fitness for every solution and some questions about entire pop fitness calculation
#303
KorrawitMick
opened
5 days ago
0
For multi-objective optimization, Lists of Saved Best Solution Causes Error When Loadedd
#300
MommyMythra
opened
2 months ago
0
Calling some function before fitness_func in adaptive mutation
#299
hmcezar
opened
3 months ago
0
pareto_front is getting assigned dominated_set?
#298
BakaSakib
closed
3 months ago
0
Resolving #283 user warning when delay_after_gen is not in use
#297
greenLeopard
opened
4 months ago
0
"reach" stop criteria with negative valued fitness function
#296
Tropingenie
opened
4 months ago
0
Adaptive mutation will call fitness batch function twice
#295
dirypan
closed
4 months ago
1
Multi-objective optimization with NSGA II throwing out solutions in Pareto front
#294
samuelkim16
closed
4 months ago
1
'numpy.ndarray' object has no attribute 'index'
#293
GaidaiIgor
opened
4 months ago
0
Matplotlib imported by pyGAD
#292
bemgreem
opened
6 months ago
1
ga_instance.best_solution() only returning best parameters and fitness of previous Generation
#291
Resch-Said
opened
6 months ago
1
pygad.kerasga
#290
hiteshKjindal
opened
7 months ago
0
Caching of Fitness Values for Elites/Kept Parents
#289
kingjin94
opened
7 months ago
0
Is NSGA-III supported?
#288
Alivanza
opened
7 months ago
1
Keep up to date
#287
ahmedfgad
closed
7 months ago
0
GitHub actions
#286
ahmedfgad
closed
7 months ago
0
Fix a typo in example_custom_operators
#285
madprog
closed
7 months ago
0
update logo in readme
#284
W1lden
closed
7 months ago
0
delay_after_gen warning
#283
wassimj
opened
8 months ago
3
Improvement on memory usage
#282
ver0z
closed
8 months ago
0
ga_instance.best_solution() does not return the solution that minimizes my fitness function
#281
24spiders
opened
8 months ago
2
Training traffic sign recognition with faster rcnn using ga
#280
Zhihao1002
opened
8 months ago
1
`initial_population` not effectively used/retained for multiobjective problems?
#279
kaurao
opened
9 months ago
4
Merge pull request #277 from ahmedfgad/master
#278
ahmedfgad
closed
9 months ago
0
Keep up to date
#277
ahmedfgad
closed
9 months ago
0
PyGAD 3.3.1
#276
ahmedfgad
closed
9 months ago
0
`pareto_fronts` is from previous generation
#275
kaurao
opened
9 months ago
1
Add badges
#274
ahmedfgad
closed
9 months ago
0
Cite journal paper
#272
ahmedfgad
closed
9 months ago
0
Manipulate solution before saving it as parent
#271
Overdrivr
opened
9 months ago
5
Cannot modify the attributes of the ga_instance when running multiple processes in parallel
#270
rucky96
opened
9 months ago
1
Config file for readthedocs
#269
ahmedfgad
closed
10 months ago
0
Config file for readthedocs
#268
ahmedfgad
closed
10 months ago
0
GitHub actions
#267
ahmedfgad
closed
10 months ago
0
Merge pull request #265 from ahmedfgad/github-actions
#266
ahmedfgad
closed
10 months ago
0
GitHub actions
#265
ahmedfgad
closed
10 months ago
0
fitness function is being saved?
#263
acidnik
opened
10 months ago
2
ga_instance.save will not work with tqdm example
#262
mrh335
opened
10 months ago
2
Error when running 3.2.0 vs. 3.1.0 for ga_instance.best_solutions
#261
mrh335
closed
10 months ago
1
Convergence issue: good solution appears to be forgotten, resulting best solution is not even valid
#260
AndreyKolomiets
opened
11 months ago
1
GA
#258
Nikandell
closed
11 months ago
0
The on_generation callback is not called at the end of generation 0
#257
sunderved
closed
10 months ago
2
Fitness value of a solution computed multiple times per generation?
#256
sunderved
closed
10 months ago
5
Force recalculation of fitness values for each new generation ?
#255
sunderved
closed
10 months ago
7
docs: correct context on "multi-objective"
#254
divineforge
closed
10 months ago
2
Fixing typos in logging + docs
#253
rsomers1998
closed
10 months ago
0
multi objective optimization - metric of quality
#252
MichaelRara
opened
1 year ago
1
Error when run parallel_processing "process"
#250
henryfpassagem
opened
1 year ago
3
Example to change pop size at runtime
#249
ahmedfgad
closed
1 year ago
0
Next