Borrar filtros
Borrar filtros

penalty value of matlab ga optimization

6 visualizaciones (últimos 30 días)
binbin cao
binbin cao el 23 de Ag. de 2023
Editada: Stephen23 el 25 de Ag. de 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 comentario
Stephen23
Stephen23 el 23 de Ag. de 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.

Iniciar sesión para comentar.

Respuestas (1)

Matt J
Matt J el 23 de Ag. de 2023
It is the solution that ga thinks is the global optimum.
  2 comentarios
binbin cao
binbin cao el 25 de Ag. de 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 el 25 de Ag. de 2023
Editada: Stephen23 el 25 de Ag. de 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:

Iniciar sesión para comentar.

Categorías

Más información sobre Nonlinear Optimization en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by