You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxOptimization Class > TMtxOptimization Properties > TMtxOptimization.Verbose Property
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxOptimization.Verbose Property

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

Syntax
C#
Visual Basic
public TStrings Verbose;

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.

Log directly to TStringList:

TStringList log = new TStringList(); MtxOptimizaton.Verbose = log; MtxOptimization.Recalculate();
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!