Jaewook Lee
Jaewook Lee
super cool!
Do you have scripts/notes of the origin of this implementation?
never mind, found it in #389
one thing to note in general is that we probably had to call `system.ResetRowOrder();` at each iteration.
> one thing to note in general is that we probably had to call `system.ResetRowOrder();` at each iteration. On the other hand, it would have iterated through this order and...
If you get a chance, I'd appreciate if you can take a look at `proximity.hpp` / `proximity.cpp` @danielwolff1 :)
Thanks for the review @danielwolff1 !
@markriegler could you help me get read of some doxygen warnings?
> > I implemented a crude version of the Levenberg-Marquardt-method, based on [this](https://www.igpm.rwth-aachen.de/Numa/NumaMB/SS10/LevMarq.pdf). It significantly reduces the number of failures to: `[11 21 61 62 81 82 88]` with the...
I had a weird case where `max_iterations` value was set to `0` at ~60 query within a call. This happened at `PySpline::Proximities`. I wonder if that was compiler error or...