Thomas Dybdahl Ahle

Results 50 issues of Thomas Dybdahl Ahle

The matplotlib `logit` scale is very nice when plotting values between 0 and 1. In particular, this fixes the current problem of plots being incomprehensible in the "high recall" regime....

This draw comes up all the time when sunfish is winning, and it always jump straights in, giving away the victory. Also the stalemate draw is still not well tested....

Sunfish currently doesn't do 'tempo'. A mate in 6 is considered the same as a mate in 1.

The current build manages nearly none of the tests when running `python3 test.py quickdraw tests/stalemate2.fen"`.

Since the xboard code is not trying to be small in the same way as the main module, we might as well add a few lines for trying to figure...

BatchL2Grad, perhaps naturally, raises an error when it sees a BatchNorm, since batch normalization mixes gradients in a way that makes the individual contribution hard to discern. The error says...

I would like to have a `\langle ... \rangle` surround for use in latex. Hence I have defined: ``` let g:operator#surround#blocks = { \ '-' : [ \ {'block': ['\langle',...

Thank you for the great tool! Baysian optimization really is very slow. One thing I'm unsure about from the readme is whether Simple assumes that calling f(x) once gives the...

Currently, engines are run in different processes, but all python code runs in the same. This should be fine if running the engines takes up most of the work, but...

Currently, tune.py only does visualization when tuning a single parameter, but Skopt supports a lot of nice plot types: https://scikit-optimize.github.io/notebooks/visualizing-results.html It would be nice to add more of these, plus...