You are here: Symbol Reference > Optimization Namespace > Types > Optimization.TEPSArray Type
MtxVec VCL
ContentsIndex
PreviousUpNext
Optimization.TEPSArray Type

Stores the stopping tests for TR optimization.

Pascal
TEPSArray = array[0..5] of double;

The eps array contains the stopping tests:

  • eps[0]: Grad < eps[0]
  • eps[1]: ||F(x)|| < eps[1]
  • eps[2]: ||A(x)ij|| < eps[2]
  • eps[3]: ||s|| < eps[3]
  • eps[4]: ||F(x)||- ||F(x) - A(x)s|| < eps[4]
  • eps[5]: trial step precision. If eps[5] = 0, then eps[5] = 1E-10,

where

  • A(x) = the jacobi matrix
  • F(x) = ||y - f(x)||
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!