Minor cosmetics
This commit is contained in:
parent
d70a0b8043
commit
596de67d32
@ -35,7 +35,7 @@ import eva2.tools.math.RNG;
|
|||||||
* Computers and Operations research, vol. 37, no. 11, pp. 1977-1986 (2010)
|
* Computers and Operations research, vol. 37, no. 11, pp. 1977-1986 (2010)
|
||||||
*/
|
*/
|
||||||
public class BinaryScatterSearch implements InterfaceOptimizer, java.io.Serializable, InterfacePopulationChangedEventListener {
|
public class BinaryScatterSearch implements InterfaceOptimizer, java.io.Serializable, InterfacePopulationChangedEventListener {
|
||||||
private static boolean TRACE = true;
|
private static boolean TRACE = false;
|
||||||
transient private InterfacePopulationChangedEventListener m_Listener = null;
|
transient private InterfacePopulationChangedEventListener m_Listener = null;
|
||||||
private String m_Identifier = "BinaryScatterSearch";
|
private String m_Identifier = "BinaryScatterSearch";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user