Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/app/moosuite/unconstrained-f3.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: 466 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 = moosuite.params
6
7eval.problem.type = unconstrained-f3
8pop.subpop.0.species.min-gene = -20
9pop.subpop.0.species.max-gene = 20
10pop.subpop.0.species.genome-size = 2
11pop.subpop.0.species.mutation-prob = 0.5
12
13#Srinivas & Deb uses a bit string representation with 15 bits per variable (30bit genome).
Note: See TracBrowser for help on using the repository browser.