How to add the non-linear constraints to gamultiobj when using ga toolbox?

1 visualización (últimos 30 días)
How to add the non-linear constraints to gamultiobj when using ga toolbox? I want to use it in multi-objective GA, but I don't know how to add the non-linear constraints.

Respuesta aceptada

Walter Roberson
Walter Roberson el 6 de Sept. de 2015
The first 9 arguments for gamultiobj() are the same as the first 9 arguments for ga(). (The 10th argument for ga() is different.) This includes the nonlinear constraint function.
If you are using some kind of visual tool to generate code, then if you need to you could configure it with ga and nonlinear constraints, and then you could edit the code to change ga() to gamultiobj()
  2 comentarios
Giridhar Vadicharla
Giridhar Vadicharla el 11 de Jul. de 2017
Is this the same for R2014a? Thanks in advance.
Walter Roberson
Walter Roberson el 11 de Jul. de 2017
No, the ability to use the nonlinear constraint function with gamultiobj was introduced in R2014b.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by