Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 736 bytes
RevLine 
[6152]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# Simple default parameters for multiobjective fitness
7#
8
9# how many objectives should we have by default?
10# you can also assign this on a per-subpopulation basis
11multi.fitness.num-objectives  = 2
12
13# max and min values of all each objective function
14multi.fitness.max     = 1
15multi.fitness.min     = 0
16
17# override specific max and min values, e.g
18# multi.fitness.max.0   = 1000
19
20# Use a statistics object which dumps the front
21stat =                                          ec.multiobjective.MultiObjectiveStatistics
22stat.front =                                    $front.stat
23
Note: See TracBrowser for help on using the repository browser.