Filip Bártek
Filip Bártek
Resolves #194.
# Description `ConfigSpace.util.get_one_exchange_neighbourhood` uses `np.random` to decide whether a new configuration is to be validated (see [util.pyx:218](https://github.com/automl/ConfigSpace/blob/9fd85c4e7278a471311bd7172e1910bbbe2e850a/ConfigSpace/util.pyx#L218)). Using `np.random` for this decision makes the behavior of the function non-deterministic. #...
An `AStarChaser` object always targets an object called `pacman`. Generalize `AStarChasesr` so that it supports other target sprites in a manner similar to `Chaser` (e.g. `AStarChaser stype=avatar`).
Fixes #219 I verified the correctness by running the tests with `grunt test`. The output shows the same 11 test failures as when run on `dev`. Moreover, I tested the...
When I run the tests with `grunt test` today (on 2019-02-07), 11 tests fail. When I change the system date to 2018-02-07, all the tests pass. It seems that only...
The option `--no-escape` does not ampersand ("&") characters from being escaped in HTML output in field "employment.history[0].position". This has been also observed by @vidyu: > @hacksalot the `--no-escape` option doesn't...
I am experiencing two seemingly related issues when caching a function whose return value is (or contains) a deep nested dictionary: 1. `MemorizedFunc.__call__` silently fails to cache the result. 2....
Issue type: Bug report ### Actual behaviour When I connect two Companion instances, the game slows down to a crawl. FPS drops below 5. Connecting just one Companion seems to...