TOptimizer |
Top Previous Next |
This class holds various optimization methods:
This is when customers should be grouped into clusters of a uniform load. Minimizing geometric size of clusters.
This is when customers should be grouped into a number of clusters. Minimizing total distance between cluster center and customers.
This is when customers should be grouped into a number of clusters. Minimizing the maximum distance between cluster center and customers (minimax strategy).
This is when customers should be assigned to existing centers with a capacity. Minimizing distance between centers and customers.
See also TCalc.CenterNode to locate center of a single cluster.
|