Click or drag to resize

CrossEntropyResults Class

Represents the results of the execution of a CrossEntropyProgram.
Inheritance Hierarchy

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public class CrossEntropyResults

The CrossEntropyResults type exposes the following members.

Properties
  NameDescription
Public propertyHasConverged
Gets a value indicating whether the executed Cross-Entropy program has converged.
Public propertyLevels
Gets the performance levels achieved by the program in its iterations.
Public propertyParameters
Gets the sampling parameters applied by the program in its iterations.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks

A CrossEntropyProgram can be executed by calling its method Run(CrossEntropyContext, Int32, Double), which returns an instance of class CrossEntropyResults.

See Also