photo

Kurapati Vineeth


AIT

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Student

Statistica

MATLAB Answers

6 Domande
0 Risposte

RANK
223.614
of 301.447

REPUTAZIONE
0

CONTRIBUTI
6 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.284

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.609

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 10 anni fa | 0 risposte | 0

0

risposte

Domanda


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

circa 10 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 10 anni fa | 0 risposte | 0

0

risposte