-
`cargo build` takes `~2 minutes` to run on my 2019 macbook. `rust-analyzer` (running in my editor — I believe on any given file-save) also wreaks havoc on my CPU when trying to edit files here. Wors…
-
```rs
fn main() {
println!("{}", chess::get_king_moves(chess::EMPTY.to_square()));
}
```
prints garbage:
```rs
. . . . . . X X
X X X . X . . .
X X . X X X X .
. . . . X . X .
. X X . X…
-
As you know I am interested in the Magic Bitboards and I am watching your project
I think it would be interesting two add the following constructors:
Move(string moveCoordinatedNotation)
and
…
-
NNの規模を大きくする前に計算が正しいか確認をしていたら変なところを見つけた。
`backwardv3bb()`(比較用にNoSIMD処理を抜き出し) と `backwardv3bb_simd()`(比較用にSIMD処理を抜き出し)を作って更新後のweightを文字列で比較した。
奇数番目の重みの値がことごとく違う。eta=0.001で0.0008ぐらい値が違う感じ。更新できていないのか、それ…
-
Currently, we just pass the bitboards around to whatever methods need them. A way better design would be a `Position` class which has all the bitboards and other features of the position as fields. We…
-
-
It happened both shortly before and after 47558826082486ca6020722041785b09ff930aec.
Ubuntu 22.10, mobile is android 13.
I've tried deleting ~/.pub-cache and .dart_tool multiple times but it never …
-
https://github.com/mnm-sys/tezdhar/blob/66cda04f073cfd40c672030132f5029e906cf715/src/bitboard.c#L95
-
LC0 806286 net
GPU + 2 CPU cores:
Total time (ms) : 350806
Nodes searched : 498436
Nodes/second : 1421
GPU + 1 CPU core:
Total time (ms) : 350752
Nodes searched : 498331
Nodes/sec…
-
again i'm unable to compile your (v1.7) source files on Linux .. i tried to get the source files by `git clone` and also the supplied ZIP, both fail :
[ i'm on Xubuntu 22.04 ]
```makefile
$ mak…