Missing statics (from MK rev. 488)

This commit is contained in:
Marcel Kronfeld
2010-03-05 09:12:34 +00:00
parent c99335c3e9
commit efe451de4c
6 changed files with 6 additions and 6 deletions

View File

@@ -682,7 +682,7 @@ public class MutateESRankMuCMA implements InterfaceMutationGenerational, Seriali
return "Rank-Mu-CMA-Mutator";
}
public String globalInfo() {
public static String globalInfo() {
return "The CMA mutator scheme with static cov. matrix, rank-mu update and weighted recombination.";
}

View File

@@ -890,7 +890,7 @@ public class ClusterBasedNichingEA implements InterfacePopulationChangedEventLis
/** This method returns a global info string
* @return description
*/
public String globalInfo() {
public static String globalInfo() {
return "This is a versatile species based niching EA method.";
}
/** This method will return a naming String