fmincon: Matrix is singular to working precision.

2 Ansichten (letzte 30 Tage)
ektor
ektor am 21 Jan. 2018
Kommentiert: Walter Roberson am 29 Nov. 2021
Dear all,
I get the following message but the code seems to be working ok
In fmincon (line 797)
Warning: Matrix is singular to working precision.
Is there a way to rectify this problem?
  6 Kommentare
Fabian Friz
Fabian Friz am 29 Nov. 2021
Hi there,
Do you have a solution for this ? Would computing the derivatives yourself solve the problem ?
Walter Roberson
Walter Roberson am 29 Nov. 2021
Options:
TypicalX Typical x values. The number of elements in TypicalX is equal to the number of elements in x0, the starting point. The default value is ones(numberofvariables,1). fmincon uses TypicalX for scaling finite differences for gradient estimation.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Linear Algebra finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by