Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKBJavaConnector/ECJClient/src/ec/steadystate/SteadyStateExchangerForm.java @ 10207

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

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

File size: 807 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
8package ec.steadystate;
9
10/*
11 * SteadyStateExchangerForm
12 *
13 * Created: Tue Aug 10 21:59:17 1999
14 * By: Sean Luke
15 */
16
17/**
18 * The SteadyStateExchangerForm is a badge which Exchanger subclasses
19 * may wear if they work properly with the SteadyStateEvolutionState
20 * mechanism.  The basic thing such classes must remember to do is:
21 * Remember to call state.breeder.individualsReplaced(...) if
22 * you modify or replace any individuals in a subpopulation.  Also,
23 * realize that any individuals you exchange in will not be checked
24 * to see if they're the ideal individual
25 * @author Sean Luke
26 * @version 1.0
27 */
28
29public interface SteadyStateExchangerForm
30    {
31    }
Note: See TracBrowser for help on using the repository browser.