Class BenchLQN_Custom

  • All Implemented Interfaces:

    
    public class BenchLQN_Custom
    
                        

    LQN benchmark using Custom solver configurations with various parameters

    • 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, 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
      • Methods inherited from class java.lang.Object

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

      • BenchLQN_Custom

        BenchLQN_Custom()
    • 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