Hide Comments
Hide Comments

Comments (0)

Selects a random node from the  DNA program tree. The FunctionProbability parameter controls how much to prefer non-terminals (functions) over terminals (constants, variables, and functions with arity=0)

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  function SelectNode( FunctionProbability: TGAFloat ): TNode; overload;
 

Parameters

FunctionProbability

Type: TGAFloat

Return Value

Type: TNode

expandingSee Also

Comments (0)