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

LooperUpdtNetView now takes the NetViewCounters function as an arg #296

Closed rcoreilly closed 11 months ago

rcoreilly commented 11 months ago

…to guarantee that counters are updated at right time -- simplifies looper logic and ensures updt -- eboa was not syncd..

also fixed a few README urls

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage has no change and project coverage change: +0.02% :tada:

Comparison is base (4c317d9) 29.99% compared to head (72c6203) 30.01%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #296 +/- ## ========================================== + Coverage 29.99% 30.01% +0.02% ========================================== Files 85 85 Lines 15396 15385 -11 ========================================== Hits 4618 4618 + Misses 10514 10503 -11 Partials 264 264 ``` | [Files Changed](https://app.codecov.io/gh/emer/axon/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer) | Coverage Δ | | |---|---|---| | [axon/looper.go](https://app.codecov.io/gh/emer/axon/pull/296?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%> (ø)` | | | [examples/boa/boa.go](https://app.codecov.io/gh/emer/axon/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-ZXhhbXBsZXMvYm9hL2JvYS5nbw==) | `83.51% <0.00%> (+0.53%)` | :arrow_up: | | [examples/pcore/pcore.go](https://app.codecov.io/gh/emer/axon/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-ZXhhbXBsZXMvcGNvcmUvcGNvcmUuZ28=) | `0.00% <0.00%> (ø)` | | | [examples/pvlv/pvlv.go](https://app.codecov.io/gh/emer/axon/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-ZXhhbXBsZXMvcHZsdi9wdmx2Lmdv) | `0.00% <0.00%> (ø)` | | | [examples/ra25/ra25.go](https://app.codecov.io/gh/emer/axon/pull/296?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-ZXhhbXBsZXMvcmEyNS9yYTI1Lmdv) | `0.00% <0.00%> (ø)` | |

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

rcoreilly commented 11 months ago

merging this now in prep for other updates.