GeneticProgramming.selection_torniment Method

Fight Game AI Demo

GeneticProgrammingselection_torniment Method
Selection_torniments the specified torniment_size.

Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Indevidual selection_torniment(
	int torniment_size
)

Parameters

torniment_size
Type: SystemInt32
The torniment_size.

Return Value

Type: Indevidual

[Missing <returns> documentation for "M:FightGameAIDemo.GP.GeneticProgramming.selection_torniment(System.Int32)"]

See Also