GeneticProgramming.Gen_SubTree Method

Fight Game AI Demo

GeneticProgrammingGen_SubTree Method
Generates the sub tree.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Gen_SubTree(
	int Tree_Depth,
	int Max_Depth
)

Parameters

Tree_Depth
Type: SystemInt32
The tree_ depth.
Max_Depth
Type: SystemInt32
The max_ depth.
See Also