Class AgentsTasksDifferentSizesTimes

java.lang.Object
topics.greedy.agents.AgentsTasksDifferentSizesTimes

public class AgentsTasksDifferentSizesTimes extends Object

Empirical Runtime Analysis for Agent Task Assignment

This benchmarking program systematically scales the problem dimensions (N agents and N tasks) to empirically verify the expected quadratic growth O(N²) of the Greedy assignment strategies.

Author:
vicegd
  • Constructor Details

    • AgentsTasksDifferentSizesTimes

      public AgentsTasksDifferentSizesTimes()
  • Method Details

    • main

      public static void main(String[] args)