photo

Chandra Upadhyaya


Last seen: 9 months ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
1 Answer

RANK
198,160
of 301,327

REPUTATION
0

CONTRIBUTIONS
5 Questions
1 Answer

ANSWER ACCEPTANCE
60.0%

VOTES RECEIVED
0

RANK
 of 21,234

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,995

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Answered
I am getting unexpected output from the following abc algorithm. Please help me to find it.
Answer is not correct. Please help me to find the bug in the abc algorithm. Thank you

1 year ago | 0

Question


I am getting unexpected output from the following abc algorithm. Please help me to find it.
Expected output greater than 12. output generated = 10^(-6) lb = 0 ub = 31.341 nVar = 300 clc clear close all; %% Proble...

1 year ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 0 answers | 0

0

answers