-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve getting started instructions #2
Comments
Recommendation: within kinetics_MO.py, define a function that runs the workflow. Then offer a few options for calling the function to reproduce different results from the paper. |
I successfully ran Cyipopt debugging: mechmotum/cyipopt#245 |
Switched order of installation instructions. Installed cyipopt immediately after creating the environmental. However, Gurobi does not support Python 3.8. |
I added details on installed HSL on macOS. Unfortunately, I am now getting a seg fault:
This is for the D-optimality relaxed test problems for the rotary bed. |
Here is the full output: |
@jialuw96 Did you need to run
|
@adowling2 I didn't need to run |
I think installing |
@jialuw96 Do you recall how you fixed this error on the CRC?
|
@adowling2 I didn't have this error before; I was using |
@jialuw96 That worked! I am running the code in the
Is this a missing file? |
Here is the specific commit I ran if you want to see the code: 717986a |
@adowling2 I checked it and this is because a typo in the ranges we defined; For the paper results, we ran the results from budget 1k to 25k, so To rerun the paper results, it should be an easy fix if you change |
Future reference: |
I am using this issue to take notes as I test the installation/getting started instructions.
The text was updated successfully, but these errors were encountered: