jameshughes89 / cs4XX-EvolutionaryComputation

CS 4XX: Evolutionary Computation
http://csci340.com/
GNU General Public License v3.0
6 stars 31 forks source link

:mortar_board: Topic genetic operators --- Binary representation genetic operators #97

Closed jameshughes89 closed 1 year ago

jameshughes89 commented 1 year ago

What

Discuss common genetic operators for a binary encoding (note that most of these are applicable to other representations too, which will be mentioned in their respective sections).

Why

Good place to start as it helps communicate the starting ideas, like how contiguous bits could be important.

Testing

:+1:

Additional Notes

Figures are from the text's slides. Since the text is officially used, it's probably fine, but they are planned to be replaced.

jameshughes89 commented 1 year ago

I removed the math-ie/code-ie stabilization except for the case of the n in n point. Feels like the math style works here.