Class AgentsTasksTest
java.lang.Object
topics.backtracking.agents.AgentsTasksTest
Validation Suite for Backtracking Agent Assignment
Proves that Backtracking exhaustively finds the true mathematical optimum that Greedy heuristics missed.
- Author:
- vicegd
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AgentsTasksTest
AgentsTasksTest()
-
-
Method Details
-
setup
@BeforeAll static void setup() -
shouldFindGlobalOptimum
@Test @DisplayName("Should find the absolute minimum cost guaranteed via exhaustive search") void shouldFindGlobalOptimum()
-