Skip to content

Instantly share code, notes, and snippets.

@jenetics
Last active June 11, 2019 18:11
Show Gist options
  • Save jenetics/0f052e33d86b440a79f2f2cf43f4d7c0 to your computer and use it in GitHub Desktop.
Save jenetics/0f052e33d86b440a79f2f2cf43f4d7c0 to your computer and use it in GitHub Desktop.
Defining GP terminal operations
final ISeq<Op<Double>> terminals = ISeq.of(
Var.of("x", 0), Var.of("y", 1), Var.of("z", 2)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment