known_trajectory_map #521
Replies: 7 comments
|
Passing a function to |
|
Like we are doing it with numerical trajectories in e.g. |
|
I played around a bit, seems to work in principle. |
|
I think, Neville has seen it, so I close it, |
|
I doubt my "idea" works, at least I do not get it to work. I had this "idea": make P(t), P(t).diff(t) known trajectories depending on the state variable p(t) and I had thought, that Just adding X - P(t) to the eoms, but not even bounding X prevents my examples from converging. |
|
@moorepants : Update Actually I got the problem to converge only with a very simple example, and convergence was fastest when I set |
|
As this is essentially the same #525, I will colse it. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Neville contacted me yesterday. With W(t) a state variable, he seems to need X(t) = W(t) - W(t - A) with A, fixed, 0 < A < t.
I cannot find a hack for this.
IF one could make a known_trajectory to depend on the solutions, this might solve such problems.
What I mean is like this: obj_grad(free) is a function (I think so anyway) of the intermediate results during the iteration.
if the same thing could be done for a known trajectory I believe this could help to solve such problems.
Of course I have no idea, whether this would only be difficult or impossible,
Thanks!
All reactions