Package jline.bench.lqn
Class BenchLQN_Custom
-
- All Implemented Interfaces:
public class BenchLQN_Custom
LQN benchmark using Custom solver configurations with various parameters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
BenchLQN_Custom.CustomSolverFactory
Custom solver factory with configurable parameters
-
Constructor Summary
Constructors Constructor Description BenchLQN_Custom()
-
Method Summary
Modifier and Type Method Description static boolean
runModel(String modelPath, SolverType solverType, double tolerance, int maxIterations)
Run a single LQN model with Custom solver configuration static void
runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
Run benchmarks for a specific configuration with Custom solver static void
runAll()
Run all LQN benchmarks with Custom solver static void
main(Array<String> args)
Main method for testing -
-
Method Detail
-
runModel
static boolean runModel(String modelPath, SolverType solverType, double tolerance, int maxIterations)
Run a single LQN model with Custom solver configuration
-
runConfiguration
static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
Run benchmarks for a specific configuration with Custom solver
-
runAll
static void runAll()
Run all LQN benchmarks with Custom solver
-
-
-
-