Statistica
RANK
151.768
of 301.383
REPUTAZIONE
0
CONTRIBUTI
1 Domanda
2 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 174.306
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
Risposto
What is wrong with this code?
Also I am attaching the fitness function and main function for optimizing in ga. This is for one value of U. How can I get the r...
What is wrong with this code?
Also I am attaching the fitness function and main function for optimizing in ga. This is for one value of U. How can I get the r...
oltre 6 anni fa | 0
Domanda
What is wrong with this code?
A=@(f,x) 2.*f(i,1).*(x(i,:)).^2 B=@(f,x) 5.*f(i,2).*(x(i,:)) objfcn=@(f,x) f(i,1).^2./(2*A(f,x))+f(i,2).^2./(2*B(f,x)) I ne...
oltre 6 anni fa | 4 risposte | 0
