Delegate HeuristicComputer
Delegate to implement the ComputeHeuristic(IEnvironment) method independently from custom parameter classes.
Namespace: TreeProblemFramework.Solver
Parameters
| Type | Name | Description |
|---|---|---|
| IEnvironment | env | The environment from which to compute its heuristic value. |
Returns
| Type | Description |
|---|---|
| System.Double | The heuristic value. |