penalty value of matlab ga optimization

13 Ansichten (letzte 30 Tage)
binbin cao
binbin cao am 23 Aug. 2023
Bearbeitet: Stephen23 am 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 Kommentar
Stephen23
Stephen23 am 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 23 Aug. 2023
It is the solution that ga thinks is the global optimum.
  2 Kommentare
binbin cao
binbin cao am 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 am 25 Aug. 2023
Bearbeitet: Stephen23 am 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:

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Nonlinear Optimization finden Sie in Help Center und File Exchange

Produkte


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by