Cosmetics

This commit is contained in:
Marcel Kronfeld
2007-12-17 14:05:52 +00:00
parent 25a28fd957
commit 1e8b14b0f1
8 changed files with 27 additions and 12 deletions

View File

@@ -172,7 +172,7 @@ public class PopulationBasedIncrementalLearning implements InterfaceOptimizer, j
* @return description
*/
public String globalInfo() {
return "The Population based incremental learing is based on a statistical distribution of bit positions.";
return "The Population based incremental learning is based on a statistical distribution of bit positions. Please note: This optimizer requires a binary genotype!";
}
/** This method will return a naming String
* @return The name of the algorithm