Restriction of upper and lower boundary values to single decimal place in GA.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rajdeep Ghosh
el 31 de Ag. de 2020
Comentada: Rajdeep Ghosh
el 4 de Sept. de 2020
Dear all
I am solving a problem using GA with lb=[1 1] ub=[2.5 2]. I want upper and lower boundary value only upto 1 decimal place in population.
Please help.
0 comentarios
Respuesta aceptada
Alan Weiss
el 1 de Sept. de 2020
You are free to use Mixed Integer ga Optimization and have your integer problem variables be ten times your real variables.
Alan Weiss
MATLAB mathematical toolbox documentation
Más respuestas (0)
Ver también
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!