-
> "C:\Program Files\Java\jdk1.8.0_121\bin\java" -Didea.launcher.port=7532 "-Didea.launcher.bin.path=C:\Program Files (x86)\JetBrains\IntelliJ IDEA Community Edition 2016.3\bin" -Dfile.encoding=UTF-8 -…
-
An important part of the minimax algorithm is a good evaluation function. How should we go about this? I reckon we should look at existing literature to devise a good weighted function, and then use s…
-
In the new bit.c (4.5.2), line 549, there is the following declaration:
static const char color[2] = ".X";
Which is wrong, since the ".X" string is 3 chars, not 2.
An easy fix is to declare:
s…
-
### 💡 Summary
![image](https://github.com/misskey-dev/misskey/assets/31585494/bbd508ee-f8d1-4394-a86f-aaf9212c61b1)
![image](https://github.com/misskey-dev/misskey/assets/31585494/f5801410-61db-…
-
## The devDependency [cross-env](https://github.com/kentcdodds/cross-env) was updated from `5.2.0` to `5.2.1`.
🚨 [View failing branch](https://github.com/amercier/reversi-vue/compare/master...amerci…
-
![debugger-filter-msg](https://cloud.githubusercontent.com/assets/2568148/21134530/ac560de4-c161-11e6-849c-668a63ae5917.gif)
## Assumption:
Most people need filtering by tags. But the tags are n…
-
I found this [scrip](https://gitlab.com/hkzlab/intellivisionlives_extractor/-/tree/master) on how to extract ROMs from the PS2 version of Intellivision Lives.
This is probably quite trivial, but do…
-
## The devDependency [codecov](https://github.com/codecov/codecov-node) was updated from `3.5.0` to `3.6.0`.
🚨 [View failing branch](https://github.com/amercier/reversi-vue/compare/master...amercier…
-
## How can we make Sancho scale better?
(For post-IGGP15)
### Multi-core performance
Having a single game searcher thread causes a bottleneck and caps performance in most games.
- How do we measure …
arr28 updated
5 years ago
-
I enhanced the `StateMachinePerformanceAnalyser` to (by default) do 5 runs of 10 seconds and report mean & s.d. of the key metrics. I then ran it with the following parameters.
`-statemachine -games…
arr28 updated
9 years ago