BlackOak;28620 wrote:Dear Botmaker,
First of all thank-you so much for all the time an effort you have put into this project. My issue is that I play Heartstone on a laptop and when I use silvefish as an external process using the default setting a lot of my turns time out due to processing the boards. If possible please can you provide a quick and dirty set of settings for us low-power PC users?
I am not lazy I have spend weeks trying out all sort of settings but either lose games to not choosing some of the better plays or turn time outs :(
Thanks in advance,
BlackOak
sorry, i can only guess, too.
i would first turn off simulated placement:
Code:
simulatePlacement = false;
and turn off the second turn simulation
Code:
simEnemySecondTurn = false;
if its still to slow, you may further reduce these two numbers to something like this:
Code:
maxwide = 3000;
twotsamount = 500;
but ofc the ai will be not so smart a the default settings.
@Brawn i cant reproduce that missplay with dancing sword. do you have a log?