org.encog.ml.ea.score.parallel
Class ParallelScoreTask
- java.lang.Object
-
- org.encog.ml.ea.score.parallel.ParallelScoreTask
-
- All Implemented Interfaces:
- java.lang.Runnable
public class ParallelScoreTask extends java.lang.Object implements java.lang.RunnableAn individual threadable task for the parallel score calculation.
-
-
Constructor Summary
Constructors Constructor and Description ParallelScoreTask(Genome genome, ParallelScore theOwner)Construct the parallel task.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidrun()Perform the task.
-
-
-
Constructor Detail
-
ParallelScoreTask
public ParallelScoreTask(Genome genome, ParallelScore theOwner)
Construct the parallel task.- Parameters:
genome- The genome.theOwner- The owner.
-
-
DMelt 3.0 © DataMelt by jWork.ORG