social_learning.Agent.ProcessReward C# (CSharp) 메소드

ProcessReward() 보호된 추상적인 메소드

protected abstract ProcessReward ( double r ) : void
r double
리턴 void
        protected abstract void ProcessReward(double r);
    }