public bool TraceExecution { get; set; }
Public Property TraceExecution As Boolean
Get
Set
public:
property bool TraceExecution {
bool get ();
void set (bool value);
}
member TraceExecution : bool with get, set
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.