Hide Comments
Hide Comments

TRSCustomGeneticProgramming<T>.GetSimilarInstruction(TInstruction) Method

Comments (0)

Returns an instruction that is similar (of same type and arity)

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function GetSimilarInstruction(
  const Instruction: TInstruction): TInstruction;
 

Parameters

Instruction

Type: System.Void

Return Value

Type: TInstruction

expandingSee Also

Comments (0)