seallard / walker

NEAT
MIT License
0 stars 0 forks source link

NEAT different types of mating #57

Closed seallard closed 3 years ago

seallard commented 3 years ago

The source code of NEAT seems to use different types of mating, or rather, different ways of picking matching links. In mate_multipoint, the offspring inherits matching links randomly. In mate_multipoint_avg, the offspring inherits a link with the average of the parents links.