public static enum SnakeOptimizerSingle.EnergyNormalizationMode extends Enum<SnakeOptimizerSingle.EnergyNormalizationMode>
Enum Constant and Description |
---|
NORM_BALANCED_DERIVATIVES
Normalization is done based on energy derivative values.
|
NORM_NONE
No normalization of energies is done.
|
Modifier and Type | Method and Description |
---|---|
static SnakeOptimizerSingle.EnergyNormalizationMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnakeOptimizerSingle.EnergyNormalizationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnakeOptimizerSingle.EnergyNormalizationMode NORM_NONE
public static final SnakeOptimizerSingle.EnergyNormalizationMode NORM_BALANCED_DERIVATIVES
Each energy derivative is scaled to [-1,1].
public static SnakeOptimizerSingle.EnergyNormalizationMode[] values()
for (SnakeOptimizerSingle.EnergyNormalizationMode c : SnakeOptimizerSingle.EnergyNormalizationMode.values()) System.out.println(c);
public static SnakeOptimizerSingle.EnergyNormalizationMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.