Package | Description |
---|---|
org.hipparchus.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function . |
Modifier and Type | Method and 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.
|
Copyright © 2016-2022 CS GROUP. All rights reserved.