Deciding which heuristic to use |
INDEX
![]() |
The Dispatcher predefined first solution heuristics can be placed in a rough hierarchy based on performance (with the fastest heuristic listed first):
Sweep > nearest-to-depot > nearest addition > savings > insertion > generate
However, certain problems respond more effectively to certain heuristics. Here are some general guidelines:
IloInsertVisit
. This approach can also be interesting if you want to update an already existing solution or if you already know the order of some visits.
© Copyright IBM Corp. 1987, 2009. Legal terms. | PREVIOUS NEXT |