trevorstephens / gplearn

Genetic Programming in Python, with a scikit-learn inspired API
http://gplearn.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.56k stars 274 forks source link

how to run gplearn by multi process ? #285

Closed JeffQuantFin closed 1 year ago

JeffQuantFin commented 1 year ago

how can I apply multi_process on gplearn SymbolicTransformer?

It seems that gplearn support multi_thread by setting n_jobs=10.

Can we run it on multi process,which is even faster? How to do that ?

eg. Optuna can run multiprocess by connecting to sqlite database thx!