Hide Comments
Hide Comments

Comments (0)

Selects a random node from the  DNA program tree that does not exceed the Size or Depth limit (specified by the Limit parameter). The IsSizeLimit parameter controls which limit is used.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  function SelectNode( Limit: Integer;
  IsSizeLimit: Boolean = True ): TNode; overload;
 

Parameters

Limit

Type: Integer

IsSizeLimit

Type: Boolean

Return Value

Type: TNode

expandingSee Also

Comments (0)