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