GKMonteCarloStrategist.GetBestMoveForActivePlayer Method

Definition

Returns a move that is probably close to the optimal move for the current player..

[Foundation.Export("bestMoveForActivePlayer")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual GameplayKit.IGKGameModelUpdate GetBestMoveForActivePlayer ();
abstract member GetBestMoveForActivePlayer : unit -> GameplayKit.IGKGameModelUpdate
override this.GetBestMoveForActivePlayer : unit -> GameplayKit.IGKGameModelUpdate

Returns

Implements

Attributes

Applies to