Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/gp/breed/breed.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: 733 bytes
Line 
1# Copyright 2006 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
5
6#
7# Some basic default values for various breeding stuff
8#
9
10
11gp.breed.internal-xover.tries = 5
12gp.breed.internal-xover.maxdepth = 17
13gp.breed.internal-xover.ns.0 = ec.gp.koza.KozaNodeSelector
14gp.breed.internal-xover.ns.1 = same
15
16gp.breed.rehang.tries = 1
17
18gp.breed.mutate-swap.tries = 1
19
20gp.breed.mutate-all-nodes.ns.0 = ec.gp.koza.KozaNodeSelector
21
22gp.breed.mutate-one-node.ns.0 = ec.gp.koza.KozaNodeSelector
23
24gp.breed.mutate-demote.tries = 1
25gp.breed.mutate-demote.maxdepth = 17
26
27gp.breed.mutate-promote.tries = 1
28
29gp.breed.mutate-erc.ns.0 = ec.gp.koza.KozaNodeSelector
Note: See TracBrowser for help on using the repository browser.