numenta/htm.java

Active Columns being overwritten in NAPI

Closed this issue · 0 comments

The feedForwardActiveColumns field within the Layer class is being used to set the Inference.feedForwardActiveColumns field used to process the next function in the chain. The problem is that this field is a pointer to the same field in both places and so was getting overwritten which could lead to corrupted processing.