Sunday, March 18, 2007
One more step closer to finish all the courses
Thursday, March 15, 2007
Lattice Search
In continuou case, if we know x*(y), then we can just minimize f(x*(y),y) by taking derivative.
In discrete case, if we know x*(y), then can we say that -f(x*(y),y) is unimodular?
Saturday, February 24, 2007
The problem of unit in the relationship between backorder and waiting time
V[B]=lambda E[BW] + lambda^2 V[BW]
I think there is exact same formula in queueing theory about the number in the queue and waiting time. But the puzzle to me is the match of unit. Suppose the unit of B, lambda, BW are item, item/day, day. V[B]=item^2, lambda E[BW] = item and lambda^2 V[BW]=item^2.
If it was me to derive this formula, I would throw it into garbage after this check. But sometimes, we cannot trust common sense.
Tuesday, February 20, 2007
The difference and similarity between Poisson and BM
The more I learn about BM, the more I feel there are strong connection between Poisson and BM. Last week, I ask a question. If we discrete Poisson process to small time interval, it behaves exactly as random walk with probablity lamda*h up by one and 0 otherwise. And counterpart of BM in discrete world is also random work with probability 0.5 up by 1 and probability 0.5 down by 1. Then I ask a question, what if we change the measure just like that we can change the BM with drift to BM without drift. Answer is obvious no, there are several differences.
- discrete BM, up and down probability is fixed. the only scale factor is step size. But the scale factor of poisson process is probability up and step size is fixed
- when we change the measure, we require that two probability measuresare equivalent which means the null space is the same. The null space of discrete one step of randome walke is R/{-1,1}. But poisson is R/{0,1}.
But when I ask Professor what is discrete case of BM with drift. Is it with the symmetric step size but different probability or different step size but the same probability or both or does not matter. I have not get answer yet.
Wednesday, February 07, 2007
IP homework is way too hard
The last two logic gaps I filled just now are
1. LP relaxation of TSP formulation with subtour elimination constrainted is strictly contained in TSP formulation with subtour elimination constrainted replaced by $u_i-u_j-nx_{ij} \leq n-1$. This invovle how to scale up the problem then scale down.
2. Find as many affine independent points as possible for $P={x \in R^+ | \sum^n_{i=1} x_{ij}=1 for i=1,...n and \sum^n_{j=1} x_{ij}=1 for j=1,...n}$. It would be easy to see the rules by beginning with n=3 and 4.
In homework 1 of IP class, the following question is challenging.
1. show that $max{x_1 − \sqrt(2) x_2 | 1 \leq x1 \leq \sqrt(2) x_2 and x_1, x_2 is integer}$ is feasible and bounded, but has no optimal solution. I use the contradiction to show that there is no optimal solution.
Monday, January 29, 2007
uniqueness of the fixed point
Sunday, January 21, 2007
Pros and cons of staying in a small university
Very limited courses are offered in Lehigh. After my three years in Lehigh, there is no open course about heuristics, the stochastic process class only using introductory level of book 'Introduction to Probability Models' by Ross. It takes me waiting for 2 years to have IP open again. And there are many other regrets about courses in Lehigh.
Thursday, January 11, 2007
Crazy Tuesday and Thursday Next Semester
10:45-12:00 Advanced Stochastic Process II
12:10-1:00 IP Seminar (Th)
1:10:2:25 Real Analysis II
2:35-3:50 Financial Calculus II
4:00-5:00 Weekly Meeting with Larry(T)
7:00-8:15 Integer Programming
After crazy day, I will play tennis on Tuesday and Ping Pong on Thursday.
Thursday, October 05, 2006
measurable or nonmeasurable
Luckly by keeping doing the homework even though the score is as normal as my other courses, I am still not lost in the class. It should be considered as the hardest course among all ones I take and audit. Maybe it is time to go office hour next time.
Tuesday, April 25, 2006
The benefit 'Dummy'
The original problem is
min f_1(x) - f_2(x)
st. x \in X_1 \cap X_2
Then we can transform it to
min f_1(y) - f_2(z)
st. y = z
y \in X_1 and z \in X_2
Then we can write the dual of transformed problem and do the decomposition.
Suppose f_1 and f_2 is convex.
We imagine the geometric meaning, for each Lagrange vector for the constrain y = z. We can find the corresponding tangent lines of the f_1 and -f_2. If their x happens to be the same, then we done. Otherwise we update Lagrange vectors. The way to update Lagrange vector is based on sign of difference of two tangent points.
Thursday, April 06, 2006
Global Optimization Quadratic Programming
Also any IP problem can be reformed as binary problem. And any binary problem can be reformed as quadratic problem, like x(1-x)=0.
It is interesting that you can connect two distinct optimization areas togather.