This commit is contained in:
Michael de Paly 2010-02-02 16:22:20 +00:00
parent 5d0d441812
commit 7fc968ae34

View File

@ -1,6 +1,6 @@
package eva2.server.go.enums;
public enum DETypeEnum {
DE1_Rand_1, DE2_CurrentToBest, DE_Best_2, TrigonometricDE;
DE1_Rand_1, DE2_CurrentToBest, DE_Best_2, TrigonometricDE,DE_CurrentToRand;
//", "DE2 - DE/current-to-best/1", "DE/best/2", "Trigonometric DE"};
}