verbosity = 0 print-unused-params = true print-unaccesed-params = true seed = 1987 game = cecj.app.othello.OthelloGame player = games.player.NTuplePlayer player.ntuple-system.num-tuples = 12 player.ntuple-system.num-values = 3 player.ntuple-system.tuple-arity = 6 player.ntuple-system.space-size = 8 tdl.randomness = 0.1 tdl.learning-rate = 0.001 tdl.lambda = 0.0 tdl.games = 2000001 tdl.stat = ec.Statistics tdl.stat.num-children = 1 tdl.stat.child.0 = cecj.statistics.BestObjectiveFitnessStatistics tdl.stat.child.0.fitness-file = $fitness_heur.stat tdl.stat.child.0.ind-file = $ind.stat tdl.stat.child.0.fitness-calc = cecj.app.othello.OthelloHeuristicPlayer tdl.stat.child.0.fitness-calc.repeats = 500 tdl.stat.child.0.fitness-calc.play-both = true tdl.stat.child.0.fitness-calc.evaluated-randomness = 0.1 tdl.stat.child.0.fitness-calc.evaluator-randomness = 0.1 tdl.stat.child.0.frequency = 40000