AIMA.Core.Search.Informed.GreedyBestFirstEvaluationFunction.GreedyBestFirstEvaluationFunction C# (CSharp) Метод

GreedyBestFirstEvaluationFunction() публичный Метод

public GreedyBestFirstEvaluationFunction ( HeuristicFunction hf ) : System
hf HeuristicFunction
Результат System
        public GreedyBestFirstEvaluationFunction(HeuristicFunction hf)
        {
            this.hf = hf;
        }
GreedyBestFirstEvaluationFunction