emer / axon

Axon adds axonal spiking to the Leabra framework for error-driven and associative learning
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

major fix for hip_net.go ConfigLoopsHip, other fixes #289

Closed rcoreilly closed 1 year ago

rcoreilly commented 1 year ago

adds to std Axon events, and PlusPhase:Start must go before axon version. also nuked old hip dir, moved md to HIP.md, use new emer fun to make rep idxs small for big hip layers so raster plot is usable, etc.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.10% :warning:

Comparison is base (c2a7f93) 30.10% compared to head (09d8f4c) 30.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #289 +/- ## ========================================== - Coverage 30.10% 30.00% -0.10% ========================================== Files 85 85 Lines 15341 15389 +48 ========================================== Hits 4618 4618 - Misses 10459 10507 +48 Partials 264 264 ``` | [Files Changed](https://app.codecov.io/gh/emer/axon/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer) | Coverage Δ | | |---|---|---| | [axon/hip\_net.go](https://app.codecov.io/gh/emer/axon/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9oaXBfbmV0Lmdv) | `0.00% <0.00%> (ø)` | | | [axon/layerbase.go](https://app.codecov.io/gh/emer/axon/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9sYXllcmJhc2UuZ28=) | `43.77% <0.00%> (-1.68%)` | :arrow_down: | | [axon/looper.go](https://app.codecov.io/gh/emer/axon/pull/289?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9sb29wZXIuZ28=) | `0.00% <0.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rcoreilly commented 1 year ago

discussed with Alan..