Skip to content

Instantly share code, notes, and snippets.

@bash
Created June 7, 2019 11:21
Show Gist options
  • Save bash/b5b8ce6698e61d3cd24b3656ec2f2baa to your computer and use it in GitHub Desktop.
Save bash/b5b8ce6698e61d3cd24b3656ec2f2baa to your computer and use it in GitHub Desktop.
Mutation Ordering

Order within tier does not matter.

Tier 1

  • AddNeuron
  • AddConnection
  • DisableConnection
  • NudgeWeight
  • ChangePlacementNeuron
  • ChangeTargetNeuron

Tier 2

  • AddNewCluster
  • CopyCluster
  • AddHoxWithExistingCluster
  • DuplicateHox

Tier 3

  • Bridge

Tier 4

  • Desync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment