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.params

    r54 r55  
    55# The parameters that were laid out in Tutorial 1 (see the documentation)
    66
    7 verbosity       = 0
     7verbosity = 0
    88
    9 breedthreads    = 1
    10 evalthreads     = 1
    11 seed.0          = 4357
     9breedthreads  = 1
     10evalthreads   = 1
     11seed.0        = 4357
    1212
    13 state           = ec.simple.SimpleEvolutionState
     13state   = ec.simple.SimpleEvolutionState
    1414
    15 pop             = ec.Population
    16 init            = ec.simple.SimpleInitializer
    17 finish          = ec.simple.SimpleFinisher
    18 breed           = ec.simple.SimpleBreeder
    19 eval            = ec.simple.SimpleEvaluator
    20 stat            = ec.simple.SimpleStatistics
    21 exch            = ec.simple.SimpleExchanger
     15pop     = ec.Population
     16init    = ec.simple.SimpleInitializer
     17finish  = ec.simple.SimpleFinisher
     18breed   = ec.simple.SimpleBreeder
     19eval    = ec.simple.SimpleEvaluator
     20stat    = ec.simple.SimpleStatistics
     21exch    = ec.simple.SimpleExchanger
    2222
    23 generations             = 200
    24 quit-on-run-complete    = true
    25 checkpoint              = false
    26 prefix                  = ec
    27 checkpoint-modulo       = 1
     23generations   = 200
     24quit-on-run-complete  = true
     25checkpoint    = false
     26prefix        = ec
     27checkpoint-modulo = 1
    2828
    29 stat.file               = $out.stat
     29stat.file = $out.stat
    3030
    31 pop.subpops             = 1
    32 pop.subpop.0            = ec.Subpopulation
     31pop.subpops   = 1
     32pop.subpop.0  = ec.Subpopulation
    3333
    34 pop.subpop.0.size               = 15
    35 pop.subpop.0.duplicate-retries  = 0
    36 pop.subpop.0.species            = framsticks.FramsticksSpecies
     34pop.subpop.0.size               = 15
     35pop.subpop.0.duplicate-retries  = 0
     36pop.subpop.0.species            = framsticks.FramsticksSpecies
    3737
    38 pop.subpop.0.species.fitness    = ec.simple.SimpleFitness
    39 pop.subpop.0.species.ind        = framsticks.FramsticksIndividual
     38pop.subpop.0.species.fitness  = ec.simple.SimpleFitness
     39pop.subpop.0.species.ind      = framsticks.FramsticksIndividual
    4040
    41 pop.subpop.0.species.crossover-prob     = 1.0
    42 pop.subpop.0.species.mutation-prob      = 0.1
     41pop.subpop.0.species.crossover-prob = 1.0
     42pop.subpop.0.species.mutation-prob  = 0.1
    4343
    44 pop.subpop.0.species.pipe                       = framsticks.FramsticksMutationPipeline
    45 pop.subpop.0.species.pipe.source.0              = framsticks.FramsticksCrossoverPipeline
    46 pop.subpop.0.species.pipe.source.0.source.0     = ec.select.TournamentSelection
    47 pop.subpop.0.species.pipe.source.0.source.1     = ec.select.TournamentSelection
     44pop.subpop.0.species.pipe                   = framsticks.FramsticksMutationPipeline
     45pop.subpop.0.species.pipe.source.0          = framsticks.FramsticksCrossoverPipeline
     46pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
     47pop.subpop.0.species.pipe.source.0.source.1 = ec.select.TournamentSelection
    4848
    49 select.tournament.size          = 2
     49select.tournament.size = 2
    5050
    51 eval.problem            = framsticks.FramsticksEvolutionProblem
     51eval.problem = framsticks.FramsticksEvolutionProblem
    5252
    5353breed.elite.0 = 2
Note: See TracChangeset for help on using the changeset viewer.