Skip to content

Commit

Permalink
MinPctActiveDutyCycles set to zero in HPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Damir Dobric committed Feb 22, 2021
1 parent 427a6ea commit d5d08cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NeoCortexApi/NeoCortexApi/HomeostaticPlasticityController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d08cc

Please sign in to comment.