BOA removed variable "printExtraOutputs" no longer used
This commit is contained in:
parent
2f82ea1f43
commit
dbcf20d1e3
@ -79,8 +79,7 @@ public class BOA implements InterfaceOptimizer, java.io.Serializable {
|
|||||||
|
|
||||||
public BOA(int numberOfParents, int popSize, BOAScoringMethods method,
|
public BOA(int numberOfParents, int popSize, BOAScoringMethods method,
|
||||||
double learningSetRatio, double resampleRatio, String outputFolder,
|
double learningSetRatio, double resampleRatio, String outputFolder,
|
||||||
boolean printExtraOutput, double upperProbLimit,
|
double upperProbLimit, double lowerProbLimit, boolean printNetworks,
|
||||||
double lowerProbLimit, boolean printNetworks,
|
|
||||||
boolean printEdgeRate, boolean printMetrics, boolean printTimestamps) {
|
boolean printEdgeRate, boolean printMetrics, boolean printTimestamps) {
|
||||||
this.numberOfParents = numberOfParents;
|
this.numberOfParents = numberOfParents;
|
||||||
this.PopSize = popSize;
|
this.PopSize = popSize;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user