Uses of Enum
org.hipparchus.optim.LocalizedOptimFormats
Package
Description
Generally, optimizers are algorithms that will either
minimize
or
maximize
a scalar function, called the
objective
function
.-
Uses of LocalizedOptimFormats in org.hipparchus.optim
Modifier and TypeMethodDescriptionstatic LocalizedOptimFormats
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.