GeneticProgramming.GetInterpTree Method

Fight Game AI Demo

GeneticProgrammingGetInterpTree Method
Gets the interp tree.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IMyBehaviourTreeNode GetInterpTree(
	byte[] input
)

Parameters

input
Type: SystemByte
The input.

Return Value

Type: IMyBehaviourTreeNode

[Missing <returns> documentation for "M:FightGameAIDemo.GP.GeneticProgramming.GetInterpTree(System.Byte[])"]

See Also