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");
|
||||
}
|
||||
case 4 -> {
|
||||
BiGpairSEQ.setIntegerWeightScalingAlgorithm();
|
||||
System.out.println("MWM algorithm set to integer weight scaling algorithm of Duan and Su");
|
||||
System.out.println("Scaling integer weight MWM algorithm not yet fully implemented. Sorry.");
|
||||
// BiGpairSEQ.setIntegerWeightScalingAlgorithm();
|
||||
// System.out.println("MWM algorithm set to integer weight scaling algorithm of Duan and Su");
|
||||
backToOptions = true;
|
||||
}
|
||||
case 0 -> backToOptions = true;
|
||||
|
||||
Reference in New Issue
Block a user