dk.deepthought.sidious.planner
Interface Heuristic

All Known Implementing Classes:
GreenhouseHeuristic

public interface Heuristic

This class represents the heuristic function.

The heuristic method returns an estimated cost of getting to the goal from this vertex.


Method Summary
 double h(State state)
          Method calculates an approximate cost from state to the goal state.
 

Method Detail

h

double h(State state)
Method calculates an approximate cost from state to the goal state.

Parameters:
state - the input state for the calculation
Returns:
an approximate cost


Copyright © Deepthought Development - All Rights Reserved.