Hide Comments
Hide Comments

Comments (0)

Specifies the bloat limit. The meaning of this property depends on the  BloatStrategy. When the bloat strategy specifies limiting the depth, the BloatLimit specifies the maximum depth. Similarly, when the bloat strategy specifies limiting the tree size, the BloatLimit specifies the maximum size.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property BloatLimit: Integer read FBloatLimit write SetBloatLimit default 10;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)