# settings for SymbReg test # primary GP settings PopulationSize = 200 NumberOfGenerations = 51 CrossoverProbability = 90 CreationProbability = 0 CreationType = 2 MaximumDepthForCreation = 4 MaximumDepthForCrossover = 6 MaximumComplexity = 100 SelectionType = 0 # secondary GP settings TournamentSize = 7 SwapMutationProbability = 15 ShrinkMutationProbability = 0 AddBestToNewPopulation = true SteadyState = false DemeticGrouping = false DemeSize = 100 DemeticMigProbability = 100 # reporting options PrintDetails = true PrintPopulation = true PrintExpression = true PrintTree = true TreeFontSize = 12 # run testing settings TerminationFitness = 50 GoodRuns = 10 UseADFs = false TestDiversity = true ComplexityAffectsFitness = true CheckpointGens = 0