how to solve this kind of optimization problem



Hi, there.

I wish I can find some help in this forum.

First I have an optimization problem as follows.

min f(x[1], x[2], x[3], x[4],..., x[99], x[100])
s.t. h(x[1], x[2], x[3], x[4],..., x[99], x[100]) = 0;
g-<g(x[1], x[2], x[3], x[4],..., x[99], x[100]) <g+;
x-<x[i]<x+, i =1, 2, 3,..., 100;

This can be solved by interior-point method.

However suppose that there is a new constraint on x now.
sum(k(x[i],x[i+1]))<=50; i = 1, 2, 3,...99;
where k(x[i],x[i+1])=0 if x[i]~=x[i+1] and k(x[i],x[i+1])=0 if
x[i]==x[i+1]

The physical meaning of this new constraint is that we expect the
change on x[i] is less than a constaint value, which is 50 in this
example.

How to deal with this new constraint? Can this new optimization
problem still be solved by interior point method? Please do me a
favour.

Thanks in advance.

.



Relevant Pages

  • Re: Help needed:Optimization Constraints
    ... I'm trying to solve a constrained portfolio optimization problem. ... One additional constraint I am not sure how to do it in Matlab is: ...
    (comp.soft-sys.matlab)
  • Re: fmincon for empirical likelihood-type optimization
    ... I actually did try to reduce the problem to dimension of n- ... constraint. ... if I solve for the unconstrained problem with (n-2) ... optimization problem and algebraically more messy than the ...
    (comp.soft-sys.matlab)
  • Re: fmincon for empirical likelihood-type optimization
    ... I actually did try to reduce the problem to dimension of n- ... constraint. ... if I solve for the unconstrained problem with (n-2) ... optimization problem and algebraically more messy than the ...
    (comp.soft-sys.matlab)
  • Re: optimization problem -- any pointers?
    ... It's an optimization problem but, other than that, I'm having trouble ... My aim is to determine another spectra, ... #3 is a constraint on spectral resolution. ... #3 is, in a sense, a constraint in the fourier space ...
    (sci.math.num-analysis)
  • Re: how to solve this kind of optimization problem
    ... Also the exact meaning of this is that we expect the number of changes ... this would mean a terrible combinatorical optimization problem ... >First I have an optimization problem as follows. ... >However suppose that there is a new constraint on x now. ...
    (sci.math.num-analysis)

Loading