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