GKMinMaxStrategist.MaxLookAheadDepth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of player turns to evaluate. Exponentially expensive.
public virtual nint MaxLookAheadDepth { [Foundation.Export("maxLookAheadDepth", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setMaxLookAheadDepth:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.MaxLookAheadDepth : nint with get, set
Property Value
System.System.IntPtr
System.nativeint
- Attributes
Remarks
This value determines the number of layers of plays to evaluate. A round of plays (one by each player) would be considered 2 levels: one for each player's set of possible plays.