Uses of Class
com.bayesserver.optimization.ObjectiveKind
-
Packages that use ObjectiveKind Package Description com.bayesserver.optimization -
-
Uses of ObjectiveKind in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return ObjectiveKind Modifier and Type Method Description ObjectiveKind
Objective. getKind()
Gets the kind of optimization to carry out.static ObjectiveKind
ObjectiveKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectiveKind[]
ObjectiveKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.bayesserver.optimization with parameters of type ObjectiveKind Constructor Description Objective(State state, ObjectiveKind kind)
Initializes a new instance of the {@link com.bayesserver.optimization.objective.} class.Objective(State state, ObjectiveKind kind, Double value)
Initializes a new instance of the {@link com.bayesserver.optimization.objective.} class.Objective(Variable variable, ObjectiveKind kind)
Initializes a new instance of the {@link com.bayesserver.optimization.objective.} class.Objective(Variable variable, ObjectiveKind kind, Double value)
Initializes a new instance of the {@link com.bayesserver.optimization.objective.} class.
-