Parent: List<StrategyEvolverResult>
A List of StrategyEvolverResult instances that contains some helper properties and methods. The list will contain instances for all generations of an Evolver run. It will contain the instances of both the Strategies that made it through the selected Evolver Filter, and ones that were filtered out. Since each Evolver run typically includes 20 candiate Strategies, if there were 10 generations processed then the list would contain 200 StrategyEvolverResult entries.
Returns the StrategyEvolverResult instance in this list that has the highest or lowest metric value in the specified generation. The highestValue parameter controls whether highest or lowest values are queried.
Returns the highest metric value in the specified generation. The includeNonFiltered parameter controls whether the search considers only Strategies that passed through the selected Evolver Filter, or all Strategies.
Returns the lowest metric value in the specified generation. The includeNonFiltered parameter controls whether the search considers only Strategies that passed through the selected Evolver Filter, or all Strategies.
Returns the highest generation number contained within this list.