Borrar filtros
Borrar filtros

I am confused by the documentation for fgoalattain

1 visualización (últimos 30 días)
Cy
Cy el 10 de Nov. de 2015
Editada: Cy el 22 de Nov. de 2015
When the weighting function weight is positive, fgoalattain attempts to make the objectives less than the goal values. To make the objective functions greater than the goal values, set weight to be negative rather than positive.
Given the formulation: F(x)-weight. y <= goal
Isn't this backwards, particularly the negative weights?

Respuestas (1)

Walter Roberson
Walter Roberson el 11 de Nov. de 2015
It is common to code minimization routines but not maximization routines, and to say "to find the maximum of a function, minimize the negative of the function". The usage you describe is consistent with that, "multiply by a negative if you want to find a high value rather than a low value".
  2 comentarios
Cy
Cy el 16 de Nov. de 2015
Editada: Cy el 16 de Nov. de 2015
I understood minimizing the negative to maximize the function, but I think if I understand correctly how it's been applied here, it seems a little convoluted (to me).
So even though it's not written explicitly, the negatives of the functions are used in the optimization, so that for negative w (or -w.y > 0), then actually |F(x)| is being made greater than |goal|.
So that, (-goal) - (-F(x)) >= -w.y
And similarly for the reverse (i.e. |F(x)| < |goal|) when w is positive?
Cy
Cy el 22 de Nov. de 2015
Editada: Cy el 22 de Nov. de 2015
Could anyone clarify if I had this right? I would appreciate the feedback. Just for my understanding of how the tool works. Thanks

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by