Skip to content

Instantly share code, notes, and snippets.

@dwightguth
Last active August 23, 2018 22:52
Show Gist options
  • Save dwightguth/cc6ac7e4e7c8ea90d780b88fbf6a9730 to your computer and use it in GitHub Desktop.
Save dwightguth/cc6ac7e4e7c8ea90d780b88fbf6a9730 to your computer and use it in GitHub Desktop.
Decision tree
specializations:
- - Nil{}
- action: 1
variables:
- - 0
- 0
- - Cons{}
- specializations: []
default:
swap:
- 1 - specializations:
- - Nil{} - action: 2 variables:
- - 4
- 1
- - Cons{}
- action: 3
variables:
- - 0
- 1
- - 0
- 2
default: null
default: fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment