org.encog.ml.ea.score.parallel
Class ParallelScoreTask
java.lang.Object
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.
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 |
ParallelScoreTask
public ParallelScoreTask(Genome genome,
ParallelScore theOwner)
- Construct the parallel task.
- Parameters:
genome
- The genome.theOwner
- The owner.
run
public void run()
- Perform the task.
- Specified by:
run
in interface Runnable
Copyright © 2014. All Rights Reserved.