Earlier quoted context omitted.
Not really. You have to see it for yourself. (Partial answer, 2kB is a very small fraction of what we'd like to think counts as human.)
I don't think what you're saying has any connection to chess or chess clubs. 2kB is a very small fraction of what we'd like to think counts as human This doesn't seem to mean anything. Why would 2KB have any relation to "counting as human". It's the data of about 10 comments.
Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
61–70 of 78 posts
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#62Earlier quoted context omitted.
I don't think what you're saying has any connection to chess or chess clubs. 2kB is a very small fraction of what we'd like to think counts as human This doesn't seem to mean anything. Why would 2KB have any relation to "counting as human". It's the data of about 10 comments.
TFA describes a 2kB program can play a human game against humans, and sometimes win.
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#63Earlier quoted context omitted.
TFA describes a 2kB program can play a human game against humans, and sometimes win.
We know that, that's what the article is about. The things you said are vague and contain no information. What does 2KB have to do with "what we think counts as human" ?
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#64Good job! I love how you obfuscated your code, really in a spirit of FOSS!
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#65Earlier quoted context omitted.
We know that, that's what the article is about. The things you said are vague and contain no information. What does 2KB have to do with "what we think counts as human" ?
I said something very specific. You can refuse to compare 2kB to the size of the human brain, but that has nothing to do with me.
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#66Cool that you could keep it under 2k but it would nice to have a readable version of the source code. Do you work with it like this or do you have some sort of script you apply to get it down to a single line, single letter variable names?
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#67> Not implemented: castling, en passant, promotion, repetition, 50-move rule.
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#68Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#69How many games did you have to throw away because stockfish wanted to castle? Or did you force stockfish to not castle? Castling seems like such a frequent move it is hard to draw any conclusions about the strength of an engine that does not support it.
zero games were thrown away for castling, because i forced stockfish not to castle (and not to play en passant/promotion) by filtering legal moves and only giving those filtered moves via root_moves so every game stayed in the same no castling variant and you're right, this rating is for that constrained variant, not full chess.
For castling you should be able to fix this by specifying that castling rights have been lost in the positions you give it.
For the others I think you would need to filter not just when giving it the list of allowed first moves. You'd also have to make it not consider en passant and promotion in the search, by modifying its move generation.
The static evaluation would still be off a bit, but that probably would not have much effect most of the time.
From what I've read it is feasible to train a new neural net on a decent home computer in maybe around a week, but that's probably overkill for your use of figuring out how strong your engine is at no castling/no promotion/no en passant chess.
Re: Show HN: Sameshi – a ~1200 Elo chess engine that fits within 2KB
#70Earlier quoted context omitted.
We know that, that's what the article is about. The things you said are vague and contain no information. What does 2KB have to do with "what we think counts as human" ?
I said something very specific. You can refuse to compare 2kB to the size of the human brain, but that has nothing to do with me.
Well, you left a cryptic comment that multiple people couldn’t understand. And then you refused to explain it.