GKMinMaxStrategist.MaxLookAheadDepth Property

Definition

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.

Applies to