AIMA.Core.Search.Framework.Problem.Problem C# (CSharp) 메소드

Problem() 공개 메소드

public Problem ( Object initialState, ActionsFunction actionsFunction, ResultFunction resultFunction, GoalTest goalTest ) : System
initialState Object
actionsFunction ActionsFunction
resultFunction ResultFunction
goalTest GoalTest
리턴 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