org.encog.ml.fitness
Class ZeroEvalScoreFunction
java.lang.Object
org.encog.ml.fitness.ZeroEvalScoreFunction
- All Implemented Interfaces:
- Serializable, CalculateScore
public class ZeroEvalScoreFunction
- extends Object
- implements CalculateScore, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZeroEvalScoreFunction
public ZeroEvalScoreFunction()
calculateScore
public double calculateScore(MLMethod genome)
- Description copied from interface:
CalculateScore
- Calculate this network's score.
- Specified by:
calculateScore
in interface CalculateScore
- Returns:
- The score.
requireSingleThreaded
public boolean requireSingleThreaded()
- Specified by:
requireSingleThreaded
in interface CalculateScore
- Returns:
- True, if this score function cannot be done in parallel.
shouldMinimize
public boolean shouldMinimize()
- Specified by:
shouldMinimize
in interface CalculateScore
- Returns:
- True if the goal is to minimize the score.
Copyright © 2013. All Rights Reserved.