CrossEntropyContextTraceExecution Property

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

Definition

Namespace: Novacta.Analytics.Advanced
Assembly: Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.1.0+428f3840cfab98dda567bb0ed350b302533e273a
C#
public bool TraceExecution { get; set; }

Property Value

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