photo

Kurapati Vineeth


AIT

Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Student

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
223.631
of 301.464

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.292

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.642

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten