You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@YaChienChang
In my case, there are six variables, which leads to the calculation time of CheckStatisfiability (condition, config) is too long to be applied. config has been shrunk to 0.1. Are there any strategies to shorten the computing time?
The text was updated successfully, but these errors were encountered:
@LGM97
Have you figured out how to speed up this process for multivariate cases? I am testing this method on the inverted pendulum on a cart, which has 4 state variables, and the training process is unacceptably long ...
@YaChienChang
In my case, there are six variables, which leads to the calculation time of
CheckStatisfiability (condition, config)
is too long to be applied.config
has been shrunk to 0.1. Are there any strategies to shorten the computing time?The text was updated successfully, but these errors were encountered: