Does gamultiobj produce identically independently distributed? data?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi
I store after each iteration of the algorithm gamultiobj the current optimal values of the objective functions in an array. When the optimization is complete, will the data in this array be in general identically independently distributed (iid)?
Thank you very much for your help. Thank you for your help
댓글 수: 0
답변 (1개)
Walter Roberson
2016년 9월 26일
No. The members of the population that survive are going to be the ones that are more "fit", which is likely to cover only a subset of the available parameter space, so the survivors are going to be biased rather than statistically independent. Mutations and cross-overs create related members, not independent members.
댓글 수: 1
Alan Weiss
2016년 9월 26일
Additionally, gamultiobj attempts to spread the final points approximately uniformly in function space. So the final Pareto points are far from randomly distributed.
Alan Weiss
MATLAB mathematical toolbox documentation
참고 항목
카테고리
Help Center 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!