photo

NIKET shah


2018년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


I am trying to solve appliance scheduling optimization problem.
My objective function in convex and Linear. I would like to know which solver would be best suitable. fmincon or CVX tool. If so...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


Subscript indices must either be real positive integers or logicals.
How can i solve this error.

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Solver stopped prematurely. fmincon stopped because it exceeded the function evaluation limit, options.MaxFunctionEvaluations = 10000 (the selected value).
Solver stopped prematurely. MaxFunctionEvaluation. How can i solve this error. And how to find global min or optimal solution....

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


How can I model my objective function for optimization? in quadprog
x(1)+x(2)+x(3)+x(4)+x(5)+x(6)+x(7)+0.3*x(5)^2+0.3*x(6)^2+0.3*x(7)^2 If someone know please help. Thank You.

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


fmincon stopped...Converged to an infeasible point.
Converged to an infeasible point. fmincon stopped because the size of the current step is less than the default value of the...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


fmincon stopped, Converged to an infeasible point.
Converged to an infeasible point. fmincon stopped because the size of the current step is less than the default value of the...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to pass global variable into function in iteration or in loop. if someone knows please guide me.
In the following code i want to pass global variable 'Lh' in loop to the main function. please guide if someone knows.

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Error in optimization using fmincon
1. Error : Not enough input arguments. Error in fun (line 4) y = a1*Lh^2*x(1)^2 + b1*Lh*x(1) + a2*Lh^2*x(2)^2 + b2*Lh*x(2) +...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


How can I fix these error in my optimization code.
Error using optim.internal.problemdef.MatrixOperator Inner matrix dimensions must agree. Error in optim.internal.problemdef....

대략 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
How can i fix this errors while performing Optimization using fmincon.
Following are the attachments. The one I am solving. If you can help me out further. I have to minimize u for per hour cycle. ...

6년 초과 전 | 0

답변 있음
How can i fix this errors while performing Optimization using fmincon.
In terms of Aeq?? as it gives me error stating :"Row dimension of Aeq is inconsistent with length of beq."

6년 초과 전 | 0

답변 있음
How can i fix this errors while performing Optimization using fmincon.
if i have constraint like: x(1)+x(2)+x(3)=1; Aeq*x=beq; How can i modify it for the following file.

6년 초과 전 | 0

답변 있음
How can i fix this errors while performing Optimization using fmincon.
Error using * Inputs must be 2-D, or at least one input must be scalar. To compute elementwise TIMES, use TIMES (.*) instead...

6년 초과 전 | 0

답변 있음
How can i fix this errors while performing Optimization using fmincon.
Thank you so much. I have updated the code according. The next error is: Error using fmincon (line 607) User supplied object...

6년 초과 전 | 0

질문


How can i fix this errors while performing Optimization using fmincon.
Warning: Length of lower bounds is < length(x); filling in missing lower bounds with -Inf. > In checkbounds (line 33) ...

6년 초과 전 | 답변 수: 6 | 0

6

답변