org.encog.ml.ea.score.parallel
Class ParallelScoreTask

java.lang.Object
  extended by org.encog.ml.ea.score.parallel.ParallelScoreTask
All Implemented Interfaces:
Runnable

public class ParallelScoreTask
extends Object
implements Runnable

An individual threadable task for the parallel score calculation.


Constructor Summary
ParallelScoreTask(Genome genome, ParallelScore theOwner)
          Construct the parallel task.
 
Method Summary
 void run()
          Perform the task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParallelScoreTask

public ParallelScoreTask(Genome genome,
                         ParallelScore theOwner)
Construct the parallel task.

Parameters:
genome - The genome.
theOwner - The owner.
Method Detail

run

public void run()
Perform the task.

Specified by:
run in interface Runnable


Copyright © 2014. All Rights Reserved.