Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
genetic_algorithm_tool [2012/11/28 22:48]
admin [Notes]
genetic_algorithm_tool [2015/10/11 21:18]
admin
Line 12: Line 12:
 | Population Size  | [[Positive Int Type|Positive Int]]  | Number of individuals per population. ​ | | Population Size  | [[Positive Int Type|Positive Int]]  | Number of individuals per population. ​ |
 | Individual Genotype ​ | [[Lookup Table Group Type|Lookup Table Group  ]]  | The genotype that defines the template for individuals. ​ | | Individual Genotype ​ | [[Lookup Table Group Type|Lookup Table Group  ]]  | The genotype that defines the template for individuals. ​ |
-| Default Lower Bound  | [[Double ​Type|Double]]  | The default lower value for alleles. ​ | +| Default Lower Bound  | [[Real Value Type|Real Value]]  | The default lower value for alleles. ​ | 
-| Default Upper Bound  | [[Double ​Type|Double]]  | The default upper value for alleles. ​ |+| Default Upper Bound  | [[Real Value Type|Real Value]]  | The default upper value for alleles. ​ |
  
 ===== Optional Inputs ===== ===== Optional Inputs =====
Line 28: Line 28:
 ^ Name ^ Type ^ Description ^ ^ Name ^ Type ^ Description ^
 | Best Individual ​ | [[ Lookup Table Group Type|Lookup Table Group  ]]  | The resulting best individual from all generations. ​ | | Best Individual ​ | [[ Lookup Table Group Type|Lookup Table Group  ]]  | The resulting best individual from all generations. ​ |
-| Best Individual Fitness ​ | [[Double ​Type|Double ​ ​]] ​ | The '​fitness'​ score of the overall best individual. ​ | +| Best Individual Fitness ​ | [[Real Value Type|Real Value  ​]] ​ | The '​fitness'​ score of the overall best individual. ​ | 
-| Worst Fitness Per Generation | [[Double ​Type|Double ​ ​]] ​ | The '​fitness'​ score of the worst individual per generation. ​ |+| Worst Fitness Per Generation | [[Real Value Type|Real Value  ​]] ​ | The '​fitness'​ score of the worst individual per generation. ​ |
  
 ===== Group ===== ===== Group =====