Uses of Class
com.bayesserver.learning.structure.ScoreMethod
-
Packages that use ScoreMethod Package Description com.bayesserver.learning.structure -
-
Uses of ScoreMethod in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return ScoreMethod Modifier and Type Method Description ScoreMethod
SearchStructuralLearningOptions. getScoreMethod()
Gets the scoring method used to evaluate search moves.static ScoreMethod
ScoreMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScoreMethod[]
ScoreMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.learning.structure with parameters of type ScoreMethod Modifier and Type Method Description void
SearchStructuralLearningOptions. setScoreMethod(ScoreMethod value)
Sets the scoring method used to evaluate search moves.
-