Community Profile

photo

Chandra Upadhyaya


Last seen: etwa ein Jahr vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why quadprog fvalue3 & fmincon fvalue1 are not same in the example below?
clc clear close all price=[44.30133121 43.12406916 42.31422055 41.67599213 42.07729061 42.88582271 44.38989514 45.84411461 47...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


How to increase accuracy of optimization using genetic algorithm of the following code? Value obtained by ga = -2360 (approx.) and Actual value is = -2390. Percentage of accuracy by ga = 98.7%
clc clear price=[49.52, 47.94, 46.24, 43.34]'; inFlow=[1070,1070,1070 1070]'; x0 = [inFlow; zeros(size(inFlow))]; stor0 =...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I am getting this Error using makeState (line 56). Your fitness function must return a scalar value.
% clc % clear price=[49.52, 47.94, 46.24, 43.34]'; inFlow=[1070,1070,1070 1070]'; N = length(inFlow); LB = zeros(2*N,1); ...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Symbolic math in ga
Why ga toolbox does not use symbolic math?

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten