Skip to content
Snippets Groups Projects
GOmegaPiProject.cfg 1.87 KiB
Newer Older
#################################################################################
# Configuration file for GStartProject                                          #
#                                                                               #
# Authors: Ruediger Berlich                                                     #
#################################################################################

# The amount of random number producer threads
#nProducerThreads = 8
Bertram Kopf's avatar
Bertram Kopf committed
nProducerThreads = 4
# The amount of threads processing individuals simultaneously
#nEvaluationThreads = 16
Bertram Kopf's avatar
Bertram Kopf committed
nEvaluationThreads = 8
# The size of the population
populationSize = 100
# The number of parents in the population
nParents = 2
# Maximum number of iterations in the population
maxIterations = 50
# The maximum number of minutes the optimization of the population should run (0 means "no limit")
maxMinutes = 0
# The number of iterations after which information should be emitted in the super-population
reportIteration = 1
# The recombination scheme for the super-population (DEFAULTRECOMBINE=0, RANDOMRECOMBINE=1, VALUERECOMBINE=2)
rScheme = 2
# Determines whether sorting happens in MUPLUSNU (0), MUCOMMANU (1) or MUNU1PRETAIN (2) mode
sortingScheme = 1
# The size of the buffer with random arrays in the random factory
arraySize = 1000
# Determines whether information about configuration options should be emitted
verbose = 1
# The maximum number of cycles a client should perform mutations before it returns without success
processingCycles = 1
# Specifies whether results should be returned even if they are not better than before
returnRegardless = 1
# Influences the maximum waiting time of the GBrokerEA after the arrival of the first evaluated individual
waitFactor = 2
# Influences the maximum waiting time of the GBrokerEA after the arrival of the first evaluated individual
jMax = 2
pbarMom = 600
errLogMode = 0