GeneticProgramming.Draw_tree Method

Fight Game AI Demo

GeneticProgrammingDraw_tree Method
Draw_trees the specified input.

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

Parameters

input
Type: SystemByte
The input.

Return Value

Type: String
String treeString
See Also