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 CalculateScore
phenotype
- The ML method.public boolean requireSingleThreaded()
requireSingleThreaded
in interface CalculateScore
public boolean shouldMinimize()
shouldMinimize
in interface CalculateScore
Copyright © 2014. All Rights Reserved.