Hide Comments
Hide Comments

TRSCustomGeneticProgramming<T>.DoAntiBloating(TRSIndividual,TRSIndividual,TRSIndividual,Boolean) Method

Comments (0)

Performs the actual anti-bloating strategy after the new child has been created. The IsChildModified parameter indicates if the child was mutated or inverted

noteNote

Not all anti-bloating strategies occur in this method

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  procedure DoAntiBloating(const Parent1, Parent2, Child: TRSIndividual;
  IsChildModified: Boolean);
 

Parameters

Parent1

Type: TRSIndividual

Parent2

Type: TRSIndividual

Child

Type: TRSIndividual

IsChildModified

Type: Boolean

expandingSee Also

Comments (0)