ec.simple
Class SimpleFinisher
- java.lang.Object
-
- ec.Finisher
-
- ec.simple.SimpleFinisher
-
public class SimpleFinisher extends Finisher
SimpleFinisher is a default Finisher which doesn't do anything. Most application's don't need Finisher facilities, so this version will work fine.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SimpleFinisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidfinishPopulation(EvolutionState state, int result)Doesn't do anything.voidsetup(EvolutionState state, Parameter base)Sets up the object by reading it from the parameters stored in state, built off of the parameter base base.
-
-
-
Method Detail
-
setup
public void setup(EvolutionState state, Parameter base)
Description copied from interface:SetupSets up the object by reading it from the parameters stored in state, built off of the parameter base base. If an ancestor implements this method, be sure to call super.setup(state,base); before you do anything else.
-
finishPopulation
public void finishPopulation(EvolutionState state, int result)
Doesn't do anything.- Specified by:
finishPopulationin classFinisher
-
-
DMelt 3.0 © DataMelt by jWork.ORG