Show/Hide Toolbars

RiverSoftAVG Products Help

Defines the context (state of the program, i.e., variables and world) for executing or evaluating a genetic program. Every function node OnExecute in a genetic program can read and write to this context. Every variable terminal node will read from this context OnExecute.

alert_noteNotes to Inheritors

By default, a genetic programming context contains a list of variables and their values in the base type specified. Extend the TRSGPContext class to add other context such as world properties (e.g., the map for the ant trail problem)

noteNote

The TRSGPContext<T> is a generic class. Its type will change with the genetic programming type.

Namespace: RSGenerics.GeneticProgramEngine

Type Parameters

T

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb