disable selection of the scaling integer weight MWM algorithm via the interactive interface
This commit is contained in:
@@ -607,8 +607,9 @@ public class InteractiveInterface {
|
|||||||
System.out.println("MWM algorithm set to auction");
|
System.out.println("MWM algorithm set to auction");
|
||||||
}
|
}
|
||||||
case 4 -> {
|
case 4 -> {
|
||||||
BiGpairSEQ.setIntegerWeightScalingAlgorithm();
|
System.out.println("Scaling integer weight MWM algorithm not yet fully implemented. Sorry.");
|
||||||
System.out.println("MWM algorithm set to integer weight scaling algorithm of Duan and Su");
|
// BiGpairSEQ.setIntegerWeightScalingAlgorithm();
|
||||||
|
// System.out.println("MWM algorithm set to integer weight scaling algorithm of Duan and Su");
|
||||||
backToOptions = true;
|
backToOptions = true;
|
||||||
}
|
}
|
||||||
case 0 -> backToOptions = true;
|
case 0 -> backToOptions = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user