GeneticProgramming.parser Method

Fight Game AI Demo

GeneticProgrammingparser Method
Parsers the specified input.

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

Parameters

input
Type: SystemByte
The input.
See Also