Class BenchLQN_SRVN

  • All Implemented Interfaces:

    
    public class BenchLQN_SRVN
    
                        

    LQN benchmark using SRVN solver (Stochastic Rendezvous Networks) Note: Uses JMT as a proxy since native SRVN is external

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class BenchLQN_SRVN.SRVNSolverFactory

      SRVN-style solver factory for LQN benchmarks

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BenchLQN_SRVN()
    • 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 SRVN solver
      static void runConfiguration(int clients, int layers, int tasks, int processors, String modelsPath) Run benchmarks for a specific configuration with SRVN solver
      static void runAll() Run all LQN benchmarks with SRVN 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_SRVN

        BenchLQN_SRVN()
    • Method Detail

      • runModel

         static boolean runModel(String modelPath)

        Run a single LQN model with SRVN solver

      • runConfiguration

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

        Run benchmarks for a specific configuration with SRVN solver

      • runAll

         static void runAll()

        Run all LQN benchmarks with SRVN solver