Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
238.388
of 301.421
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
0
RANK
of 174.475
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
Domanda
Fuzzy controller using genetic algorithm
I am trying to implement a fuzzy logic controller for manipulator control using genetic algorithm. I have seven membership funct...
oltre 9 anni fa | 1 risposta | 0
1
rispostaDomanda
While implementing genetic algorithm for finding the global minimum for a variable 'y' (which depends upon both x and z), I want to optimise only x and not z. I want to input z from the main code and pass it to my fitness function. Can this be done?
function y=myFitness(x,z) y=(z^2)*x(1)+ 4*x+ z*x(2)^5; end
oltre 9 anni fa | 1 risposta | 0
