Effacer les filtres
Effacer les filtres

penalty value of matlab ga optimization

6 vues (au cours des 30 derniers jours)
binbin cao
binbin cao le 23 Août 2023
Modifié(e) : Stephen23 le 25 Août 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 commentaire
Stephen23
Stephen23 le 23 Août 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.

Connectez-vous pour commenter.

Réponses (1)

Matt J
Matt J le 23 Août 2023
It is the solution that ga thinks is the global optimum.
  2 commentaires
binbin cao
binbin cao le 25 Août 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 le 25 Août 2023
Modifié(e) : Stephen23 le 25 Août 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:

Connectez-vous pour commenter.

Catégories

En savoir plus sur Nonlinear Optimization dans Help Center et File Exchange

Produits


Version

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by