Documentation of 'org.encog.ml.ea.train.basic.EAWorker' Java class
EAWorker
org.encog.ml.ea.train.basic

Class EAWorker

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Callable<java.lang.Object>


    public class EAWorker
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Object>, java.io.Serializable
    A worker thread for an Evolutionary Algorithm.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      EAWorker(BasicEA theTrain, Species theSpecies)
      Construct the EA worker.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Object call()
      • Methods inherited from class java.lang.Object

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

      • EAWorker

        public EAWorker(BasicEA theTrain,
                        Species theSpecies)
        Construct the EA worker.
        Parameters:
        theTrain - The trainer.
        theSpecies - The species.
    • Method Detail

      • call

        public java.lang.Object call()
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Object>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.