Community Profile

photo

ancy s george


Last seen: etwa ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to find the optimal solution between boundary values?
If a problem a*x+b/x+c subjected to 0<x<=d Condition on a,b,c,d such that for optimal solution 0<x*<d? For example, x0=0; f...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to correct the code?
I have to maximize the objective function b*Eby-s*Esl+gb*(Esl-Eby) subjected to constraints gb<=s;b<=gs; % where gb=3;gs=8; ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to optimize an objective function with strict inequality constraints?
Objective function =x(2)*(-10)-x(1)*70+240 subjected to : 3<=x(1) ; x(2)<=8 I try to optimize this objective function using pe...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to correct the code?
I have to maximize the objective function with respect to x1 and x2. func = -(x2*(-10)-x1*70+3*(80)) %Constrains are 3<=x1 ...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort