Class BenchLQN_Default

  • All Implemented Interfaces:

    
    public class BenchLQN_Default
    
                        

    LQN benchmark using Default solver configuration

    • 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) Run a single LQN model with Default solver
      static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with Default solver
      static void runAll() Run all LQN benchmarks with Default solver
      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

      • BenchLQN_Default

        BenchLQN_Default()
    • Method Detail

      • runModel

         static boolean runModel(String modelPath)

        Run a single LQN model with Default solver

      • runConfiguration

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

        Run benchmarks for a specific configuration with Default solver

      • runAll

         static void runAll()

        Run all LQN benchmarks with Default solver