From d5d08cc71316a6ed08d69f1ad2f3237b20efda2b Mon Sep 17 00:00:00 2001 From: Damir Dobric Date: Mon, 22 Feb 2021 20:36:48 +0100 Subject: [PATCH] MinPctActiveDutyCycles set to zero in HPC --- NeoCortexApi/NeoCortexApi/HomeostaticPlasticityController.cs | 2 ++ 1 file changed, 2 insertions(+) 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