Documentation of 'ec.simple.SimpleFinisher' Java class
SimpleFinisher
ec.simple

Class SimpleFinisher

  • All Implemented Interfaces:
    Setup, Singleton, java.io.Serializable


    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
      void finishPopulation(EvolutionState state, int result)
      Doesn't do anything.
      void setup(EvolutionState state, Parameter base)
      Sets up the object by reading it from the parameters stored in state, built off of the parameter base base.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleFinisher

        public SimpleFinisher()
    • Method Detail

      • setup

        public void setup(EvolutionState state,
                          Parameter base)
        Description copied from interface: Setup
        Sets 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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.