Skip to content
Discussion options

You must be logged in to vote

Hi @Jes-s-L,

Sorry, I completely missed this! Answers below:

  • Are expression trees for each equation maintained independently?

A "template expression" is stored in memory as a list of expression trees, basically. So I guess the answer is no, they are actually maintained as a single object and carried around as one group of trees.

  • If so, are mutations/crossovers only performed on a single expression tree? i.e., do mutations/crossovers ever occur between separate expressions (both during each cycle and during migration)?

The way it works is that a mutation or crossover will randomly pick one of the subtrees, and then dispatch to the normal mutation/crossover operation. So this means …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Jes-s-L
Comment options

Answer selected by Jes-s-L
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants