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

Minimizes function of several variables by using Simplex optimization method with no algorithm step log.

Pascal
function Simplex(Func: TRealFunction; var Pars: double; Const Consts: array of double; Const ObjConst: Array of TObject; out FMin: double; out StopReason: TOptStopReason; const FloatPrecision: TMtxFloatPrecision; MaxIter: Integer; Tolerance: double): Integer; overload;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!