bloqade.lanes.visualize.entropy_tree.state.CandidateState
← Module overview
class
classCandidateState¶source
bloqade.lanes.visualize.entropy_tree.state.CandidateState
Signature
class CandidateState(moveset: frozenset[LaneAddress], color: str, attempted: bool = False, selected: bool = False)Parameters
| Name | Type | Default | Description |
|---|---|---|---|
moveset | frozenset[LaneAddress] | required | |
color | str | required | |
attempted | bool | False | |
selected | bool | False |
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
moveset | frozenset[LaneAddress] | required | |
color | str | required | |
attempted | bool | False | |
selected | bool | False |