Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
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

Antworten (1)

Alan Weiss
Alan Weiss am 25 Feb. 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

Kategorien

Mehr zu Nonlinear Optimization finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by