Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/sat/sat.params @ 6152

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

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

File size: 937 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 = 50
10
11eval.problem = ec.app.sat.SAT
12eval.problem.sat-filename = data-1000.cnf
13
14pop.subpop.0.size = 1000
15generations = 100
16
17pop.subpop.0.species = ec.vector.VectorSpecies
18pop.subpop.0.species.pipe = ec.vector.breed.VectorMutationPipeline
19pop.subpop.0.species.pipe.source.0 = ec.vector.breed.VectorCrossoverPipeline
20pop.subpop.0.species.pipe.source.0.source.0 = ec.select.TournamentSelection
21pop.subpop.0.species.pipe.source.0.source.1 = same
22
23pop.subpop.0.species.ind = ec.vector.BitVectorIndividual
24pop.subpop.0.species.fitness = ec.simple.SimpleFitness
25
26select.tournament.size =                2
27pop.subpop.0.species.mutation-prob = 0.05
28pop.subpop.0.species.crossover-type =two 
29
Note: See TracBrowser for help on using the repository browser.