Borrar filtros
Borrar filtros

Genetic Algorithm for feature selection

1 visualización (últimos 30 días)
purti choudhary
purti choudhary el 28 de Mzo. de 2015
Comentada: purti choudhary el 31 de Mzo. de 2015
I am working on genetic algorithm for feature selection in Brain MRI Images. I have done the coding part but not getting the correct results. I have used 20 chromosomes of length 10 (features = 10), tournament selection for parent selection, then crossover and mutation to create a new generation.
This process is repeated 50 times. But the results are not correct. I am not getting what is the problem, whether the features I am taking are not correct or there is some mistake in my understanding of genetic algorithm.
https://drive.google.com/folderview?id=0Bys_Tre7ZR9ufmRSR0RjRjRrc0IyNF92Rm83dURleUpaeXhTLWs0R2cwVUk4clRfTjY4djQ&usp=sharing
This the link of my shared folder named project in which my whole code is there. The main code is named "newgenetic" and the rest are functions. Please help me...
  6 comentarios
Geoff Hayes
Geoff Hayes el 31 de Mzo. de 2015
Purti - what do the fitness values mean? From your code, it appears that you have coded up your own version of the Genetic Algorithm. Have you verified that your algorithm works for other problems?
purti choudhary
purti choudhary el 31 de Mzo. de 2015
I tried to implement a research paper in which this fitness function function which I have used was given.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Genetic Algorithm en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by