Hi All,
How can I minimize a function with varying parameters?
For example: f(x;a) is a function of x with parameter a, but a is updated each time I minimize f.
That is, given first a (a0), I minimize f, and I update a to a1 based on the first minimization. And then given a1, I minimize f...