Ignore:
Timestamp:
01/24/10 12:06:46 (14 years ago)
Author:
Maciej Komosinski
Message:

renamed parameter files

File:
1 moved

Legend:

Unmodified
Added
Removed
  • java/ecj/framsticks/frams_coevolution.params

    r54 r55  
    1 verbosity       = 0
     1verbosity = 0
    22
    3 breedthreads    = 1
    4 evalthreads     = 1
    5 seed.0          = 4357
     3breedthreads  = 1
     4evalthreads   = 1
     5seed.0        = 4357
    66
    7 pop                     = ec.Population
    8 state           = ec.simple.SimpleEvolutionState
    9 init            = ec.simple.SimpleInitializer
    10 finish          = ec.simple.SimpleFinisher
    11 breed           = ec.simple.SimpleBreeder
    12 stat            = ec.simple.SimpleStatistics
    13 exch            = ec.simple.SimpleExchanger
    14 eval            = cecj.eval.TournamentCoevolutionaryEvaluator
     7pop     = ec.Population
     8state   = ec.simple.SimpleEvolutionState
     9init    = ec.simple.SimpleInitializer
     10finish  = ec.simple.SimpleFinisher
     11breed   = ec.simple.SimpleBreeder
     12stat    = ec.simple.SimpleStatistics
     13exch    = ec.simple.SimpleExchanger
     14eval    = cecj.eval.TournamentCoevolutionaryEvaluator
    1515
    16 generations             = 200
    17 quit-on-run-complete    = true
    18 checkpoint              = false
    19 prefix                  = ec
    20 checkpoint-modulo       = 1
     16generations   = 200
     17quit-on-run-complete  = true
     18checkpoint        = false
     19prefix            = ec
     20checkpoint-modulo = 1
    2121
    22 pop.subpops             = 1
    23 pop.subpop.0            = ec.Subpopulation
    24 pop.subpop.0.size               = 8
    25 pop.subpop.0.duplicate-retries  = 0
     22pop.subpops                     = 1
     23pop.subpop.0                    = ec.Subpopulation
     24pop.subpop.0.size               = 8
     25pop.subpop.0.duplicate-retries  = 0
    2626
    27 pop.subpop.0.species            = framsticks.FramsticksSpecies
    28 pop.subpop.0.species.ind        = framsticks.FramsticksIndividual
    29 pop.subpop.0.species.fitness    = ec.simple.SimpleFitness
    30 pop.subpop.0.species.crossover-prob     = 1.0
    31 pop.subpop.0.species.mutation-prob      = 0.1
     27pop.subpop.0.species          = framsticks.FramsticksSpecies
     28pop.subpop.0.species.ind      = framsticks.FramsticksIndividual
     29pop.subpop.0.species.fitness  = ec.simple.SimpleFitness
     30pop.subpop.0.species.crossover-prob = 1.0
     31pop.subpop.0.species.mutation-prob  = 0.1
    3232
    33 pop.subpop.0.species.pipe                       = framsticks.FramsticksMutationPipeline
    34 pop.subpop.0.species.pipe.source.0              = framsticks.FramsticksCrossoverPipeline
    35 pop.subpop.0.species.pipe.source.0.source.0     = ec.select.TournamentSelection
    36 pop.subpop.0.species.pipe.source.0.source.1     = ec.select.TournamentSelection
     33pop.subpop.0.species.pipe                   = framsticks.FramsticksMutationPipeline
     34pop.subpop.0.species.pipe.source.0          = framsticks.FramsticksCrossoverPipeline
     35pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
     36pop.subpop.0.species.pipe.source.0.source.1 = ec.select.TournamentSelection
    3737
    38 select.tournament.size          = 2
     38select.tournament.size = 2
    3939
    4040eval.problem = framsticks.FramsticksCoevolutionaryProblem
     
    4242breed.elite.0 = 2
    4343
    44 stat.file               = $out.stat
     44stat.file = $out.stat
    4545
    4646framsticks.directory-path = C:/Framsticks/
Note: See TracChangeset for help on using the changeset viewer.