Parent: Object
Contains the set of performance metrics for a particular Strategy Evolver run, and other details about the run.
This property will contain the message field from any Exception that was thrown during the optimization run, or null if no Exception was thrown.
Generates and returns a new instance of a Strategy object based on the Building Blocks of this run's evolved Genes. The method also assigns the position size based on the PosSize of the run.
Returns a combination of the run's Name and GeneCode.
Returns a string that contains the concatenated codes for the Evolver Genes that compose the Strategy for this run.
Returns the generation number that this Evolver run occurred in.
Returns the number of generations that this Evolver run was present.
Returns whether the Building Block Strategy for this run employed the single-position or multiple-position option.
The Name of the run is composed of the word "Strategy" followed by its PatternNumber.
Returns a number that indicates when the run occurred within the overall evolution process.
Returns a Dictionary that contains entries for each of the run's performance metrics. The performance metrics themselves are determined by the ScoreCard that was used during the Evolver run.
Returns the position size used during the run.
Contains the initial slot number of this run. Slots 1-5 typically contain pre-set template Strategies, and slots 6-10 contain Strategies that the user can optionally set up in Evolver Preferences.
Returns whether or not this run was filtered out by the Evolver because it failed to pass the selected Filter Set criteria, or it was a duplicate of another Strategy in the generation.