GeneticProgramming Constructor (GameWorld, AIFighter, NonAIFighter, Int32, Int32)

Fight Game AI Demo

GeneticProgramming Constructor (GameWorld, AIFighter, NonAIFighter, Int32, Int32)
Initializes a new instance of the GeneticProgramming class.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public GeneticProgramming(
	GameWorld gw,
	AIFighter AI,
	NonAIFighter NAI,
	int torniment_Size,
	int pop_size
)

Parameters

gw
Type: FightGameAIDemoGameWorld
The gw.
AI
Type: FightGameAIDemo.Fighter_ClassesAIFighter
The ai.
NAI
Type: FightGameAIDemo.Fighter_ClassesNonAIFighter
The nai.
torniment_Size
Type: SystemInt32
Size of the torniment_.
pop_size
Type: SystemInt32
The pop_size.
See Also