-
Trying to install LibRecommender with pip failed when trying to build the wheel.
```sh
➜ ~ sudo pip3 install LibRecommender
Collecting LibRecommender
Using cached LibRecommender-0…
-
Would like to have a page (in documentation and/or readme, but leaning towards just documentation) that basically explains each module at an extremely high level and why it might be useful. Could have…
-
Often times we will want to update proposed move criteria during a run (e.g., increase/decrease the maximum displacement of a particle) to achieve a target acceptance probability. In PR #21 this is im…
-
In GitLab by Keith Bennett (@keithbennett) on 31 May 2019, 16:48 (GitLab issue GL#2030)
### Description
The current method just uses accept/reject. There are more efficient methods available.
###…
-
I'm trying to use `shgo` to tune the gains of a control algorithm in a black-box fashion, by iteratively running the controller in a simulation (each simulation only takes about 20 seconds to complete…
-
I want to use Criterion to test physics engine. Each iteration corresponds to a step.
As I understand it, Criterion automatically configures the number of iterations, which means that it is possible …
-
This issue will focus on the problem of assigning backend (cpu, acl_cl, acl_neon) per operation, such as to optimize performance. The end-goal of the on-going work is to develop a computational algori…
-
Hi there, the readme says that distributed parallel sampling can be implemented. But it doesn't look like this feature is presented in examples, for example the td3_script.py.
In issure #24 , you s…
-
The belief points are currently only selected at the initialization of the algorithm. As a next step, the belief points should be updated during the iterations.
This is, in general, a crucial point f…
-
Hello!
Thanks for this very good work!
I have a question, I'm rendering some scenes and both of rendering and disparity look very good.
The idea that I'm rendering a stereo pair - One is the rend…