photo

Kurapati Vineeth


AIT

Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Student

Estadística

MATLAB Answers

6 Preguntas
0 Respuestas

CLASIFICACIÓN
223.600
of 301.440

REPUTACIÓN
0

CONTRIBUCIONES
6 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.282

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.555

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

Ver por

Pregunta


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

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas