Chromosome (evolutionary algorithm): Difference between revisions

Content deleted Content added
Chromosome design: Too much editorial here; removed for wp:noted clarity.
m WP:ADOPTYPO boolean -> Boolean
Line 20:
 
=== Chromosomes for binary codings ===
In their classical form, GAs use bit strings and map the decision variables to be optimized onto them. An example for one booleanBoolean and three integer decision variables with the value ranges <math>0 \leq D_1 \leq 60</math>, <math>28 \leq D_2 \leq 30</math> and <math>-12 \leq D_3 \leq 14</math> may illustrate this:
 
{| class="wikitable" style="margin-left: auto; margin-right: auto; border: none; text-align:center;"