LouieMartin

Results 8 comments of LouieMartin

> ![Error: Invalid or missing dump](https://camo.githubusercontent.com/d52699b4f8c5e7e91cb92ecd59b5aa5ed2f9eb37e741b87aa9334b5e364c0512/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4572726f722d496e76616c69642f6d697373696e6725323064756d702d7265643f7374796c653d666c61742d737175617265) I don't know what that is.

It works when I use it locally but I'm using Aternos which may also be the problem.

@chitty can't you implement the Transposition Table like this? ```py TABLE_SIZE = 1048583 class Entry: def __init__( self, evaluation: float, depth: int, age: int, zobrist: int, ): self.evaluation = evaluation...

This issue is nearing on one year any updates for support in Windows?

This is how I do it: ```go func negamax(depth int, alpha float64, beta float64, position *chess.Position) float64 { depth = int(math.Max(float64(depth), 0)) if depth == 0 { return evaluate(position) }...

Didn't realize until I actually used git bash 🤣

im having the same issue too but also try sending in the conform.log