org.encog.ml.ea.score
public class EmptyScoreFunction extends Object implements CalculateScore, Serializable
| Constructor and Description |
|---|
EmptyScoreFunction() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculateScore(MLMethod phenotype)
Calculate this network's score.
|
boolean |
requireSingleThreaded() |
boolean |
shouldMinimize() |
public double calculateScore(MLMethod phenotype)
calculateScore in interface CalculateScorephenotype - The ML method.public boolean requireSingleThreaded()
requireSingleThreaded in interface CalculateScorepublic boolean shouldMinimize()
shouldMinimize in interface CalculateScoreCopyright © 2014. All Rights Reserved.