bloqade.lanes.visualize.entropy_tree.renderer.draw_focus_panel
← Module overview
function
source
functiondraw_focus_panel¶source
bloqade.lanes.visualize.entropy_tree.renderer.draw_focus_panel
Signature
def draw_focus_panel(ax, frame: TreeFrameState, arch_spec, target: dict[int, LocationAddress], scorer: EntropyScorer, *, blocked_locations: tuple[LocationAddress, ...] = (), qid_label_map: dict[int, int] | None = None, blocked_location_labels: dict[object, int] | None = None) -> NoneParameters
| Name | Type | Default | Description |
|---|---|---|---|
ax | — | required | |
frame | TreeFrameState | required | |
arch_spec | — | required | |
target | dict[int, LocationAddress] | required | |
scorer | EntropyScorer | required | |
blocked_locations | tuple[LocationAddress, ...] | () | |
qid_label_map | dict[int, int] | None | None | |
blocked_location_labels | dict[object, int] | None | None |