public class SystemPerformanceOptimizationResults : CrossEntropyResults
Public Class SystemPerformanceOptimizationResults
Inherits CrossEntropyResults
public ref class SystemPerformanceOptimizationResults : public CrossEntropyResults
type SystemPerformanceOptimizationResults =
class
inherit CrossEntropyResults
end
A Cross-Entropy program represented by a SystemPerformanceOptimizer object can be executed by calling its method Optimize(SystemPerformanceOptimizationContext, Double, Int32), which returns an instance of class SystemPerformanceOptimizationResults.
The argument that optimizes the performance function of the context in which the program has been executed is returned by property OptimalState, while the value taken on at it by the performance function can be inspected via property OptimalPerformance.
Property HasConverged returns true only if the program stops before having executed the maximum allowed number of iterations, as specified by MaximumNumberOfIterations.
SystemPerformanceOptimizationResults | Initializes a new instance of the SystemPerformanceOptimizationResults class |
HasConverged |
Gets a value indicating whether the executed
Cross-Entropy program has converged.
(Inherited from CrossEntropyResults) |
Levels |
Gets the performance levels achieved by the program
in its iterations.
(Inherited from CrossEntropyResults) |
OptimalPerformance | Gets the value taken on by the performance when evaluated at the OptimalState of a SystemPerformanceOptimizationContext. |
OptimalState | Gets a value representing the argument that optimizes the performance function of a SystemPerformanceOptimizationContext. |
Parameters |
Gets the sampling parameters applied by the program in
its iterations.
(Inherited from CrossEntropyResults) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |