seallard / walker

NEAT
MIT License
0 stars 0 forks source link

Better to store node ids instead of references in links? #26

Closed seallard closed 4 years ago

seallard commented 4 years ago

So, is it better to store node ids or references in links?

Drawbacks of storing refs:

So if the links only contains the node ids, there is no need to iterate over all links and update the refs during crossover. I would only have to create/store the correct nodes.

seallard commented 4 years ago

No, references are fine.