필터 지우기
필터 지우기

Is the usage of fseminf limited?

조회 수: 1 (최근 30일)
Richárd Tóth
Richárd Tóth 2019년 8월 26일
댓글: Richárd Tóth 2019년 9월 2일
Hello
Consider the constraint:
Modify the first product to:
The modified constraint is a three dimensional constraint right? Which can't be handled by fseminf.
  댓글 수: 1
Richárd Tóth
Richárd Tóth 2019년 9월 2일
I was wondering if you could solve the modified problem in an other way. Consider the $\leq 0$ inequality as a function, finding the extrema locations and checking the function values at those locations will tell us if its $\leq 0$ at every point or not. Correct?

댓글을 달려면 로그인하십시오.

채택된 답변

Matt J
Matt J 2019년 8월 26일
편집: Matt J 2019년 8월 26일
I think that is correct, but I think it's because you would run into prohibitive computational demands if you tried to iterate over K-grids of dimension 3 or higher. For instance, if each dimension required 3000 samples, a 3D K-grid would require 64 GB.
  댓글 수: 1
Richárd Tóth
Richárd Tóth 2019년 8월 26일
yes, I did some experiment with a 3D constraint and in some iteration the sample interval was really low, like 0.001 which resulted Matlab to crash becouse my computer run out of memory, the constraint matrix contained millions of elements.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by