Click or drag to resize

AgentSelectionType Enumeration

Indicates algorithm used to decide which agent should be selected for a task.

Namespace:  AGI.Parallel.Infrastructure
Assembly:  AGI.Parallel.Infrastructure (in AGI.Parallel.Infrastructure.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax
public enum AgentSelectionType
Members
  Member nameValueDescription
Default0 Uses the default system agent selection policy.
Priority1 Selects the agent by the highest agent priority.
LeastRecentlySelected2 Selects the agent who has least recently been selected.
MostRecentlySelected3 Selects the agent who has most recently been selected.
Random4 Randomly selects an agent.
NearestTaskEnvironment5 Selects the agent who already has the task environment ready in a host.
See Also

STK Parallel Computing Server 2.9 API for .NET