Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

File size: 1.0 KB
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 = ../multiobjective.params
6parent.1 = ../../simple/simple.params
7
8# Be sure to set the multiobjective fitness size as shown in ../multiobjective.params
9# Likewise note tht ../multiobjective.params sets the statistics
10
11# We also use a special version of MultiObjectiveFitness
12pop.subpop.0.species.fitness =        ec.multiobjective.nsga2.NSGA2MultiObjectiveFitness
13
14# We have our own evaluator and breeder
15eval =            ec.multiobjective.nsga2.NSGA2Evaluator
16breed =           ec.multiobjective.nsga2.NSGA2Breeder
17
18# Specify the breeding pipeline as follows
19# pop.subpop.0.species.pipe                   = ec.vector.breed.VectorMutationPipeline
20# pop.subpop.0.species.pipe.source.0          = ec.vector.breed.VectorCrossoverPipeline
21# pop.subpop.0.species.pipe.source.0.source.0 = ec.multiobjective.nsga2.NSGA2TournamentSelection
22# pop.subpop.0.species.pipe.source.0.source.1 = same
Note: See TracBrowser for help on using the repository browser.