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