GeneticProgramming.GrownProgram Property

Fight Game AI Demo

GeneticProgrammingGrownProgram Property
Gets or sets the grown program.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public byte[] GrownProgram { get; set; }

Property Value

Type: Byte
The grown program.
See Also