Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 16, 2019 04:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/c362672997400b72ddf0d9f6833344ee to your computer and use it in GitHub Desktop.
Save IntegerMan/c362672997400b72ddf0d9f6833344ee to your computer and use it in GitHub Desktop.
type ActorGeneIndex = Doggo = 0
| Acorn = 1
| Rabbit = 2
| Tree = 3
| Squirrel = 4
| NextToDoggo = 5
| NextToRabbit = 6
type ActorChromosome =
{
genes: double[]
age: int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment