maartenvd
maartenvd
Indeed, looking back at it, that will give incredibly long battles. Maybe 200ms will be good enough :)
My code is finished in that all components seem to function properly (but I'll have to go through them to clean everything up a bit more, add more asserts, etc)....
I started porting (iirc it is rather straightforward. The client is a line by line translation but instead using std.socket) but the fact that a bot can spam commands as...
out of curiosity, is there a small minimal example somewhere of bisect looping?
Sorry for the late reply, I totally forgot about this issue! that line really should've used iszero, can you verify that everything (the minimal example you provide works, but presumably...
for 1), do you actually notice a difference? We looked at this a bit, and it was all very inconsistent, or even dependent on what kind of decomposition was used...
indeed, positive qr vs positive ql vs polar. The matlab people in our group apparantly use polar, while I have it set to positive qr. I remember that we did...
ah I actually tried to do reflection invariance too, but it's really tricky. If I remember correctly you can prove that there are two classes of solutions and only in...
Well the attached project is primarily a test on the stability of mex.jl, on a fork that was made quite a while ago. Honestly if the issue is only in...
ok the easiest crash I can find is: ``` jl.eval('invalidsyntax()') jl.eval('GC.gc()') ``` this is perhaps not very important, but pretty much any error you make in julia will later on...