Borrar filtros
Borrar filtros

how can i apply fitness function of GA to binary chromosomes each bit in the chromosomes represent weather to put antenna in this location or not the fittness function of coverage and cost

2 visualizaciones (últimos 30 días)
i need to optimize umts network using GA I'm using m.file GA i have chromosomes of 25 bit each representing state of location (put or not)but i do not know how to apply fitness function for evaluation if anyone can help with this subject I'll be very thankful

Respuestas (1)

Alan Weiss
Alan Weiss el 25 de Feb. de 2016
I think that you are asking how to use integer optimization using ga. To have your variables be binary, put lower bounds of 0 and upper bounds of 1 on every component ( lb = zeros(1,N) where N is the number of components).
Alan Weiss
MATLAB mathematical toolbox documentation

Categorías

Más información sobre Nonlinear Optimization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by