Interface | Description |
---|---|
CostFunction |
This interface allows the creation and injection of different cost functions
into algorithms for optimization.
|
Class | Description |
---|---|
AStarCostFunction |
A basic cost function that assigns the end time as the cost.
|