Skip to content

v2.61.8 Estimate card value

APN-Pucky edited this page Sep 14, 2020 · 2 revisions

Add Option '+vc':

This option will sim the final deck (= best after climb, or sim parameter) in multiple variations to give an estimate value to each card of the deck. This is achived by simming the deck without the card of which we want a rough approximation of its importance in given deck.

Let's say in a random sim (original): ./tuo "Barracus, Parapet#4, Virklaw#4, Neocyte Core" "..." sim 100 +vc

Then tuo will additional sim (new): Barracus, Parapet#3, Virklaw#4 Barracus, Parapet#4, Virklaw#3

And generate values for each card: Parapet: 30 Virklaw: 20 Neocyte Core: -10

The score is simply calculated by subtracting the new score from the original score. We see the Neocyte Core reduces that decks strength and removing a single Parapet/Virklaw would weaken the deck. This feature helps identifing cards with low value in the deck to give a good direction to manual improving the deck.

Sidenotes:
  • When simming ordered "Baracus, Parapet#2, Virklaw#3,Parapet" there will be three values: Parapet: X Virklaw: Y Parapet: Z The first Parapet referes to the first two Parapets and the second to the last in the deck, as even through the cards are identical their position changes their value.
  • When you climb/anneal a deck there should be no negative card values, except for low iteration fluctuation
  • Since scores are compared the value range for brawl mode will be lower, because the score range is 5-~70 unlike pvp where its 0-100
Clone this wiki locally