cfusting / fast-symbolic-regression

Blazing fast symbolic regresison
GNU General Public License v3.0
76 stars 20 forks source link

Parallelization #4

Open tkram01 opened 4 years ago

tkram01 commented 4 years ago

Do you have any pointers on where to look into the code to parallelize it? I would like to run a large job over many CPUs.

cfusting commented 3 years ago

Assuming it takes a bit of time to evaluate an individual you can parallelize the call to evaluate in https://github.com/cfusting/fastgp/blob/master/fastgp/algorithms/afpo.py over the population.

skriegman commented 3 years ago

yeah it's not really fast-symbolic-regression if it;s not in parallel