Re: upper and lower bounds as constraints?



Excuse the spelling mistakes in the above! I neglected to say that
the optimization is also over the weights mentioned in the beginning
(which gives the quadratic dependence I was talking about).

Thanks

Max

Max Touzel wrote:


Hello,
I have a question regarding mor efficient optimizations. Here is
the
scenario:

The objective function is a sum of quantum probabilities given as
the
square of the inner product of vectors. Each term is multiplied by
a
weight between 0 and 1. THere is 1 equality constraint of similar
form. In the inner products, one vecotr is input the other is part
of
the optimization variable. I had originally expressed them in euler
angles. I've been thinking about doing it in straight components
instead. This makes the above two expressions(1 objective and 1
constraint) quadratic, which is
good. However, it adds 6 nonlinear equality constraints: 3 unit
length and 3 mutual orthogonality conditions, which are also
quadratic (and were implicitly satisfied in the euler
parametrization). So, which is likely to be more efficient: 7
quadratic constraints and 1 quadratic objective function, or 1
objective function and 1 constraint both with sines and cosines?
This
may be related to a more general question: is there any general
advice on whether to put 'the difficulty' of your problem in the
constraints or in the objective function? This is broad, I know,
but
any advice would be appreciated.
.



Relevant Pages

  • upper and lower bounds as constraints?
    ... I have a question regarding mor efficient optimizations. ... The objective function is a sum of quantum probabilities given as the ... THere is 1 equality constraint of similar ... any advice would be appreciated. ...
    (comp.soft-sys.matlab)
  • upper and lower bounds as constraints?
    ... I have a question regarding mor efficient optimizations. ... The objective function is a sum of quantum probabilities given as the ... THere is 1 equality constraint of similar ... any advice would be appreciated. ...
    (comp.soft-sys.matlab)
  • Re: Constrained Optimization in Matlab
    ... This is a shape optimization problem of a beam, in which, the objective function is the compliance and the constraint indicates that the width should lie between A and B throughout the length of the beam. ...
    (comp.soft-sys.matlab)
  • Re: Optimal Power Flow with fmincon
    ... I don't know anything about OPF, but I have used fmincon a fair amount. ... Depending on what my objective function looked like, I sometimes had to change some of the default optimization parameters. ... The other thought that I have is that if the different variables of the objective function are scaled very differently you might have problems. ...
    (comp.soft-sys.matlab)
  • Re: Optimization using a *Bounded* Levenberg-Marquardt method
    ... The problem is that I don't understand how I must modify my algorithm to add ... penalty to the value you compute for the objective function. ... This should make the optimization algorithm avoid the ... triangle into the upper half plane, ...
    (sci.math.num-analysis)