Estadística
2 Preguntas
0 Respuestas
CLASIFICACIÓN
184.042
of 301.383
REPUTACIÓN
0
CONTRIBUCIONES
2 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 21.252
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 174.306
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
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
más de 9 años hace | 1 respuesta | 0
