Class SimpleLQNBenchmark

  • All Implemented Interfaces:

    
    public class SimpleLQNBenchmark
    
                        

    Simplified LQN benchmark implementation

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static boolean runModel(String modelPath, SolverType solverType) Run a single LQN model with a specific solver
      static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration
      static void runAll() Run all LQN benchmarks
      static void main(Array<String> args) Main method for testing
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleLQNBenchmark

        SimpleLQNBenchmark()
    • Method Detail

      • runModel

         static boolean runModel(String modelPath, SolverType solverType)

        Run a single LQN model with a specific solver

      • runConfiguration

         static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath)

        Run benchmarks for a specific configuration

      • runAll

         static void runAll()

        Run all LQN benchmarks