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