Package jline.bench.lqn
Class SimpleLQNBenchmark
-
- All Implemented Interfaces:
public class SimpleLQNBenchmark
Simplified LQN benchmark implementation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
SimpleLQNBenchmark.BenchmarkSolverFactory
Custom solver factory for LQN benchmarks
-
Constructor Summary
Constructors Constructor Description SimpleLQNBenchmark()
-
Method Summary
Modifier and Type Method Description static boolean
runModel(String modelPath, SolverType solverType)
Run a single LQN model with a specific solver static void
runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
Run benchmarks for a specific configuration static void
runAll()
Run all LQN benchmarks static void
main(Array<String> args)
Main method for testing -
-
Method Detail
-
runModel
static boolean runModel(String modelPath, SolverType solverType)
Run a single LQN model with a specific solver
-
runConfiguration
static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
Run benchmarks for a specific configuration
-
runAll
static void runAll()
Run all LQN benchmarks
-
-
-
-