gbtami / pychess-variants

Chess variant server
https://www.pychess.org
GNU Affero General Public License v3.0
238 stars 115 forks source link

i mean , can make it think deeper or wider ? it can take more time. #182

Closed zekeliu closed 4 years ago

zekeliu commented 4 years ago

In chess you have no control on your opponent time usage, see Nepomniachtchi :) In theory we can slow down AI in pychess.org but it needs additional code to manage its time usage to not lose on time. I don't think it worth the effort at all.

Originally posted by @gbtami in https://github.com/gbtami/pychess-variants/issues/181#issuecomment-601561334

gbtami commented 4 years ago

No, but you can use different AI levels.

zekeliu commented 4 years ago

but the highest level is 8 , right ?

gbtami commented 4 years ago

Yes. The UCI parameters used for AI 0-8 levels are here https://github.com/gbtami/fairyfishnet/blob/master/fairyfishnet.py#L128