Last change
on this file since 10216 was
6152,
checked in by bfarka, 14 years ago
|
added ecj and custom statistics to communicate with the okb services #1441
|
File size:
642 bytes
|
Line | |
---|
1 | /*
|
---|
2 | Copyright 2006 by Sean Luke
|
---|
3 | Licensed under the Academic Free License version 3.0
|
---|
4 | See the file "LICENSE" for more information
|
---|
5 | */
|
---|
6 |
|
---|
7 |
|
---|
8 | package ec.app.ant.func;
|
---|
9 | import ec.*;
|
---|
10 | import ec.gp.*;
|
---|
11 |
|
---|
12 | /*
|
---|
13 | * EvalPrint.java
|
---|
14 | *
|
---|
15 | * Created: Wed Nov 17 14:28:22 1999
|
---|
16 | * By: Sean Luke
|
---|
17 | */
|
---|
18 |
|
---|
19 | /**
|
---|
20 | * @author Sean Luke
|
---|
21 | * @version 1.0
|
---|
22 | */
|
---|
23 |
|
---|
24 | public interface EvalPrint
|
---|
25 | {
|
---|
26 | public void evalPrint(final EvolutionState state,
|
---|
27 | final int thread,
|
---|
28 | final GPData input,
|
---|
29 | final ADFStack stack,
|
---|
30 | final GPIndividual individual,
|
---|
31 | final Problem problem,
|
---|
32 | final int[][] map2 );
|
---|
33 |
|
---|
34 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.