bowen-xu / PyNARS

MIT License
26 stars 8 forks source link

[Technical Report] Update Concept Durability using Links #68

Closed ccrock4t closed 6 months ago

ccrock4t commented 9 months ago

Technical Report

Rule5: The durability of a concept is the accumulation of the durability values of the links. If its current value is $d$ and the value of the incoming link is $d'$, the new value will be $u\times d' +(1-u)\times d$, a weighed average of the two, with the updating rate $u$ as a system parameter.

More Info

It seems the durability of Links are not yet taken into account.