Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/nk/nk.params @ 10677

Last change on this file since 10677 was 6152, checked in by bfarka, 14 years ago

added ecj and custom statistics to communicate with the okb services #1441

File size: 964 bytes
Line 
1# Copyright 2010 by Sean Luke and George Mason University
2# Licensed under the Academic Free License version 3.0
3# See the file "LICENSE" for more information
4
5parent.0 = ../../simple/simple.params
6
7seed.0 = time
8
9pop.subpop.0.species.genome-size = 20
10
11eval.problem = ec.app.nk.NK
12eval.problem.n = 20
13eval.problem.k = 5
14eval.problem.adjacent = true
15
16pop.subpop.0.size = 1000
17generations = 100
18
19pop.subpop.0.species = ec.vector.VectorSpecies
20pop.subpop.0.species.pipe = ec.vector.breed.VectorMutationPipeline
21pop.subpop.0.species.pipe.source.0 = ec.vector.breed.VectorCrossoverPipeline
22pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
23pop.subpop.0.species.pipe.source.0.source.1 = same
24
25pop.subpop.0.species.ind = ec.vector.BitVectorIndividual
26pop.subpop.0.species.fitness = ec.simple.SimpleFitness
27
28select.tournament.size =                2
29pop.subpop.0.species.mutation-prob = 0.05
30pop.subpop.0.species.crossover-type =two 
31
Note: See TracBrowser for help on using the repository browser.