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

Problem() public method

public Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest ) : System
initialState Object
actionsFunction ActionsFunction
resultFunction ResultFunction
goalTest GoalTest
return System
        public Problem(Object initialState, ActionsFunction actionsFunction,
                ResultFunction resultFunction, GoalTest goalTest)
            : this(initialState, actionsFunction, resultFunction, goalTest,
                new DefaultStepCostFunction())
        {
            
        }

Same methods

Problem::Problem ( ) : System
Problem::Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System