photo

Kurapati Vineeth


AIT

Active since 2016

Followers: 0   Following: 0

Message

Student

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
223,601
of 301,433

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,272

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,520

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

Feeds

View by

Question


How do I create random numbers using genetic algorithm? could anyone help me with code?
if true % code end

10 years ago | 0 answers | 0

0

answers

Question


Using GA with .exe file objective function
My problem is that, I am having an objective function i.e. (Simulated yield-Actual yield) simulated yield has been obtained by r...

10 years ago | 0 answers | 0

0

answers

Question


Can anyone please correct this program?
function y = simple_fitness(a,b,c,d,e,f) y = a + b*0.1 + c*0.3 + d*0.9 + e*10 + f*0.6; for y = 92 end ObjectiveFun...

10 years ago | 2 answers | 0

2

answers

Question


I am having doubt regarding Genetic Algorithm i.e. I know the value of y = 500 as I specified below then how can I write the code please help me?
function y = simple_fitness(x) y = 100*(x(1)^2 - x(2))^2 + (1 - x(1))^2; end

10 years ago | 0 answers | 0

0

answers