Solve Territories (Territory Design)

ArcGIS Pro 3.3 | | Help archive

Available with Business Analyst license.

Summary

Solves the territory solution based on specified criteria such as attribute constraints or distance constraints.

Usage

  • The Classic option in the Algorithm parameter is the original method to solve territories and is suitable for most use cases.

    The Genetic option is a newer method based on a genetic growth algorithm and is suitable for more complex solutions such as solutions with distance and capacity constraints. This option creates a large number of random possible solutions and produces a better solution but will take longer to process.

  • When using the User Defined option in the Number of Territories Method parameter, the number of territories must be specified using the Number of Territories parameter.

  • Attribute or distance constraints are required for the Number of Territories Method parameter's Optimal option.

Parameters

LabelExplanationData Type
Input Territory Solution

The territory solution that will be used to solve territories.

Group Layer; Feature Dataset; String
Level

The level that will be used to solve territories.

String
Number of Territories Method

Specifies the method that will be used when calculating the number of territories.

  • User DefinedThe number of territories will be defined by the Number of Territories parameter value. This is the default.
  • PreferredThe number of territories will be defined by the Number of Territories parameter value, but only territories that meet the criteria of the constraints will be created.
  • OptimalThe number of territories will be calculated automatically.
  • Optimal Max Coverage The number of territories will be calculated automatically using a maximum coverage of the base features.
String
Number of Territories
(Optional)

The number of territories to be specified.

Long
Quality (%)
(Optional)

An integer between 1 and 200 that determines the performance of a solve operation. A lower value will provide better performance but quality may be affected. The default value is 100.

Long
Iterations Limit
(Optional)

The number of times the territory search process will be repeated. For larger datasets, increasing the number is recommended to find an optimal solution. The default value is 50.

Long
Algorithm

Specifies the algorithm that will be used to solve the territory solution.

  • Classic The original algorithm will be used to solve the territory solution. This is the default.
  • Genetic A newer and more modern algorithm based on a genetic growth algorithm will be used to solve the territory solution.
String
Number of Candidate Solutions
(Optional)

The number of possible solutions. For larger datasets, increasing this number will increase the search space and the probability of finding a better solution. The default is 10 and must be greater than 1. This parameter is only used when the Algorithm parameter is set to Genetic.

Long

Derived Output

LabelExplanationData Type
Updated Territory Solution

The updated territory solution.

Group Layer

Environments

Licensing information

  • Basic: Requires Business Analyst
  • Standard: Requires Business Analyst
  • Advanced: Requires Business Analyst

Related topics