seallard / walker

NEAT
MIT License
0 stars 0 forks source link

Override boolean for node? #34

Closed seallard closed 4 years ago

seallard commented 4 years ago

In original implementation of NEAT, the nodes contain an override bool, override float, override_output method etc. What are they used for? When can the output signal of a node be overridden?

seallard commented 4 years ago

It seems like the method setting override to true is never called. Might be related to obsolete "adaptation" feature? Anyway, does not matter.