AIMA.Core.Learning.Learners.CurrentBestLearner.CurrentBestLearner C# (CSharp) Method

CurrentBestLearner() public method

public CurrentBestLearner ( String trueGoalValue ) : System
trueGoalValue String
return System
        public CurrentBestLearner(String trueGoalValue)
        {
            this.trueGoalValue = trueGoalValue;
        }