Looking for Players of all Levels

Sort:
chessamateur1996
TheEinari wrote:

I could also give a go for your engine :)

Great, going to send the challenge now!

James1011James1011
TheEinari wrote:

I could also give a go for your engine :)

Hm, you could last.

TheronG12

Beat me Frown I had a temporary brain departure and blundered a knight.

chessamateur1996
TheronG12 wrote:

Beat me  I had a temporary brain departure and blundered a knight.

It's okay dude it was a learning experience for the both of us

chessamateur1996
Kung_Heder wrote:
TheronG12 wrote:

Beat me  I had a temporary brain departure and blundered a knight.

Well, don't be sad. It happens to all of us! Great engine by the way, I would really like to try it!

I sent you a challenge

getrekt-m8

I also want to play it!

WithFeeling

I'll take a crack at it. I have no idea of my actual chess strength, honestly, play too much over at lichess where the ratings are skewed heavily.

But chess programming interests me, so taking on an 'infant' engine sounds like an extra sort of fun.

chessamateur1996
WithFeeling wrote:

I'll take a crack at it. I have no idea of my actual chess strength, honestly, play too much over at lichess where the ratings are skewed heavily.

But chess programming interests me, so taking on an 'infant' engine sounds like an extra sort of fun.

Sorry, I have been very busy with work, which is why I have not sent you a challenge. I will do so now!

Zendaddy0

I'd be down to play the engine if you'll send me a challenge

James1011James1011

Good luck, but you'll probably lose. Just a thought.

TheronG12

Does your engine give rematches? If you're still looking for opponents I'd like another shot at it.

Funkotron

Nice enterprise by the OP, I would surely like to face the engine as well. Challenge me anytime, if you're interested.

chessamateur1996
James1011James1011 wrote:

Good luck, but you'll probably lose. Just a thought.

Way-to-be a downer, lol

chessamateur1996

OK, sending everyone challenges now. the main problem in its evaluation is king safety - also, DavidIreland, comparing its moves to top engines helps a lot, and trying to reason through (using Stockfish, because it is open source) the engine's moves. Which is pretty easier with my engine, harder given the Stockfish code, even though Stockfish is open source. To me, the engine's wins can help in two ways: Mainly with its shortcomings (i.e. how it could have improved) and also, how "creative" it was compared to other engines. Engines tend to have an..."enginey" playing-style, and so does mine. Adding in human elements to the evaluation not only improved its play, but made it less engine-like, although it is still very much so (given that it values material over king safety...). I have not had time to make it UCI-compatible, as I have been busy with family and work. I can still, however, have it play against other engines. I will have it play against both Stockfish 6 and Houdini 4 Pro (birthday gift), maybe even the Tarrasch toy engine for giggles. perhaps 40|40 games. Anyway, I learn more from its losses than its wins, however the wins do help. OK, sending the challenges now.

TheronG12

Got cleaned out again. Not sure this game told you a lot either. Oh well.

chessamateur1996

It's okay, the opening will tell me a lot, depends. GG and thank you very much!

petrikeckman

Could you post little you chess code here? Smile I'm just a little curious how it looks like. Or even lots of it. There is now upper limits in lines one post can have. I have studied programming but I do not know nothing what kind of data structures and algorithms is used in chess programming, but I'm interested in.

chessamateur1996

I pretty much used all the resources in the chessprogramming wiki to create it

chessamateur1996

then looked at open source engines and their evaluations and searches to update mine own

chessamateur1996

Hi all, I'm back and looking for more players (old and new welcome!). Inspired by the Giraffe chess engine, I took a look at creating a neural network-based engine evaluation with a standard, but low-depth, search. As such, my bot has a learning mode in which it learns through self-play as well as games of experts I can feed it. The goal is to mimic human-like, expert-level play. If you would like to participate in playing against the engine, in an unrated, marked game, please let me know. Thank you.