Closed seallard closed 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?
It seems like the method setting override to true is never called. Might be related to obsolete "adaptation" feature? Anyway, does not matter.
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?