GeneticProgramming Methods

Fight Game AI Demo

GeneticProgramming Methods

The GeneticProgramming type exposes the following members.

Methods
  Name Description
Public method crossover_subtree
Crossover_subtrees the specified parent1.
Public method Draw_tree
Draw_trees the specified input.
Public method evolve
Evolves the mating pool of this instance.
Public method fitness_function
Fitness functions gives a tree its fitness rating.
Public method Gen_SubTree
Generates the sub tree.
Public method GetInterpTree
Gets the interp tree.
Public method Grow
Grows this instance.
Public method mutation_bit_flip
Mutation using bit flit the specified program.
Public method parser
Parsers the specified input.
Public method selection_torniment
Selection_torniments the specified torniment_size.
Public method setup
Setups this instance.
Public method sub_tree_or_node_selection
Sub_tree_or_node_selection from the specified parent.
Public method tree_traverse
Tree_traverses the specified parent.
Top
See Also