AIMA.Core.Search.Framework.SimpleProblemSolvingAgent.SimpleProblemSolvingAgent C# (CSharp) Method

SimpleProblemSolvingAgent() public method

public SimpleProblemSolvingAgent ( int maxGoalsToFormulate ) : System.Collections.Generic
maxGoalsToFormulate int
return System.Collections.Generic
        public SimpleProblemSolvingAgent(int maxGoalsToFormulate)
        {
            formulateGoalsIndefinitely = false;
            this.maxGoalsToFormulate = maxGoalsToFormulate;
        }

Same methods

SimpleProblemSolvingAgent::SimpleProblemSolvingAgent ( ) : System.Collections.Generic