geppy
geppy copied to clipboard
A framework for gene expression programming (an evolutionary algorithm) in Python
I am using this code for developing an expression in my research, but I have experienced one issue, that I can't change the n_genes to value other than 2. I...
I see that you are using JIT of the numba library to speed up the evaluation function in your example, but when I used it, I found that numba does...
Is it possible to accelerate geppy evolution/evaluation process using GPU? Any tips what I could do to achieve that?