Skip to content

Major PDA/pondering bugfixes, fixed pondering limits

Compare
Choose a tag to compare
@lightvector lightvector released this 12 May 23:16
· 1652 commits to master since this release

If you're upgrading from a version before v1.4.0, please see the v1.4.0 releases page for a variety of notes about the changes since v1.3.x that are new that you might care about, as well as the latest and strongest neural nets!

If you're a new user, don't forget to check out this section for getting started and basic usage!

This is a quick release to fix a few bugs, including one pretty major bug for certain configurations.

Changes

  • Fixed a bug introduced earlier in v1.4.x where in handicap games, or in even games where playoutDoublingAdvantage was set to a nonzero value, if pondering was also enabled at the same time, the search could sometimes contain values with different signs, greatly damaging the quality and strength of the search.

  • Fixed a bug introduced earlier in v1.4.x where analysis with nonzero playoutDoublingAdvantage would use the wrong sign.

  • For maxTimePondering, maxPlayoutsPondering, maxVisitsPondering, KataGo will now assume no limit (unbounded) if these values are not specified, instead of defaulting to using maxTime, maxPlayouts, maxVisits, respectively.