diff --git a/NeoCortexApi/NeoCortexApi/HomeostaticPlasticityController.cs b/NeoCortexApi/NeoCortexApi/HomeostaticPlasticityController.cs index 94f6b59f9..7beef1e2d 100644 --- a/NeoCortexApi/NeoCortexApi/HomeostaticPlasticityController.cs +++ b/NeoCortexApi/NeoCortexApi/HomeostaticPlasticityController.cs @@ -133,6 +133,8 @@ public bool Compute(int[] input, int[] output) //this.htmMemory.updateMinPctOverlapDutyCycles(0.0); this.m_HtmMemory.HtmConfig.MinPctOverlapDutyCycles = 0.0; + + this.m_HtmMemory.HtmConfig.MinPctActiveDutyCycles = 0.0; } // If the input has been already seen, we calculate the similarity between already seen input