You are here: Symbol Reference > Optimization Namespace > Functions > Optimization.MinBrent Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.MinBrent Function

Minimizes single variable function by using default settings and no log.

Pascal
function MinBrent(ax: double; bx: double; Func: TRealFunction; const FloatPrecision: TMtxFloatPrecision; Const Consts: array of double; Const ObjConst: Array of TObject; out MinX: double): Integer; overload;

Use this version if algorithm step logs are not needed.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!