フィルターのクリア

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 ビュー (過去 30 日間)
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

回答 (1 件)

Alan Weiss
Alan Weiss 2016 年 2 月 25 日
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

カテゴリ

Help Center および File ExchangeNonlinear Optimization についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by