This function samples the space of all possible genotypes and then defines one that will be considered as the independent fitness contribution global optima.
set_const_RMF_globalOptima(func_simModel = getOption("shape_simModel"),
func_genomeLength = getOption("shape_genomeLength"),
func_initDistance = getOption("shape_const_RMF_initiDistance"),
func_sepString = getOption("shape_sepString"))
This is the fitness landscape model being simulated
The number of sites in the genome being simulated
This is the number of mutations found in the global optimal genotype
This is the string collapse separator used in the run
A character string of genome positions at which there ought to be mutations to be optimal