Community Profile

photo

Chandra Upadhyaya


Last seen: 2 días hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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 =...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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); ...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 3 años hace | 0 respuestas | 0

0

respuestas