Skip to main content

Node Locking interface

General

In PioSOLVER the Node Locking functionality consists of two things:

  • Change strategy - changes strategy stored in the tree.
  • Lock range - prevent solver from resolving certain hands in a node.
    • Lock full range - strategy will not be changed in this node when resolving.
    • Combo lock - strategy will not change in this node for selected combos/strategy but solving will change strategy for remaining hands.

It makes sense to change strategy and observe how the EV of earlier actions change.

It also makes sense to change strategy, lock it and solve the tree again to see what is the equilibrium strategy for both players if some part of the tree is locked.

Set strategy / Node Locking interface 2.0 concept

The basic workflow is selecting some hands (by default all are selected) and adjusting strategy with sliders (e.g. adding 10% folds).

You can then lock strategy for some hands, and continue adjusting strategy for other hands. E.g. you could first set all top_pairs to raise, lock it and then adjust strategy for all remaining hands.

The next step is either locking all or part of the range and click "Save and Close". Only then the strategy change and locking is applied on the actual tree.

Main view

The top menu has following options:

  • Util: Shortcuts for operations on Selected Range
  • Select: Shortcut for select range in Range Explorer
  • View options: Controls display functions on a 13x13 grid (e.g. square size proportional to weight and others)
  • Copy / Paste: Functions to copy and paste current strategy
  • Settings: Advanced settings

Top menu

Node information

The currently edited Node is indicated in the section below the top menu.

Node check

Presentation

The presentation setting controls what is displaed on the 13x13 grid.

Presentation menu

You can choose which hands are highlighted on the grid (either Selected hands, locked and / or unlocked).

By hovering the mouse over the grid you can see details of the category in a separate panel. By holding ALT key you can prevent currently displayed group from changing.

hands display

Range selection

There are several ways to select range.

  1. Clicking on the main grid. You can also click single combos on the small panel. By holding ALT key you can prevent currently displayed group from changing.
  2. Using the standard range selector.
  3. Through the expression box, a list of available expressions can be viewed by clicking help link.
  4. Using Range Explorer.
  5. Clear Selection button clears selection.

range selection

You can use Selection criterion to limit selected hands to locked and / or unlocked.

selection criterion menu

Strategy Adjustment

You can change the strategy for selected range by either using the sliders or typing in the checkboxes. This will increase or reduce frequency of selected action by choosing the best hands using ev difference.

It's possible to prevent adjustment of certain actions by clicking checkbox beside the slider.

slider

The new strategy will be immediately visible on the grid (if Adjusted Strategy is selected).

The top bar always shows the strategy for whole range, while the smaller bar on the right shows strategy for currently selected Range.

For locking hands you can use Menu Actions or buttons within the window.

  1. In the bottom menuthere are buttons to lock and unlock all hands.
  2. In the panel on the right you can perform actions on selected range: lock, unlock and revert to the original strategy.

lock and unlock

Strategy Adjustment behavior

In node locking 2.0 changing frequency of one action results in changing frequency for all other actions (except if they've been explicitely disabled). When we increase frequency of a given action we are first reducing strategy for those actions and those hands for which the EV's loss is the smallest.

However if more hands have similar EV loss we will add mixing of both of them. The similarity is defined as 1% of the pot EV difference (where the 1% is a setting that can be changed from the viewer).

Let's consider the following example. We consider few hands and 3 actions.

Strategy in %


HandRaiseCallFold
AA10000
KK60400
JJ01000
7700100
2200100

EV in % of the pot


HandRaiseCallFold
AA99.91000
KK8079.50
JJ55660
77-80-0.10
22-120-600

Let's say we want to add 0.5 combo to the Call. We calulate preference of playing a call for all hands (EV of call - current EV):


HandCall preference.Calculation
AA0.1100 - 99.9
KK-0.379.5 - 79.8
JJ066 - 66
77-0.1-0.1 - 0
22-60-60 - 0

We see that the best hand to Add a call is AA because it's call preference is the highest. However the resulting strategy won't move AA:0.5 from raise to call because there are other hands within 1% of the pot EV preference.

From the hands in within the 1% of the pot we have AA, KK, JJ and 77. We can't move any JJ combo becuase it's already at 100%. As a result we will probabaly see something like AA:0.35, 77:0.1, KK: 0.05 being move to the call. And the exact numbers are being calculated with relatively complex mechanism that is out of scope of this manual.

If however we would want to add 3 combos to the call. We will add all 2.6 combos of AA, KK, and 77 that isn't calling yet before we start adding 22:0.4 which is a bad call.

Nodelock interface 1.0

PioSOLVER node locking interface from version 1.0 is also available as a separate tool.

Top menu

The board section is shown right below the top menu and the node can be seen beside the window name over the top.

Board check

The main grid display is similar as in 2.0.

presentation menu

side display

Strategy adjustment

The strategies menu on the right side allows setting strategy for each action.

You can select strategy range for an action with one of the following:

  • Regular range selector
  • Range Explorer
  • Trough the expression box (click expressions help link for list of available expressions)

range_selection

Proportional and fixed setting function allow you to manipulate the weight of the actions on the ranges.

proportional_fixed

The new strategy is displayed on the strategy bar which is located in the top right corner.

strategy_bar

After setting the strategies you can close the window using "Set strategy and close button". At the same time you have to specify if you want to lock the strategy. You can either:

  • Don't lock strategy
  • Lock all hands
  • lock selected combos (select the tiny range selector square next to "lock selected combos" radio button)

strategy_bar