A Sandcastle Documented Class Library
GeneticProgrammingfitness_function Method |
Fitness functions gives a tree its fitness rating.
Namespace: FightGameAIDemo.GP
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
public void fitness_function( int total_Damage, Indevidual indevidual )
Parameters
- total_Damage
- Type: SystemInt32
The total_ damage. - indevidual
- Type: FightGameAIDemo.GPIndevidual
The indevidual.
