Skip to content

v2.59.8 and v2.59.9

APN-Pucky edited this page Sep 14, 2020 · 1 revision

Short Update:

**[v2.59.8]: ** New flag 'timeout'

  • This stops the simulation after given amount of hours and prints the current best deck. 'timeout 0.5' would stop after ~30 min. It will stop approximately after that time (depending on iterations and climb/anneal), because the passed time is compared at a fixed checkpoint.

**[v2.59.9]: ** New climb option 'rb'

  • Usage is 'climb-opts:rb'. This focuses the sim on using latest cards and increases performance.

climb-opts:rb

anneal and climb both use some randomization when changing decks. This option will multiply the odds of trying to improve the deck with one of the latest 5% of the available cards by 4 (as of now). Therefore a better deck is found faster (assuming latest cards are stronger than other options) and the sim is faster.

Notes
  • When using this option with funds you might get a deck of the same strength that costs more because new cards get simed first.
  • Recently or any buffed cards won't have increased odds.
  • I got up to 33% faster sims, with approx. equal results.
  • If you are using a very well maintained disallowed_candidates/allowed_candidates list this option most likely won't be beneficial.
Clone this wiki locally