Uses of Class
com.gengoai.math.Optimum
-
Packages that use Optimum Package Description com.gengoai.math -
-
Uses of Optimum in com.gengoai.math
Methods in com.gengoai.math that return Optimum Modifier and Type Method Description static Optimum
Optimum. valueOf(String name)
Returns the enum constant of this type with the specified name.static Optimum[]
Optimum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-