public class EmptyScoreFunction extends java.lang.Object implements CalculateScore, java.io.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 CalculateScore