BOA removed variable "printExtraOutputs" no longer used

This commit is contained in:
Alexander Seitz 2013-01-21 09:24:56 +00:00
parent 2f82ea1f43
commit dbcf20d1e3

View File

@ -79,8 +79,7 @@ public class BOA implements InterfaceOptimizer, java.io.Serializable {
public BOA(int numberOfParents, int popSize, BOAScoringMethods method,
double learningSetRatio, double resampleRatio, String outputFolder,
boolean printExtraOutput, double upperProbLimit,
double lowerProbLimit, boolean printNetworks,
double upperProbLimit, double lowerProbLimit, boolean printNetworks,
boolean printEdgeRate, boolean printMetrics, boolean printTimestamps) {
this.numberOfParents = numberOfParents;
this.PopSize = popSize;