-
When attempting to install on macOS (m1 processor), there is an error building the wheels. I am using pip install treverhines-rbf, and the error I am getting is "ERROR: ERROR: Failed to build installa…
-
Looking at [RRT.h](https://ompl.kavrakilab.org/geometric_2planners_2rrt_2RRT_8h_source.html), it has an RNG member. But the only place that uses it in the [RRT.cpp source](https://ompl.kavrakilab.org/…
-
I'm running `evaluate_mbm.py` with these args:
```
def main(
robot: str = "panda",
planner: str = "rrtc",
dataset: str = "problems.pkl",
problem: Union[str, List[str]] = ['booksh…
-
I like that I can specify a single center point rather than specifying bounds. The user often has no good idea of the bound, but a center guess is far more reasonable. I can set a scale guess by multi…
ad8e updated
4 months ago
-
For an optimization library I'm writing I need a fast sampling algorithm so I started by implemented a fast Halton sequence generator. The rand crate provides a really nice API for randomness and I d…
glfmn updated
7 months ago
-
I am working with MTR specifications of the form
```
~factor(FE)*uSplines(degree = 0, knots = knot_list) +
x1 + x1:uSplines(degree = 0, knots = knot_list) +
x2 + x2:uSplines(degree = 0, kn…
-
Hi Jeff,
I have estimated an RC model and then attempted to run a simulation using the results by changing some values in a dummy variable from 0 to 1. I encountered a similar problem to issue #119…
-
I tried to build the mp part of source-sdk-2013, and everything went smoothly until I build /mp/src/games.mak:
make[1]: Entering directory '/home/the_djdj/GitHub/source-sdk-2013/mp/src'
Building: vgu…
-
```
library(ivmte)
# error doesn't reproduce if I use all years
dt
-
Hi @jkcshea , I have a new idea for solving all of our computational problems.
Being ever-optimistic, I actually think this one is going to work.
Here's the idea attached in a note.
It should be …