Chapter 6 Nondominated sorting

Results for the nondominated sorting parameter sweep on the diagnostics with valleys.

6.2 Exploitation rate results

Here we present the results for best performances found by each selection scheme parameter on the exploitation rate diagnostic with valleys. 50 replicates are conducted for each scheme explored.

6.2.2 Best performance throughout

Best performance reached throughout 50,000 generations in a population.

6.2.2.1 Stats

Summary statistics for the best performance.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
## 1 0        50      0  14.6   15.4  15.4  16.5 0.491
## 2 0.1      50      0  14.6   15.4  15.5  16.7 0.460
## 3 0.3      50      0  14.6   15.3  15.4  17.0 0.556
## 4 0.6      50      0  14.8   15.2  15.3  16.4 0.467
## 5 1.2      50      0  14.6   15.3  15.3  16.2 0.546
## 6 2.5      50      0  14.9   15.4  15.4  15.9 0.434
## 7 5        50      0  15.2   16.8  16.8  18.7 1.07

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 116.31, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  performance$val and performance$Sigma 
## 
##     0       0.1     0.3     0.6     1.2     2.5    
## 0.1 1.00    -       -       -       -       -      
## 0.3 1.00    1.00    -       -       -       -      
## 0.6 0.55    0.12    1.00    -       -       -      
## 1.2 1.00    0.83    1.00    1.00    -       -      
## 2.5 1.00    1.00    1.00    0.15    1.00    -      
## 5   2.5e-13 7.3e-13 7.5e-14 3.1e-14 2.3e-14 2.9e-14
## 
## P value adjustment method: bonferroni

6.2.3 Largest valley reached throughout

The largest valley reached in a single trait throughout an entire evolutionary run. To collect this value, we look through all the best-performing solutions each generation and find the largest valley reached.

6.2.3.1 Stats

Summary statistics for the largest valley crossed.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
## 1 0        50      0    11     11  11.3    13     1
## 2 0.1      50      0    10     11  11.2    13     0
## 3 0.3      50      0    10     11  11.3    12     1
## 4 0.6      50      0    10     11  11.4    14     1
## 5 1.2      50      0    10     11  11.4    13     1
## 6 2.5      50      0    10     11  11.2    13     1
## 7 5        50      0    10     10  10.5    12     1

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 67.685, df = 6, p-value = 1.219e-12

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  valleys$val and valleys$Sigma 
## 
##     0       0.1     0.3     0.6     1.2     2.5    
## 0.1 1.00    -       -       -       -       -      
## 0.3 1.00    1.00    -       -       -       -      
## 0.6 1.00    0.84    1.00    -       -       -      
## 1.2 1.00    0.89    1.00    1.00    -       -      
## 2.5 1.00    1.00    1.00    1.00    1.00    -      
## 5   8.1e-09 7.0e-07 5.5e-08 2.5e-08 1.0e-08 3.1e-05
## 
## P value adjustment method: bonferroni

6.3 Ordered exploitation results

Here we present the results for best performances found by each selection scheme parameter on the ordered exploitation diagnostic with valleys. 50 replicates are conducted for each scheme explored.

6.3.2 Best performance throughout

Best performance reached throughout 50,000 generations in a population.

6.3.2.1 Stats

Summary statistics for the best performance.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max    IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl>  <dbl>
## 1 0        50      0  4.37   4.82  4.85  5.83 0.323 
## 2 0.1      50      0  1.67   1.82  1.83  2.05 0.0929
## 3 0.3      50      0  1.72   1.83  1.84  2.13 0.125 
## 4 0.6      50      0  1.64   1.82  1.84  2.12 0.0923
## 5 1.2      50      0  1.71   1.84  1.83  1.97 0.106 
## 6 2.5      50      0  1.78   1.88  1.90  2.09 0.0952
## 7 5        50      0  2.09   2.34  2.34  2.78 0.205

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 233.29, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  performance$val and performance$Sigma 
## 
##     0       0.1     0.3     0.6     1.2     2.5    
## 0.1 < 2e-16 -       -       -       -       -      
## 0.3 < 2e-16 1.00000 -       -       -       -      
## 0.6 < 2e-16 1.00000 1.00000 -       -       -      
## 1.2 < 2e-16 1.00000 1.00000 1.00000 -       -      
## 2.5 < 2e-16 0.00025 0.00387 0.00169 0.00111 -      
## 5   < 2e-16 < 2e-16 < 2e-16 < 2e-16 < 2e-16 < 2e-16
## 
## P value adjustment method: bonferroni

6.3.3 Largest valley reached throughout

The largest valley reached in a single trait throughout an entire evolutionary run. To collect this value, we look through all the best-performing solutions each generation and find the largest valley reached.

6.3.3.1 Stats

Summary statistics for the largest valley crossed.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
## 1 0        50      0    14   14   14       14     0
## 2 0.1      50      0     5    7    6.56     8     1
## 3 0.3      50      0     6    7    6.64     8     1
## 4 0.6      50      0     6    7    6.6      8     1
## 5 1.2      50      0     6    6    6.4      8     1
## 6 2.5      50      0     5    6.5  6.48     7     1
## 7 5        50      0     5    6    6.28     7     1

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 158.07, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  valleys$val and valleys$Sigma 
## 
##     0      0.1   0.3   0.6   1.2   2.5  
## 0.1 <2e-16 -     -     -     -     -    
## 0.3 <2e-16 1.000 -     -     -     -    
## 0.6 <2e-16 1.000 1.000 -     -     -    
## 1.2 <2e-16 1.000 1.000 1.000 -     -    
## 2.5 <2e-16 1.000 1.000 1.000 1.000 -    
## 5   <2e-16 0.171 0.083 0.172 1.000 1.000
## 
## P value adjustment method: bonferroni

6.4 Contradictory objectives results

Here we present the results for activation gene coverage and satisfactory trait coverage found by each selection scheme parameter on the contradictory objectives diagnostic with valleys. 50 replicates are conducted for each scheme parameters explored.

6.4.1 Activation gene coverage over time

Activation gene coverage in a population over time. Data points on the graph is the average activation gene coverage across 50 replicates every 2000 generations. Shading comes from the best and worse coverage across 50 replicates.

## `summarise()` has grouped output by 'Sigma'. You can override using the
## `.groups` argument.

6.4.2 Final activation gene coverage

Activation gene coverage found in the final population at 50,000 generations.

6.4.2.1 Stats

Summary statistics for the generation a satisfactory solution is found.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <int>  <dbl> <dbl> <int> <dbl>
## 1 0        50      0    59     73  73.5    87    11
## 2 0.1      50      0   100    100 100     100     0
## 3 0.3      50      0    99    100 100.    100     0
## 4 0.6      50      0   100    100 100     100     0
## 5 1.2      50      0   100    100 100     100     0
## 6 2.5      50      0    99    100 100.    100     0
## 7 5        50      0    99    100 100.    100     0

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  uni_str_pos by Sigma
## Kruskal-Wallis chi-squared = 324.85, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  act_coverage$uni_str_pos and act_coverage$Sigma 
## 
##     0      0.1 0.3 0.6 1.2 2.5
## 0.1 <2e-16 -   -   -   -   -  
## 0.3 <2e-16 1   -   -   -   -  
## 0.6 <2e-16 -   1   -   -   -  
## 1.2 <2e-16 -   1   -   -   -  
## 2.5 <2e-16 1   1   1   1   -  
## 5   <2e-16 1   1   1   1   1  
## 
## P value adjustment method: bonferroni

6.4.4 Final satisfactory trait coverage

Satisfactory trait coverage found in the final population at 50,000 generations.

6.4.4.1 Stats

Summary statistics for the generation a satisfactory solution is found.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <int>  <dbl> <dbl> <int> <dbl>
## 1 0        50      0     0      0     0     0     0
## 2 0.1      50      0     0      0     0     0     0
## 3 0.3      50      0     0      0     0     0     0
## 4 0.6      50      0     0      0     0     0     0
## 5 1.2      50      0     0      0     0     0     0
## 6 2.5      50      0     0      0     0     0     0
## 7 5        50      0     0      0     0     0     0

6.4.5 Largest valley reached throughout

The largest valley reached in a single trait throughout an entire evolutionary run. To collect this value, we look through all the best-performing solutions each generation and find the largest valley reached.

6.4.5.1 Stats

Summary statistics for the largest valley crossed.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
## 1 0        50      0     8      9  9       10  0   
## 2 0.1      50      0     5      6  5.74     7  1   
## 3 0.3      50      0     5      6  5.84     7  0   
## 4 0.6      50      0     5      6  5.78     7  0.75
## 5 1.2      50      0     5      6  5.76     7  0.75
## 6 2.5      50      0     5      6  5.84     7  0   
## 7 5        50      0     5      6  5.76     6  0

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 171.34, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  valleys$val and valleys$Sigma 
## 
##     0      0.1 0.3 0.6 1.2 2.5
## 0.1 <2e-16 -   -   -   -   -  
## 0.3 <2e-16 1   -   -   -   -  
## 0.6 <2e-16 1   1   -   -   -  
## 1.2 <2e-16 1   1   1   -   -  
## 2.5 <2e-16 1   1   1   1   -  
## 5   <2e-16 1   1   1   1   1  
## 
## P value adjustment method: bonferroni

6.5 Multi-path exploration results

Here we present the results for best performances and activation gene coverage found by each selection scheme parameter on the multi-path exploration diagnostic with valleys. 50 replicates are conducted for each scheme parameter explored.

6.5.1 Activation gene coverage over time

Activation gene coverage in a population over time. Data points on the graph is the average activation gene coverage across 50 replicates every 2000 generations. Shading comes from the best and worse coverage across 50 replicates.

## `summarise()` has grouped output by 'Sigma'. You can override using the
## `.groups` argument.

6.5.2 Final activation gene coverage

Activation gene coverage found in the final population at 50,000 generations.

6.5.2.1 Stats

Summary statistics for the generation a satisfactory solution is found.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <int>  <dbl> <dbl> <int> <dbl>
## 1 0        50      0    22   33    32.9    41  6   
## 2 0.1      50      0    10   28    31.5    77 25.5 
## 3 0.3      50      0     8   28.5  36.7    76 39   
## 4 0.6      50      0    19   68    62.9    81 16   
## 5 1.2      50      0    38   71    70.0    85 10   
## 6 2.5      50      0    67   81.5  80.6    91  8.25
## 7 5        50      0    76   86.5  85.3    95  7.75

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  uni_str_pos by Sigma
## Kruskal-Wallis chi-squared = 268, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  act_coverage$uni_str_pos and act_coverage$Sigma 
## 
##     0       0.1     0.3     0.6     1.2     2.5   
## 0.1 1.0000  -       -       -       -       -     
## 0.3 1.0000  1.0000  -       -       -       -     
## 0.6 3.5e-12 3.0e-10 1.0e-07 -       -       -     
## 1.2 < 2e-16 1.1e-13 2.1e-11 0.3489  -       -     
## 2.5 < 2e-16 4.6e-16 6.8e-16 3.7e-12 1.5e-08 -     
## 5   < 2e-16 < 2e-16 < 2e-16 7.7e-16 5.1e-14 0.0033
## 
## P value adjustment method: bonferroni

6.5.4 Best performance throughout

Best performance reached throughout 50,000 generations in a population.

6.5.4.1 Stats

Summary statistics for the best performance.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
## 1 0        50      0  2.72   3.12  3.14  3.75 0.249
## 2 0.1      50      0  1.58   1.99  1.99  2.33 0.277
## 3 0.3      50      0  1.54   2.01  1.98  2.32 0.305
## 4 0.6      50      0  1.50   1.75  1.79  2.49 0.282
## 5 1.2      50      0  1.49   1.78  1.78  2.17 0.247
## 6 2.5      50      0  1.45   1.71  1.76  2.22 0.196
## 7 5        50      0  1.43   1.63  1.68  2.36 0.217

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 186.67, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  performance$val and performance$Sigma 
## 
##     0       0.1     0.3     0.6     1.2     2.5    
## 0.1 < 2e-16 -       -       -       -       -      
## 0.3 < 2e-16 1.00000 -       -       -       -      
## 0.6 < 2e-16 0.00026 0.00029 -       -       -      
## 1.2 < 2e-16 3.2e-05 6.3e-05 1.00000 -       -      
## 2.5 < 2e-16 9.6e-06 2.2e-06 1.00000 1.00000 -      
## 5   < 2e-16 8.3e-09 5.8e-09 0.18672 0.05257 0.50321
## 
## P value adjustment method: bonferroni

6.5.5 Largest valley reached throughout

The largest valley reached in a single trait throughout an entire evolutionary run. To collect this value, we look through all the best-performing solutions each generation and find the largest valley reached.

6.5.5.1 Stats

Summary statistics for the largest valley crossed.

## # A tibble: 7 x 8
##   Sigma count na_cnt   min median  mean   max   IQR
##   <fct> <int>  <int> <dbl>  <dbl> <dbl> <dbl> <dbl>
## 1 0        50      0    12     13 13.0     14     0
## 2 0.1      50      0     7      8  7.96     9     0
## 3 0.3      50      0     7      8  7.88     9     0
## 4 0.6      50      0     7      8  7.76     9     1
## 5 1.2      50      0     7      8  7.56     8     1
## 6 2.5      50      0     7      8  7.68     8     1
## 7 5        50      0     7      7  7.34     8     1

Kruskal–Wallis test illustrates evidence of statistical differences.

## 
##  Kruskal-Wallis rank sum test
## 
## data:  val by Sigma
## Kruskal-Wallis chi-squared = 187.01, df = 6, p-value < 2.2e-16

Results for post-hoc Wilcoxon rank-sum test with a Bonferroni correction.

## 
##  Pairwise comparisons using Wilcoxon rank sum test with continuity correction 
## 
## data:  valleys$val and valleys$Sigma 
## 
##     0       0.1     0.3     0.6    1.2    2.5   
## 0.1 < 2e-16 -       -       -      -      -     
## 0.3 < 2e-16 1.0000  -       -      -      -     
## 0.6 < 2e-16 1.0000  1.0000  -      -      -     
## 1.2 < 2e-16 0.0046  0.0282  1.0000 -      -     
## 2.5 < 2e-16 0.1364  0.7287  1.0000 1.0000 -     
## 5   < 2e-16 1.1e-06 6.4e-06 0.0022 0.5899 0.0152
## 
## P value adjustment method: bonferroni