Class BenchLQN_Custom

java.lang.Object
jline.bench.lqn.BenchLQN_Custom

public class BenchLQN_Custom extends Object
LQN benchmark using Custom solver configurations with various parameters
  • 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

      public static void main(String[] args)
      Main method for testing