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
207 stars 76 forks source link

can you explain the gep_simple method outputs-nevals? #30

Closed nickhuangxinyu closed 4 years ago

nickhuangxinyu commented 4 years ago

i dont understand the meanings of nevals.

And, can you explain how the mate happens?

assume i have a population(n=50), which produce 50 expressions.

how they mate? The permution of 50 expr should be 50*49/2.

I think it wont do that many times of mate, so, how it select parents and generate offstring?

Thanks, i am working on gp, and i think geppy is very friendly.

ShuhuaGao commented 4 years ago

Hi, you can find details in this file. Nonetheless, I will make some brief explanation below.