Community Profile

photo

Hesham


Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


fmincon: Does ScaleProblem affect FiniteDifferenceStepSize?
Hi I understand that the ScaleProblem option scales the objective and the constraints. But does it also affect the FiniteDiffer...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How do the tolerances work in the Optimization Toolbox?
The optimization tolerances are not absolute as per this document: https://www.mathworks.com/help/optim/ug/tolerance-details.ht...

mehr als 4 Jahre vor | 0

Frage


Using relative tolerance with fmincon
Hi As per the following post, the tolerances for fmincon are absolute. I would like to know if I can use relative tolerances, w...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why eval seems to be faster than other alternatives in this example?!
Hi I know that using eval is highly discouraged, but for the below test case it seems to be faster than other options. Can you ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Alternative to using global for a very large array
Hi I have a quite large array of data (100s of MB) that I am using as a LUT in multiple functions. If I declare it as a paramet...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Interpolation using scattered query points
Hi It is straight forward to use interpn or griddedInterpolant to perform n-dim interpolation. However, in these functions, the...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort