More cosmetics, incremented version number

This commit is contained in:
Marcel Kronfeld
2011-05-05 14:23:02 +00:00
parent 596de67d32
commit a1ff19335a
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ import eva2.tools.math.RNG;
*/
public class BOA implements InterfaceOptimizer, java.io.Serializable {
private static boolean TRACE = true;
private static boolean TRACE = false;
transient private InterfacePopulationChangedEventListener m_Listener = null;
private String m_Identifier = "BOA";