Lukas Meier
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Lukas Meier-
I probably should have tested more cases, but setting repeat to 1 results in "MVars takes 908.07% of the time.", for anything above 1 MVars is significantly faster. At 2 it's 14.58%, starting at 10...
-
Hey Riley, thanks for the answer. I tried using your code as well as @np.ones instead of np.sum in my own code.I noticed that while @np.ones is in fact faster, at a low number of timesteps and/or r...
-
Thank you so much for your answer Jaromil, I think I' ve got the gist of it. In case somebody finds this with the same problem you can define the transformation function through constraints. In the...