Package jline.bench.lqn
Class BenchLQN_SRVN
java.lang.Object
jline.bench.lqn.BenchLQN_SRVN
LQN benchmark using SRVN solver (Stochastic Rendezvous Networks)
Note: Uses JMT as a proxy since native SRVN is external
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSRVN-style solver factory for LQN benchmarks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method for testingstatic voidrunAll()Run all LQN benchmarks with SRVN solverstatic voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with SRVN solverstatic booleanRun a single LQN model with SRVN solver
-
Constructor Details
-
BenchLQN_SRVN
public BenchLQN_SRVN()
-
-
Method Details
-
runModel
Run a single LQN model with SRVN solver -
runConfiguration
public static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with SRVN solver -
runAll
public static void runAll()Run all LQN benchmarks with SRVN solver -
main
Main method for testing
-