Ignore:
Timestamp:
01/26/10 15:27:17 (14 years ago)
Author:
mszubert
Message:

Population initialization parametrized - getSimplest macro is called with an appropriate additional parameter specifying initialization type.

File:
1 edited

Legend:

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

    r55 r57  
    2424pop.subpop.1    = ec.Subpopulation
    2525
    26 pop.subpop.0.size         = 8
    27 pop.subpop.1.size         = 8
     26pop.subpop.0.size         = 1
     27pop.subpop.1.size         = 1
    2828pop.subpop.0.duplicate-retries  = 0
    2929pop.subpop.1.duplicate-retries  = 0
     
    3434pop.subpop.0.species.crossover-prob = 1.0
    3535pop.subpop.0.species.mutation-prob  = 0.1
     36pop.subpop.0.species.ind.init-type      = 2
    3637
    3738pop.subpop.1.species            = framsticks.FramsticksSpecies
     
    4041pop.subpop.1.species.crossover-prob = 1.0
    4142pop.subpop.1.species.mutation-prob  = 0.1
     43pop.subpop.1.species.ind.init-type      = 1
    4244
    4345pop.subpop.0.species.pipe                   = framsticks.FramsticksMutationPipeline
Note: See TracChangeset for help on using the changeset viewer.