Class SimpleLQNBenchmark

java.lang.Object
jline.bench.lqn.SimpleLQNBenchmark

public class SimpleLQNBenchmark extends Object
Simplified LQN benchmark implementation
  • Constructor Details

    • SimpleLQNBenchmark

      public SimpleLQNBenchmark()
  • Method Details

    • runModel

      public static boolean runModel(String modelPath, SolverType solverType)
      Run a single LQN model with a specific solver
    • runConfiguration

      public static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)
      Run benchmarks for a specific configuration
    • runAll

      public static void runAll()
      Run all LQN benchmarks
    • main

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