Skip to content

How to approach a Machine Learning Evaluation ? #419

Answered by WhiteMouse1
ekovanda asked this question in Q&A
Discussion options

You must be logged in to vote

Yes. Maybe not inside Think function directly, but inside MyBot.cs

Piece-Square Tables are used extensively in this challenge and contestants use compression and decompression algorithms to pack them into least amount of tokens and unpack the values on demand.
This bot has packed PST implemented, for example:
https://github.com/JacquesRW/Chess-Challenge/blob/main/Chess-Challenge/src/My%20Bot/MyBot.cs

I think this type of packing/unpacking data is the direction to take.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ekovanda
Comment options

@WhiteMouse1
Comment options

Answer selected by ekovanda
@ekovanda
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants