Package jline.bench.lqn
Class SimpleLQNBenchmark
-
- All Implemented Interfaces:
public class SimpleLQNBenchmarkSimplified LQN benchmark implementation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSimpleLQNBenchmark.BenchmarkSolverFactoryCustom solver factory for LQN benchmarks
-
Constructor Summary
Constructors Constructor Description SimpleLQNBenchmark()
-
Method Summary
Modifier and Type Method Description static booleanrunModel(String modelPath, SolverType solverType)Run a single LQN model with a specific solver static voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)Run benchmarks for a specific configuration static voidrunAll()Run all LQN benchmarks static voidmain(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
-
-
-
-