pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.
MIT License
146 stars 16 forks source link

NEAT : function solve #15

Closed SaadDAHMANI closed 1 year ago

SaadDAHMANI commented 2 years ago

Hi,

I would perform a simple regression using NEAT. So, NEAT do maximization (i.e preserves genomes with high fitness) or the opposite ?

Kind regards.

pkalivas commented 2 years ago

The population engine will look to maximize fitness, so the genomes with the highest fitness score will be most likely (in most cases) to reproduce and pass down.