Stanislaw Halik

Results 212 comments of Stanislaw Halik

Found it. I've been setting up all the `_CORRADE` internal variables manually, and set `_CORRADE_CONFIGURE_FILE` to the wrong value. The `FindCorrade` script actually uses `CORRADE_DIR`, but doesn't create it as...

It's fine with `_ROOT`, as long as these cache variables initialize themselves to empty values and thus are shown in `cmake-gui` in the first place. Using `-DCMAKE_PREFIX_PATH:PATH=f:/dev/magnum/install` works with both...

It doesn't create FOO_DIR. My normal workflow is repeatedly generating, looking for errors and filling up `FOO_{DIR,ROOT}` in ungrouped entries. Hence the insistence upon exposing the cache variable. > If...

The patch is correct. Also, the `SDL2d.dll` name [seems to](https://gitlab.com/OpenMW/openmw/-/issues/5461) be correct for MSVC.

I'd go for overriding all cases of `show` and removing all `raise` calls. I'm afraid going over all call sites on a case-by-case basis can lead to many regressions. Moreover,...

@pasky there are two paths, one for fast_malloc after pruning and the second one. The locality problem you presented before - can it be helped with using per-thread arenas? It's...

> If someone has computing resources to spare, play-testing with different LOW_PATTERN_RATING values might yield better style / winrate. Could use CLOP games to find the best value too. How...

Hey @lemonsqueeze, Thanks for taking the time to answer. > You mean `tree.h`? [...] I haven't looked into cache issues closely but it's clear that performance drops a bit once...

> difference is Pachi uses it for root node only whereas alphago and others use it for every node Would it be better to consult the network for at least...

Hey, Thanks for pointing me toward the leela-zero project. Apparently I've been living in the dark for the past few months 😃. Using CNN for each move can definitely change...