TMtxOptimization.Verbose Property

TStrings Verbose { get; set; }

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

Returns: TStrings

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.

Examples
TStringList log = new TStringList();
MtxOptimizaton.Verbose = log;
MtxOptimization.Recalculate();