You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Classes > TMtxNonLinReg Class > TMtxNonLinReg Properties > TMtxNonLinReg.Verbose Property
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
TMtxNonLinReg.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. 

If assigned, stores Fun, evaluated at each iteration step. Optionally, you can also assign TOptControl object to the Verbose property. This allows the optimization procedure to be interrupted from another thread and optionally also allows logging and iteration count monitoring.

Log to Memo.Lines:

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