public enum EMOEAFrameworkAlgorithmName extends java.lang.Enum<EMOEAFrameworkAlgorithmName>
| Enum Constant and Description |
|---|
CMA_ES |
DBEA |
DE |
EMOEA |
ENSGAII |
ES |
GA |
GDE3 |
IBEA |
MOEAD |
MSOPS |
NSGAII |
NSGAIII |
OMOPSO |
PAES |
PESA2 |
RANDOM |
RVEA |
SMPSO |
SMS_EMOA |
SPEA2 |
VEGA |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static EMOEAFrameworkAlgorithmName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EMOEAFrameworkAlgorithmName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMOEAFrameworkAlgorithmName CMA_ES
public static final EMOEAFrameworkAlgorithmName DBEA
public static final EMOEAFrameworkAlgorithmName EMOEA
public static final EMOEAFrameworkAlgorithmName ENSGAII
public static final EMOEAFrameworkAlgorithmName GDE3
public static final EMOEAFrameworkAlgorithmName IBEA
public static final EMOEAFrameworkAlgorithmName MOEAD
public static final EMOEAFrameworkAlgorithmName MSOPS
public static final EMOEAFrameworkAlgorithmName NSGAII
public static final EMOEAFrameworkAlgorithmName NSGAIII
public static final EMOEAFrameworkAlgorithmName OMOPSO
public static final EMOEAFrameworkAlgorithmName PAES
public static final EMOEAFrameworkAlgorithmName PESA2
public static final EMOEAFrameworkAlgorithmName RANDOM
public static final EMOEAFrameworkAlgorithmName RVEA
public static final EMOEAFrameworkAlgorithmName SMPSO
public static final EMOEAFrameworkAlgorithmName SMS_EMOA
public static final EMOEAFrameworkAlgorithmName SPEA2
public static final EMOEAFrameworkAlgorithmName VEGA
public static final EMOEAFrameworkAlgorithmName GA
public static final EMOEAFrameworkAlgorithmName ES
public static final EMOEAFrameworkAlgorithmName DE
public static EMOEAFrameworkAlgorithmName[] values()
for (EMOEAFrameworkAlgorithmName c : EMOEAFrameworkAlgorithmName.values()) System.out.println(c);
public static EMOEAFrameworkAlgorithmName valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<EMOEAFrameworkAlgorithmName>