Clear Filters
Clear Filters

penalty value of matlab ga optimization

6 views (last 30 days)
binbin cao
binbin cao on 23 Aug 2023
Edited: Stephen23 on 25 Aug 2023
Using the MATLAB Global Optimization Toolbox for calculation, the trend of the penalty value's variation is consistently as follows:
The final output in the command-line window is:
Optimization terminated: average change in the penalty fitness value less than options.FunctionTolerance
and constraint violation is less than options.ConstraintTolerance.
IdleTimeout has been reached.
Is this result the global optimum? thank you very much!
  1 Comment
Stephen23
Stephen23 on 23 Aug 2023
"Is this result the global optimum?"
There is no optimization routine in existence that can reliably obtain "the global optimum" of any arbitrary function.

Sign in to comment.

Answers (1)

Matt J
Matt J on 23 Aug 2023
It is the solution that ga thinks is the global optimum.
  2 Comments
binbin cao
binbin cao on 25 Aug 2023
I just want to ask, why is it that no matter how I adjust the parameters, the mean value and the best value will never coincide in the end? Later on, their curves will become parallel to each other.
Stephen23
Stephen23 on 25 Aug 2023
Edited: Stephen23 on 25 Aug 2023
"the mean value and the best value will never coincide in the end?"
The sample populaton is randomly selected and randomly modified, see an explanation of GA here:
In general there is no reason to expect the mean and best values to coincide, no matter how long GA runs for.
By the way, you can easily find that page in the ALGORITHMS section of the GA documentation:

Sign in to comment.

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!