Package jline.bench.lqn
Class BenchLQN_Custom
java.lang.Object
jline.bench.lqn.BenchLQN_Custom
LQN benchmark using Custom solver configurations with various parameters
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCustom solver factory with configurable parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMain method for testingstatic voidrunAll()Run all LQN benchmarks with Custom solverstatic voidrunConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with Custom solverstatic booleanrunModel(String modelPath, SolverType solverType, double tolerance, int maxIterations) Run a single LQN model with Custom solver configuration
-
Constructor Details
-
BenchLQN_Custom
public BenchLQN_Custom()
-
-
Method Details
-
runModel
public static boolean runModel(String modelPath, SolverType solverType, double tolerance, int maxIterations) Run a single LQN model with Custom solver configuration -
runConfiguration
public static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with Custom solver -
runAll
public static void runAll()Run all LQN benchmarks with Custom solver -
main
Main method for testing
-