lichess.org
Donate

Make a bot move faster

How do I make my bot move faster
It takes about 2 seconds to make a move
computer needs some time to analyze position
IDK how to make bot move faster (i dont even know how to make one :P)
You need to change a specific parameter in the source code and reduce the amount of time spent per move. Enabling pondering will allow the bot to think during your turn, so consider that as well. Or you can give it more resources for calculation, like faster components.
@LenoScaria said in #1:
> How do I make my bot move faster
> It takes about 2 seconds to make a move
Which source code are you using?
@LenoScaria said in #1:
> How do I make my bot move faster
> It takes about 2 seconds to make a move
Open bots mouth then make him eat more that 999+ chillies he will be fast :)
Is it a bot you built or are you using stockfish?

If it's a bot you've built, then you'd need to spend some time learning about search optimizations. Another option entirely is to switch to a fast language such as C or C++. If you have a lot of time on your hands you could try these tutorials: www.youtube.com/watch?v=bGAfaepBco4&ab_channel=BluefeverSoftware

If it's stockfish, and you're using this (github.com/ShailChoksi/lichess-bot), then consider changing the movetime in config.yml. It'll play worse, but that's cause it takes time to find the best move.

If you're unsure, then you're probably using stockfish or a similar engine.
@RA213 said in #5:
> Open bots mouth then make him eat more that 999+ chillies he will be fast :)
@LSG10 said in #7:
>
My bot works on stockfish engine
And I don't have a chilly farm or factory
Can you give me 1000 chillies for my bot ?
He told me to ask you

This topic has been archived and can no longer be replied to.