Uses of Class
org.hipparchus.optim.LocalizedOptimFormats
-
Packages that use LocalizedOptimFormats Package Description org.hipparchus.optim Generally, optimizers are algorithms that will eitherminimize
ormaximize
a scalar function, called theobjective function
. -
-
Uses of LocalizedOptimFormats in org.hipparchus.optim
Methods in org.hipparchus.optim that return LocalizedOptimFormats Modifier and Type Method Description static LocalizedOptimFormats
LocalizedOptimFormats. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocalizedOptimFormats[]
LocalizedOptimFormats. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-