Search Results

1
vote

Evolutionary Algorithms: Optimal Repopulation Breakdowns

There would appear to be a few answers suggesting using a 2nd GA to determine optimum parameters for the 1st GA, with no mention of how to determine the optimum parameters for the 2nd. I can't help …
1
vote

Looking for evolutionary music example code

You probably want to look into Markov Chains - They're probably of more use to you than an evolutionary algorithm to start with, as judging the quality of the output in order to breed the …