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

PVLV params updates and added helper PVposEstFmUSsDrives, PVnegEstFmUSs, DAFmPVs #309

Closed rcoreilly closed 10 months ago

rcoreilly commented 10 months ago

also global GvRew is properly discounted PVnet value, so RewPred (VSPatch) now matches much better.

codecov[bot] commented 10 months ago

Codecov Report

Patch coverage: 27.02% and project coverage change: -0.09% :warning:

Comparison is base (ffff955) 29.45% compared to head (e01c4ae) 29.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #309 +/- ## ========================================== - Coverage 29.45% 29.36% -0.09% ========================================== Files 90 90 Lines 16003 16045 +42 ========================================== - Hits 4713 4712 -1 - Misses 11016 11058 +42 - Partials 274 275 +1 ``` | [Files Changed](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer) | Coverage Δ | | |---|---|---| | [axon/deep\_layers.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9kZWVwX2xheWVycy5nbw==) | `13.66% <0.00%> (-0.10%)` | :arrow_down: | | [axon/deep\_net.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9kZWVwX25ldC5nbw==) | `0.00% <0.00%> (ø)` | | | [axon/globals.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9nbG9iYWxzLmdv) | `0.00% <ø> (ø)` | | | [axon/globalvars\_string.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9nbG9iYWx2YXJzX3N0cmluZy5nbw==) | `0.00% <ø> (ø)` | | | [axon/pvlv\_layers.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9wdmx2X2xheWVycy5nbw==) | `6.32% <0.00%> (ø)` | | | [axon/pvlv\_net.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9wdmx2X25ldC5nbw==) | `0.00% <0.00%> (ø)` | | | [examples/pvlv/pvlv.go](https://app.codecov.io/gh/emer/axon/pull/309?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%> (ø)` | | | [axon/pvlv.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9wdmx2Lmdv) | `29.51% <29.41%> (-1.04%)` | :arrow_down: | | [axon/pcore\_prjns.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-YXhvbi9wY29yZV9wcmpucy5nbw==) | `25.00% <100.00%> (ø)` | | | [examples/boa/boa.go](https://app.codecov.io/gh/emer/axon/pull/309?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer#diff-ZXhhbXBsZXMvYm9hL2JvYS5nbw==) | `82.74% <100.00%> (-0.25%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/emer/axon/pull/309/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=emer)

:umbrella: View full report in Codecov by Sentry.

:loudspeaker: Have feedback on the report? Share it here.