AgentSelectionType Enumeration |
Namespace: AGI.Parallel.Infrastructure
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Uses the default system agent selection policy. | |
Priority | 1 | Selects the agent by the highest agent priority. | |
LeastRecentlySelected | 2 | Selects the agent who has least recently been selected. | |
MostRecentlySelected | 3 | Selects the agent who has most recently been selected. | |
Random | 4 | Randomly selects an agent. | |
NearestTaskEnvironment | 5 | Selects the agent who already has the task environment ready in a host. |
STK Parallel Computing Server 2.9 API for .NET