forked from numenta/nupic.core-legacy
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boosting cleanup #544
Open
breznak
wants to merge
38
commits into
master
Choose a base branch
from
boosting_cleanup
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+138
−109
Open
Boosting cleanup #544
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3a6ab04
SP: use log boosting
breznak b250f30
SP: updateInhArea() only needed for local inhibition
breznak f167d55
SP updateInhibitionRadius_() returns UInt and is const
breznak a459829
SP try boosting completely removed
breznak 5e9abd7
SP: bumpUpWeakColumns move all related timekeeping
breznak fa10af5
cleanup SP test
breznak ba4b61d
cleanup SP test
breznak 1be7dcd
SP: use log boosting
breznak 824e738
fix bug in a test
breznak a23ee49
SP fix boosting if strength == 0.0
breznak 5749587
Merge branch 'log_boosting_fn' into boosting_experiments
breznak 171ceb2
SP updateBoostFactors_() move time-keeping logic inside
breznak e3246ea
SP remove unused calculateOverlapPct
breznak 27029d8
Merge branch 'sp_rm_calculateOverlapPct' into boosting_experiments
breznak 144c95f
SP fix inhibition return desired number of active WIP
breznak f61d3bb
Merge branch 'master_community' into boosting_experiments
breznak 5810e21
Revert "SP: use log boosting"
breznak 7bfb7bc
remove work for other PR
breznak 0e6a63f
SP move inhibitionRadius_ updates to inhibition function
breznak d5c6cc6
Revert "SP move inhibitionRadius_ updates to inhibition function"
breznak 03432c9
comments
breznak 32c70fe
fix test compiles
breznak 57015ec
update inh radius on learn=true only
breznak 528cb20
review feedback: remove unnecessary assert
breznak 7585b1f
Merge branch 'master_community' into boosting_cleanup
breznak 6353d8b
rm unused variable
breznak 36b7c48
cleanup
breznak 553b4e7
Merge branch 'master_community' into boosting_cleanup
breznak 9e4024e
small fixups
breznak 8dfd565
Merge branch 'master_community' into boosting_cleanup
breznak efaa061
Merge branch 'master_community' into boosting_cleanup
breznak 4386663
Merge branch 'master_community' into boosting_cleanup
breznak 34ec76c
Merge branch 'master' into boosting_cleanup
dkeeney a0c2f23
Merge branch 'master_community' into boosting_cleanup
breznak 2462e7e
tidy test
breznak d0dad9b
Merge remote-tracking branch 'community/boosting_cleanup' into boosti…
breznak 6c7a8be
SP rm unneeded overlaps_
breznak a72e304
Merge branch 'master' into boosting_cleanup
breznak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v2.0.22 | ||
v0.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this PR breaks some tests (results). I think because of this change, now correct: update only IF:
local & isUpdate & learning
. Compare with former: https://github.com/htm-community/htm.core/pull/544/files#diff-75db947f594e8a477099a6c8bb86daa0L475