TMtxOptimization::Verbose Property

__declspec(property(get = GetVerbose, put = SetVerbose)) tStrings*Verbose;

If not nil then the optimization method uses it for logging each optimization step.

Read: tStrings *GetVerbose();
Write: void SetVerbose(tStrings *Value);
Remarks:

If not nil then the optimization method uses it for logging each optimization step. By default the Verbose property is nil meaning no logging is done.

Declared in Dew::Math::TMtxOptimization · Dew.Math/MtxVecTools.h · Cross-compiler