Chapter 1 Introduction

This is the supplemental material for selection scheme parameter sweep experiments with diagnostics combined with valleys.

1.1 About our supplemental material

This supplemental material is hosted on GitHub using GitHub pages. The source code and configuration files used to generate this supplemental material can be found in this GitHub repository. We compiled our data analyses and supplemental documentation into this nifty web-accessible book using bookdown.

This supplemental material includes the following selection schemes:

  • Truncation (Section 2)
  • Tournament (Section 3)
  • Genotypic fitness sharing (Section 4)
  • Phenotypic fitness sharing (Section 5)
  • Nondominated sorting (Section 6)
  • Novelty search (Section 7)

1.3 Computer Setup

These analyses were conducted in the following computing environment:

##                _                           
## platform       x86_64-pc-linux-gnu         
## arch           x86_64                      
## os             linux-gnu                   
## system         x86_64, linux-gnu           
## status                                     
## major          4                           
## minor          3.1                         
## year           2023                        
## month          06                          
## day            16                          
## svn rev        84548                       
## language       R                           
## version.string R version 4.3.1 (2023-06-16)
## nickname       Beagle Scouts

1.4 Experimental setup

Setting up required variables variables.

## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
## Loading required package: rlang