Uses of Enum
org.hipparchus.optim.LocalizedOptimFormats
Packages that use 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
Methods in org.hipparchus.optim that return LocalizedOptimFormatsModifier and TypeMethodDescriptionstatic LocalizedOptimFormatsReturns 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.