Changeset 55


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

renamed parameter files

Location:
java/ecj/framsticks
Files:
5 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
  • java/ecj/framsticks/frams.slave.params

    r54 r55  
    2929
    3030
    31 # The slave needs to know where the Master is.  You need to
    32 # change this.
     31# The slave needs to know where the Master is.  You need to change this.
    3332eval.master.host = 127.0.0.1
     33
  • 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/
  • java/ecj/framsticks/frams_coevolution2.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.SimpleCoevolutionaryEvaluator
     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.SimpleCoevolutionaryEvaluator
    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                     = 2
    23 pop.subpop.0            = ec.Subpopulation
    24 pop.subpop.1            = ec.Subpopulation
     22pop.subpops     = 2
     23pop.subpop.0    = ec.Subpopulation
     24pop.subpop.1    = ec.Subpopulation
    2525
    26 pop.subpop.0.size                               = 8
    27 pop.subpop.1.size                               = 8
    28 pop.subpop.0.duplicate-retries  = 0
    29 pop.subpop.1.duplicate-retries  = 0
     26pop.subpop.0.size         = 8
     27pop.subpop.1.size         = 8
     28pop.subpop.0.duplicate-retries  = 0
     29pop.subpop.1.duplicate-retries  = 0
    3030
    31 pop.subpop.0.species                            = framsticks.FramsticksSpecies
    32 pop.subpop.0.species.ind                        = framsticks.FramsticksIndividual
    33 pop.subpop.0.species.fitness            = ec.simple.SimpleFitness
    34 pop.subpop.0.species.crossover-prob     = 1.0
    35 pop.subpop.0.species.mutation-prob      = 0.1
     31pop.subpop.0.species            = framsticks.FramsticksSpecies
     32pop.subpop.0.species.ind        = framsticks.FramsticksIndividual
     33pop.subpop.0.species.fitness    = ec.simple.SimpleFitness
     34pop.subpop.0.species.crossover-prob = 1.0
     35pop.subpop.0.species.mutation-prob  = 0.1
    3636
    37 pop.subpop.1.species                            = framsticks.FramsticksSpecies
    38 pop.subpop.1.species.ind                        = framsticks.FramsticksIndividual
    39 pop.subpop.1.species.fitness            = ec.simple.SimpleFitness
    40 pop.subpop.1.species.crossover-prob     = 1.0
    41 pop.subpop.1.species.mutation-prob      = 0.1
     37pop.subpop.1.species            = framsticks.FramsticksSpecies
     38pop.subpop.1.species.ind        = framsticks.FramsticksIndividual
     39pop.subpop.1.species.fitness    = ec.simple.SimpleFitness
     40pop.subpop.1.species.crossover-prob = 1.0
     41pop.subpop.1.species.mutation-prob  = 0.1
    4242
    43 pop.subpop.0.species.pipe                                       = framsticks.FramsticksMutationPipeline
    44 pop.subpop.0.species.pipe.source.0                      = framsticks.FramsticksCrossoverPipeline
    45 pop.subpop.0.species.pipe.source.0.source.0     = ec.select.TournamentSelection
    46 pop.subpop.0.species.pipe.source.0.source.1     = ec.select.TournamentSelection
     43pop.subpop.0.species.pipe                   = framsticks.FramsticksMutationPipeline
     44pop.subpop.0.species.pipe.source.0          = framsticks.FramsticksCrossoverPipeline
     45pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
     46pop.subpop.0.species.pipe.source.0.source.1 = ec.select.TournamentSelection
    4747
    48 pop.subpop.1.species.pipe                       = framsticks.FramsticksMutationPipeline
    49 pop.subpop.1.species.pipe.source.0      = ec.select.FitProportionateSelection
     48pop.subpop.1.species.pipe           = framsticks.FramsticksMutationPipeline
     49pop.subpop.1.species.pipe.source.0  = ec.select.FitProportionateSelection
    5050
    51 select.tournament.size          = 2
     51select.tournament.size = 2
    5252
    53 eval.problem                                    = framsticks.FramsticksCoevolutionaryProblem
    54 eval.interaction-scheme                 = cecj.interaction.InterPopulationInteractionScheme
    55 eval.subpop.0.sampling-method   = cecj.sampling.AllSamplingMethod
    56 eval.subpop.0.fitness-method    = cecj.fitness.SimpleSumFitness
    57 eval.subpop.1.sampling-method   = cecj.sampling.AllSamplingMethod
    58 eval.subpop.1.fitness-method    = cecj.fitness.SimpleSumFitness
     53eval.problem                  = framsticks.FramsticksCoevolutionaryProblem
     54eval.interaction-scheme       = cecj.interaction.InterPopulationInteractionScheme
     55eval.subpop.0.sampling-method = cecj.sampling.AllSamplingMethod
     56eval.subpop.0.fitness-method  = cecj.fitness.SimpleSumFitness
     57eval.subpop.1.sampling-method = cecj.sampling.AllSamplingMethod
     58eval.subpop.1.fitness-method  = cecj.fitness.SimpleSumFitness
    5959
    6060breed.elite.0 = 2
    6161
    62 stat.file               = $out.stat
     62stat.file = $out.stat
    6363
    6464framsticks.directory-path = C:/Framsticks/
    6565framsticks.scripts-output = C:/Framsticks/scripts_output/genosEval.txt
    66 framsticks.settings-file = C:/Framsticks/maze1.sim
     66framsticks.settings-file  = C:/Framsticks/maze1.sim
    6767framsticks.working-directory = C:/Framsticks/
    6868framsticks.expdef = standard-eval
Note: See TracChangeset for help on using the changeset viewer.