Class NQueenProblemTest

  • All Implemented Interfaces:
    net.splitcells.dem.testing.TestSuite

    public class NQueenProblemTest
    extends net.splitcells.dem.testing.TestSuiteI
    TODO Clean up this.
    • Constructor Detail

      • NQueenProblemTest

        public NQueenProblemTest()
    • Method Detail

      • test_8_queen_problem_with_rolling_the_dice

        @Tag("testing_capabilities")
        @Test
        public void test_8_queen_problem_with_rolling_the_dice()
      • test_8_queen_problem_with_repair

        @Tag("testing_capabilities")
        @Test
        public void test_8_queen_problem_with_repair()
      • test_8_queen_problem_with_backtracking

        @Tag("testing_capabilities")
        @Test
        public void test_8_queen_problem_with_backtracking()
      • test_8_queen_problem_with_annealing_hill_climber

        @Disabled
        @Tag("testing_capabilities")
        @Test
        public void test_8_queen_problem_with_annealing_hill_climber()
        TODO