Jason K. Moore
Jason K. Moore
Yes, we can use that example to build out a test. That's basically what I've already done for the current tests.
@HuaweiWang What's the status on this? Have you gotten the method to work?
Ok, sounds good. Good luck on your quals!
The conda forge opty feedstock has not been built with Python > 3.6. See: https://github.com/conda-forge/opty-feedstock We need to update that feedstock to get it working with the latest versions.
I've opened: https://github.com/conda-forge/opty-feedstock/pull/15 and will try to get the builds running and updated packages.
If you are installing opty from conda-forge for Py 3.6, 3.7, and 3.8 on Linux or OSX, it should work now. The PR referenced above has been merged. The packages...
This should work on osx: ``` conda create -n opty38 -c conda-forge python=3.8 opty ``` If it doesn't please report the error messages you get.
Totally. I have a group of students working on a project related to this, so I'm going to put some time in again now. I'll send you an email.
This all sounds great. I think adding the features so that it is general sounds fine. So, if Huawei is comfortable with the code he can just start adding things...
> In the original problem, the implicit dynamics is f(x, x_dot, p, r) = 0. Well, by applying homotopy method, we need to reverse implicit dynamics to (1- lamda)f(x, x_dot,...