Results 57 comments of Michael Mara

So are your questions answered now? There was obviously some mismatch in the behavior between what you expected to happen and what happened; which we should be able to mitigate...

The two code snippets are essentially identical, except for the variable name, and the initial value (nil in the first snippet, 0 in the second. I don't actually know the...

`weightedTranslation` will start at 0 for every vertex. You are essentially writing an _energy template_ that will execute once per graph edge (or once per unknown in the case of...

I would certainly be happy to merge a cmake system in parallel with the current build system for people who use cmake, though I cannot commit to maintaining it at...

I wonder if the SfS example error is related to #136. I will be testing in the coming days.

1. This is the biggest outstanding issue with Opt, the simple workaround is to do the trick you did for the chain size, and just compile the largest size and...

Do the terra cuda tests run fine on your machine?

I am a bit confused about the parameters of the tests. Is the idea that you will be re-running the same tests without changing the energy, and so you only...

Got it. There are effectively two bits of functionality in one for this request: the ability to save and load a solver, and then using said functionality to make a...

What version of CUDA are you using? The values in the paper were generated with VS2013, CUDA 7.5, and LLVM 3.8.