social_learning.Agent.ProcessReward C# (CSharp) Method

ProcessReward() protected abstract method

protected abstract ProcessReward ( double r ) : void
r double
return void
        protected abstract void ProcessReward(double r);
    }