SURFQuantum / yotse

Your Optimization Tool for Scientific Experiments
https://surfquantum.github.io/yotse/
Apache License 2.0
3 stars 3 forks source link

try DEAP instead of pygad #15

Open dmark04 opened 1 year ago

dmark04 commented 1 year ago

pygad has no capability currently to make unique points (and devs do not agree their definition of uniqueness is stupid). So maybe it is interesting to investigate if we can just replace pygad by DEAP?

dmark04 commented 1 year ago

in the intial version it seems that our adherence to strict indexing of the population might cause some problems as some of the functions in DEAP reorder the population by fitness (or other ordering criteria)