TOptimizer

Top  Previous  Next

This class holds various optimization methods:

 

Cluster1

This is when customers should be grouped into clusters of a uniform load. Minimizing geometric size of clusters.

 

Cluster2

This is when customers should be grouped into a number of clusters. Minimizing total distance between cluster center and customers.

 

Cluster3

This is when customers should be grouped into a number of clusters. Minimizing the maximum distance between cluster center and customers (minimax strategy).

 

District

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.