ShuhuaGao / geppy

A framework for gene expression programming (an evolutionary algorithm) in Python
https://geppy.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
205 stars 76 forks source link

GPU acceleration #49

Open torologium opened 11 months ago

torologium commented 11 months ago

Is it possible to accelerate geppy evolution/evaluation process using GPU? Any tips what I could do to achieve that?

ShuhuaGao commented 11 months ago

Not supported yet. Maybe you can try PyTorch tensor and operators etc. to leverage their internal GPU capabilities.