Package jline.bench.lqn
Class BenchLQN_NC
java.lang.Object
jline.bench.lqn.BenchLQN_NC
LQN benchmark using NC solver (Normalizing Constant)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNC solver factory for LQN benchmarks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method for testingstatic voidrunAll()Run all LQN benchmarks with NC solverstatic voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with NC solverstatic booleanRun a single LQN model with NC solver
-
Constructor Details
-
BenchLQN_NC
public BenchLQN_NC()
-
-
Method Details
-
runModel
Run a single LQN model with NC solver -
runConfiguration
public static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with NC solver -
runAll
public static void runAll()Run all LQN benchmarks with NC solver -
main
Main method for testing
-