known_trajectory_map #521
Replies: 5 comments
-
|
Passing a function to |
Beta Was this translation helpful? Give feedback.
-
|
Like we are doing it with numerical trajectories in e.g. |
Beta Was this translation helpful? Give feedback.
-
|
I played around a bit, seems to work in principle. |
Beta Was this translation helpful? Give feedback.
-
|
I think, Neville has seen it, so I close it, |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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!
Beta Was this translation helpful? Give feedback.
All reactions