-
Per https://github.com/Project-OSRM/osrm-backend/issues/1577, https://github.com/Project-OSRM/osrm-backend/issues/1434, https://github.com/Project-OSRM/osrm-backend/pull/1666 + chat w/ @daniel-j-h, we…
-
Currently, the development of machine learning tools are in several different packages without little coordination. Consequently, some efforts are repetitive, while some important aspects remain lacki…
-
The tutorial at http://seqan.readthedocs.org/en/master/Tutorial/IndexIterators.html should:
- [x] cover IndexSA
- [x] explain trie vs. tree iteration
- [x] mention that the TopDown Iterator without…
-
Currently, `Data.Sparse.Common` is the interface to sparse datastructures. It gathers SpMatrix, SpVector and IntMap2 functionality, and re-exports all of it.
If we comment out `as X` in the line `imp…
-
The conclusion in the subject is from a very brief look at the code.
In general, you can't search a linked list, in a way that is more efficient than a linear search, due to its nature.
To access th…
NobbZ updated
8 years ago
-
I have a [simple URDF for a robotic arm](https://github.com/ros-planning/moveit/files/394210/arm.urdf.txt) for which I generate a MoveIt setup.
Then I run the demo using
```
roslaunch [generated pac…
-
The build_loss_objective is not focused enough from both the math and the user point of view.
First "build" should refer to the general class of problems being solved here: the NL objective function…
-
In Datastructures and Algorithms -> Selection sort
I think this paragraph is incorrect:
> Oddly, the worst case complexity (the list is already sorted) is O(1), which makes this an interesting choic…
-
Hi,
the make script fails when linking CXX static library libOSRM.a
This is on a 64-bit CentOS 6 system. I recently updated to c/c++ 4.9.2, compiled from source. I have made successful OSRM builds on…
-
Replacating the Lotka Volterra estimation for the Lorentz example:
g = @ode_def LorenzExample begin
#g = @ode_def_nohes LorenzExample begin
dx = σ*(y-x)
dy = x*(ρ-z) - y
dz = x*y - β*z
e…