[Previous] [Next]

Equilibrium






Set ai = 0 and solve for ai assuming neti is positive.

0 = (max - ai) neti - decay (ai - rest)
decay ai + neti ai = max neti + decay rest
ai = (max neti + decay rest) / (decay + neti)

Assuming max = 1 and rest = 0:

ai = neti / (decay + neti)

or

ai = (neti / decay) / (neti/decay +1)