Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGeneticProgramming > Classes

TRSCustomGeneticProgrammingVariantExecutor Class

Scroll Prev Top Next More

The TRSCustomGeneticProgrammingVariantExecutor component is the base class for reading and executing a genetic program using variants. Use this class when you have already evolved a solution to your problem and need to execute the genetic program. It instantiates the RSGenerics.GeneticProgramming|TRSCustomGeneticProgrammingVariantExector<T> generics class using TGAFloat and ensures the correct TRSGPInstruction<T> are created for it.

alert_noteNotes to Implementers

The TRSCustomGeneticProgrammingVariantExecutor class redeclares the Instructions property to use instantiated generics types that look like non-generic types. Unfortunately, when a published property contains a generic, even an instantiated one (e.g., TRSGPInstructions<Variant>), Delphi will not publish the property and make it available at design-time.

Namespace: RSGeneticProgramming

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb