gamultiobj save the optimum value and population in each generation (iteration)

조회 수: 4 (최근 30일)
I use gamultiobj to do a multiobjective optimization. It is possible to see the changes of parato front graphically in each iteration through the option setting. I can see the final pareto set, variable set and population of all the variables at the end of optimization. However, I want to save the population set and pareto solution set over each iteration over the optimization. In my problem I use population size 50 for 12 variables. Please help me on this.

채택된 답변

Alan Weiss
Alan Weiss 2020년 1월 10일
You can use a custom output function, as in this example, to record the population and Pareto front. In the State Structure, the Pareto front is the set of individuals of rank 1, I believe.
Alan Weiss
MATLAB mathematical toolbox documentation
  댓글 수: 3
Alan Weiss
Alan Weiss 2020년 5월 11일
Please look at the link to the State Structure in my previous answer. You will find that gamultiobj passes a state structure that has the information you are looking for to a plot function or output function. Use the plot function or output function to record whatever you want to variables in your workspace, as in the example in the link in my previous answer for recording the history.
As for setting an initial random seed, use rng.
If I have answered your questions, please Accept the answer.
Alan Weiss
MATLAB mathematical toolbox documentation
Thushara De Silva
Thushara De Silva 2020년 5월 11일
Assuming I will use Output Function as the example, can you please write the additional lines of codes to record the distance, FunEval, spread, and setting rng?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by