Package jline.bench.lqn
Class SimpleLQNBenchmark
java.lang.Object
jline.bench.lqn.SimpleLQNBenchmark
Simplified LQN benchmark implementation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCustom solver factory for LQN benchmarks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method for testingstatic voidrunAll()Run all LQN benchmarksstatic voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configurationstatic booleanrunModel(String modelPath, SolverType solverType) Run a single LQN model with a specific solver
-
Constructor Details
-
SimpleLQNBenchmark
public SimpleLQNBenchmark()
-
-
Method Details
-
runModel
Run a single LQN model with a specific solver -
runConfiguration
public static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration -
runAll
public static void runAll()Run all LQN benchmarks -
main
Main method for testing
-