using discrete values in the gamultiobj-function

4 ビュー (過去 30 日間)
Niels
Niels 2013 年 3 月 23 日
コメント済み: susana 2015 年 2 月 5 日
Hello,
as part of my thesis, I'm trying to optimize seven parameters with multiobjective optimization using genetic algorithms. Now, these parameters (decision values) are all discrete and not similar to each other.
f.e.: x(1)=[0,0.01,0,02,...], x(2)=[0,1,2,3,...],x(3)=[0,0.16,0.8,16,...],...
How can I handle this problem?
I appreciate your help!
Thank you,
Niels
  1 件のコメント
susana
susana 2015 年 2 月 3 日
How you resolved it?

サインインしてコメントする。

回答 (1 件)

Alan Weiss
Alan Weiss 2013 年 3 月 25 日
Unfortunately, gamultiobj does not accept integer constraints.
The only thing I can suggest is exhaustive search, or maybe exhaustive search in a range of interest. If you have, say, 10 values of each component of x, then there are 10^7 values in an exhaustive search. You might be able to generate all these values if your objective function is relatively quick to evaluate, especially if you write it in a vectorized form. Once you have all 10^7 values, you can generate the K-D objective functions, and look for the appropriate Pareto values.
Sorry I can't offer you anything better.
Alan Weiss
MATLAB mathematical toolbox documentation
  5 件のコメント
susana
susana 2015 年 2 月 3 日
Hello alan
matlab 2014b can do this?
I have 2 objective functions, and 7 decision variables. The decision variables are discretes.
How can I handle this problem?
Thank you,
susana
susana 2015 年 2 月 5 日
Hello alan
matlab 2014b can do this?
I have 2 objective functions, and 7 decision variables. The decision variables are discretes.
How can I handle this problem?
Please, help me...

サインインしてコメントする。

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by