Click or drag to resize

CrossEntropyContextTraceExecution Property

Gets or sets a value indicating whether the execution of this context must be traced.

Namespace:  Novacta.Analytics.Advanced
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool TraceExecution { get; set; }

Property Value

Type: Boolean
true if the context must be instrumented; otherwise, false.
Remarks

If set to true, information about the execution of a CrossEntropyProgram in this context is provided as output of methods defined in the Trace class.

See Also