diff --git a/examples/pipelines/all_configs/Aalmostarithmeticalprogression_test.json b/examples/pipelines/all_configs/Aalmostarithmeticalprogression_test.json new file mode 100644 index 0000000..1e1aaa3 --- /dev/null +++ b/examples/pipelines/all_configs/Aalmostarithmeticalprogression_test.json @@ -0,0 +1,37 @@ +[ + { + "max_n": 3500, + "min_val": 200, + "max_val": 30000 + }, + { + "max_n": 1000, + "min_val": 100, + "max_val": 100000 + }, + { + "max_n": 1500, + "min_val": 1000, + "max_val": 100000 + }, + { + "max_n": 3000, + "min_val": 1000, + "max_val": 50000 + }, + { + "max_n": 2000, + "min_val": 100, + "max_val": 20000 + }, + { + "max_n": 3000, + "min_val": 500, + "max_val": 50000 + }, + { + "max_n": 3500, + "min_val": 500, + "max_val": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aalmostarithmeticalprogression_train.json b/examples/pipelines/all_configs/Aalmostarithmeticalprogression_train.json new file mode 100644 index 0000000..1e1aaa3 --- /dev/null +++ b/examples/pipelines/all_configs/Aalmostarithmeticalprogression_train.json @@ -0,0 +1,37 @@ +[ + { + "max_n": 3500, + "min_val": 200, + "max_val": 30000 + }, + { + "max_n": 1000, + "min_val": 100, + "max_val": 100000 + }, + { + "max_n": 1500, + "min_val": 1000, + "max_val": 100000 + }, + { + "max_n": 3000, + "min_val": 1000, + "max_val": 50000 + }, + { + "max_n": 2000, + "min_val": 100, + "max_val": 20000 + }, + { + "max_n": 3000, + "min_val": 500, + "max_val": 50000 + }, + { + "max_n": 3500, + "min_val": 500, + "max_val": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Adidyoumean_test.json b/examples/pipelines/all_configs/Adidyoumean_test.json new file mode 100644 index 0000000..b0c04ad --- /dev/null +++ b/examples/pipelines/all_configs/Adidyoumean_test.json @@ -0,0 +1,14 @@ +[ + { + "max_length": 3000 + }, + { + "max_length": 50 + }, + { + "max_length": 100 + }, + { + "max_length": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Adidyoumean_train.json b/examples/pipelines/all_configs/Adidyoumean_train.json new file mode 100644 index 0000000..b0c04ad --- /dev/null +++ b/examples/pipelines/all_configs/Adidyoumean_train.json @@ -0,0 +1,14 @@ +[ + { + "max_length": 3000 + }, + { + "max_length": 50 + }, + { + "max_length": 100 + }, + { + "max_length": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Adimaandstaircase_test.json b/examples/pipelines/all_configs/Adimaandstaircase_test.json new file mode 100644 index 0000000..7a1ad9d --- /dev/null +++ b/examples/pipelines/all_configs/Adimaandstaircase_test.json @@ -0,0 +1,22 @@ +[ + { + "max_stairs": 5, + "max_boxes": 3, + "max_height": 1000000 + }, + { + "max_stairs": 10, + "max_boxes": 5, + "max_height": 10000000 + }, + { + "max_stairs": 20, + "max_boxes": 15, + "max_height": 1000000000 + }, + { + "max_stairs": 25, + "max_boxes": 20, + "max_height": 10000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Adimaandstaircase_train.json b/examples/pipelines/all_configs/Adimaandstaircase_train.json new file mode 100644 index 0000000..7a1ad9d --- /dev/null +++ b/examples/pipelines/all_configs/Adimaandstaircase_train.json @@ -0,0 +1,22 @@ +[ + { + "max_stairs": 5, + "max_boxes": 3, + "max_height": 1000000 + }, + { + "max_stairs": 10, + "max_boxes": 5, + "max_height": 10000000 + }, + { + "max_stairs": 20, + "max_boxes": 15, + "max_height": 1000000000 + }, + { + "max_stairs": 25, + "max_boxes": 20, + "max_height": 10000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Adnaalignment_test.json b/examples/pipelines/all_configs/Adnaalignment_test.json new file mode 100644 index 0000000..9e3c9b1 --- /dev/null +++ b/examples/pipelines/all_configs/Adnaalignment_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "min_n": 1, + "max_n": 100000, + "seed": 111 + }, + { + "n": 1, + "min_n": 1, + "max_n": 100000, + "seed": 42 + }, + { + "n": 3, + "min_n": 1, + "max_n": 100000, + "seed": 789 + }, + { + "n": 2, + "min_n": 1, + "max_n": 100000, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Adnaalignment_train.json b/examples/pipelines/all_configs/Adnaalignment_train.json new file mode 100644 index 0000000..9e3c9b1 --- /dev/null +++ b/examples/pipelines/all_configs/Adnaalignment_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "min_n": 1, + "max_n": 100000, + "seed": 111 + }, + { + "n": 1, + "min_n": 1, + "max_n": 100000, + "seed": 42 + }, + { + "n": 3, + "min_n": 1, + "max_n": 100000, + "seed": 789 + }, + { + "n": 2, + "min_n": 1, + "max_n": 100000, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aexams_test.json b/examples/pipelines/all_configs/Aexams_test.json new file mode 100644 index 0000000..9a0f960 --- /dev/null +++ b/examples/pipelines/all_configs/Aexams_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 10, + "max_n": 20, + "max_ai": 10000000 + }, + { + "min_n": 5, + "max_n": 10, + "max_ai": 1000000 + }, + { + "min_n": 1, + "max_n": 5, + "max_ai": 100000 + }, + { + "min_n": 50, + "max_n": 100, + "max_ai": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aexams_train.json b/examples/pipelines/all_configs/Aexams_train.json new file mode 100644 index 0000000..9a0f960 --- /dev/null +++ b/examples/pipelines/all_configs/Aexams_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 10, + "max_n": 20, + "max_ai": 10000000 + }, + { + "min_n": 5, + "max_n": 10, + "max_ai": 1000000 + }, + { + "min_n": 1, + "max_n": 5, + "max_ai": 100000 + }, + { + "min_n": 50, + "max_n": 100, + "max_ai": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Afoxandnames_test.json b/examples/pipelines/all_configs/Afoxandnames_test.json new file mode 100644 index 0000000..103b2bc --- /dev/null +++ b/examples/pipelines/all_configs/Afoxandnames_test.json @@ -0,0 +1,40 @@ +[ + { + "n": 3, + "names": [ + "cba", + "cdc", + "cde" + ] + }, + { + "n": 5, + "names": [ + "apple", + "banana", + "cherry", + "date", + "elder" + ] + }, + { + "n": 3, + "names": [ + "abc", + "abd", + "abe" + ] + }, + { + "n": 7, + "names": [ + "car", + "care", + "careful", + "carefully", + "becarefuldontforgetsomething", + "otherwiseyouwillbehacked", + "goodluck" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Afoxandnames_train.json b/examples/pipelines/all_configs/Afoxandnames_train.json new file mode 100644 index 0000000..103b2bc --- /dev/null +++ b/examples/pipelines/all_configs/Afoxandnames_train.json @@ -0,0 +1,40 @@ +[ + { + "n": 3, + "names": [ + "cba", + "cdc", + "cde" + ] + }, + { + "n": 5, + "names": [ + "apple", + "banana", + "cherry", + "date", + "elder" + ] + }, + { + "n": 3, + "names": [ + "abc", + "abd", + "abe" + ] + }, + { + "n": 7, + "names": [ + "car", + "care", + "careful", + "carefully", + "becarefuldontforgetsomething", + "otherwiseyouwillbehacked", + "goodluck" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aglasscarving_test.json b/examples/pipelines/all_configs/Aglasscarving_test.json new file mode 100644 index 0000000..18e9c00 --- /dev/null +++ b/examples/pipelines/all_configs/Aglasscarving_test.json @@ -0,0 +1,22 @@ +[ + { + "max_width": 500, + "max_height": 500, + "max_cuts": 50 + }, + { + "max_width": 100, + "max_height": 100, + "max_cuts": 10 + }, + { + "max_width": 5000, + "max_height": 5000, + "max_cuts": 500 + }, + { + "max_width": 2000, + "max_height": 2000, + "max_cuts": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aglasscarving_train.json b/examples/pipelines/all_configs/Aglasscarving_train.json new file mode 100644 index 0000000..18e9c00 --- /dev/null +++ b/examples/pipelines/all_configs/Aglasscarving_train.json @@ -0,0 +1,22 @@ +[ + { + "max_width": 500, + "max_height": 500, + "max_cuts": 50 + }, + { + "max_width": 100, + "max_height": 100, + "max_cuts": 10 + }, + { + "max_width": 5000, + "max_height": 5000, + "max_cuts": 500 + }, + { + "max_width": 2000, + "max_height": 2000, + "max_cuts": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Amessy_test.json b/examples/pipelines/all_configs/Amessy_test.json new file mode 100644 index 0000000..adb91f2 --- /dev/null +++ b/examples/pipelines/all_configs/Amessy_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 6, + "max_n": 50 + }, + { + "min_n": 4, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Amessy_train.json b/examples/pipelines/all_configs/Amessy_train.json new file mode 100644 index 0000000..adb91f2 --- /dev/null +++ b/examples/pipelines/all_configs/Amessy_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 6, + "max_n": 50 + }, + { + "min_n": 4, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Amishaandforest_test.json b/examples/pipelines/all_configs/Amishaandforest_test.json new file mode 100644 index 0000000..c687d1e --- /dev/null +++ b/examples/pipelines/all_configs/Amishaandforest_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "tree_prob": 0.4 + }, + { + "n": 3, + "tree_prob": 0.3 + }, + { + "n": 10, + "tree_prob": 0.25 + }, + { + "n": 7, + "tree_prob": 0.5 + }, + { + "n": 5, + "tree_prob": 0.4 + }, + { + "n": 8, + "tree_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Amishaandforest_train.json b/examples/pipelines/all_configs/Amishaandforest_train.json new file mode 100644 index 0000000..c687d1e --- /dev/null +++ b/examples/pipelines/all_configs/Amishaandforest_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "tree_prob": 0.4 + }, + { + "n": 3, + "tree_prob": 0.3 + }, + { + "n": 10, + "tree_prob": 0.25 + }, + { + "n": 7, + "tree_prob": 0.5 + }, + { + "n": 5, + "tree_prob": 0.4 + }, + { + "n": 8, + "tree_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Amrkitayutathetreasurehunter_test.json b/examples/pipelines/all_configs/Amrkitayutathetreasurehunter_test.json new file mode 100644 index 0000000..5475539 --- /dev/null +++ b/examples/pipelines/all_configs/Amrkitayutathetreasurehunter_test.json @@ -0,0 +1,24 @@ +[ + { + "max_n": 80, + "max_d": 500, + "max_island": 15000 + }, + { + "max_n": 100, + "max_d": 1000 + }, + { + "max_n": 250, + "max_d": 7500, + "max_island": 20000 + }, + { + "max_n": 150, + "max_d": 2000 + }, + { + "max_n": 200, + "max_d": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Amrkitayutathetreasurehunter_train.json b/examples/pipelines/all_configs/Amrkitayutathetreasurehunter_train.json new file mode 100644 index 0000000..5475539 --- /dev/null +++ b/examples/pipelines/all_configs/Amrkitayutathetreasurehunter_train.json @@ -0,0 +1,24 @@ +[ + { + "max_n": 80, + "max_d": 500, + "max_island": 15000 + }, + { + "max_n": 100, + "max_d": 1000 + }, + { + "max_n": 250, + "max_d": 7500, + "max_island": 20000 + }, + { + "max_n": 150, + "max_d": 2000 + }, + { + "max_n": 200, + "max_d": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Apbinary_test.json b/examples/pipelines/all_configs/Apbinary_test.json new file mode 100644 index 0000000..5a14c94 --- /dev/null +++ b/examples/pipelines/all_configs/Apbinary_test.json @@ -0,0 +1,30 @@ +[ + { + "p_min": -50, + "p_max": 50, + "n_min": 1000, + "n_max": 100000, + "edge_case_prob": 0.25 + }, + { + "p_min": -10, + "p_max": 10, + "n_min": 500000, + "n_max": 1000000, + "edge_case_prob": 0.1 + }, + { + "p_min": -100, + "p_max": 100, + "n_min": 1, + "n_max": 100000, + "edge_case_prob": 0.3 + }, + { + "p_min": -500, + "p_max": 500, + "n_min": 100, + "n_max": 1000000, + "edge_case_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Apbinary_train.json b/examples/pipelines/all_configs/Apbinary_train.json new file mode 100644 index 0000000..5a14c94 --- /dev/null +++ b/examples/pipelines/all_configs/Apbinary_train.json @@ -0,0 +1,30 @@ +[ + { + "p_min": -50, + "p_max": 50, + "n_min": 1000, + "n_max": 100000, + "edge_case_prob": 0.25 + }, + { + "p_min": -10, + "p_max": 10, + "n_min": 500000, + "n_max": 1000000, + "edge_case_prob": 0.1 + }, + { + "p_min": -100, + "p_max": 100, + "n_min": 1, + "n_max": 100000, + "edge_case_prob": 0.3 + }, + { + "p_min": -500, + "p_max": 500, + "n_min": 100, + "n_max": 1000000, + "edge_case_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aperformeasily_test.json b/examples/pipelines/all_configs/Aperformeasily_test.json new file mode 100644 index 0000000..80fc7b7 --- /dev/null +++ b/examples/pipelines/all_configs/Aperformeasily_test.json @@ -0,0 +1,50 @@ +[ + { + "a_min": 1, + "a_max": 10, + "b_min": 1, + "b_max": 100, + "n_min": 1, + "n_max": 100 + }, + { + "a_min": 10, + "a_max": 10000, + "b_min": 10, + "b_max": 1000, + "n_min": 10, + "n_max": 1000 + }, + { + "a_min": 1, + "a_max": 1000, + "b_min": 1, + "b_max": 100, + "n_min": 50, + "n_max": 100000 + }, + { + "a_min": 1, + "a_max": 1000, + "b_min": 50, + "b_max": 1000, + "n_min": 1, + "n_max": 1000 + }, + { + "a_min": 5, + "a_max": 50, + "b_min": 5, + "b_max": 50, + "n_min": 5, + "n_max": 50 + }, + { + "a_min": 1, + "a_max": 1000, + "b_min": 1, + "b_max": 100, + "n_min": 1, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aperformeasily_train.json b/examples/pipelines/all_configs/Aperformeasily_train.json new file mode 100644 index 0000000..80fc7b7 --- /dev/null +++ b/examples/pipelines/all_configs/Aperformeasily_train.json @@ -0,0 +1,50 @@ +[ + { + "a_min": 1, + "a_max": 10, + "b_min": 1, + "b_max": 100, + "n_min": 1, + "n_max": 100 + }, + { + "a_min": 10, + "a_max": 10000, + "b_min": 10, + "b_max": 1000, + "n_min": 10, + "n_max": 1000 + }, + { + "a_min": 1, + "a_max": 1000, + "b_min": 1, + "b_max": 100, + "n_min": 50, + "n_max": 100000 + }, + { + "a_min": 1, + "a_max": 1000, + "b_min": 50, + "b_max": 1000, + "n_min": 1, + "n_max": 1000 + }, + { + "a_min": 5, + "a_max": 50, + "b_min": 5, + "b_max": 50, + "n_min": 5, + "n_max": 50 + }, + { + "a_min": 1, + "a_max": 1000, + "b_min": 1, + "b_max": 100, + "n_min": 1, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Apetyaandcatacombs_test.json b/examples/pipelines/all_configs/Apetyaandcatacombs_test.json new file mode 100644 index 0000000..c440db1 --- /dev/null +++ b/examples/pipelines/all_configs/Apetyaandcatacombs_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 35, + "max_n": 45 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 15, + "max_n": 25 + }, + { + "min_n": 40, + "max_n": 50 + }, + { + "min_n": 20, + "max_n": 30 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Apetyaandcatacombs_train.json b/examples/pipelines/all_configs/Apetyaandcatacombs_train.json new file mode 100644 index 0000000..c440db1 --- /dev/null +++ b/examples/pipelines/all_configs/Apetyaandcatacombs_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 35, + "max_n": 45 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 15, + "max_n": 25 + }, + { + "min_n": 40, + "max_n": 50 + }, + { + "min_n": 20, + "max_n": 30 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aquiz_test.json b/examples/pipelines/all_configs/Aquiz_test.json new file mode 100644 index 0000000..4943610 --- /dev/null +++ b/examples/pipelines/all_configs/Aquiz_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 8, + "m": 8, + "k": 4 + }, + { + "n": 10, + "m": 5, + "k": 2 + }, + { + "n": 5, + "m": 3, + "k": 2 + }, + { + "n": 7, + "m": 5, + "k": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aquiz_train.json b/examples/pipelines/all_configs/Aquiz_train.json new file mode 100644 index 0000000..4943610 --- /dev/null +++ b/examples/pipelines/all_configs/Aquiz_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 8, + "m": 8, + "k": 4 + }, + { + "n": 10, + "m": 5, + "k": 2 + }, + { + "n": 5, + "m": 3, + "k": 2 + }, + { + "n": 7, + "m": 5, + "k": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aremovingcolumns_test.json b/examples/pipelines/all_configs/Aremovingcolumns_test.json new file mode 100644 index 0000000..127b278 --- /dev/null +++ b/examples/pipelines/all_configs/Aremovingcolumns_test.json @@ -0,0 +1,32 @@ +[ + { + "n_range": [ + 4, + 8 + ], + "m_range": [ + 5, + 9 + ] + }, + { + "n_range": [ + 1, + 5 + ], + "m_range": [ + 1, + 5 + ] + }, + { + "n_range": [ + 2, + 6 + ], + "m_range": [ + 3, + 7 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aremovingcolumns_train.json b/examples/pipelines/all_configs/Aremovingcolumns_train.json new file mode 100644 index 0000000..127b278 --- /dev/null +++ b/examples/pipelines/all_configs/Aremovingcolumns_train.json @@ -0,0 +1,32 @@ +[ + { + "n_range": [ + 4, + 8 + ], + "m_range": [ + 5, + 9 + ] + }, + { + "n_range": [ + 1, + 5 + ], + "m_range": [ + 1, + 5 + ] + }, + { + "n_range": [ + 2, + 6 + ], + "m_range": [ + 3, + 7 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aryoukosmemorynote_test.json b/examples/pipelines/all_configs/Aryoukosmemorynote_test.json new file mode 100644 index 0000000..658969b --- /dev/null +++ b/examples/pipelines/all_configs/Aryoukosmemorynote_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 500, + "max_m": 500 + }, + { + "max_n": 1000, + "max_m": 1000 + }, + { + "max_n": 200, + "max_m": 500 + }, + { + "max_n": 100, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aryoukosmemorynote_train.json b/examples/pipelines/all_configs/Aryoukosmemorynote_train.json new file mode 100644 index 0000000..658969b --- /dev/null +++ b/examples/pipelines/all_configs/Aryoukosmemorynote_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 500, + "max_m": 500 + }, + { + "max_n": 1000, + "max_m": 1000 + }, + { + "max_n": 200, + "max_m": 500 + }, + { + "max_n": 100, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Asavethenature_test.json b/examples/pipelines/all_configs/Asavethenature_test.json new file mode 100644 index 0000000..c69fa60 --- /dev/null +++ b/examples/pipelines/all_configs/Asavethenature_test.json @@ -0,0 +1,51 @@ +[ + { + "n_min": 4, + "n_max": 12, + "p_min": 500, + "p_max": 3000, + "k_gen_strategy": "solvable" + }, + { + "n_min": 3, + "n_max": 15, + "p_min": 200, + "p_max": 3000, + "k_gen_strategy": "solvable" + }, + { + "n_min": 1, + "n_max": 20, + "p_min": 100, + "p_max": 1000, + "k_gen_strategy": "mixed" + }, + { + "n_min": 5, + "n_max": 15, + "p_min": 100, + "p_max": 2000, + "k_gen_strategy": "mixed" + }, + { + "n_min": 1, + "n_max": 10, + "p_min": 1, + "p_max": 500, + "k_gen_strategy": "mixed" + }, + { + "n_min": 5, + "n_max": 20, + "p_min": 100, + "p_max": 2000, + "k_gen_strategy": "solvable" + }, + { + "n_min": 2, + "n_max": 10, + "p_min": 100, + "p_max": 500, + "k_gen_strategy": "unsolvable" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Asavethenature_train.json b/examples/pipelines/all_configs/Asavethenature_train.json new file mode 100644 index 0000000..c69fa60 --- /dev/null +++ b/examples/pipelines/all_configs/Asavethenature_train.json @@ -0,0 +1,51 @@ +[ + { + "n_min": 4, + "n_max": 12, + "p_min": 500, + "p_max": 3000, + "k_gen_strategy": "solvable" + }, + { + "n_min": 3, + "n_max": 15, + "p_min": 200, + "p_max": 3000, + "k_gen_strategy": "solvable" + }, + { + "n_min": 1, + "n_max": 20, + "p_min": 100, + "p_max": 1000, + "k_gen_strategy": "mixed" + }, + { + "n_min": 5, + "n_max": 15, + "p_min": 100, + "p_max": 2000, + "k_gen_strategy": "mixed" + }, + { + "n_min": 1, + "n_max": 10, + "p_min": 1, + "p_max": 500, + "k_gen_strategy": "mixed" + }, + { + "n_min": 5, + "n_max": 20, + "p_min": 100, + "p_max": 2000, + "k_gen_strategy": "solvable" + }, + { + "n_min": 2, + "n_max": 10, + "p_min": 100, + "p_max": 500, + "k_gen_strategy": "unsolvable" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Asearchingforgraph_test.json b/examples/pipelines/all_configs/Asearchingforgraph_test.json new file mode 100644 index 0000000..f627fe5 --- /dev/null +++ b/examples/pipelines/all_configs/Asearchingforgraph_test.json @@ -0,0 +1,17 @@ +[ + { + "n_min": 15, + "n_max": 20, + "p_min": 1 + }, + { + "n_min": 10, + "n_max": 15, + "p_min": 0 + }, + { + "n_min": 5, + "n_max": 10, + "p_min": 0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Asearchingforgraph_train.json b/examples/pipelines/all_configs/Asearchingforgraph_train.json new file mode 100644 index 0000000..f627fe5 --- /dev/null +++ b/examples/pipelines/all_configs/Asearchingforgraph_train.json @@ -0,0 +1,17 @@ +[ + { + "n_min": 15, + "n_max": 20, + "p_min": 1 + }, + { + "n_min": 10, + "n_max": 15, + "p_min": 0 + }, + { + "n_min": 5, + "n_max": 10, + "p_min": 0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Atavasandkarafs_test.json b/examples/pipelines/all_configs/Atavasandkarafs_test.json new file mode 100644 index 0000000..9045f13 --- /dev/null +++ b/examples/pipelines/all_configs/Atavasandkarafs_test.json @@ -0,0 +1,30 @@ +[ + { + "min_A": 1, + "max_A": 50, + "min_B": 1, + "max_B": 200, + "n_queries": 5 + }, + { + "min_A": 1, + "max_A": 100, + "min_B": 1, + "max_B": 100, + "n_queries": 3 + }, + { + "min_A": 50, + "max_A": 200, + "min_B": 10, + "max_B": 300, + "n_queries": 4 + }, + { + "min_A": 200, + "max_A": 500, + "min_B": 100, + "max_B": 300, + "n_queries": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Atavasandkarafs_train.json b/examples/pipelines/all_configs/Atavasandkarafs_train.json new file mode 100644 index 0000000..9045f13 --- /dev/null +++ b/examples/pipelines/all_configs/Atavasandkarafs_train.json @@ -0,0 +1,30 @@ +[ + { + "min_A": 1, + "max_A": 50, + "min_B": 1, + "max_B": 200, + "n_queries": 5 + }, + { + "min_A": 1, + "max_A": 100, + "min_B": 1, + "max_B": 100, + "n_queries": 3 + }, + { + "min_A": 50, + "max_A": 200, + "min_B": 10, + "max_B": 300, + "n_queries": 4 + }, + { + "min_A": 200, + "max_A": 500, + "min_B": 100, + "max_B": 300, + "n_queries": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Atennischampionship_test.json b/examples/pipelines/all_configs/Atennischampionship_test.json new file mode 100644 index 0000000..f73098c --- /dev/null +++ b/examples/pipelines/all_configs/Atennischampionship_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 1000000000000000 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 1000000000000 + }, + { + "min_n": 2, + "max_n": 1000000 + }, + { + "min_n": 2, + "max_n": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Atennischampionship_train.json b/examples/pipelines/all_configs/Atennischampionship_train.json new file mode 100644 index 0000000..f73098c --- /dev/null +++ b/examples/pipelines/all_configs/Atennischampionship_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 1000000000000000 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 1000000000000 + }, + { + "min_n": 2, + "max_n": 1000000 + }, + { + "min_n": 2, + "max_n": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Athechildandtoy_test.json b/examples/pipelines/all_configs/Athechildandtoy_test.json new file mode 100644 index 0000000..c222eda --- /dev/null +++ b/examples/pipelines/all_configs/Athechildandtoy_test.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 2, + "n_max": 5, + "m_min": 0, + "m_max": 10, + "v_min": 0, + "v_max": 1000 + }, + { + "n_min": 3, + "n_max": 20, + "m_min": 10, + "m_max": 190, + "v_min": 10, + "v_max": 20000 + }, + { + "n_min": 5, + "n_max": 30, + "m_min": 0, + "m_max": 30, + "v_min": 0, + "v_max": 50000 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 0, + "m_max": 1000, + "v_min": 10000, + "v_max": 100000 + }, + { + "n_min": 5, + "n_max": 50, + "m_min": 20, + "m_max": 1000, + "v_min": 100, + "v_max": 50000 + }, + { + "n_min": 1, + "n_max": 10, + "m_min": 0, + "m_max": 2000, + "v_min": 0, + "v_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Athechildandtoy_train.json b/examples/pipelines/all_configs/Athechildandtoy_train.json new file mode 100644 index 0000000..c222eda --- /dev/null +++ b/examples/pipelines/all_configs/Athechildandtoy_train.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 2, + "n_max": 5, + "m_min": 0, + "m_max": 10, + "v_min": 0, + "v_max": 1000 + }, + { + "n_min": 3, + "n_max": 20, + "m_min": 10, + "m_max": 190, + "v_min": 10, + "v_max": 20000 + }, + { + "n_min": 5, + "n_max": 30, + "m_min": 0, + "m_max": 30, + "v_min": 0, + "v_max": 50000 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 0, + "m_max": 1000, + "v_min": 10000, + "v_max": 100000 + }, + { + "n_min": 5, + "n_max": 50, + "m_min": 20, + "m_max": 1000, + "v_min": 100, + "v_max": 50000 + }, + { + "n_min": 1, + "n_max": 10, + "m_min": 0, + "m_max": 2000, + "v_min": 0, + "v_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aunusualproduct_test.json b/examples/pipelines/all_configs/Aunusualproduct_test.json new file mode 100644 index 0000000..24a7a01 --- /dev/null +++ b/examples/pipelines/all_configs/Aunusualproduct_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 50, + "q": 50 + }, + { + "n": 5, + "q": 10 + }, + { + "n": 3, + "q": 5 + }, + { + "n": 2, + "q": 5 + }, + { + "n": 100, + "q": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Aunusualproduct_train.json b/examples/pipelines/all_configs/Aunusualproduct_train.json new file mode 100644 index 0000000..24a7a01 --- /dev/null +++ b/examples/pipelines/all_configs/Aunusualproduct_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 50, + "q": 50 + }, + { + "n": 5, + "q": 10 + }, + { + "n": 3, + "q": 5 + }, + { + "n": 2, + "q": 5 + }, + { + "n": 100, + "q": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Avasyaandtriangle_test.json b/examples/pipelines/all_configs/Avasyaandtriangle_test.json new file mode 100644 index 0000000..a2abd0e --- /dev/null +++ b/examples/pipelines/all_configs/Avasyaandtriangle_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "min_m": 1, + "max_m": 1000, + "min_k": 2, + "max_k": 1000, + "ensure_solvable": true + }, + { + "min_n": 1, + "max_n": 1000000, + "min_m": 1, + "max_m": 1000000, + "min_k": 2, + "max_k": 1000000, + "ensure_solvable": false + }, + { + "min_n": 1, + "max_n": 1000, + "min_m": 1, + "max_m": 1000, + "min_k": 5, + "max_k": 1000, + "ensure_solvable": false + }, + { + "min_n": 1, + "max_n": 1000000, + "min_m": 1, + "max_m": 1000000, + "min_k": 2, + "max_k": 1000000, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Avasyaandtriangle_train.json b/examples/pipelines/all_configs/Avasyaandtriangle_train.json new file mode 100644 index 0000000..a2abd0e --- /dev/null +++ b/examples/pipelines/all_configs/Avasyaandtriangle_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "min_m": 1, + "max_m": 1000, + "min_k": 2, + "max_k": 1000, + "ensure_solvable": true + }, + { + "min_n": 1, + "max_n": 1000000, + "min_m": 1, + "max_m": 1000000, + "min_k": 2, + "max_k": 1000000, + "ensure_solvable": false + }, + { + "min_n": 1, + "max_n": 1000, + "min_m": 1, + "max_m": 1000, + "min_k": 5, + "max_k": 1000, + "ensure_solvable": false + }, + { + "min_n": 1, + "max_n": 1000000, + "min_m": 1, + "max_m": 1000000, + "min_k": 2, + "max_k": 1000000, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/B2palindromegamehardversion_test.json b/examples/pipelines/all_configs/B2palindromegamehardversion_test.json new file mode 100644 index 0000000..c605877 --- /dev/null +++ b/examples/pipelines/all_configs/B2palindromegamehardversion_test.json @@ -0,0 +1,38 @@ +[ + { + "max_t": 3, + "max_n": 10, + "min_t": 1, + "pal_ratio": 0.4 + }, + { + "max_t": 5, + "max_n": 50, + "min_t": 1, + "pal_ratio": 0.3 + }, + { + "max_t": 5, + "max_n": 25, + "min_t": 1, + "pal_ratio": 0.5 + }, + { + "max_t": 3, + "max_n": 5, + "min_t": 1, + "pal_ratio": 0.4 + }, + { + "max_t": 10, + "max_n": 20, + "min_t": 1, + "pal_ratio": 0.4 + }, + { + "max_t": 5, + "max_n": 30, + "min_t": 1, + "pal_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/B2palindromegamehardversion_train.json b/examples/pipelines/all_configs/B2palindromegamehardversion_train.json new file mode 100644 index 0000000..c605877 --- /dev/null +++ b/examples/pipelines/all_configs/B2palindromegamehardversion_train.json @@ -0,0 +1,38 @@ +[ + { + "max_t": 3, + "max_n": 10, + "min_t": 1, + "pal_ratio": 0.4 + }, + { + "max_t": 5, + "max_n": 50, + "min_t": 1, + "pal_ratio": 0.3 + }, + { + "max_t": 5, + "max_n": 25, + "min_t": 1, + "pal_ratio": 0.5 + }, + { + "max_t": 3, + "max_n": 5, + "min_t": 1, + "pal_ratio": 0.4 + }, + { + "max_t": 10, + "max_n": 20, + "min_t": 1, + "pal_ratio": 0.4 + }, + { + "max_t": 5, + "max_n": 30, + "min_t": 1, + "pal_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BBEHBuggyTables_test.json b/examples/pipelines/all_configs/BBEHBuggyTables_test.json new file mode 100644 index 0000000..1610ea1 --- /dev/null +++ b/examples/pipelines/all_configs/BBEHBuggyTables_test.json @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BBEHBuggyTables_train.json b/examples/pipelines/all_configs/BBEHBuggyTables_train.json new file mode 100644 index 0000000..1610ea1 --- /dev/null +++ b/examples/pipelines/all_configs/BBEHBuggyTables_train.json @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BBEHHyperbaton_test.json b/examples/pipelines/all_configs/BBEHHyperbaton_test.json new file mode 100644 index 0000000..1610ea1 --- /dev/null +++ b/examples/pipelines/all_configs/BBEHHyperbaton_test.json @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BBEHHyperbaton_train.json b/examples/pipelines/all_configs/BBEHHyperbaton_train.json new file mode 100644 index 0000000..1610ea1 --- /dev/null +++ b/examples/pipelines/all_configs/BBEHHyperbaton_train.json @@ -0,0 +1,3 @@ +[ + +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/BBEHMultistepArithmeticV2_test.json b/examples/pipelines/all_configs/BBEHMultistepArithmeticV2_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/BBEHMultistepArithmeticV2_test.json rename to examples/pipelines/all_configs/BBEHMultistepArithmeticV2_test.json diff --git a/examples/pipelines/puzzle_configs/BBEHMultistepArithmeticV2_train.json b/examples/pipelines/all_configs/BBEHMultistepArithmeticV2_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/BBEHMultistepArithmeticV2_train.json rename to examples/pipelines/all_configs/BBEHMultistepArithmeticV2_train.json diff --git a/examples/pipelines/all_configs/Bandreyandproblem_test.json b/examples/pipelines/all_configs/Bandreyandproblem_test.json new file mode 100644 index 0000000..1a4bc5c --- /dev/null +++ b/examples/pipelines/all_configs/Bandreyandproblem_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 50 + }, + { + "min_n": 1, + "max_n": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bandreyandproblem_train.json b/examples/pipelines/all_configs/Bandreyandproblem_train.json new file mode 100644 index 0000000..1a4bc5c --- /dev/null +++ b/examples/pipelines/all_configs/Bandreyandproblem_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 50 + }, + { + "min_n": 1, + "max_n": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bandsequences_test.json b/examples/pipelines/all_configs/Bandsequences_test.json new file mode 100644 index 0000000..625dbb1 --- /dev/null +++ b/examples/pipelines/all_configs/Bandsequences_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "x_min": 10, + "x_max": 1000 + }, + { + "n_min": 3, + "n_max": 20, + "x_min": 1, + "x_max": 200 + }, + { + "n_min": 4, + "n_max": 30, + "x_min": 5, + "x_max": 500 + }, + { + "n_min": 2, + "n_max": 10, + "x_min": 0, + "x_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bandsequences_train.json b/examples/pipelines/all_configs/Bandsequences_train.json new file mode 100644 index 0000000..625dbb1 --- /dev/null +++ b/examples/pipelines/all_configs/Bandsequences_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "x_min": 10, + "x_max": 1000 + }, + { + "n_min": 3, + "n_max": 20, + "x_min": 1, + "x_max": 200 + }, + { + "n_min": 4, + "n_max": 30, + "x_min": 5, + "x_max": 500 + }, + { + "n_min": 2, + "n_max": 10, + "x_min": 0, + "x_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bantman_test.json b/examples/pipelines/all_configs/Bantman_test.json new file mode 100644 index 0000000..1adc83b --- /dev/null +++ b/examples/pipelines/all_configs/Bantman_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bantman_train.json b/examples/pipelines/all_configs/Bantman_train.json new file mode 100644 index 0000000..1adc83b --- /dev/null +++ b/examples/pipelines/all_configs/Bantman_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bazamonwebservices_test.json b/examples/pipelines/all_configs/Bazamonwebservices_test.json new file mode 100644 index 0000000..19e241a --- /dev/null +++ b/examples/pipelines/all_configs/Bazamonwebservices_test.json @@ -0,0 +1,22 @@ +[ + { + "max_s_length": 25, + "max_c_length": 25, + "max_attempts": 400 + }, + { + "max_s_length": 15, + "max_c_length": 15, + "max_attempts": 200 + }, + { + "max_s_length": 20, + "max_c_length": 20, + "max_attempts": 300 + }, + { + "max_s_length": 30, + "max_c_length": 30, + "max_attempts": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bazamonwebservices_train.json b/examples/pipelines/all_configs/Bazamonwebservices_train.json new file mode 100644 index 0000000..19e241a --- /dev/null +++ b/examples/pipelines/all_configs/Bazamonwebservices_train.json @@ -0,0 +1,22 @@ +[ + { + "max_s_length": 25, + "max_c_length": 25, + "max_attempts": 400 + }, + { + "max_s_length": 15, + "max_c_length": 15, + "max_attempts": 200 + }, + { + "max_s_length": 20, + "max_c_length": 20, + "max_attempts": 300 + }, + { + "max_s_length": 30, + "max_c_length": 30, + "max_attempts": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehDyckLanguages_test.json b/examples/pipelines/all_configs/BbehDyckLanguages_test.json new file mode 100755 index 0000000..6e96f01 --- /dev/null +++ b/examples/pipelines/all_configs/BbehDyckLanguages_test.json @@ -0,0 +1,17 @@ +[ + { + "min_length": 10, + "max_length": 30, + "error_prob": 0.8 + }, + { + "min_length": 20, + "max_length": 50, + "error_prob": 0.9 + }, + { + "min_length": 50, + "max_length": 100, + "error_prob": 0.9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehDyckLanguages_train.json b/examples/pipelines/all_configs/BbehDyckLanguages_train.json new file mode 100755 index 0000000..4e6bd98 --- /dev/null +++ b/examples/pipelines/all_configs/BbehDyckLanguages_train.json @@ -0,0 +1,17 @@ +[ + { + "min_length": 10, + "max_length": 30, + "error_prob": 0.8 + }, + { + "min_length": 20, + "max_length": 50, + "error_prob": 0.9 + }, + { + "min_length": 50, + "max_length": 100, + "error_prob": 0.9 + } +] diff --git a/examples/pipelines/all_configs/BbehGeometricShapes_test.json b/examples/pipelines/all_configs/BbehGeometricShapes_test.json new file mode 100755 index 0000000..e7d562b --- /dev/null +++ b/examples/pipelines/all_configs/BbehGeometricShapes_test.json @@ -0,0 +1,22 @@ +[ + { + "distract_density": 0.85, + "max_distractors": 1 + }, + { + "distract_density": 0.8, + "max_distractors": 2 + }, + { + "distract_density": 0.5, + "max_distractors": 3 + }, + { + "distract_density": 0.5, + "max_distractors": 4 + }, + { + "distract_density": 0.5, + "max_distractors": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehGeometricShapes_train.json b/examples/pipelines/all_configs/BbehGeometricShapes_train.json new file mode 100755 index 0000000..883db43 --- /dev/null +++ b/examples/pipelines/all_configs/BbehGeometricShapes_train.json @@ -0,0 +1,24 @@ +[ + { + "distract_density":0.85, + "max_distractors":1 + }, + { + "distract_density":0.8, + "max_distractors":2 + }, + { + "distract_density":0.5, + "max_distractors":3 + }, + { + "distract_density":0.5, + "max_distractors":4 + }, + { + "distract_density":0.5, + "max_distractors":5 + } +] + + diff --git a/examples/pipelines/all_configs/BbehMultistepArithmetic_test.json b/examples/pipelines/all_configs/BbehMultistepArithmetic_test.json new file mode 100755 index 0000000..fc0f350 --- /dev/null +++ b/examples/pipelines/all_configs/BbehMultistepArithmetic_test.json @@ -0,0 +1,32 @@ +[ + { + "num_operators": 3, + "max_depth": 3, + "reuse_prob": 0.3 + }, + { + "num_operators": 4, + "max_depth": 4, + "reuse_prob": 0.3 + }, + { + "num_operators": 4, + "max_depth": 5, + "reuse_prob": 0.3 + }, + { + "num_operators": 5, + "max_depth": 6, + "reuse_prob": 0.3 + }, + { + "num_operators": 5, + "max_depth": 7, + "reuse_prob": 0.3 + }, + { + "num_operators": 5, + "max_depth": 8, + "reuse_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehMultistepArithmetic_train.json b/examples/pipelines/all_configs/BbehMultistepArithmetic_train.json new file mode 100755 index 0000000..f45f2a5 --- /dev/null +++ b/examples/pipelines/all_configs/BbehMultistepArithmetic_train.json @@ -0,0 +1,32 @@ +[ + { + "num_operators":3, + "max_depth":3, + "reuse_prob": 0.3 + }, + { + "num_operators":4, + "max_depth":4, + "reuse_prob": 0.3 + }, + { + "num_operators":4, + "max_depth":5, + "reuse_prob": 0.3 + }, + { + "num_operators":5, + "max_depth":6, + "reuse_prob": 0.3 + }, + { + "num_operators":5, + "max_depth":7, + "reuse_prob": 0.3 + }, + { + "num_operators":5, + "max_depth":8, + "reuse_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehTemporalSequences_test.json b/examples/pipelines/all_configs/BbehTemporalSequences_test.json new file mode 100755 index 0000000..20462dd --- /dev/null +++ b/examples/pipelines/all_configs/BbehTemporalSequences_test.json @@ -0,0 +1,6 @@ +[ + { + "max_num_people": 6, + "min_num_people": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehTemporalSequences_train.json b/examples/pipelines/all_configs/BbehTemporalSequences_train.json new file mode 100755 index 0000000..cc129d5 --- /dev/null +++ b/examples/pipelines/all_configs/BbehTemporalSequences_train.json @@ -0,0 +1,6 @@ +[ + { + "max_num_people":6, + "min_num_people":3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehWebOfLies_test.json b/examples/pipelines/all_configs/BbehWebOfLies_test.json new file mode 100755 index 0000000..2496695 --- /dev/null +++ b/examples/pipelines/all_configs/BbehWebOfLies_test.json @@ -0,0 +1,6 @@ +[ + { + "max_num_people": 12, + "min_num_people": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehWebOfLies_train.json b/examples/pipelines/all_configs/BbehWebOfLies_train.json new file mode 100755 index 0000000..bedbffc --- /dev/null +++ b/examples/pipelines/all_configs/BbehWebOfLies_train.json @@ -0,0 +1,6 @@ +[ + { + "max_num_people":12, + "min_num_people":8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehWordSorting_test.json b/examples/pipelines/all_configs/BbehWordSorting_test.json new file mode 100755 index 0000000..9fd1675 --- /dev/null +++ b/examples/pipelines/all_configs/BbehWordSorting_test.json @@ -0,0 +1,6 @@ +[ + { + "min_word_list_size": 8, + "max_word_list_size": 16 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BbehWordSorting_train.json b/examples/pipelines/all_configs/BbehWordSorting_train.json new file mode 100755 index 0000000..9fd1675 --- /dev/null +++ b/examples/pipelines/all_configs/BbehWordSorting_train.json @@ -0,0 +1,6 @@ +[ + { + "min_word_list_size": 8, + "max_word_list_size": 16 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bbornthisway_test.json b/examples/pipelines/all_configs/Bbornthisway_test.json new file mode 100644 index 0000000..1af3411 --- /dev/null +++ b/examples/pipelines/all_configs/Bbornthisway_test.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 1, + "n_max": 5, + "m_min": 1, + "m_max": 5, + "ta_min": 1, + "ta_max": 100, + "tb_min": 1, + "tb_max": 100, + "k_min": 1, + "k_max": 10 + }, + { + "n_min": 5, + "n_max": 25, + "m_min": 5, + "m_max": 25, + "ta_min": 300, + "ta_max": 500, + "tb_min": 300, + "tb_max": 500, + "k_min": 5, + "k_max": 50 + }, + { + "n_min": 4, + "n_max": 20, + "m_min": 4, + "m_max": 20, + "ta_min": 200, + "ta_max": 400, + "tb_min": 200, + "tb_max": 400, + "k_min": 4, + "k_max": 40 + }, + { + "n_min": 2, + "n_max": 10, + "m_min": 2, + "m_max": 10, + "ta_min": 50, + "ta_max": 200, + "tb_min": 50, + "tb_max": 200, + "k_min": 2, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bbornthisway_train.json b/examples/pipelines/all_configs/Bbornthisway_train.json new file mode 100644 index 0000000..1af3411 --- /dev/null +++ b/examples/pipelines/all_configs/Bbornthisway_train.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 1, + "n_max": 5, + "m_min": 1, + "m_max": 5, + "ta_min": 1, + "ta_max": 100, + "tb_min": 1, + "tb_max": 100, + "k_min": 1, + "k_max": 10 + }, + { + "n_min": 5, + "n_max": 25, + "m_min": 5, + "m_max": 25, + "ta_min": 300, + "ta_max": 500, + "tb_min": 300, + "tb_max": 500, + "k_min": 5, + "k_max": 50 + }, + { + "n_min": 4, + "n_max": 20, + "m_min": 4, + "m_max": 20, + "ta_min": 200, + "ta_max": 400, + "tb_min": 200, + "tb_max": 400, + "k_min": 4, + "k_max": 40 + }, + { + "n_min": 2, + "n_max": 10, + "m_min": 2, + "m_max": 10, + "ta_min": 50, + "ta_max": 200, + "tb_min": 50, + "tb_max": 200, + "k_min": 2, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bcandyboxes_test.json b/examples/pipelines/all_configs/Bcandyboxes_test.json new file mode 100644 index 0000000..6b6aaef --- /dev/null +++ b/examples/pipelines/all_configs/Bcandyboxes_test.json @@ -0,0 +1,22 @@ +[ + { + "solution_prob": 0.6, + "max_x1": 200, + "max_retry": 120 + }, + { + "solution_prob": 0.7, + "max_x1": 250, + "max_retry": 150 + }, + { + "solution_prob": 0.5, + "max_x1": 100, + "max_retry": 100 + }, + { + "solution_prob": 0.3, + "max_x1": 180, + "max_retry": 70 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bcandyboxes_train.json b/examples/pipelines/all_configs/Bcandyboxes_train.json new file mode 100644 index 0000000..6b6aaef --- /dev/null +++ b/examples/pipelines/all_configs/Bcandyboxes_train.json @@ -0,0 +1,22 @@ +[ + { + "solution_prob": 0.6, + "max_x1": 200, + "max_retry": 120 + }, + { + "solution_prob": 0.7, + "max_x1": 250, + "max_retry": 150 + }, + { + "solution_prob": 0.5, + "max_x1": 100, + "max_retry": 100 + }, + { + "solution_prob": 0.3, + "max_x1": 180, + "max_retry": 70 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bchat_test.json b/examples/pipelines/all_configs/Bchat_test.json new file mode 100644 index 0000000..4816ffb --- /dev/null +++ b/examples/pipelines/all_configs/Bchat_test.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 40 + }, + { + "max_n": 45 + }, + { + "max_n": 15 + }, + { + "max_n": 30 + }, + { + "max_n": 35 + }, + { + "max_n": 50 + }, + { + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bchat_train.json b/examples/pipelines/all_configs/Bchat_train.json new file mode 100644 index 0000000..4816ffb --- /dev/null +++ b/examples/pipelines/all_configs/Bchat_train.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 40 + }, + { + "max_n": 45 + }, + { + "max_n": 15 + }, + { + "max_n": 30 + }, + { + "max_n": 35 + }, + { + "max_n": 50 + }, + { + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bchemicaltable_test.json b/examples/pipelines/all_configs/Bchemicaltable_test.json new file mode 100644 index 0000000..ac2051d --- /dev/null +++ b/examples/pipelines/all_configs/Bchemicaltable_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 500, + "max_m": 500 + }, + { + "max_n": 200, + "max_m": 200 + }, + { + "max_n": 5, + "max_m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bchemicaltable_train.json b/examples/pipelines/all_configs/Bchemicaltable_train.json new file mode 100644 index 0000000..ac2051d --- /dev/null +++ b/examples/pipelines/all_configs/Bchemicaltable_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 500, + "max_m": 500 + }, + { + "max_n": 200, + "max_m": 200 + }, + { + "max_n": 5, + "max_m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bcountpairs_test.json b/examples/pipelines/all_configs/Bcountpairs_test.json new file mode 100644 index 0000000..d0f8d8a --- /dev/null +++ b/examples/pipelines/all_configs/Bcountpairs_test.json @@ -0,0 +1,54 @@ +[ + { + "possible_p": [ + 3, + 5, + 7, + 11, + 13 + ], + "n_min": 2, + "n_max": 100000 + }, + { + "possible_p": [ + 11, + 13, + 17, + 19, + 23 + ], + "n_min": 2, + "n_max": 2000 + }, + { + "possible_p": [ + 7, + 11, + 13, + 17, + 19, + 23, + 29 + ], + "n_min": 2, + "n_max": 50000 + }, + { + "possible_p": [ + 3, + 5, + 7 + ], + "n_min": 2, + "n_max": 100 + }, + { + "possible_p": [ + 7919, + 1009 + ], + "n_min": 2, + "n_max": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bcountpairs_train.json b/examples/pipelines/all_configs/Bcountpairs_train.json new file mode 100644 index 0000000..d0f8d8a --- /dev/null +++ b/examples/pipelines/all_configs/Bcountpairs_train.json @@ -0,0 +1,54 @@ +[ + { + "possible_p": [ + 3, + 5, + 7, + 11, + 13 + ], + "n_min": 2, + "n_max": 100000 + }, + { + "possible_p": [ + 11, + 13, + 17, + 19, + 23 + ], + "n_min": 2, + "n_max": 2000 + }, + { + "possible_p": [ + 7, + 11, + 13, + 17, + 19, + 23, + 29 + ], + "n_min": 2, + "n_max": 50000 + }, + { + "possible_p": [ + 3, + 5, + 7 + ], + "n_min": 2, + "n_max": 100 + }, + { + "possible_p": [ + 7919, + 1009 + ], + "n_min": 2, + "n_max": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bdistinctpaths_test.json b/examples/pipelines/all_configs/Bdistinctpaths_test.json new file mode 100644 index 0000000..9136c6c --- /dev/null +++ b/examples/pipelines/all_configs/Bdistinctpaths_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 4, + "m": 5, + "k": 8 + }, + { + "n": 1, + "m": 2, + "k": 2 + }, + { + "n": 1, + "m": 1, + "k": 1 + }, + { + "n": 2, + "m": 2, + "k": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bdistinctpaths_train.json b/examples/pipelines/all_configs/Bdistinctpaths_train.json new file mode 100644 index 0000000..9136c6c --- /dev/null +++ b/examples/pipelines/all_configs/Bdistinctpaths_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 4, + "m": 5, + "k": 8 + }, + { + "n": 1, + "m": 2, + "k": 2 + }, + { + "n": 1, + "m": 1, + "k": 1 + }, + { + "n": 2, + "m": 2, + "k": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bdreamoonandwifi_test.json b/examples/pipelines/all_configs/Bdreamoonandwifi_test.json new file mode 100644 index 0000000..830a9a8 --- /dev/null +++ b/examples/pipelines/all_configs/Bdreamoonandwifi_test.json @@ -0,0 +1,18 @@ +[ + { + "max_length": 5, + "p_question": 0.3 + }, + { + "max_length": 5, + "p_question": 0.5 + }, + { + "max_length": 10, + "p_question": 0.2 + }, + { + "max_length": 3, + "p_question": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bdreamoonandwifi_train.json b/examples/pipelines/all_configs/Bdreamoonandwifi_train.json new file mode 100644 index 0000000..830a9a8 --- /dev/null +++ b/examples/pipelines/all_configs/Bdreamoonandwifi_train.json @@ -0,0 +1,18 @@ +[ + { + "max_length": 5, + "p_question": 0.3 + }, + { + "max_length": 5, + "p_question": 0.5 + }, + { + "max_length": 10, + "p_question": 0.2 + }, + { + "max_length": 3, + "p_question": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bdzylovesmodification_test.json b/examples/pipelines/all_configs/Bdzylovesmodification_test.json new file mode 100644 index 0000000..26270c0 --- /dev/null +++ b/examples/pipelines/all_configs/Bdzylovesmodification_test.json @@ -0,0 +1,62 @@ +[ + { + "n_range": [ + 3, + 5 + ], + "m_range": [ + 3, + 5 + ], + "k_range": [ + 5, + 20 + ], + "p_range": [ + 5, + 20 + ], + "a_min": 10, + "a_max": 50 + }, + { + "n_range": [ + 4, + 5 + ], + "m_range": [ + 4, + 5 + ], + "k_range": [ + 10, + 20 + ], + "p_range": [ + 10, + 30 + ], + "a_min": 20, + "a_max": 100 + }, + { + "n_range": [ + 2, + 4 + ], + "m_range": [ + 2, + 4 + ], + "k_range": [ + 1, + 10 + ], + "p_range": [ + 1, + 10 + ], + "a_min": 1, + "a_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bdzylovesmodification_train.json b/examples/pipelines/all_configs/Bdzylovesmodification_train.json new file mode 100644 index 0000000..26270c0 --- /dev/null +++ b/examples/pipelines/all_configs/Bdzylovesmodification_train.json @@ -0,0 +1,62 @@ +[ + { + "n_range": [ + 3, + 5 + ], + "m_range": [ + 3, + 5 + ], + "k_range": [ + 5, + 20 + ], + "p_range": [ + 5, + 20 + ], + "a_min": 10, + "a_max": 50 + }, + { + "n_range": [ + 4, + 5 + ], + "m_range": [ + 4, + 5 + ], + "k_range": [ + 10, + 20 + ], + "p_range": [ + 10, + 30 + ], + "a_min": 20, + "a_max": 100 + }, + { + "n_range": [ + 2, + 4 + ], + "m_range": [ + 2, + 4 + ], + "k_range": [ + 1, + 10 + ], + "p_range": [ + 1, + 10 + ], + "a_min": 1, + "a_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bformingteams_test.json b/examples/pipelines/all_configs/Bformingteams_test.json new file mode 100644 index 0000000..52a0c1b --- /dev/null +++ b/examples/pipelines/all_configs/Bformingteams_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 4, + "n_max": 15, + "m_max": 5 + }, + { + "n_min": 5, + "n_max": 20, + "m_max": 10 + }, + { + "n_min": 10, + "n_max": 50, + "m_max": 40 + }, + { + "n_min": 2, + "n_max": 100, + "m_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bformingteams_train.json b/examples/pipelines/all_configs/Bformingteams_train.json new file mode 100644 index 0000000..52a0c1b --- /dev/null +++ b/examples/pipelines/all_configs/Bformingteams_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 4, + "n_max": 15, + "m_max": 5 + }, + { + "n_min": 5, + "n_max": 20, + "m_max": 10 + }, + { + "n_min": 10, + "n_max": 50, + "m_max": 40 + }, + { + "n_min": 2, + "n_max": 100, + "m_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Binterestingarray_test.json b/examples/pipelines/all_configs/Binterestingarray_test.json new file mode 100644 index 0000000..94d70e3 --- /dev/null +++ b/examples/pipelines/all_configs/Binterestingarray_test.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 10, + "n_max": 20, + "m_min": 5, + "m_max": 10, + "p_unsolvable": 0.4 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 4, + "m_max": 8, + "p_unsolvable": 0.35 + }, + { + "n_min": 5, + "n_max": 10, + "m_min": 3, + "m_max": 5, + "p_unsolvable": 0.3 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 3, + "m_max": 7, + "p_unsolvable": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Binterestingarray_train.json b/examples/pipelines/all_configs/Binterestingarray_train.json new file mode 100644 index 0000000..94d70e3 --- /dev/null +++ b/examples/pipelines/all_configs/Binterestingarray_train.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 10, + "n_max": 20, + "m_min": 5, + "m_max": 10, + "p_unsolvable": 0.4 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 4, + "m_max": 8, + "p_unsolvable": 0.35 + }, + { + "n_min": 5, + "n_max": 10, + "m_min": 3, + "m_max": 5, + "p_unsolvable": 0.3 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 3, + "m_max": 7, + "p_unsolvable": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bintersectingsubtrees_test.json b/examples/pipelines/all_configs/Bintersectingsubtrees_test.json new file mode 100644 index 0000000..cb1ccd9 --- /dev/null +++ b/examples/pipelines/all_configs/Bintersectingsubtrees_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "default_n": 3, + "max_questions": 5 + }, + { + "max_n": 50, + "default_n": 5, + "max_questions": 5 + }, + { + "max_n": 100, + "default_n": 10, + "max_questions": 5 + }, + { + "max_n": 500, + "default_n": 50, + "max_questions": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bintersectingsubtrees_train.json b/examples/pipelines/all_configs/Bintersectingsubtrees_train.json new file mode 100644 index 0000000..cb1ccd9 --- /dev/null +++ b/examples/pipelines/all_configs/Bintersectingsubtrees_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "default_n": 3, + "max_questions": 5 + }, + { + "max_n": 50, + "default_n": 5, + "max_questions": 5 + }, + { + "max_n": 100, + "default_n": 10, + "max_questions": 5 + }, + { + "max_n": 500, + "default_n": 50, + "max_questions": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Binvarianceoftree_test.json b/examples/pipelines/all_configs/Binvarianceoftree_test.json new file mode 100644 index 0000000..4fd1484 --- /dev/null +++ b/examples/pipelines/all_configs/Binvarianceoftree_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 20 + }, + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Binvarianceoftree_train.json b/examples/pipelines/all_configs/Binvarianceoftree_train.json new file mode 100644 index 0000000..4fd1484 --- /dev/null +++ b/examples/pipelines/all_configs/Binvarianceoftree_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 20 + }, + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bjohnnyandgrandmaster_test.json b/examples/pipelines/all_configs/Bjohnnyandgrandmaster_test.json new file mode 100644 index 0000000..c2a86e1 --- /dev/null +++ b/examples/pipelines/all_configs/Bjohnnyandgrandmaster_test.json @@ -0,0 +1,8 @@ +[ + { + "case_types": "large_k" + }, + { + "case_types": "balanced" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bjohnnyandgrandmaster_train.json b/examples/pipelines/all_configs/Bjohnnyandgrandmaster_train.json new file mode 100644 index 0000000..c2a86e1 --- /dev/null +++ b/examples/pipelines/all_configs/Bjohnnyandgrandmaster_train.json @@ -0,0 +1,8 @@ +[ + { + "case_types": "large_k" + }, + { + "case_types": "balanced" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bkarenandtest_test.json b/examples/pipelines/all_configs/Bkarenandtest_test.json new file mode 100644 index 0000000..4622202 --- /dev/null +++ b/examples/pipelines/all_configs/Bkarenandtest_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 5, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": 10, + "max_val": 10000 + }, + { + "min_n": 3, + "max_n": 10, + "min_val": 1, + "max_val": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bkarenandtest_train.json b/examples/pipelines/all_configs/Bkarenandtest_train.json new file mode 100644 index 0000000..4622202 --- /dev/null +++ b/examples/pipelines/all_configs/Bkarenandtest_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 5, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": 10, + "max_val": 10000 + }, + { + "min_n": 3, + "max_n": 10, + "min_val": 1, + "max_val": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Blcm_test.json b/examples/pipelines/all_configs/Blcm_test.json new file mode 100644 index 0000000..d8ee530 --- /dev/null +++ b/examples/pipelines/all_configs/Blcm_test.json @@ -0,0 +1,30 @@ +[ + { + "min_b": 100, + "max_b": 500000 + }, + { + "min_b": 1000000, + "max_b": 1000000000 + }, + { + "min_b": 10000, + "max_b": 500000 + }, + { + "min_b": 1000, + "max_b": 100000 + }, + { + "min_b": 1, + "max_b": 10000000 + }, + { + "min_b": 2, + "max_b": 1000 + }, + { + "min_b": 1, + "max_b": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Blcm_train.json b/examples/pipelines/all_configs/Blcm_train.json new file mode 100644 index 0000000..d8ee530 --- /dev/null +++ b/examples/pipelines/all_configs/Blcm_train.json @@ -0,0 +1,30 @@ +[ + { + "min_b": 100, + "max_b": 500000 + }, + { + "min_b": 1000000, + "max_b": 1000000000 + }, + { + "min_b": 10000, + "max_b": 500000 + }, + { + "min_b": 1000, + "max_b": 100000 + }, + { + "min_b": 1, + "max_b": 10000000 + }, + { + "min_b": 2, + "max_b": 1000 + }, + { + "min_b": 1, + "max_b": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Blongtailhedgehog_test.json b/examples/pipelines/all_configs/Blongtailhedgehog_test.json new file mode 100644 index 0000000..be0d7ff --- /dev/null +++ b/examples/pipelines/all_configs/Blongtailhedgehog_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "m": 6, + "seed": 42 + }, + { + "n": 5, + "m": 5, + "seed": 42 + }, + { + "n": 8, + "m": 6, + "seed": 42 + }, + { + "n": 20, + "m": 30, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Blongtailhedgehog_train.json b/examples/pipelines/all_configs/Blongtailhedgehog_train.json new file mode 100644 index 0000000..be0d7ff --- /dev/null +++ b/examples/pipelines/all_configs/Blongtailhedgehog_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "m": 6, + "seed": 42 + }, + { + "n": 5, + "m": 5, + "seed": 42 + }, + { + "n": 8, + "m": 6, + "seed": 42 + }, + { + "n": 20, + "m": 30, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BloodTestJudgement_test.json b/examples/pipelines/all_configs/BloodTestJudgement_test.json new file mode 100644 index 0000000..c3f3e0f --- /dev/null +++ b/examples/pipelines/all_configs/BloodTestJudgement_test.json @@ -0,0 +1,14 @@ +[ + { + "seed": 3 + }, + { + "seed": 4 + }, + { + "seed": 5 + }, + { + "seed": 514 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/BloodTestJudgement_train.json b/examples/pipelines/all_configs/BloodTestJudgement_train.json new file mode 100644 index 0000000..629c4ae --- /dev/null +++ b/examples/pipelines/all_configs/BloodTestJudgement_train.json @@ -0,0 +1,14 @@ +[ + { + "seed": 0 + }, + { + "seed": 1 + }, + { + "seed": 2 + }, + { + "seed": 114 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bminimization_test.json b/examples/pipelines/all_configs/Bminimization_test.json new file mode 100644 index 0000000..b511067 --- /dev/null +++ b/examples/pipelines/all_configs/Bminimization_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_k": 5, + "max_k": 20, + "min_val": -1000, + "max_val": 1000 + }, + { + "min_n": 2, + "max_n": 20, + "min_k": 1, + "max_k": 5, + "min_val": -100, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bminimization_train.json b/examples/pipelines/all_configs/Bminimization_train.json new file mode 100644 index 0000000..b511067 --- /dev/null +++ b/examples/pipelines/all_configs/Bminimization_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_k": 5, + "max_k": 20, + "min_val": -1000, + "max_val": 1000 + }, + { + "min_n": 2, + "max_n": 20, + "min_k": 1, + "max_k": 5, + "min_val": -100, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bminimumdiametertree_test.json b/examples/pipelines/all_configs/Bminimumdiametertree_test.json new file mode 100644 index 0000000..43ca012 --- /dev/null +++ b/examples/pipelines/all_configs/Bminimumdiametertree_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 4, + "max_n": 100, + "s_min": 1, + "s_max": 10000 + }, + { + "min_n": 2, + "max_n": 10, + "s_min": 1, + "s_max": 100 + }, + { + "min_n": 5, + "max_n": 20, + "s_min": 10, + "s_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bminimumdiametertree_train.json b/examples/pipelines/all_configs/Bminimumdiametertree_train.json new file mode 100644 index 0000000..43ca012 --- /dev/null +++ b/examples/pipelines/all_configs/Bminimumdiametertree_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 4, + "max_n": 100, + "s_min": 1, + "s_max": 10000 + }, + { + "min_n": 2, + "max_n": 10, + "s_min": 1, + "s_max": 100 + }, + { + "min_n": 5, + "max_n": 20, + "s_min": 10, + "s_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bmodulosum_test.json b/examples/pipelines/all_configs/Bmodulosum_test.json new file mode 100644 index 0000000..4af91e4 --- /dev/null +++ b/examples/pipelines/all_configs/Bmodulosum_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1, + "max_m": 2, + "max_a": 1 + }, + { + "max_n": 100, + "max_m": 1000, + "max_a": 1000000000 + }, + { + "max_n": 10, + "max_m": 100, + "max_a": 1000 + }, + { + "max_n": 50, + "max_m": 500, + "max_a": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bmodulosum_train.json b/examples/pipelines/all_configs/Bmodulosum_train.json new file mode 100644 index 0000000..4af91e4 --- /dev/null +++ b/examples/pipelines/all_configs/Bmodulosum_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1, + "max_m": 2, + "max_a": 1 + }, + { + "max_n": 100, + "max_m": 1000, + "max_a": 1000000000 + }, + { + "max_n": 10, + "max_m": 100, + "max_a": 1000 + }, + { + "max_n": 50, + "max_m": 500, + "max_a": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bmorningjogging_test.json b/examples/pipelines/all_configs/Bmorningjogging_test.json new file mode 100644 index 0000000..9b87234 --- /dev/null +++ b/examples/pipelines/all_configs/Bmorningjogging_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 5 + }, + { + "max_n": 3, + "max_m": 3 + }, + { + "max_n": 5, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bmorningjogging_train.json b/examples/pipelines/all_configs/Bmorningjogging_train.json new file mode 100644 index 0000000..9b87234 --- /dev/null +++ b/examples/pipelines/all_configs/Bmorningjogging_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 5 + }, + { + "max_n": 3, + "max_m": 3 + }, + { + "max_n": 5, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bmultithreading_test.json b/examples/pipelines/all_configs/Bmultithreading_test.json new file mode 100644 index 0000000..d5ca670 --- /dev/null +++ b/examples/pipelines/all_configs/Bmultithreading_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 6 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 7, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 19, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bmultithreading_train.json b/examples/pipelines/all_configs/Bmultithreading_train.json new file mode 100644 index 0000000..d5ca670 --- /dev/null +++ b/examples/pipelines/all_configs/Bmultithreading_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 6 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 7, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 19, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bnewyearandascentsequence_test.json b/examples/pipelines/all_configs/Bnewyearandascentsequence_test.json new file mode 100644 index 0000000..8253e2e --- /dev/null +++ b/examples/pipelines/all_configs/Bnewyearandascentsequence_test.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 15, + "max_len": 7, + "value_range": [ + 0, + 100 + ] + }, + { + "max_n": 5, + "max_len": 5, + "value_range": [ + 0, + 50 + ] + }, + { + "max_n": 10, + "max_len": 7, + "value_range": [ + 0, + 100 + ] + }, + { + "max_n": 15, + "max_len": 10, + "value_range": [ + 10, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bnewyearandascentsequence_train.json b/examples/pipelines/all_configs/Bnewyearandascentsequence_train.json new file mode 100644 index 0000000..8253e2e --- /dev/null +++ b/examples/pipelines/all_configs/Bnewyearandascentsequence_train.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 15, + "max_len": 7, + "value_range": [ + 0, + 100 + ] + }, + { + "max_n": 5, + "max_len": 5, + "value_range": [ + 0, + 50 + ] + }, + { + "max_n": 10, + "max_len": 7, + "value_range": [ + 0, + 100 + ] + }, + { + "max_n": 15, + "max_len": 10, + "value_range": [ + 10, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bonceagain_test.json b/examples/pipelines/all_configs/Bonceagain_test.json new file mode 100644 index 0000000..53ade63 --- /dev/null +++ b/examples/pipelines/all_configs/Bonceagain_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 20, + "T_min": 1, + "T_max": 10000000, + "a_min": 1, + "a_max": 100 + }, + { + "n_min": 1, + "n_max": 50, + "T_min": 1, + "T_max": 10000, + "a_min": 1, + "a_max": 200 + }, + { + "n_min": 1, + "n_max": 100, + "T_min": 1, + "T_max": 10000000, + "a_min": 1, + "a_max": 300 + }, + { + "n_min": 50, + "n_max": 100, + "T_min": 1000, + "T_max": 1000000, + "a_min": 100, + "a_max": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bonceagain_train.json b/examples/pipelines/all_configs/Bonceagain_train.json new file mode 100644 index 0000000..53ade63 --- /dev/null +++ b/examples/pipelines/all_configs/Bonceagain_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 20, + "T_min": 1, + "T_max": 10000000, + "a_min": 1, + "a_max": 100 + }, + { + "n_min": 1, + "n_max": 50, + "T_min": 1, + "T_max": 10000, + "a_min": 1, + "a_max": 200 + }, + { + "n_min": 1, + "n_max": 100, + "T_min": 1, + "T_max": 10000000, + "a_min": 1, + "a_max": 300 + }, + { + "n_min": 50, + "n_max": 100, + "T_min": 1000, + "T_max": 1000000, + "a_min": 100, + "a_max": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bonlinemeeting_test.json b/examples/pipelines/all_configs/Bonlinemeeting_test.json new file mode 100644 index 0000000..f6ec105 --- /dev/null +++ b/examples/pipelines/all_configs/Bonlinemeeting_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 10, + "m_min": 4, + "m_max": 15 + }, + { + "n_min": 2, + "n_max": 10, + "m_min": 3, + "m_max": 20 + }, + { + "n_min": 3, + "n_max": 15, + "m_min": 5, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 3, + "m_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bonlinemeeting_train.json b/examples/pipelines/all_configs/Bonlinemeeting_train.json new file mode 100644 index 0000000..f6ec105 --- /dev/null +++ b/examples/pipelines/all_configs/Bonlinemeeting_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 10, + "m_min": 4, + "m_max": 15 + }, + { + "n_min": 2, + "n_max": 10, + "m_min": 3, + "m_max": 20 + }, + { + "n_min": 3, + "n_max": 15, + "m_min": 5, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 3, + "m_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Boracandmedians_test.json b/examples/pipelines/all_configs/Boracandmedians_test.json new file mode 100644 index 0000000..a4d3968 --- /dev/null +++ b/examples/pipelines/all_configs/Boracandmedians_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100000, + "max_k": 1000000000, + "max_value": 1000000000 + }, + { + "max_n": 1, + "max_k": 6, + "max_value": 6 + }, + { + "max_n": 3, + "max_k": 3, + "max_value": 3 + }, + { + "max_n": 4, + "max_k": 3, + "max_value": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Boracandmedians_train.json b/examples/pipelines/all_configs/Boracandmedians_train.json new file mode 100644 index 0000000..a4d3968 --- /dev/null +++ b/examples/pipelines/all_configs/Boracandmedians_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100000, + "max_k": 1000000000, + "max_value": 1000000000 + }, + { + "max_n": 1, + "max_k": 6, + "max_value": 6 + }, + { + "max_n": 3, + "max_k": 3, + "max_value": 3 + }, + { + "max_n": 4, + "max_k": 3, + "max_value": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bourtanyaiscryingoutloud_test.json b/examples/pipelines/all_configs/Bourtanyaiscryingoutloud_test.json new file mode 100644 index 0000000..b11ccb4 --- /dev/null +++ b/examples/pipelines/all_configs/Bourtanyaiscryingoutloud_test.json @@ -0,0 +1,42 @@ +[ + { + "n_min": 1, + "n_max": 1000000, + "k_min": 2, + "k_max": 10000, + "A_min": 1, + "A_max": 10000, + "B_min": 1, + "B_max": 10000 + }, + { + "n_min": 1000, + "n_max": 100000, + "k_min": 2, + "k_max": 100, + "A_min": 1, + "A_max": 100, + "B_min": 1, + "B_max": 100 + }, + { + "n_min": 1, + "n_max": 1000, + "k_min": 2, + "k_max": 10, + "A_min": 1, + "A_max": 10, + "B_min": 1, + "B_max": 10 + }, + { + "n_min": 100000, + "n_max": 1000000, + "k_min": 2, + "k_max": 1000, + "A_min": 1, + "A_max": 1000, + "B_min": 1, + "B_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bourtanyaiscryingoutloud_train.json b/examples/pipelines/all_configs/Bourtanyaiscryingoutloud_train.json new file mode 100644 index 0000000..b11ccb4 --- /dev/null +++ b/examples/pipelines/all_configs/Bourtanyaiscryingoutloud_train.json @@ -0,0 +1,42 @@ +[ + { + "n_min": 1, + "n_max": 1000000, + "k_min": 2, + "k_max": 10000, + "A_min": 1, + "A_max": 10000, + "B_min": 1, + "B_max": 10000 + }, + { + "n_min": 1000, + "n_max": 100000, + "k_min": 2, + "k_max": 100, + "A_min": 1, + "A_max": 100, + "B_min": 1, + "B_max": 100 + }, + { + "n_min": 1, + "n_max": 1000, + "k_min": 2, + "k_max": 10, + "A_min": 1, + "A_max": 10, + "B_min": 1, + "B_max": 10 + }, + { + "n_min": 100000, + "n_max": 1000000, + "k_min": 2, + "k_max": 1000, + "A_min": 1, + "A_max": 1000, + "B_min": 1, + "B_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bpiet_test.json b/examples/pipelines/all_configs/Bpiet_test.json new file mode 100644 index 0000000..43151f9 --- /dev/null +++ b/examples/pipelines/all_configs/Bpiet_test.json @@ -0,0 +1,22 @@ +[ + { + "max_m": 3, + "max_k": 4, + "max_n": 7500 + }, + { + "max_m": 5, + "max_k": 5, + "max_n": 10000 + }, + { + "max_m": 4, + "max_k": 3, + "max_n": 2500 + }, + { + "max_m": 2, + "max_k": 2, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bpiet_train.json b/examples/pipelines/all_configs/Bpiet_train.json new file mode 100644 index 0000000..43151f9 --- /dev/null +++ b/examples/pipelines/all_configs/Bpiet_train.json @@ -0,0 +1,22 @@ +[ + { + "max_m": 3, + "max_k": 4, + "max_n": 7500 + }, + { + "max_m": 5, + "max_k": 5, + "max_n": 10000 + }, + { + "max_m": 4, + "max_k": 3, + "max_n": 2500 + }, + { + "max_m": 2, + "max_k": 2, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bpincodes_test.json b/examples/pipelines/all_configs/Bpincodes_test.json new file mode 100644 index 0000000..ccf8ebe --- /dev/null +++ b/examples/pipelines/all_configs/Bpincodes_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 4, + "max_n": 8 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 9 + }, + { + "min_n": 3, + "max_n": 7 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bpincodes_train.json b/examples/pipelines/all_configs/Bpincodes_train.json new file mode 100644 index 0000000..ccf8ebe --- /dev/null +++ b/examples/pipelines/all_configs/Bpincodes_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 4, + "max_n": 8 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 9 + }, + { + "min_n": 3, + "max_n": 7 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bpipeline_test.json b/examples/pipelines/all_configs/Bpipeline_test.json new file mode 100644 index 0000000..3f32d48 --- /dev/null +++ b/examples/pipelines/all_configs/Bpipeline_test.json @@ -0,0 +1,10 @@ +[ + { + "seed": 456, + "solvable_prob": 0.3 + }, + { + "seed": 123, + "solvable_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bpipeline_train.json b/examples/pipelines/all_configs/Bpipeline_train.json new file mode 100644 index 0000000..3f32d48 --- /dev/null +++ b/examples/pipelines/all_configs/Bpipeline_train.json @@ -0,0 +1,10 @@ +[ + { + "seed": 456, + "solvable_prob": 0.3 + }, + { + "seed": 123, + "solvable_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bplanetlapituletti_test.json b/examples/pipelines/all_configs/Bplanetlapituletti_test.json new file mode 100644 index 0000000..f1bd82d --- /dev/null +++ b/examples/pipelines/all_configs/Bplanetlapituletti_test.json @@ -0,0 +1,26 @@ +[ + { + "h_min": 1, + "h_max": 24, + "m_min": 1, + "m_max": 60 + }, + { + "h_min": 1, + "h_max": 50, + "m_min": 1, + "m_max": 50 + }, + { + "h_min": 1, + "h_max": 30, + "m_min": 1, + "m_max": 60 + }, + { + "h_min": 1, + "h_max": 100, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bplanetlapituletti_train.json b/examples/pipelines/all_configs/Bplanetlapituletti_train.json new file mode 100644 index 0000000..f1bd82d --- /dev/null +++ b/examples/pipelines/all_configs/Bplanetlapituletti_train.json @@ -0,0 +1,26 @@ +[ + { + "h_min": 1, + "h_max": 24, + "m_min": 1, + "m_max": 60 + }, + { + "h_min": 1, + "h_max": 50, + "m_min": 1, + "m_max": 50 + }, + { + "h_min": 1, + "h_max": 30, + "m_min": 1, + "m_max": 60 + }, + { + "h_min": 1, + "h_max": 100, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bplusandmultiply_test.json b/examples/pipelines/all_configs/Bplusandmultiply_test.json new file mode 100644 index 0000000..0d2527d --- /dev/null +++ b/examples/pipelines/all_configs/Bplusandmultiply_test.json @@ -0,0 +1,38 @@ +[ + { + "a_min": 1, + "a_max": 50, + "b_min": 1, + "b_max": 50, + "n_min": 1, + "n_max": 200000000, + "seed": 7 + }, + { + "a_min": 1, + "a_max": 100, + "b_min": 1, + "b_max": 100, + "n_min": 1, + "n_max": 1000000000, + "seed": 42 + }, + { + "a_min": 3, + "a_max": 150, + "b_min": 3, + "b_max": 150, + "n_min": 1000, + "n_max": 800000000, + "seed": 456 + }, + { + "a_min": 2, + "a_max": 200, + "b_min": 2, + "b_max": 200, + "n_min": 100, + "n_max": 500000000, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bplusandmultiply_train.json b/examples/pipelines/all_configs/Bplusandmultiply_train.json new file mode 100644 index 0000000..0d2527d --- /dev/null +++ b/examples/pipelines/all_configs/Bplusandmultiply_train.json @@ -0,0 +1,38 @@ +[ + { + "a_min": 1, + "a_max": 50, + "b_min": 1, + "b_max": 50, + "n_min": 1, + "n_max": 200000000, + "seed": 7 + }, + { + "a_min": 1, + "a_max": 100, + "b_min": 1, + "b_max": 100, + "n_min": 1, + "n_max": 1000000000, + "seed": 42 + }, + { + "a_min": 3, + "a_max": 150, + "b_min": 3, + "b_max": 150, + "n_min": 1000, + "n_max": 800000000, + "seed": 456 + }, + { + "a_min": 2, + "a_max": 200, + "b_min": 2, + "b_max": 200, + "n_min": 100, + "n_max": 500000000, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Brestorecube_test.json b/examples/pipelines/all_configs/Brestorecube_test.json new file mode 100644 index 0000000..39b608d --- /dev/null +++ b/examples/pipelines/all_configs/Brestorecube_test.json @@ -0,0 +1,30 @@ +[ + { + "origin_range": [ + -2, + 2 + ], + "max_unsolvable_attempts": 5 + }, + { + "origin_range": [ + -3, + 3 + ], + "max_unsolvable_attempts": 3 + }, + { + "origin_range": [ + -10, + 10 + ], + "max_unsolvable_attempts": 10 + }, + { + "origin_range": [ + -10, + 10 + ], + "max_unsolvable_attempts": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Brestorecube_train.json b/examples/pipelines/all_configs/Brestorecube_train.json new file mode 100644 index 0000000..39b608d --- /dev/null +++ b/examples/pipelines/all_configs/Brestorecube_train.json @@ -0,0 +1,30 @@ +[ + { + "origin_range": [ + -2, + 2 + ], + "max_unsolvable_attempts": 5 + }, + { + "origin_range": [ + -3, + 3 + ], + "max_unsolvable_attempts": 3 + }, + { + "origin_range": [ + -10, + 10 + ], + "max_unsolvable_attempts": 10 + }, + { + "origin_range": [ + -10, + 10 + ], + "max_unsolvable_attempts": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsashaandonemorename_test.json b/examples/pipelines/all_configs/Bsashaandonemorename_test.json new file mode 100644 index 0000000..e6f7974 --- /dev/null +++ b/examples/pipelines/all_configs/Bsashaandonemorename_test.json @@ -0,0 +1,32 @@ +[ + { + "case_type": "k2", + "min_length": 5, + "max_length": 15 + }, + { + "case_type": "impossible", + "min_length": 4, + "max_length": 20 + }, + { + "case_type": "k2", + "min_length": 3, + "max_length": 10 + }, + { + "case_type": "k1", + "min_length": 4, + "max_length": 25 + }, + { + "case_type": "k1", + "min_length": 3, + "max_length": 20 + }, + { + "case_type": "impossible", + "min_length": 5, + "max_length": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsashaandonemorename_train.json b/examples/pipelines/all_configs/Bsashaandonemorename_train.json new file mode 100644 index 0000000..e6f7974 --- /dev/null +++ b/examples/pipelines/all_configs/Bsashaandonemorename_train.json @@ -0,0 +1,32 @@ +[ + { + "case_type": "k2", + "min_length": 5, + "max_length": 15 + }, + { + "case_type": "impossible", + "min_length": 4, + "max_length": 20 + }, + { + "case_type": "k2", + "min_length": 3, + "max_length": 10 + }, + { + "case_type": "k1", + "min_length": 4, + "max_length": 25 + }, + { + "case_type": "k1", + "min_length": 3, + "max_length": 20 + }, + { + "case_type": "impossible", + "min_length": 5, + "max_length": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bseabattle_test.json b/examples/pipelines/all_configs/Bseabattle_test.json new file mode 100644 index 0000000..55c208a --- /dev/null +++ b/examples/pipelines/all_configs/Bseabattle_test.json @@ -0,0 +1,51 @@ +[ + { + "n": 7, + "a": 2, + "b": 3, + "k": 2, + "s": "1001000" + }, + { + "n": 8, + "a": 2, + "b": 2, + "k": 4, + "s": "10101010" + }, + { + "n": 10, + "a": 1, + "b": 5, + "k": 0, + "s": "0000000000" + }, + { + "n": 9, + "a": 3, + "b": 2, + "k": 3, + "s": "100100100" + }, + { + "n": 10, + "a": 2, + "b": 3, + "k": 2, + "s": "1010000000" + }, + { + "n": 12, + "a": 3, + "b": 2, + "k": 5, + "s": "101010101000" + }, + { + "n": 6, + "a": 2, + "b": 2, + "k": 2, + "s": "101000" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bseabattle_train.json b/examples/pipelines/all_configs/Bseabattle_train.json new file mode 100644 index 0000000..55c208a --- /dev/null +++ b/examples/pipelines/all_configs/Bseabattle_train.json @@ -0,0 +1,51 @@ +[ + { + "n": 7, + "a": 2, + "b": 3, + "k": 2, + "s": "1001000" + }, + { + "n": 8, + "a": 2, + "b": 2, + "k": 4, + "s": "10101010" + }, + { + "n": 10, + "a": 1, + "b": 5, + "k": 0, + "s": "0000000000" + }, + { + "n": 9, + "a": 3, + "b": 2, + "k": 3, + "s": "100100100" + }, + { + "n": 10, + "a": 2, + "b": 3, + "k": 2, + "s": "1010000000" + }, + { + "n": 12, + "a": 3, + "b": 2, + "k": 5, + "s": "101010101000" + }, + { + "n": 6, + "a": 2, + "b": 2, + "k": 2, + "s": "101000" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsequentialnim_test.json b/examples/pipelines/all_configs/Bsequentialnim_test.json new file mode 100644 index 0000000..c26cee1 --- /dev/null +++ b/examples/pipelines/all_configs/Bsequentialnim_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 100000, + "min_a": 1, + "max_a": 1000000000, + "case_type": "mixed" + }, + { + "min_n": 5, + "max_n": 100, + "min_a": 1, + "max_a": 1000000000, + "case_type": "first_gt1" + }, + { + "min_n": 5, + "max_n": 100, + "min_a": 1, + "max_a": 1000000000, + "case_type": "first_gt1" + }, + { + "min_n": 1, + "max_n": 10, + "min_a": 1, + "max_a": 1, + "case_type": "all_ones" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsequentialnim_train.json b/examples/pipelines/all_configs/Bsequentialnim_train.json new file mode 100644 index 0000000..c26cee1 --- /dev/null +++ b/examples/pipelines/all_configs/Bsequentialnim_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 100000, + "min_a": 1, + "max_a": 1000000000, + "case_type": "mixed" + }, + { + "min_n": 5, + "max_n": 100, + "min_a": 1, + "max_a": 1000000000, + "case_type": "first_gt1" + }, + { + "min_n": 5, + "max_n": 100, + "min_a": 1, + "max_a": 1000000000, + "case_type": "first_gt1" + }, + { + "min_n": 1, + "max_n": 10, + "min_a": 1, + "max_a": 1, + "case_type": "all_ones" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsetofpoints_test.json b/examples/pipelines/all_configs/Bsetofpoints_test.json new file mode 100644 index 0000000..1d7128c --- /dev/null +++ b/examples/pipelines/all_configs/Bsetofpoints_test.json @@ -0,0 +1,32 @@ +[ + { + "m_min": 3, + "m_max": 70, + "max_n_multiplier": 1.8 + }, + { + "m_min": 6, + "m_max": 80, + "max_n_multiplier": 2 + }, + { + "m_min": 3, + "m_max": 50, + "max_n_multiplier": 2 + }, + { + "m_min": 3, + "m_max": 40, + "max_n_multiplier": 1.5 + }, + { + "m_min": 4, + "m_max": 75, + "max_n_multiplier": 1.5 + }, + { + "m_min": 5, + "m_max": 90, + "max_n_multiplier": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsetofpoints_train.json b/examples/pipelines/all_configs/Bsetofpoints_train.json new file mode 100644 index 0000000..1d7128c --- /dev/null +++ b/examples/pipelines/all_configs/Bsetofpoints_train.json @@ -0,0 +1,32 @@ +[ + { + "m_min": 3, + "m_max": 70, + "max_n_multiplier": 1.8 + }, + { + "m_min": 6, + "m_max": 80, + "max_n_multiplier": 2 + }, + { + "m_min": 3, + "m_max": 50, + "max_n_multiplier": 2 + }, + { + "m_min": 3, + "m_max": 40, + "max_n_multiplier": 1.5 + }, + { + "m_min": 4, + "m_max": 75, + "max_n_multiplier": 1.5 + }, + { + "m_min": 5, + "m_max": 90, + "max_n_multiplier": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bshifting_test.json b/examples/pipelines/all_configs/Bshifting_test.json new file mode 100644 index 0000000..62528b5 --- /dev/null +++ b/examples/pipelines/all_configs/Bshifting_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 5, + "max_n": 500000 + }, + { + "min_n": 2, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 500000 + }, + { + "min_n": 10, + "max_n": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bshifting_train.json b/examples/pipelines/all_configs/Bshifting_train.json new file mode 100644 index 0000000..62528b5 --- /dev/null +++ b/examples/pipelines/all_configs/Bshifting_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 5, + "max_n": 500000 + }, + { + "min_n": 2, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 500000 + }, + { + "min_n": 10, + "max_n": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bshowerline_test.json b/examples/pipelines/all_configs/Bshowerline_test.json new file mode 100644 index 0000000..325aed3 --- /dev/null +++ b/examples/pipelines/all_configs/Bshowerline_test.json @@ -0,0 +1,18 @@ +[ + { + "max_value": 5000, + "size": 5 + }, + { + "max_value": 100, + "size": 5 + }, + { + "max_value": 100000, + "size": 5 + }, + { + "max_value": 1000, + "size": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bshowerline_train.json b/examples/pipelines/all_configs/Bshowerline_train.json new file mode 100644 index 0000000..325aed3 --- /dev/null +++ b/examples/pipelines/all_configs/Bshowerline_train.json @@ -0,0 +1,18 @@ +[ + { + "max_value": 5000, + "size": 5 + }, + { + "max_value": 100, + "size": 5 + }, + { + "max_value": 100000, + "size": 5 + }, + { + "max_value": 1000, + "size": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsifidandstrangesubsequences_test.json b/examples/pipelines/all_configs/Bsifidandstrangesubsequences_test.json new file mode 100644 index 0000000..13ed0d2 --- /dev/null +++ b/examples/pipelines/all_configs/Bsifidandstrangesubsequences_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 25, + "element_min": -150, + "element_max": 150, + "special_cases_ratio": 0.2 + }, + { + "min_n": 1, + "max_n": 30, + "element_min": -500, + "element_max": 500, + "special_cases_ratio": 0.3 + }, + { + "min_n": 1, + "max_n": 20, + "element_min": -300, + "element_max": 300, + "special_cases_ratio": 0.4 + }, + { + "min_n": 1, + "max_n": 15, + "element_min": -200, + "element_max": 200, + "special_cases_ratio": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsifidandstrangesubsequences_train.json b/examples/pipelines/all_configs/Bsifidandstrangesubsequences_train.json new file mode 100644 index 0000000..13ed0d2 --- /dev/null +++ b/examples/pipelines/all_configs/Bsifidandstrangesubsequences_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 25, + "element_min": -150, + "element_max": 150, + "special_cases_ratio": 0.2 + }, + { + "min_n": 1, + "max_n": 30, + "element_min": -500, + "element_max": 500, + "special_cases_ratio": 0.3 + }, + { + "min_n": 1, + "max_n": 20, + "element_min": -300, + "element_max": 300, + "special_cases_ratio": 0.4 + }, + { + "min_n": 1, + "max_n": 15, + "element_min": -200, + "element_max": 200, + "special_cases_ratio": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsimplexml_test.json b/examples/pipelines/all_configs/Bsimplexml_test.json new file mode 100644 index 0000000..f6e1fab --- /dev/null +++ b/examples/pipelines/all_configs/Bsimplexml_test.json @@ -0,0 +1,18 @@ +[ + { + "max_depth": 2, + "max_children": 2 + }, + { + "max_depth": 4, + "max_children": 2 + }, + { + "max_depth": 3, + "max_children": 1 + }, + { + "max_depth": 2, + "max_children": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bsimplexml_train.json b/examples/pipelines/all_configs/Bsimplexml_train.json new file mode 100644 index 0000000..f6e1fab --- /dev/null +++ b/examples/pipelines/all_configs/Bsimplexml_train.json @@ -0,0 +1,18 @@ +[ + { + "max_depth": 2, + "max_children": 2 + }, + { + "max_depth": 4, + "max_children": 2 + }, + { + "max_depth": 3, + "max_children": 1 + }, + { + "max_depth": 2, + "max_children": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bskills_test.json b/examples/pipelines/all_configs/Bskills_test.json new file mode 100644 index 0000000..ed9a976 --- /dev/null +++ b/examples/pipelines/all_configs/Bskills_test.json @@ -0,0 +1,156 @@ +[ + { + "n_range": [ + 5, + 7 + ], + "A_range": [ + 15, + 25 + ], + "cf_range": [ + 20, + 30 + ], + "cm_range": [ + 10, + 20 + ], + "m_range": [ + 30, + 200 + ] + }, + { + "n_range": [ + 4, + 5 + ], + "A_range": [ + 8, + 12 + ], + "cf_range": [ + 12, + 22 + ], + "cm_range": [ + 6, + 16 + ], + "m_range": [ + 35, + 100 + ] + }, + { + "n_range": [ + 4, + 6 + ], + "A_range": [ + 10, + 20 + ], + "cf_range": [ + 10, + 25 + ], + "cm_range": [ + 5, + 15 + ], + "m_range": [ + 20, + 150 + ] + }, + { + "n_range": [ + 2, + 3 + ], + "A_range": [ + 3, + 8 + ], + "cf_range": [ + 2, + 10 + ], + "cm_range": [ + 2, + 8 + ], + "m_range": [ + 15, + 80 + ] + }, + { + "n_range": [ + 3, + 5 + ], + "A_range": [ + 5, + 15 + ], + "cf_range": [ + 5, + 20 + ], + "cm_range": [ + 1, + 10 + ], + "m_range": [ + 10, + 100 + ] + }, + { + "n_range": [ + 3, + 6 + ], + "A_range": [ + 10, + 15 + ], + "cf_range": [ + 10, + 20 + ], + "cm_range": [ + 5, + 15 + ], + "m_range": [ + 50, + 150 + ] + }, + { + "n_range": [ + 3, + 4 + ], + "A_range": [ + 5, + 10 + ], + "cf_range": [ + 5, + 15 + ], + "cm_range": [ + 1, + 5 + ], + "m_range": [ + 5, + 50 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bskills_train.json b/examples/pipelines/all_configs/Bskills_train.json new file mode 100644 index 0000000..ed9a976 --- /dev/null +++ b/examples/pipelines/all_configs/Bskills_train.json @@ -0,0 +1,156 @@ +[ + { + "n_range": [ + 5, + 7 + ], + "A_range": [ + 15, + 25 + ], + "cf_range": [ + 20, + 30 + ], + "cm_range": [ + 10, + 20 + ], + "m_range": [ + 30, + 200 + ] + }, + { + "n_range": [ + 4, + 5 + ], + "A_range": [ + 8, + 12 + ], + "cf_range": [ + 12, + 22 + ], + "cm_range": [ + 6, + 16 + ], + "m_range": [ + 35, + 100 + ] + }, + { + "n_range": [ + 4, + 6 + ], + "A_range": [ + 10, + 20 + ], + "cf_range": [ + 10, + 25 + ], + "cm_range": [ + 5, + 15 + ], + "m_range": [ + 20, + 150 + ] + }, + { + "n_range": [ + 2, + 3 + ], + "A_range": [ + 3, + 8 + ], + "cf_range": [ + 2, + 10 + ], + "cm_range": [ + 2, + 8 + ], + "m_range": [ + 15, + 80 + ] + }, + { + "n_range": [ + 3, + 5 + ], + "A_range": [ + 5, + 15 + ], + "cf_range": [ + 5, + 20 + ], + "cm_range": [ + 1, + 10 + ], + "m_range": [ + 10, + 100 + ] + }, + { + "n_range": [ + 3, + 6 + ], + "A_range": [ + 10, + 15 + ], + "cf_range": [ + 10, + 20 + ], + "cm_range": [ + 5, + 15 + ], + "m_range": [ + 50, + 150 + ] + }, + { + "n_range": [ + 3, + 4 + ], + "A_range": [ + 5, + 10 + ], + "cf_range": [ + 5, + 15 + ], + "cm_range": [ + 1, + 5 + ], + "m_range": [ + 5, + 50 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bstring_test.json b/examples/pipelines/all_configs/Bstring_test.json new file mode 100644 index 0000000..b8c6b59 --- /dev/null +++ b/examples/pipelines/all_configs/Bstring_test.json @@ -0,0 +1,18 @@ +[ + { + "max_str_length": 20, + "max_k": 100000 + }, + { + "max_str_length": 10, + "max_k": 100000 + }, + { + "max_str_length": 7, + "max_k": 10000 + }, + { + "max_str_length": 1, + "max_k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bstring_train.json b/examples/pipelines/all_configs/Bstring_train.json new file mode 100644 index 0000000..b8c6b59 --- /dev/null +++ b/examples/pipelines/all_configs/Bstring_train.json @@ -0,0 +1,18 @@ +[ + { + "max_str_length": 20, + "max_k": 100000 + }, + { + "max_str_length": 10, + "max_k": 100000 + }, + { + "max_str_length": 7, + "max_k": 10000 + }, + { + "max_str_length": 1, + "max_k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bstrip_test.json b/examples/pipelines/all_configs/Bstrip_test.json new file mode 100644 index 0000000..abdbe2f --- /dev/null +++ b/examples/pipelines/all_configs/Bstrip_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 5, + "max_n": 20, + "min_s": 0, + "max_s": 30, + "min_l": 1, + "max_l": 10, + "solvable_prob": 0.4 + }, + { + "min_n": 1, + "max_n": 10, + "min_s": 0, + "max_s": 10, + "min_l": 1, + "max_l": 5, + "solvable_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 12, + "min_s": 5, + "max_s": 15, + "min_l": 3, + "max_l": 6, + "solvable_prob": 0.7 + }, + { + "min_n": 4, + "max_n": 18, + "min_s": 1, + "max_s": 25, + "min_l": 2, + "max_l": 8, + "solvable_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bstrip_train.json b/examples/pipelines/all_configs/Bstrip_train.json new file mode 100644 index 0000000..abdbe2f --- /dev/null +++ b/examples/pipelines/all_configs/Bstrip_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 5, + "max_n": 20, + "min_s": 0, + "max_s": 30, + "min_l": 1, + "max_l": 10, + "solvable_prob": 0.4 + }, + { + "min_n": 1, + "max_n": 10, + "min_s": 0, + "max_s": 10, + "min_l": 1, + "max_l": 5, + "solvable_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 12, + "min_s": 5, + "max_s": 15, + "min_l": 3, + "max_l": 6, + "solvable_prob": 0.7 + }, + { + "min_n": 4, + "max_n": 18, + "min_s": 1, + "max_s": 25, + "min_l": 2, + "max_l": 8, + "solvable_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btaxes_test.json b/examples/pipelines/all_configs/Btaxes_test.json new file mode 100644 index 0000000..c0b6f27 --- /dev/null +++ b/examples/pipelines/all_configs/Btaxes_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 4, + "n_max": 4 + }, + { + "n_min": 2, + "n_max": 10 + }, + { + "n_min": 2, + "n_max": 2 + }, + { + "n_min": 3, + "n_max": 3 + }, + { + "n_min": 1000000, + "n_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btaxes_train.json b/examples/pipelines/all_configs/Btaxes_train.json new file mode 100644 index 0000000..c0b6f27 --- /dev/null +++ b/examples/pipelines/all_configs/Btaxes_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 4, + "n_max": 4 + }, + { + "n_min": 2, + "n_max": 10 + }, + { + "n_min": 2, + "n_max": 2 + }, + { + "n_min": 3, + "n_max": 3 + }, + { + "n_min": 1000000, + "n_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bthechildandset_test.json b/examples/pipelines/all_configs/Bthechildandset_test.json new file mode 100644 index 0000000..b20f8cc --- /dev/null +++ b/examples/pipelines/all_configs/Bthechildandset_test.json @@ -0,0 +1,22 @@ +[ + { + "min_limit": 1, + "max_limit": 1000 + }, + { + "min_limit": 1, + "max_limit": 10 + }, + { + "min_limit": 5, + "max_limit": 50 + }, + { + "min_limit": 1, + "max_limit": 20 + }, + { + "min_limit": 10, + "max_limit": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bthechildandset_train.json b/examples/pipelines/all_configs/Bthechildandset_train.json new file mode 100644 index 0000000..b20f8cc --- /dev/null +++ b/examples/pipelines/all_configs/Bthechildandset_train.json @@ -0,0 +1,22 @@ +[ + { + "min_limit": 1, + "max_limit": 1000 + }, + { + "min_limit": 1, + "max_limit": 10 + }, + { + "min_limit": 5, + "max_limit": 50 + }, + { + "min_limit": 1, + "max_limit": 20 + }, + { + "min_limit": 10, + "max_limit": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bthequeue_test.json b/examples/pipelines/all_configs/Bthequeue_test.json new file mode 100644 index 0000000..37551bd --- /dev/null +++ b/examples/pipelines/all_configs/Bthequeue_test.json @@ -0,0 +1,34 @@ +[ + { + "ts_min": 50, + "ts_max": 1500, + "t_min": 5, + "t_max": 150, + "n_max": 80, + "max_visit_gap": 400 + }, + { + "ts_min": 1, + "ts_max": 1000, + "t_min": 1, + "t_max": 1000, + "n_max": 100, + "max_visit_gap": 500 + }, + { + "ts_min": 150, + "ts_max": 2500, + "t_min": 15, + "t_max": 250, + "n_max": 60, + "max_visit_gap": 350 + }, + { + "ts_min": 200, + "ts_max": 3000, + "t_min": 20, + "t_max": 300, + "n_max": 30, + "max_visit_gap": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bthequeue_train.json b/examples/pipelines/all_configs/Bthequeue_train.json new file mode 100644 index 0000000..37551bd --- /dev/null +++ b/examples/pipelines/all_configs/Bthequeue_train.json @@ -0,0 +1,34 @@ +[ + { + "ts_min": 50, + "ts_max": 1500, + "t_min": 5, + "t_max": 150, + "n_max": 80, + "max_visit_gap": 400 + }, + { + "ts_min": 1, + "ts_max": 1000, + "t_min": 1, + "t_max": 1000, + "n_max": 100, + "max_visit_gap": 500 + }, + { + "ts_min": 150, + "ts_max": 2500, + "t_min": 15, + "t_max": 250, + "n_max": 60, + "max_visit_gap": 350 + }, + { + "ts_min": 200, + "ts_max": 3000, + "t_min": 20, + "t_max": 300, + "n_max": 30, + "max_visit_gap": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btheworldisjustaprogrammingtaskhardversion_test.json b/examples/pipelines/all_configs/Btheworldisjustaprogrammingtaskhardversion_test.json new file mode 100644 index 0000000..3c43524 --- /dev/null +++ b/examples/pipelines/all_configs/Btheworldisjustaprogrammingtaskhardversion_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 6 + }, + { + "max_n": 12 + }, + { + "max_n": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btheworldisjustaprogrammingtaskhardversion_train.json b/examples/pipelines/all_configs/Btheworldisjustaprogrammingtaskhardversion_train.json new file mode 100644 index 0000000..3c43524 --- /dev/null +++ b/examples/pipelines/all_configs/Btheworldisjustaprogrammingtaskhardversion_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 6 + }, + { + "max_n": 12 + }, + { + "max_n": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bthreereligions_test.json b/examples/pipelines/all_configs/Bthreereligions_test.json new file mode 100644 index 0000000..f0d5552 --- /dev/null +++ b/examples/pipelines/all_configs/Bthreereligions_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 1000, + "max_q": 500, + "max_op_len": 100 + }, + { + "max_n": 100, + "max_q": 100, + "max_op_len": 10 + }, + { + "max_n": 100000, + "max_q": 1000, + "max_op_len": 250 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bthreereligions_train.json b/examples/pipelines/all_configs/Bthreereligions_train.json new file mode 100644 index 0000000..f0d5552 --- /dev/null +++ b/examples/pipelines/all_configs/Bthreereligions_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 1000, + "max_q": 500, + "max_op_len": 100 + }, + { + "max_n": 100, + "max_q": 100, + "max_op_len": 10 + }, + { + "max_n": 100000, + "max_q": 1000, + "max_op_len": 250 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btreearray_test.json b/examples/pipelines/all_configs/Btreearray_test.json new file mode 100644 index 0000000..aff5895 --- /dev/null +++ b/examples/pipelines/all_configs/Btreearray_test.json @@ -0,0 +1,18 @@ +[ + { + "min_nodes": 5, + "max_nodes": 50 + }, + { + "min_nodes": 3, + "max_nodes": 150 + }, + { + "min_nodes": 2, + "max_nodes": 200 + }, + { + "min_nodes": 10, + "max_nodes": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btreearray_train.json b/examples/pipelines/all_configs/Btreearray_train.json new file mode 100644 index 0000000..aff5895 --- /dev/null +++ b/examples/pipelines/all_configs/Btreearray_train.json @@ -0,0 +1,18 @@ +[ + { + "min_nodes": 5, + "max_nodes": 50 + }, + { + "min_nodes": 3, + "max_nodes": 150 + }, + { + "min_nodes": 2, + "max_nodes": 200 + }, + { + "min_nodes": 10, + "max_nodes": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btwoheaps_test.json b/examples/pipelines/all_configs/Btwoheaps_test.json new file mode 100644 index 0000000..d29b871 --- /dev/null +++ b/examples/pipelines/all_configs/Btwoheaps_test.json @@ -0,0 +1,72 @@ +[ + { + "n_range": [ + 10, + 15 + ], + "num_range": [ + 15, + 85 + ] + }, + { + "n_range": [ + 3, + 8 + ], + "num_range": [ + 50, + 95 + ] + }, + { + "n_range": [ + 4, + 9 + ], + "num_range": [ + 35, + 85 + ] + }, + { + "n_range": [ + 7, + 12 + ], + "num_range": [ + 20, + 90 + ] + }, + { + "n_range": [ + 2, + 5 + ], + "num_range": [ + 40, + 70 + ] + }, + { + "n_range": [ + 10, + 20 + ], + "num_range": [ + 20, + 90 + ] + }, + { + "n_range": [ + 5, + 10 + ], + "num_range": [ + 30, + 80 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Btwoheaps_train.json b/examples/pipelines/all_configs/Btwoheaps_train.json new file mode 100644 index 0000000..d29b871 --- /dev/null +++ b/examples/pipelines/all_configs/Btwoheaps_train.json @@ -0,0 +1,72 @@ +[ + { + "n_range": [ + 10, + 15 + ], + "num_range": [ + 15, + 85 + ] + }, + { + "n_range": [ + 3, + 8 + ], + "num_range": [ + 50, + 95 + ] + }, + { + "n_range": [ + 4, + 9 + ], + "num_range": [ + 35, + 85 + ] + }, + { + "n_range": [ + 7, + 12 + ], + "num_range": [ + 20, + 90 + ] + }, + { + "n_range": [ + 2, + 5 + ], + "num_range": [ + 40, + 70 + ] + }, + { + "n_range": [ + 10, + 20 + ], + "num_range": [ + 20, + 90 + ] + }, + { + "n_range": [ + 5, + 10 + ], + "num_range": [ + 30, + 80 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bweirdjourney_test.json b/examples/pipelines/all_configs/Bweirdjourney_test.json new file mode 100644 index 0000000..63e8ded --- /dev/null +++ b/examples/pipelines/all_configs/Bweirdjourney_test.json @@ -0,0 +1,30 @@ +[ + { + "n": 5, + "m": 10 + }, + { + "n": 5, + "m": 4 + }, + { + "n": 3, + "m": 3 + }, + { + "n": 3, + "m": 2 + }, + { + "n": 4, + "m": 5 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 2, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bweirdjourney_train.json b/examples/pipelines/all_configs/Bweirdjourney_train.json new file mode 100644 index 0000000..63e8ded --- /dev/null +++ b/examples/pipelines/all_configs/Bweirdjourney_train.json @@ -0,0 +1,30 @@ +[ + { + "n": 5, + "m": 10 + }, + { + "n": 5, + "m": 4 + }, + { + "n": 3, + "m": 3 + }, + { + "n": 3, + "m": 2 + }, + { + "n": 4, + "m": 5 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 2, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Byaroslavandtwostrings_test.json b/examples/pipelines/all_configs/Byaroslavandtwostrings_test.json new file mode 100644 index 0000000..2c7dc4c --- /dev/null +++ b/examples/pipelines/all_configs/Byaroslavandtwostrings_test.json @@ -0,0 +1,25 @@ +[ + { + "n": 2, + "min_n": 2, + "max_n": 2, + "p_question": 0.3 + }, + { + "min_n": 3, + "max_n": 5, + "p_question": 0.4 + }, + { + "n": 10, + "min_n": 10, + "max_n": 10, + "p_question": 0.8 + }, + { + "n": 5, + "min_n": 5, + "max_n": 5, + "p_question": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Byaroslavandtwostrings_train.json b/examples/pipelines/all_configs/Byaroslavandtwostrings_train.json new file mode 100644 index 0000000..2c7dc4c --- /dev/null +++ b/examples/pipelines/all_configs/Byaroslavandtwostrings_train.json @@ -0,0 +1,25 @@ +[ + { + "n": 2, + "min_n": 2, + "max_n": 2, + "p_question": 0.3 + }, + { + "min_n": 3, + "max_n": 5, + "p_question": 0.4 + }, + { + "n": 10, + "min_n": 10, + "max_n": 10, + "p_question": 0.8 + }, + { + "n": 5, + "min_n": 5, + "max_n": 5, + "p_question": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Byetanotherarraypartitioningtask_test.json b/examples/pipelines/all_configs/Byetanotherarraypartitioningtask_test.json new file mode 100644 index 0000000..4244bfc --- /dev/null +++ b/examples/pipelines/all_configs/Byetanotherarraypartitioningtask_test.json @@ -0,0 +1,77 @@ +[ + { + "max_n": 10, + "max_m": 5, + "max_k": 2 + }, + { + "max_n": 200, + "max_m": 1, + "max_k": 200 + }, + { + "max_n": 200000, + "max_m": 1, + "max_k": 200000 + }, + { + "max_n": 20, + "max_m": 1, + "max_k": 20 + }, + { + "max_n": 5000, + "max_m": 2500, + "max_k": 2 + }, + { + "max_n": 20, + "max_m": 10, + "max_k": 2 + }, + { + "max_n": 5000, + "max_m": 1, + "max_k": 5000 + }, + { + "max_n": 50, + "max_m": 25, + "max_k": 2 + }, + { + "max_n": 2000, + "max_m": 1, + "max_k": 2000 + }, + { + "max_n": 1000, + "max_m": 500, + "max_k": 2 + }, + { + "max_n": 1000, + "max_m": 1, + "max_k": 1000 + }, + { + "max_n": 100, + "max_m": 50, + "max_k": 2 + }, + { + "max_n": 500, + "max_m": 250, + "max_k": 2 + }, + { + "max_n": 500, + "max_m": 1, + "max_k": 500 + }, + { + "max_n": 10, + "max_m": 1, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Byetanotherarraypartitioningtask_train.json b/examples/pipelines/all_configs/Byetanotherarraypartitioningtask_train.json new file mode 100644 index 0000000..4244bfc --- /dev/null +++ b/examples/pipelines/all_configs/Byetanotherarraypartitioningtask_train.json @@ -0,0 +1,77 @@ +[ + { + "max_n": 10, + "max_m": 5, + "max_k": 2 + }, + { + "max_n": 200, + "max_m": 1, + "max_k": 200 + }, + { + "max_n": 200000, + "max_m": 1, + "max_k": 200000 + }, + { + "max_n": 20, + "max_m": 1, + "max_k": 20 + }, + { + "max_n": 5000, + "max_m": 2500, + "max_k": 2 + }, + { + "max_n": 20, + "max_m": 10, + "max_k": 2 + }, + { + "max_n": 5000, + "max_m": 1, + "max_k": 5000 + }, + { + "max_n": 50, + "max_m": 25, + "max_k": 2 + }, + { + "max_n": 2000, + "max_m": 1, + "max_k": 2000 + }, + { + "max_n": 1000, + "max_m": 500, + "max_k": 2 + }, + { + "max_n": 1000, + "max_m": 1, + "max_k": 1000 + }, + { + "max_n": 100, + "max_m": 50, + "max_k": 2 + }, + { + "max_n": 500, + "max_m": 250, + "max_k": 2 + }, + { + "max_n": 500, + "max_m": 1, + "max_k": 500 + }, + { + "max_n": 10, + "max_m": 1, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bzgukistringz_test.json b/examples/pipelines/all_configs/Bzgukistringz_test.json new file mode 100644 index 0000000..242df2e --- /dev/null +++ b/examples/pipelines/all_configs/Bzgukistringz_test.json @@ -0,0 +1,30 @@ +[ + { + "max_b_length": 2, + "max_c_length": 3, + "max_a_length": 10, + "min_length": 1, + "max_attempts": 2000 + }, + { + "max_b_length": 6, + "max_c_length": 7, + "max_a_length": 25, + "min_length": 2, + "max_attempts": 1500 + }, + { + "max_b_length": 3, + "max_c_length": 4, + "max_a_length": 15, + "min_length": 1, + "max_attempts": 500 + }, + { + "max_b_length": 4, + "max_c_length": 6, + "max_a_length": 18, + "min_length": 2, + "max_attempts": 800 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bzgukistringz_train.json b/examples/pipelines/all_configs/Bzgukistringz_train.json new file mode 100644 index 0000000..242df2e --- /dev/null +++ b/examples/pipelines/all_configs/Bzgukistringz_train.json @@ -0,0 +1,30 @@ +[ + { + "max_b_length": 2, + "max_c_length": 3, + "max_a_length": 10, + "min_length": 1, + "max_attempts": 2000 + }, + { + "max_b_length": 6, + "max_c_length": 7, + "max_a_length": 25, + "min_length": 2, + "max_attempts": 1500 + }, + { + "max_b_length": 3, + "max_c_length": 4, + "max_a_length": 15, + "min_length": 1, + "max_attempts": 500 + }, + { + "max_b_length": 4, + "max_c_length": 6, + "max_a_length": 18, + "min_length": 2, + "max_attempts": 800 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bzuma_test.json b/examples/pipelines/all_configs/Bzuma_test.json new file mode 100644 index 0000000..90c9e4f --- /dev/null +++ b/examples/pipelines/all_configs/Bzuma_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 15, + "max_n": 20 + }, + { + "min_n": 1, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Bzuma_train.json b/examples/pipelines/all_configs/Bzuma_train.json new file mode 100644 index 0000000..90c9e4f --- /dev/null +++ b/examples/pipelines/all_configs/Bzuma_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 15, + "max_n": 20 + }, + { + "min_n": 1, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/C1convergingarrayeasyversion_test.json b/examples/pipelines/all_configs/C1convergingarrayeasyversion_test.json new file mode 100644 index 0000000..06c5956 --- /dev/null +++ b/examples/pipelines/all_configs/C1convergingarrayeasyversion_test.json @@ -0,0 +1,23 @@ +[ + { + "n_min": 3, + "n_max": 10, + "c_max": 50, + "x_min": -200, + "x_max": 200 + }, + { + "n_min": 5, + "n_max": 15, + "c_max": 100, + "x_min": -300, + "x_max": 300 + }, + { + "n_min": 2, + "n_max": 20, + "c_max": 80, + "x_min": -500, + "x_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/C1convergingarrayeasyversion_train.json b/examples/pipelines/all_configs/C1convergingarrayeasyversion_train.json new file mode 100644 index 0000000..06c5956 --- /dev/null +++ b/examples/pipelines/all_configs/C1convergingarrayeasyversion_train.json @@ -0,0 +1,23 @@ +[ + { + "n_min": 3, + "n_max": 10, + "c_max": 50, + "x_min": -200, + "x_max": 200 + }, + { + "n_min": 5, + "n_max": 15, + "c_max": 100, + "x_min": -300, + "x_max": 300 + }, + { + "n_min": 2, + "n_max": 20, + "c_max": 80, + "x_min": -500, + "x_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caandbandteamtraining_test.json b/examples/pipelines/all_configs/Caandbandteamtraining_test.json new file mode 100644 index 0000000..6567fc0 --- /dev/null +++ b/examples/pipelines/all_configs/Caandbandteamtraining_test.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 3, + "max_m": 3 + }, + { + "max_n": 4, + "max_m": 5 + }, + { + "max_n": 5, + "max_m": 4 + }, + { + "max_n": 2, + "max_m": 6 + }, + { + "max_n": 150000, + "max_m": 150000 + }, + { + "max_n": 5, + "max_m": 0 + }, + { + "max_n": 100000, + "max_m": 200000 + }, + { + "max_n": 200000, + "max_m": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caandbandteamtraining_train.json b/examples/pipelines/all_configs/Caandbandteamtraining_train.json new file mode 100644 index 0000000..6567fc0 --- /dev/null +++ b/examples/pipelines/all_configs/Caandbandteamtraining_train.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 3, + "max_m": 3 + }, + { + "max_n": 4, + "max_m": 5 + }, + { + "max_n": 5, + "max_m": 4 + }, + { + "max_n": 2, + "max_m": 6 + }, + { + "max_n": 150000, + "max_m": 150000 + }, + { + "max_n": 5, + "max_m": 0 + }, + { + "max_n": 100000, + "max_m": 200000 + }, + { + "max_n": 200000, + "max_m": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cacolourfulprospect_test.json b/examples/pipelines/all_configs/Cacolourfulprospect_test.json new file mode 100644 index 0000000..d686c6c --- /dev/null +++ b/examples/pipelines/all_configs/Cacolourfulprospect_test.json @@ -0,0 +1,66 @@ +[ + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -8, + 8 + ], + "y_range": [ + -8, + 8 + ], + "r_range": [ + 1, + 8 + ] + }, + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -15, + 15 + ], + "y_range": [ + -15, + 15 + ], + "r_range": [ + 1, + 15 + ] + }, + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -10, + 10 + ], + "y_range": [ + -10, + 10 + ], + "r_range": [ + 1, + 10 + ] + }, + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -10, + 10 + ], + "y_range": [ + -10, + 10 + ], + "r_range": [ + 1, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cacolourfulprospect_train.json b/examples/pipelines/all_configs/Cacolourfulprospect_train.json new file mode 100644 index 0000000..d686c6c --- /dev/null +++ b/examples/pipelines/all_configs/Cacolourfulprospect_train.json @@ -0,0 +1,66 @@ +[ + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -8, + 8 + ], + "y_range": [ + -8, + 8 + ], + "r_range": [ + 1, + 8 + ] + }, + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -15, + 15 + ], + "y_range": [ + -15, + 15 + ], + "r_range": [ + 1, + 15 + ] + }, + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -10, + 10 + ], + "y_range": [ + -10, + 10 + ], + "r_range": [ + 1, + 10 + ] + }, + { + "min_n": 1, + "max_n": 3, + "x_range": [ + -10, + 10 + ], + "y_range": [ + -10, + 10 + ], + "r_range": [ + 1, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cacookieforyou_test.json b/examples/pipelines/all_configs/Cacookieforyou_test.json new file mode 100644 index 0000000..8ad1268 --- /dev/null +++ b/examples/pipelines/all_configs/Cacookieforyou_test.json @@ -0,0 +1,14 @@ +[ + { + "max_value": 1000000000000 + }, + { + "max_value": 1000 + }, + { + "max_value": 1000000000 + }, + { + "max_value": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cacookieforyou_train.json b/examples/pipelines/all_configs/Cacookieforyou_train.json new file mode 100644 index 0000000..8ad1268 --- /dev/null +++ b/examples/pipelines/all_configs/Cacookieforyou_train.json @@ -0,0 +1,14 @@ +[ + { + "max_value": 1000000000000 + }, + { + "max_value": 1000 + }, + { + "max_value": 1000000000 + }, + { + "max_value": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caddone_test.json b/examples/pipelines/all_configs/Caddone_test.json new file mode 100644 index 0000000..ef1ad17 --- /dev/null +++ b/examples/pipelines/all_configs/Caddone_test.json @@ -0,0 +1,34 @@ +[ + { + "n": 50505, + "m": 200000 + }, + { + "n": 1912, + "m": 1 + }, + { + "n": 9, + "m": 200000 + }, + { + "n": 789, + "m": 5 + }, + { + "n": 1000000000, + "m": 1 + }, + { + "n": 123456, + "m": 100000 + }, + { + "n": 5, + "m": 6 + }, + { + "n": 1, + "m": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caddone_train.json b/examples/pipelines/all_configs/Caddone_train.json new file mode 100644 index 0000000..ef1ad17 --- /dev/null +++ b/examples/pipelines/all_configs/Caddone_train.json @@ -0,0 +1,34 @@ +[ + { + "n": 50505, + "m": 200000 + }, + { + "n": 1912, + "m": 1 + }, + { + "n": 9, + "m": 200000 + }, + { + "n": 789, + "m": 5 + }, + { + "n": 1000000000, + "m": 1 + }, + { + "n": 123456, + "m": 100000 + }, + { + "n": 5, + "m": 6 + }, + { + "n": 1, + "m": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cairconditioner_test.json b/examples/pipelines/all_configs/Cairconditioner_test.json new file mode 100644 index 0000000..bdf1e50 --- /dev/null +++ b/examples/pipelines/all_configs/Cairconditioner_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 50, + "m_min": -100, + "m_max": 100, + "time_delta_min": 0, + "time_delta_max": 50 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": -1000, + "m_max": 1000, + "time_delta_min": 0, + "time_delta_max": 100 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": -200, + "m_max": 200, + "time_delta_min": 0, + "time_delta_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cairconditioner_train.json b/examples/pipelines/all_configs/Cairconditioner_train.json new file mode 100644 index 0000000..bdf1e50 --- /dev/null +++ b/examples/pipelines/all_configs/Cairconditioner_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 50, + "m_min": -100, + "m_max": 100, + "time_delta_min": 0, + "time_delta_max": 50 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": -1000, + "m_max": 1000, + "time_delta_min": 0, + "time_delta_max": 100 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": -200, + "m_max": 200, + "time_delta_min": 0, + "time_delta_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caliceboborangesandapples_test.json b/examples/pipelines/all_configs/Caliceboborangesandapples_test.json new file mode 100644 index 0000000..879b3d1 --- /dev/null +++ b/examples/pipelines/all_configs/Caliceboborangesandapples_test.json @@ -0,0 +1,37 @@ +[ + { + "max_value": 200, + "probability_impossible": 0.4, + "seed": 123 + }, + { + "max_value": 500, + "probability_impossible": 0.3, + "seed": 200 + }, + { + "max_value": 200, + "probability_impossible": 0.25, + "seed": 300 + }, + { + "max_value": 2000, + "probability_impossible": 0.35, + "seed": 7 + }, + { + "max_value": 100, + "probability_impossible": 0.25, + "seed": null + }, + { + "max_value": 10000, + "probability_impossible": 0.4, + "seed": 314 + }, + { + "max_value": 500, + "probability_impossible": 0.2, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caliceboborangesandapples_train.json b/examples/pipelines/all_configs/Caliceboborangesandapples_train.json new file mode 100644 index 0000000..879b3d1 --- /dev/null +++ b/examples/pipelines/all_configs/Caliceboborangesandapples_train.json @@ -0,0 +1,37 @@ +[ + { + "max_value": 200, + "probability_impossible": 0.4, + "seed": 123 + }, + { + "max_value": 500, + "probability_impossible": 0.3, + "seed": 200 + }, + { + "max_value": 200, + "probability_impossible": 0.25, + "seed": 300 + }, + { + "max_value": 2000, + "probability_impossible": 0.35, + "seed": 7 + }, + { + "max_value": 100, + "probability_impossible": 0.25, + "seed": null + }, + { + "max_value": 10000, + "probability_impossible": 0.4, + "seed": 314 + }, + { + "max_value": 500, + "probability_impossible": 0.2, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Calmostarithmeticalprogression_test.json b/examples/pipelines/all_configs/Calmostarithmeticalprogression_test.json new file mode 100644 index 0000000..c6f658c --- /dev/null +++ b/examples/pipelines/all_configs/Calmostarithmeticalprogression_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 500, + "min_val": 1, + "max_val": 1000000 + }, + { + "min_n": 1000, + "max_n": 4000, + "min_val": 1, + "max_val": 1000 + }, + { + "min_n": 2000, + "max_n": 4000, + "min_val": 1, + "max_val": 1000000 + }, + { + "min_n": 1, + "max_n": 100, + "min_val": 1, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Calmostarithmeticalprogression_train.json b/examples/pipelines/all_configs/Calmostarithmeticalprogression_train.json new file mode 100644 index 0000000..c6f658c --- /dev/null +++ b/examples/pipelines/all_configs/Calmostarithmeticalprogression_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 500, + "min_val": 1, + "max_val": 1000000 + }, + { + "min_n": 1000, + "max_n": 4000, + "min_val": 1, + "max_val": 1000 + }, + { + "min_n": 2000, + "max_n": 4000, + "min_val": 1, + "max_val": 1000000 + }, + { + "min_n": 1, + "max_n": 100, + "min_val": 1, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Calyonaandspreadsheet_test.json b/examples/pipelines/all_configs/Calyonaandspreadsheet_test.json new file mode 100644 index 0000000..cf76d18 --- /dev/null +++ b/examples/pipelines/all_configs/Calyonaandspreadsheet_test.json @@ -0,0 +1,22 @@ +[ + { + "max_nm": 50000, + "max_n": 250, + "max_m": 200 + }, + { + "max_nm": 1000, + "max_n": 50, + "max_m": 20 + }, + { + "max_nm": 2000, + "max_n": 100, + "max_m": 20 + }, + { + "max_nm": 10000, + "max_n": 200, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Calyonaandspreadsheet_train.json b/examples/pipelines/all_configs/Calyonaandspreadsheet_train.json new file mode 100644 index 0000000..cf76d18 --- /dev/null +++ b/examples/pipelines/all_configs/Calyonaandspreadsheet_train.json @@ -0,0 +1,22 @@ +[ + { + "max_nm": 50000, + "max_n": 250, + "max_m": 200 + }, + { + "max_nm": 1000, + "max_n": 50, + "max_m": 20 + }, + { + "max_nm": 2000, + "max_n": 100, + "max_m": 20 + }, + { + "max_nm": 10000, + "max_n": 200, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Camistofflorescence_test.json b/examples/pipelines/all_configs/Camistofflorescence_test.json new file mode 100644 index 0000000..6e87466 --- /dev/null +++ b/examples/pipelines/all_configs/Camistofflorescence_test.json @@ -0,0 +1,42 @@ +[ + { + "a": 10, + "b": 20, + "c": 30, + "d": 40, + "min_n": 10, + "max_n": 10, + "min_m": 10, + "max_m": 10 + }, + { + "a": 5, + "b": 3, + "c": 2, + "d": 1, + "min_n": 4, + "max_n": 4, + "min_m": 7, + "max_m": 7 + }, + { + "a": 3, + "b": 3, + "c": 3, + "d": 3, + "min_n": 5, + "max_n": 5, + "min_m": 5, + "max_m": 5 + }, + { + "a": 50, + "b": 50, + "c": 1, + "d": 1, + "min_n": 4, + "max_n": 4, + "min_m": 50, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Camistofflorescence_train.json b/examples/pipelines/all_configs/Camistofflorescence_train.json new file mode 100644 index 0000000..6e87466 --- /dev/null +++ b/examples/pipelines/all_configs/Camistofflorescence_train.json @@ -0,0 +1,42 @@ +[ + { + "a": 10, + "b": 20, + "c": 30, + "d": 40, + "min_n": 10, + "max_n": 10, + "min_m": 10, + "max_m": 10 + }, + { + "a": 5, + "b": 3, + "c": 2, + "d": 1, + "min_n": 4, + "max_n": 4, + "min_m": 7, + "max_m": 7 + }, + { + "a": 3, + "b": 3, + "c": 3, + "d": 3, + "min_n": 5, + "max_n": 5, + "min_m": 5, + "max_m": 5 + }, + { + "a": 50, + "b": 50, + "c": 1, + "d": 1, + "min_n": 4, + "max_n": 4, + "min_m": 50, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Camrandchemistry_test.json b/examples/pipelines/all_configs/Camrandchemistry_test.json new file mode 100644 index 0000000..6d25531 --- /dev/null +++ b/examples/pipelines/all_configs/Camrandchemistry_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 8, + "max_volume": 2000 + }, + { + "n": 15, + "max_volume": 50000 + }, + { + "n": 20, + "max_volume": 100000 + }, + { + "n": 3, + "max_volume": 500 + }, + { + "n": 10, + "max_volume": 10000 + }, + { + "n": 5, + "max_volume": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Camrandchemistry_train.json b/examples/pipelines/all_configs/Camrandchemistry_train.json new file mode 100644 index 0000000..6d25531 --- /dev/null +++ b/examples/pipelines/all_configs/Camrandchemistry_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 8, + "max_volume": 2000 + }, + { + "n": 15, + "max_volume": 50000 + }, + { + "n": 20, + "max_volume": 100000 + }, + { + "n": 3, + "max_volume": 500 + }, + { + "n": 10, + "max_volume": 10000 + }, + { + "n": 5, + "max_volume": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canagramsearch_test.json b/examples/pipelines/all_configs/Canagramsearch_test.json new file mode 100644 index 0000000..04bfab0 --- /dev/null +++ b/examples/pipelines/all_configs/Canagramsearch_test.json @@ -0,0 +1,18 @@ +[ + { + "max_s_length": 15, + "max_p_length": 7 + }, + { + "max_s_length": 20, + "max_p_length": 10 + }, + { + "max_s_length": 10, + "max_p_length": 5 + }, + { + "max_s_length": 25, + "max_p_length": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canagramsearch_train.json b/examples/pipelines/all_configs/Canagramsearch_train.json new file mode 100644 index 0000000..04bfab0 --- /dev/null +++ b/examples/pipelines/all_configs/Canagramsearch_train.json @@ -0,0 +1,18 @@ +[ + { + "max_s_length": 15, + "max_p_length": 7 + }, + { + "max_s_length": 20, + "max_p_length": 10 + }, + { + "max_s_length": 10, + "max_p_length": 5 + }, + { + "max_s_length": 25, + "max_p_length": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Candreachability_test.json b/examples/pipelines/all_configs/Candreachability_test.json new file mode 100644 index 0000000..fbf82a4 --- /dev/null +++ b/examples/pipelines/all_configs/Candreachability_test.json @@ -0,0 +1,10 @@ +[ + { + "n": 10, + "q": 5 + }, + { + "n": 20, + "q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Candreachability_train.json b/examples/pipelines/all_configs/Candreachability_train.json new file mode 100644 index 0000000..fbf82a4 --- /dev/null +++ b/examples/pipelines/all_configs/Candreachability_train.json @@ -0,0 +1,10 @@ +[ + { + "n": 10, + "q": 5 + }, + { + "n": 20, + "q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Candryushaandcoloredballoons_test.json b/examples/pipelines/all_configs/Candryushaandcoloredballoons_test.json new file mode 100644 index 0000000..6d2aa22 --- /dev/null +++ b/examples/pipelines/all_configs/Candryushaandcoloredballoons_test.json @@ -0,0 +1,17 @@ +[ + { + "tree_type": "random", + "min_nodes": 5, + "max_nodes": 10 + }, + { + "tree_type": "chain", + "min_nodes": 3, + "max_nodes": 5 + }, + { + "tree_type": "random", + "min_nodes": 3, + "max_nodes": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Candryushaandcoloredballoons_train.json b/examples/pipelines/all_configs/Candryushaandcoloredballoons_train.json new file mode 100644 index 0000000..6d2aa22 --- /dev/null +++ b/examples/pipelines/all_configs/Candryushaandcoloredballoons_train.json @@ -0,0 +1,17 @@ +[ + { + "tree_type": "random", + "min_nodes": 5, + "max_nodes": 10 + }, + { + "tree_type": "chain", + "min_nodes": 3, + "max_nodes": 5 + }, + { + "tree_type": "random", + "min_nodes": 3, + "max_nodes": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canimpassionedcirculationofaffection_test.json b/examples/pipelines/all_configs/Canimpassionedcirculationofaffection_test.json new file mode 100644 index 0000000..f57c528 --- /dev/null +++ b/examples/pipelines/all_configs/Canimpassionedcirculationofaffection_test.json @@ -0,0 +1,32 @@ +[ + { + "n": 1, + "max_q": 1, + "random_seed": 4444 + }, + { + "n": 10, + "max_q": 3, + "random_seed": 123 + }, + { + "n": 20, + "max_q": 5, + "random_seed": 456 + }, + { + "n": 500, + "max_q": 100, + "random_seed": 789 + }, + { + "n": 1500, + "max_q": 200000, + "random_seed": 5555 + }, + { + "n": 1000, + "max_q": 200, + "random_seed": 1111 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canimpassionedcirculationofaffection_train.json b/examples/pipelines/all_configs/Canimpassionedcirculationofaffection_train.json new file mode 100644 index 0000000..f57c528 --- /dev/null +++ b/examples/pipelines/all_configs/Canimpassionedcirculationofaffection_train.json @@ -0,0 +1,32 @@ +[ + { + "n": 1, + "max_q": 1, + "random_seed": 4444 + }, + { + "n": 10, + "max_q": 3, + "random_seed": 123 + }, + { + "n": 20, + "max_q": 5, + "random_seed": 456 + }, + { + "n": 500, + "max_q": 100, + "random_seed": 789 + }, + { + "n": 1500, + "max_q": 200000, + "random_seed": 5555 + }, + { + "n": 1000, + "max_q": 200, + "random_seed": 1111 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cannasvyatoslavandmaps_test.json b/examples/pipelines/all_configs/Cannasvyatoslavandmaps_test.json new file mode 100644 index 0000000..360e3b2 --- /dev/null +++ b/examples/pipelines/all_configs/Cannasvyatoslavandmaps_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 6, + "m_min": 2, + "m_max": 12 + }, + { + "n_min": 4, + "n_max": 10, + "m_min": 10, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 2, + "m_max": 10 + }, + { + "n_min": 3, + "n_max": 7, + "m_min": 3, + "m_max": 18 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cannasvyatoslavandmaps_train.json b/examples/pipelines/all_configs/Cannasvyatoslavandmaps_train.json new file mode 100644 index 0000000..360e3b2 --- /dev/null +++ b/examples/pipelines/all_configs/Cannasvyatoslavandmaps_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 6, + "m_min": 2, + "m_max": 12 + }, + { + "n_min": 4, + "n_max": 10, + "m_min": 10, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 2, + "m_max": 10 + }, + { + "n_min": 3, + "n_max": 7, + "m_min": 3, + "m_max": 18 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canniversary_test.json b/examples/pipelines/all_configs/Canniversary_test.json new file mode 100644 index 0000000..9d16266 --- /dev/null +++ b/examples/pipelines/all_configs/Canniversary_test.json @@ -0,0 +1,14 @@ +[ + { + "max_k": 2000 + }, + { + "max_k": 2 + }, + { + "max_k": 5000 + }, + { + "max_k": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canniversary_train.json b/examples/pipelines/all_configs/Canniversary_train.json new file mode 100644 index 0000000..9d16266 --- /dev/null +++ b/examples/pipelines/all_configs/Canniversary_train.json @@ -0,0 +1,14 @@ +[ + { + "max_k": 2000 + }, + { + "max_k": 2 + }, + { + "max_k": 5000 + }, + { + "max_k": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canotherproblemonstrings_test.json b/examples/pipelines/all_configs/Canotherproblemonstrings_test.json new file mode 100644 index 0000000..a1a17c2 --- /dev/null +++ b/examples/pipelines/all_configs/Canotherproblemonstrings_test.json @@ -0,0 +1,26 @@ +[ + { + "min_s_length": 5, + "max_s_length": 15, + "min_k": 0, + "max_k": 10 + }, + { + "min_s_length": 1, + "max_s_length": 20, + "min_k": 0, + "max_k": 20 + }, + { + "min_s_length": 10, + "max_s_length": 20, + "min_k": 0, + "max_k": 15 + }, + { + "min_s_length": 1, + "max_s_length": 30, + "min_k": 0, + "max_k": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canotherproblemonstrings_train.json b/examples/pipelines/all_configs/Canotherproblemonstrings_train.json new file mode 100644 index 0000000..a1a17c2 --- /dev/null +++ b/examples/pipelines/all_configs/Canotherproblemonstrings_train.json @@ -0,0 +1,26 @@ +[ + { + "min_s_length": 5, + "max_s_length": 15, + "min_k": 0, + "max_k": 10 + }, + { + "min_s_length": 1, + "max_s_length": 20, + "min_k": 0, + "max_k": 20 + }, + { + "min_s_length": 10, + "max_s_length": 20, + "min_k": 0, + "max_k": 15 + }, + { + "min_s_length": 1, + "max_s_length": 30, + "min_k": 0, + "max_k": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cantonandfairytale_test.json b/examples/pipelines/all_configs/Cantonandfairytale_test.json new file mode 100644 index 0000000..840c65d --- /dev/null +++ b/examples/pipelines/all_configs/Cantonandfairytale_test.json @@ -0,0 +1,78 @@ +[ + { + "max_n": 5000000000, + "max_m": 250000000 + }, + { + "max_n": 5000000000000000, + "max_m": 250000000000000 + }, + { + "max_n": 10000000, + "max_m": 5000000 + }, + { + "max_n": 500000000000000000, + "max_m": 25000000000000000 + }, + { + "max_n": 1000000000, + "max_m": 500000000 + }, + { + "max_n": 50000000000, + "max_m": 2500000000 + }, + { + "max_n": 1000000000000000, + "max_m": 500000000000000 + }, + { + "max_n": 500000000, + "max_m": 25000000 + }, + { + "max_n": 10000000000, + "max_m": 5000000000 + }, + { + "max_n": 100000000000000, + "max_m": 50000000000000 + }, + { + "max_n": 100, + "max_m": 100 + }, + { + "max_n": 500000, + "max_m": 1000 + }, + { + "max_n": 5000000, + "max_m": 100000 + }, + { + "max_n": 50000000, + "max_m": 2500000 + }, + { + "max_n": 10000000000000, + "max_m": 5000000000000 + }, + { + "max_n": 5000000000000, + "max_m": 250000000000 + }, + { + "max_n": 500000000000000, + "max_m": 25000000000000 + }, + { + "max_n": 10000000000000000, + "max_m": 5000000000000000 + }, + { + "max_n": 100000000, + "max_m": 50000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cantonandfairytale_train.json b/examples/pipelines/all_configs/Cantonandfairytale_train.json new file mode 100644 index 0000000..840c65d --- /dev/null +++ b/examples/pipelines/all_configs/Cantonandfairytale_train.json @@ -0,0 +1,78 @@ +[ + { + "max_n": 5000000000, + "max_m": 250000000 + }, + { + "max_n": 5000000000000000, + "max_m": 250000000000000 + }, + { + "max_n": 10000000, + "max_m": 5000000 + }, + { + "max_n": 500000000000000000, + "max_m": 25000000000000000 + }, + { + "max_n": 1000000000, + "max_m": 500000000 + }, + { + "max_n": 50000000000, + "max_m": 2500000000 + }, + { + "max_n": 1000000000000000, + "max_m": 500000000000000 + }, + { + "max_n": 500000000, + "max_m": 25000000 + }, + { + "max_n": 10000000000, + "max_m": 5000000000 + }, + { + "max_n": 100000000000000, + "max_m": 50000000000000 + }, + { + "max_n": 100, + "max_m": 100 + }, + { + "max_n": 500000, + "max_m": 1000 + }, + { + "max_n": 5000000, + "max_m": 100000 + }, + { + "max_n": 50000000, + "max_m": 2500000 + }, + { + "max_n": 10000000000000, + "max_m": 5000000000000 + }, + { + "max_n": 5000000000000, + "max_m": 250000000000 + }, + { + "max_n": 500000000000000, + "max_m": 25000000000000 + }, + { + "max_n": 10000000000000000, + "max_m": 5000000000000000 + }, + { + "max_n": 100000000, + "max_m": 50000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canyaandghosts_test.json b/examples/pipelines/all_configs/Canyaandghosts_test.json new file mode 100644 index 0000000..4272e08 --- /dev/null +++ b/examples/pipelines/all_configs/Canyaandghosts_test.json @@ -0,0 +1,74 @@ +[ + { + "m_lim": [ + 1, + 200 + ], + "t_lim": [ + 1, + 250 + ], + "r_lim": [ + 1, + 200 + ], + "w_lim": [ + 1, + 300 + ] + }, + { + "m_lim": [ + 1, + 100 + ], + "t_lim": [ + 1, + 150 + ], + "r_lim": [ + 1, + 100 + ], + "w_lim": [ + 1, + 200 + ] + }, + { + "m_lim": [ + 1, + 150 + ], + "t_lim": [ + 1, + 200 + ], + "r_lim": [ + 1, + 150 + ], + "w_lim": [ + 1, + 300 + ] + }, + { + "m_lim": [ + 1, + 50 + ], + "t_lim": [ + 1, + 50 + ], + "r_lim": [ + 1, + 50 + ], + "w_lim": [ + 1, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canyaandghosts_train.json b/examples/pipelines/all_configs/Canyaandghosts_train.json new file mode 100644 index 0000000..4272e08 --- /dev/null +++ b/examples/pipelines/all_configs/Canyaandghosts_train.json @@ -0,0 +1,74 @@ +[ + { + "m_lim": [ + 1, + 200 + ], + "t_lim": [ + 1, + 250 + ], + "r_lim": [ + 1, + 200 + ], + "w_lim": [ + 1, + 300 + ] + }, + { + "m_lim": [ + 1, + 100 + ], + "t_lim": [ + 1, + 150 + ], + "r_lim": [ + 1, + 100 + ], + "w_lim": [ + 1, + 200 + ] + }, + { + "m_lim": [ + 1, + 150 + ], + "t_lim": [ + 1, + 200 + ], + "r_lim": [ + 1, + 150 + ], + "w_lim": [ + 1, + 300 + ] + }, + { + "m_lim": [ + 1, + 50 + ], + "t_lim": [ + 1, + 50 + ], + "r_lim": [ + 1, + 50 + ], + "w_lim": [ + 1, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canyaandsmartphone_test.json b/examples/pipelines/all_configs/Canyaandsmartphone_test.json new file mode 100644 index 0000000..c2074b5 --- /dev/null +++ b/examples/pipelines/all_configs/Canyaandsmartphone_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 5, + "n_max": 40, + "m_min": 5, + "m_max": 40, + "k_min": 1, + "k_max": 40 + }, + { + "n_min": 5, + "n_max": 30, + "m_min": 5, + "m_max": 30, + "k_min": 5, + "k_max": 30 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 10, + "m_max": 50, + "k_min": 5, + "k_max": 50 + }, + { + "n_min": 1, + "n_max": 20, + "m_min": 1, + "m_max": 20, + "k_min": 1, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Canyaandsmartphone_train.json b/examples/pipelines/all_configs/Canyaandsmartphone_train.json new file mode 100644 index 0000000..c2074b5 --- /dev/null +++ b/examples/pipelines/all_configs/Canyaandsmartphone_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 5, + "n_max": 40, + "m_min": 5, + "m_max": 40, + "k_min": 1, + "k_max": 40 + }, + { + "n_min": 5, + "n_max": 30, + "m_min": 5, + "m_max": 30, + "k_min": 5, + "k_max": 30 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 10, + "m_max": 50, + "k_min": 5, + "k_max": 50 + }, + { + "n_min": 1, + "n_max": 20, + "m_min": 1, + "m_max": 20, + "k_min": 1, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Capplemanandasheetofpaper_test.json b/examples/pipelines/all_configs/Capplemanandasheetofpaper_test.json new file mode 100644 index 0000000..3aafa82 --- /dev/null +++ b/examples/pipelines/all_configs/Capplemanandasheetofpaper_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_q": 30 + }, + { + "max_n": 40, + "max_q": 40 + }, + { + "max_n": 50, + "max_q": 50 + }, + { + "max_n": 100, + "max_q": 50 + }, + { + "max_n": 5, + "max_q": 5 + }, + { + "max_n": 10, + "max_q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Capplemanandasheetofpaper_train.json b/examples/pipelines/all_configs/Capplemanandasheetofpaper_train.json new file mode 100644 index 0000000..3aafa82 --- /dev/null +++ b/examples/pipelines/all_configs/Capplemanandasheetofpaper_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_q": 30 + }, + { + "max_n": 40, + "max_q": 40 + }, + { + "max_n": 50, + "max_q": 50 + }, + { + "max_n": 100, + "max_q": 50 + }, + { + "max_n": 5, + "max_q": 5 + }, + { + "max_n": 10, + "max_q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carithmeticprogression_test.json b/examples/pipelines/all_configs/Carithmeticprogression_test.json new file mode 100644 index 0000000..ab033d1 --- /dev/null +++ b/examples/pipelines/all_configs/Carithmeticprogression_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 5, + "min_number": 50, + "max_number": 150 + }, + { + "min_n": 1, + "max_n": 5, + "min_number": 1, + "max_number": 100 + }, + { + "min_n": 2, + "max_n": 4, + "min_number": 50, + "max_number": 200 + }, + { + "min_n": 1, + "max_n": 6, + "min_number": 1, + "max_number": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carithmeticprogression_train.json b/examples/pipelines/all_configs/Carithmeticprogression_train.json new file mode 100644 index 0000000..ab033d1 --- /dev/null +++ b/examples/pipelines/all_configs/Carithmeticprogression_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 5, + "min_number": 50, + "max_number": 150 + }, + { + "min_n": 1, + "max_n": 5, + "min_number": 1, + "max_number": 100 + }, + { + "min_n": 2, + "max_n": 4, + "min_number": 50, + "max_number": 200 + }, + { + "min_n": 1, + "max_n": 6, + "min_number": 1, + "max_number": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carpaandagamewithmojtaba_test.json b/examples/pipelines/all_configs/Carpaandagamewithmojtaba_test.json new file mode 100644 index 0000000..8b92958 --- /dev/null +++ b/examples/pipelines/all_configs/Carpaandagamewithmojtaba_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 3, + "max_n": 40, + "max_prime": 60, + "max_factors": 2, + "max_exponent": 3 + }, + { + "min_n": 1, + "max_n": 30, + "max_prime": 40, + "max_factors": 3, + "max_exponent": 2 + }, + { + "min_n": 5, + "max_n": 100, + "max_prime": 100, + "max_factors": 4, + "max_exponent": 4 + }, + { + "min_n": 1, + "max_n": 50, + "max_prime": 50, + "max_factors": 3, + "max_exponent": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carpaandagamewithmojtaba_train.json b/examples/pipelines/all_configs/Carpaandagamewithmojtaba_train.json new file mode 100644 index 0000000..8b92958 --- /dev/null +++ b/examples/pipelines/all_configs/Carpaandagamewithmojtaba_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 3, + "max_n": 40, + "max_prime": 60, + "max_factors": 2, + "max_exponent": 3 + }, + { + "min_n": 1, + "max_n": 30, + "max_prime": 40, + "max_factors": 3, + "max_exponent": 2 + }, + { + "min_n": 5, + "max_n": 100, + "max_prime": 100, + "max_factors": 4, + "max_exponent": 4 + }, + { + "min_n": 1, + "max_n": 50, + "max_prime": 50, + "max_factors": 3, + "max_exponent": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carpasovernightpartyandmehrdadssilententering_test.json b/examples/pipelines/all_configs/Carpasovernightpartyandmehrdadssilententering_test.json new file mode 100644 index 0000000..5dd3905 --- /dev/null +++ b/examples/pipelines/all_configs/Carpasovernightpartyandmehrdadssilententering_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 1 + }, + { + "n": 10000 + }, + { + "n": 100 + }, + { + "n": 5 + }, + { + "n": 50 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carpasovernightpartyandmehrdadssilententering_train.json b/examples/pipelines/all_configs/Carpasovernightpartyandmehrdadssilententering_train.json new file mode 100644 index 0000000..5dd3905 --- /dev/null +++ b/examples/pipelines/all_configs/Carpasovernightpartyandmehrdadssilententering_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 1 + }, + { + "n": 10000 + }, + { + "n": 100 + }, + { + "n": 5 + }, + { + "n": 50 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carrangement_test.json b/examples/pipelines/all_configs/Carrangement_test.json new file mode 100644 index 0000000..55d6e6b --- /dev/null +++ b/examples/pipelines/all_configs/Carrangement_test.json @@ -0,0 +1,34 @@ +[ + { + "n_range": [ + 2, + 6 + ], + "m_max": 20, + "seed": 789 + }, + { + "n_range": [ + 2, + 7 + ], + "m_max": 20, + "seed": 369 + }, + { + "n_range": [ + 4, + 8 + ], + "m_max": 25, + "seed": 101 + }, + { + "n_range": [ + 3, + 8 + ], + "m_max": 15, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carrangement_train.json b/examples/pipelines/all_configs/Carrangement_train.json new file mode 100644 index 0000000..55d6e6b --- /dev/null +++ b/examples/pipelines/all_configs/Carrangement_train.json @@ -0,0 +1,34 @@ +[ + { + "n_range": [ + 2, + 6 + ], + "m_max": 20, + "seed": 789 + }, + { + "n_range": [ + 2, + 7 + ], + "m_max": 20, + "seed": 369 + }, + { + "n_range": [ + 4, + 8 + ], + "m_max": 25, + "seed": 101 + }, + { + "n_range": [ + 3, + 8 + ], + "m_max": 15, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carraybeauty_test.json b/examples/pipelines/all_configs/Carraybeauty_test.json new file mode 100644 index 0000000..f0d1001 --- /dev/null +++ b/examples/pipelines/all_configs/Carraybeauty_test.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 3, + "n_max": 15, + "a_min": 0, + "a_max": 500 + }, + { + "n_min": 2, + "n_max": 10, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 15, + "a_min": 0, + "a_max": 50000 + }, + { + "n_min": 2, + "n_max": 12, + "a_min": 0, + "a_max": 500 + }, + { + "n_min": 4, + "n_max": 10, + "a_min": 0, + "a_max": 50000 + }, + { + "n_min": 4, + "n_max": 20, + "a_min": 0, + "a_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carraybeauty_train.json b/examples/pipelines/all_configs/Carraybeauty_train.json new file mode 100644 index 0000000..f0d1001 --- /dev/null +++ b/examples/pipelines/all_configs/Carraybeauty_train.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 3, + "n_max": 15, + "a_min": 0, + "a_max": 500 + }, + { + "n_min": 2, + "n_max": 10, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 15, + "a_min": 0, + "a_max": 50000 + }, + { + "n_min": 2, + "n_max": 12, + "a_min": 0, + "a_max": 500 + }, + { + "n_min": 4, + "n_max": 10, + "a_min": 0, + "a_max": 50000 + }, + { + "n_min": 4, + "n_max": 20, + "a_min": 0, + "a_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carraydestruction_test.json b/examples/pipelines/all_configs/Carraydestruction_test.json new file mode 100644 index 0000000..79fe398 --- /dev/null +++ b/examples/pipelines/all_configs/Carraydestruction_test.json @@ -0,0 +1,44 @@ +[ + { + "n_min": 2, + "n_max": 6, + "elem_min": 10, + "elem_max": 100, + "solvable_prob": 0.5 + }, + { + "n_min": 1, + "n_max": 3, + "elem_min": 1, + "elem_max": 10, + "solvable_prob": 0.5 + }, + { + "n_min": 1, + "n_max": 5, + "elem_min": 5, + "elem_max": 20, + "solvable_prob": 0.6 + }, + { + "n_min": 2, + "n_max": 5, + "elem_min": 1, + "elem_max": 50, + "solvable_prob": 0.5 + }, + { + "n_min": 1, + "n_max": 4, + "elem_min": 1, + "elem_max": 20, + "solvable_prob": 0.7 + }, + { + "n_min": 3, + "n_max": 5, + "elem_min": 10, + "elem_max": 100, + "solvable_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carraydestruction_train.json b/examples/pipelines/all_configs/Carraydestruction_train.json new file mode 100644 index 0000000..79fe398 --- /dev/null +++ b/examples/pipelines/all_configs/Carraydestruction_train.json @@ -0,0 +1,44 @@ +[ + { + "n_min": 2, + "n_max": 6, + "elem_min": 10, + "elem_max": 100, + "solvable_prob": 0.5 + }, + { + "n_min": 1, + "n_max": 3, + "elem_min": 1, + "elem_max": 10, + "solvable_prob": 0.5 + }, + { + "n_min": 1, + "n_max": 5, + "elem_min": 5, + "elem_max": 20, + "solvable_prob": 0.6 + }, + { + "n_min": 2, + "n_max": 5, + "elem_min": 1, + "elem_max": 50, + "solvable_prob": 0.5 + }, + { + "n_min": 1, + "n_max": 4, + "elem_min": 1, + "elem_max": 20, + "solvable_prob": 0.7 + }, + { + "n_min": 3, + "n_max": 5, + "elem_min": 10, + "elem_max": 100, + "solvable_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carrayproduct_test.json b/examples/pipelines/all_configs/Carrayproduct_test.json new file mode 100644 index 0000000..6dd5cc1 --- /dev/null +++ b/examples/pipelines/all_configs/Carrayproduct_test.json @@ -0,0 +1,44 @@ +[ + { + "n": 10, + "min_val": -5, + "max_val": 5, + "zero_prob": 0.3 + }, + { + "n": 5, + "min_val": -10, + "max_val": 10, + "zero_prob": 0.5 + }, + { + "n": 3, + "min_val": -10, + "max_val": -1, + "zero_prob": 0 + }, + { + "n": 5, + "min_val": -10, + "max_val": 10, + "zero_prob": 0.2 + }, + { + "n": 4, + "min_val": -100, + "max_val": 100, + "zero_prob": 0.1 + }, + { + "n": 8, + "min_val": -5, + "max_val": 5, + "zero_prob": 0.4 + }, + { + "n": 2, + "min_val": -1, + "max_val": 1, + "zero_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carrayproduct_train.json b/examples/pipelines/all_configs/Carrayproduct_train.json new file mode 100644 index 0000000..6dd5cc1 --- /dev/null +++ b/examples/pipelines/all_configs/Carrayproduct_train.json @@ -0,0 +1,44 @@ +[ + { + "n": 10, + "min_val": -5, + "max_val": 5, + "zero_prob": 0.3 + }, + { + "n": 5, + "min_val": -10, + "max_val": 10, + "zero_prob": 0.5 + }, + { + "n": 3, + "min_val": -10, + "max_val": -1, + "zero_prob": 0 + }, + { + "n": 5, + "min_val": -10, + "max_val": 10, + "zero_prob": 0.2 + }, + { + "n": 4, + "min_val": -100, + "max_val": 100, + "zero_prob": 0.1 + }, + { + "n": 8, + "min_val": -5, + "max_val": 5, + "zero_prob": 0.4 + }, + { + "n": 2, + "min_val": -1, + "max_val": 1, + "zero_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carthurandtable_test.json b/examples/pipelines/all_configs/Carthurandtable_test.json new file mode 100644 index 0000000..ff8d284 --- /dev/null +++ b/examples/pipelines/all_configs/Carthurandtable_test.json @@ -0,0 +1,22 @@ +[ + { + "max_legs": 15, + "max_length": 150, + "max_energy": 250 + }, + { + "max_legs": 30, + "max_length": 200, + "max_energy": 300 + }, + { + "max_legs": 25, + "max_length": 120, + "max_energy": 200 + }, + { + "max_legs": 10, + "max_length": 50, + "max_energy": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Carthurandtable_train.json b/examples/pipelines/all_configs/Carthurandtable_train.json new file mode 100644 index 0000000..ff8d284 --- /dev/null +++ b/examples/pipelines/all_configs/Carthurandtable_train.json @@ -0,0 +1,22 @@ +[ + { + "max_legs": 15, + "max_length": 150, + "max_energy": 250 + }, + { + "max_legs": 30, + "max_length": 200, + "max_energy": 300 + }, + { + "max_legs": 25, + "max_length": 120, + "max_energy": 200 + }, + { + "max_legs": 10, + "max_length": 50, + "max_energy": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cataleoftwolands_test.json b/examples/pipelines/all_configs/Cataleoftwolands_test.json new file mode 100644 index 0000000..94e6e56 --- /dev/null +++ b/examples/pipelines/all_configs/Cataleoftwolands_test.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 5, + "min_n": 2, + "min_val": 0, + "max_val": 10, + "allow_negative": false + }, + { + "max_n": 5, + "min_n": 2, + "min_val": -10, + "max_val": 10, + "allow_negative": true + }, + { + "max_n": 10, + "min_n": 5, + "min_val": 5, + "max_val": 20, + "allow_negative": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cataleoftwolands_train.json b/examples/pipelines/all_configs/Cataleoftwolands_train.json new file mode 100644 index 0000000..94e6e56 --- /dev/null +++ b/examples/pipelines/all_configs/Cataleoftwolands_train.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 5, + "min_n": 2, + "min_val": 0, + "max_val": 10, + "allow_negative": false + }, + { + "max_n": 5, + "min_n": 2, + "min_val": -10, + "max_val": 10, + "allow_negative": true + }, + { + "max_n": 10, + "min_n": 5, + "min_val": 5, + "max_val": 20, + "allow_negative": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caupontrouge_test.json b/examples/pipelines/all_configs/Caupontrouge_test.json new file mode 100644 index 0000000..c640b32 --- /dev/null +++ b/examples/pipelines/all_configs/Caupontrouge_test.json @@ -0,0 +1,30 @@ +[ + { + "max_length": 12, + "max_m": 6 + }, + { + "max_length": 9, + "max_m": 5 + }, + { + "max_length": 6, + "max_m": 2 + }, + { + "max_length": 13, + "max_m": 4 + }, + { + "max_length": 4, + "max_m": 2 + }, + { + "max_length": 5, + "max_m": 3 + }, + { + "max_length": 8, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Caupontrouge_train.json b/examples/pipelines/all_configs/Caupontrouge_train.json new file mode 100644 index 0000000..c640b32 --- /dev/null +++ b/examples/pipelines/all_configs/Caupontrouge_train.json @@ -0,0 +1,30 @@ +[ + { + "max_length": 12, + "max_m": 6 + }, + { + "max_length": 9, + "max_m": 5 + }, + { + "max_length": 6, + "max_m": 2 + }, + { + "max_length": 13, + "max_m": 4 + }, + { + "max_length": 4, + "max_m": 2 + }, + { + "max_length": 5, + "max_m": 3 + }, + { + "max_length": 8, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cayoubandlostarray_test.json b/examples/pipelines/all_configs/Cayoubandlostarray_test.json new file mode 100644 index 0000000..f10a41d --- /dev/null +++ b/examples/pipelines/all_configs/Cayoubandlostarray_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 30, + "l_min": 1, + "r_max": 1000 + }, + { + "n_min": 1, + "n_max": 50, + "l_min": 1, + "r_max": 200 + }, + { + "n_min": 1, + "n_max": 10, + "l_min": 1, + "r_max": 50 + }, + { + "n_min": 2, + "n_max": 15, + "l_min": 1, + "r_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cayoubandlostarray_train.json b/examples/pipelines/all_configs/Cayoubandlostarray_train.json new file mode 100644 index 0000000..f10a41d --- /dev/null +++ b/examples/pipelines/all_configs/Cayoubandlostarray_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 30, + "l_min": 1, + "r_max": 1000 + }, + { + "n_min": 1, + "n_max": 50, + "l_min": 1, + "r_max": 200 + }, + { + "n_min": 1, + "n_max": 10, + "l_min": 1, + "r_max": 50 + }, + { + "n_min": 2, + "n_max": 15, + "l_min": 1, + "r_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cayoubsfunction_test.json b/examples/pipelines/all_configs/Cayoubsfunction_test.json new file mode 100644 index 0000000..85b3eac --- /dev/null +++ b/examples/pipelines/all_configs/Cayoubsfunction_test.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 1, + "n_max": 1000 + }, + { + "n_min": 1, + "n_max": 1000000 + }, + { + "n_min": 5, + "n_max": 5 + }, + { + "n_min": 1, + "n_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cayoubsfunction_train.json b/examples/pipelines/all_configs/Cayoubsfunction_train.json new file mode 100644 index 0000000..85b3eac --- /dev/null +++ b/examples/pipelines/all_configs/Cayoubsfunction_train.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 1, + "n_max": 1000 + }, + { + "n_min": 1, + "n_max": 1000000 + }, + { + "n_min": 5, + "n_max": 5 + }, + { + "n_min": 1, + "n_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbabyehabpartitionsagain_test.json b/examples/pipelines/all_configs/Cbabyehabpartitionsagain_test.json new file mode 100644 index 0000000..772d795 --- /dev/null +++ b/examples/pipelines/all_configs/Cbabyehabpartitionsagain_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 100, + "max_val": 2000 + }, + { + "max_n": 50, + "max_val": 500 + }, + { + "max_n": 100, + "max_val": 1000 + }, + { + "max_n": 80, + "max_val": 1500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbabyehabpartitionsagain_train.json b/examples/pipelines/all_configs/Cbabyehabpartitionsagain_train.json new file mode 100644 index 0000000..772d795 --- /dev/null +++ b/examples/pipelines/all_configs/Cbabyehabpartitionsagain_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 100, + "max_val": 2000 + }, + { + "max_n": 50, + "max_val": 500 + }, + { + "max_n": 100, + "max_val": 1000 + }, + { + "max_n": 80, + "max_val": 1500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbadsequence_test.json b/examples/pipelines/all_configs/Cbadsequence_test.json new file mode 100644 index 0000000..e2d6984 --- /dev/null +++ b/examples/pipelines/all_configs/Cbadsequence_test.json @@ -0,0 +1,29 @@ +[ + { + "n": 20000 + }, + { + "n": 4 + }, + { + "n": 2000 + }, + { + "n": 8 + }, + { + "n": 100000 + }, + { + "n": 200 + }, + { + "n": 200000 + }, + { + "n": 1000 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbadsequence_train.json b/examples/pipelines/all_configs/Cbadsequence_train.json new file mode 100644 index 0000000..e2d6984 --- /dev/null +++ b/examples/pipelines/all_configs/Cbadsequence_train.json @@ -0,0 +1,29 @@ +[ + { + "n": 20000 + }, + { + "n": 4 + }, + { + "n": 2000 + }, + { + "n": 8 + }, + { + "n": 100000 + }, + { + "n": 200 + }, + { + "n": 200000 + }, + { + "n": 1000 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cballbootcampes_test.json b/examples/pipelines/all_configs/Cballbootcampes_test.json new file mode 100644 index 0000000..9311b5a --- /dev/null +++ b/examples/pipelines/all_configs/Cballbootcampes_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 15, + "ball_max": 30 + }, + { + "min_n": 5, + "max_n": 10, + "ball_max": 20 + }, + { + "min_n": 4, + "max_n": 10, + "ball_max": 15 + }, + { + "min_n": 2, + "max_n": 10, + "ball_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cballbootcampes_train.json b/examples/pipelines/all_configs/Cballbootcampes_train.json new file mode 100644 index 0000000..9311b5a --- /dev/null +++ b/examples/pipelines/all_configs/Cballbootcampes_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 15, + "ball_max": 30 + }, + { + "min_n": 5, + "max_n": 10, + "ball_max": 20 + }, + { + "min_n": 4, + "max_n": 10, + "ball_max": 15 + }, + { + "min_n": 2, + "max_n": 10, + "ball_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbamboopartition_test.json b/examples/pipelines/all_configs/Cbamboopartition_test.json new file mode 100644 index 0000000..bfeb54b --- /dev/null +++ b/examples/pipelines/all_configs/Cbamboopartition_test.json @@ -0,0 +1,34 @@ +[ + { + "n_range": [ + 1, + 50 + ], + "a_max": 1000000, + "k_max": 100000000 + }, + { + "n_range": [ + 1, + 20 + ], + "a_max": 100000, + "k_max": 10000000 + }, + { + "n_range": [ + 30, + 50 + ], + "a_max": 500000, + "k_max": 500000000 + }, + { + "n_range": [ + 20, + 40 + ], + "a_max": 2000000, + "k_max": 2000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbamboopartition_train.json b/examples/pipelines/all_configs/Cbamboopartition_train.json new file mode 100644 index 0000000..bfeb54b --- /dev/null +++ b/examples/pipelines/all_configs/Cbamboopartition_train.json @@ -0,0 +1,34 @@ +[ + { + "n_range": [ + 1, + 50 + ], + "a_max": 1000000, + "k_max": 100000000 + }, + { + "n_range": [ + 1, + 20 + ], + "a_max": 100000, + "k_max": 10000000 + }, + { + "n_range": [ + 30, + 50 + ], + "a_max": 500000, + "k_max": 500000000 + }, + { + "n_range": [ + 20, + 40 + ], + "a_max": 2000000, + "k_max": 2000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbanhmi_test.json b/examples/pipelines/all_configs/Cbanhmi_test.json new file mode 100644 index 0000000..e6fbaf4 --- /dev/null +++ b/examples/pipelines/all_configs/Cbanhmi_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 4, + "max_n": 10 + }, + { + "n": 10, + "q": 10 + }, + { + "n": 5, + "q": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbanhmi_train.json b/examples/pipelines/all_configs/Cbanhmi_train.json new file mode 100644 index 0000000..e6fbaf4 --- /dev/null +++ b/examples/pipelines/all_configs/Cbanhmi_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 4, + "max_n": 10 + }, + { + "n": 10, + "q": 10 + }, + { + "n": 5, + "q": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbarcode_test.json b/examples/pipelines/all_configs/Cbarcode_test.json new file mode 100644 index 0000000..e21c1d2 --- /dev/null +++ b/examples/pipelines/all_configs/Cbarcode_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "m": 6, + "x": 2, + "y": 3 + }, + { + "n": 3, + "m": 3, + "x": 3, + "y": 3 + }, + { + "n": 6, + "m": 5, + "x": 1, + "y": 2 + }, + { + "n": 5, + "m": 7, + "x": 3, + "y": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbarcode_train.json b/examples/pipelines/all_configs/Cbarcode_train.json new file mode 100644 index 0000000..e21c1d2 --- /dev/null +++ b/examples/pipelines/all_configs/Cbarcode_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "m": 6, + "x": 2, + "y": 3 + }, + { + "n": 3, + "m": 3, + "x": 3, + "y": 3 + }, + { + "n": 6, + "m": 5, + "x": 1, + "y": 2 + }, + { + "n": 5, + "m": 7, + "x": 3, + "y": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbasketballexercise_test.json b/examples/pipelines/all_configs/Cbasketballexercise_test.json new file mode 100644 index 0000000..57200c8 --- /dev/null +++ b/examples/pipelines/all_configs/Cbasketballexercise_test.json @@ -0,0 +1,20 @@ +[ + { + "n_min": 10, + "n_max": 20, + "h_min": 1, + "h_max": 10000 + }, + { + "n_min": 5, + "n_max": 10, + "h_min": 1, + "h_max": 1000 + }, + { + "n_min": 1, + "n_max": 1, + "h_min": 1, + "h_max": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbasketballexercise_train.json b/examples/pipelines/all_configs/Cbasketballexercise_train.json new file mode 100644 index 0000000..57200c8 --- /dev/null +++ b/examples/pipelines/all_configs/Cbasketballexercise_train.json @@ -0,0 +1,20 @@ +[ + { + "n_min": 10, + "n_max": 20, + "h_min": 1, + "h_max": 10000 + }, + { + "n_min": 5, + "n_max": 10, + "h_min": 1, + "h_max": 1000 + }, + { + "n_min": 1, + "n_max": 1, + "h_min": 1, + "h_max": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbearanddrawing_test.json b/examples/pipelines/all_configs/Cbearanddrawing_test.json new file mode 100644 index 0000000..da84071 --- /dev/null +++ b/examples/pipelines/all_configs/Cbearanddrawing_test.json @@ -0,0 +1,18 @@ +[ + { + "max_nodes": 20, + "seed": 0 + }, + { + "max_nodes": 5, + "seed": 123 + }, + { + "max_nodes": 8, + "seed": 0 + }, + { + "max_nodes": 13, + "seed": 789 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbearanddrawing_train.json b/examples/pipelines/all_configs/Cbearanddrawing_train.json new file mode 100644 index 0000000..da84071 --- /dev/null +++ b/examples/pipelines/all_configs/Cbearanddrawing_train.json @@ -0,0 +1,18 @@ +[ + { + "max_nodes": 20, + "seed": 0 + }, + { + "max_nodes": 5, + "seed": 123 + }, + { + "max_nodes": 8, + "seed": 0 + }, + { + "max_nodes": 13, + "seed": 789 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbearandprimenumbers_test.json b/examples/pipelines/all_configs/Cbearandprimenumbers_test.json new file mode 100644 index 0000000..af5bbda --- /dev/null +++ b/examples/pipelines/all_configs/Cbearandprimenumbers_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 200, + "max_x": 20000, + "max_m": 200 + }, + { + "max_n": 1000, + "max_x": 100000, + "max_m": 1000 + }, + { + "max_n": 500, + "max_x": 50000, + "max_m": 500 + }, + { + "max_n": 500, + "max_x": 100000, + "max_m": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbearandprimenumbers_train.json b/examples/pipelines/all_configs/Cbearandprimenumbers_train.json new file mode 100644 index 0000000..af5bbda --- /dev/null +++ b/examples/pipelines/all_configs/Cbearandprimenumbers_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 200, + "max_x": 20000, + "max_m": 200 + }, + { + "max_n": 1000, + "max_x": 100000, + "max_m": 1000 + }, + { + "max_n": 500, + "max_x": 50000, + "max_m": 500 + }, + { + "max_n": 500, + "max_x": 100000, + "max_m": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautifulipaddresses_test.json b/examples/pipelines/all_configs/Cbeautifulipaddresses_test.json new file mode 100644 index 0000000..247cce7 --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautifulipaddresses_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 5, + "max_n": 5 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 3, + "max_n": 3 + }, + { + "min_n": 4, + "max_n": 6 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "min_n": 2, + "max_n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautifulipaddresses_train.json b/examples/pipelines/all_configs/Cbeautifulipaddresses_train.json new file mode 100644 index 0000000..247cce7 --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautifulipaddresses_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 5, + "max_n": 5 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 3, + "max_n": 3 + }, + { + "min_n": 4, + "max_n": 6 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "min_n": 2, + "max_n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautifullyrics_test.json b/examples/pipelines/all_configs/Cbeautifullyrics_test.json new file mode 100644 index 0000000..6a9b74d --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautifullyrics_test.json @@ -0,0 +1,22 @@ +[ + { + "max_words": 14, + "min_words": 4, + "mode": "solvable" + }, + { + "max_words": 7, + "min_words": 4, + "mode": "unsolvable" + }, + { + "max_words": 8, + "min_words": 5, + "mode": "solvable" + }, + { + "max_words": 10, + "min_words": 5, + "mode": "unsolvable" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautifullyrics_train.json b/examples/pipelines/all_configs/Cbeautifullyrics_train.json new file mode 100644 index 0000000..6a9b74d --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautifullyrics_train.json @@ -0,0 +1,22 @@ +[ + { + "max_words": 14, + "min_words": 4, + "mode": "solvable" + }, + { + "max_words": 7, + "min_words": 4, + "mode": "unsolvable" + }, + { + "max_words": 8, + "min_words": 5, + "mode": "solvable" + }, + { + "max_words": 10, + "min_words": 5, + "mode": "unsolvable" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautifulsetsofpoints_test.json b/examples/pipelines/all_configs/Cbeautifulsetsofpoints_test.json new file mode 100644 index 0000000..4d8559d --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautifulsetsofpoints_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "max_m": 20, + "min_n": 1, + "min_m": 5 + }, + { + "max_n": 100, + "max_m": 100, + "min_n": 50, + "min_m": 50 + }, + { + "max_n": 80, + "max_m": 90, + "min_n": 20, + "min_m": 10 + }, + { + "max_n": 50, + "max_m": 50, + "min_n": 5, + "min_m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautifulsetsofpoints_train.json b/examples/pipelines/all_configs/Cbeautifulsetsofpoints_train.json new file mode 100644 index 0000000..4d8559d --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautifulsetsofpoints_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "max_m": 20, + "min_n": 1, + "min_m": 5 + }, + { + "max_n": 100, + "max_m": 100, + "min_n": 50, + "min_m": 50 + }, + { + "max_n": 80, + "max_m": 90, + "min_n": 20, + "min_m": 10 + }, + { + "max_n": 50, + "max_m": 50, + "min_n": 5, + "min_m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautypageant_test.json b/examples/pipelines/all_configs/Cbeautypageant_test.json new file mode 100644 index 0000000..1f4b71c --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautypageant_test.json @@ -0,0 +1,14 @@ +[ + { + "n_min": 10, + "n_max": 20, + "beauty_min": 100, + "beauty_max": 1000 + }, + { + "n_min": 1, + "n_max": 5, + "beauty_min": 1, + "beauty_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeautypageant_train.json b/examples/pipelines/all_configs/Cbeautypageant_train.json new file mode 100644 index 0000000..1f4b71c --- /dev/null +++ b/examples/pipelines/all_configs/Cbeautypageant_train.json @@ -0,0 +1,14 @@ +[ + { + "n_min": 10, + "n_max": 20, + "beauty_min": 100, + "beauty_max": 1000 + }, + { + "n_min": 1, + "n_max": 5, + "beauty_min": 1, + "beauty_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeaver_test.json b/examples/pipelines/all_configs/Cbeaver_test.json new file mode 100644 index 0000000..4db7571 --- /dev/null +++ b/examples/pipelines/all_configs/Cbeaver_test.json @@ -0,0 +1,42 @@ +[ + { + "s_min_length": 10, + "s_max_length": 50, + "target_min_len": 3, + "target_max_len": 10, + "boring_count": 3, + "boring_substr_min_len": 1, + "boring_substr_max_len": 3, + "special_case_prob": 0.1 + }, + { + "s_min_length": 50, + "s_max_length": 200, + "target_min_len": 6, + "target_max_len": 30, + "boring_count": 9, + "boring_substr_min_len": 3, + "boring_substr_max_len": 6, + "special_case_prob": 0.3 + }, + { + "s_min_length": 15, + "s_max_length": 80, + "target_min_len": 4, + "target_max_len": 15, + "boring_count": 5, + "boring_substr_min_len": 1, + "boring_substr_max_len": 4, + "special_case_prob": 0.25 + }, + { + "s_min_length": 25, + "s_max_length": 75, + "target_min_len": 5, + "target_max_len": 20, + "boring_count": 4, + "boring_substr_min_len": 1, + "boring_substr_max_len": 5, + "special_case_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbeaver_train.json b/examples/pipelines/all_configs/Cbeaver_train.json new file mode 100644 index 0000000..4db7571 --- /dev/null +++ b/examples/pipelines/all_configs/Cbeaver_train.json @@ -0,0 +1,42 @@ +[ + { + "s_min_length": 10, + "s_max_length": 50, + "target_min_len": 3, + "target_max_len": 10, + "boring_count": 3, + "boring_substr_min_len": 1, + "boring_substr_max_len": 3, + "special_case_prob": 0.1 + }, + { + "s_min_length": 50, + "s_max_length": 200, + "target_min_len": 6, + "target_max_len": 30, + "boring_count": 9, + "boring_substr_min_len": 3, + "boring_substr_max_len": 6, + "special_case_prob": 0.3 + }, + { + "s_min_length": 15, + "s_max_length": 80, + "target_min_len": 4, + "target_max_len": 15, + "boring_count": 5, + "boring_substr_min_len": 1, + "boring_substr_max_len": 4, + "special_case_prob": 0.25 + }, + { + "s_min_length": 25, + "s_max_length": 75, + "target_min_len": 5, + "target_max_len": 20, + "boring_count": 4, + "boring_substr_min_len": 1, + "boring_substr_max_len": 5, + "special_case_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cberlandsquare_test.json b/examples/pipelines/all_configs/Cberlandsquare_test.json new file mode 100644 index 0000000..0298773 --- /dev/null +++ b/examples/pipelines/all_configs/Cberlandsquare_test.json @@ -0,0 +1,74 @@ +[ + { + "max_n": 500, + "max_m": 1000, + "x_range": [ + -100, + 100 + ], + "y_range": [ + -50, + 50 + ] + }, + { + "max_n": 100, + "max_m": 100, + "x_range": [ + -10, + 10 + ], + "y_range": [ + -10, + 10 + ] + }, + { + "max_n": 150, + "max_m": 150, + "x_range": [ + -15, + 15 + ], + "y_range": [ + -15, + 15 + ] + }, + { + "max_n": 1000, + "max_m": 1000, + "x_range": [ + -100, + 100 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "max_n": 500, + "max_m": 500, + "x_range": [ + -50, + 50 + ], + "y_range": [ + -50, + 50 + ] + }, + { + "max_n": 200, + "max_m": 300, + "x_range": [ + -30, + 30 + ], + "y_range": [ + -70, + 70 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cberlandsquare_train.json b/examples/pipelines/all_configs/Cberlandsquare_train.json new file mode 100644 index 0000000..0298773 --- /dev/null +++ b/examples/pipelines/all_configs/Cberlandsquare_train.json @@ -0,0 +1,74 @@ +[ + { + "max_n": 500, + "max_m": 1000, + "x_range": [ + -100, + 100 + ], + "y_range": [ + -50, + 50 + ] + }, + { + "max_n": 100, + "max_m": 100, + "x_range": [ + -10, + 10 + ], + "y_range": [ + -10, + 10 + ] + }, + { + "max_n": 150, + "max_m": 150, + "x_range": [ + -15, + 15 + ], + "y_range": [ + -15, + 15 + ] + }, + { + "max_n": 1000, + "max_m": 1000, + "x_range": [ + -100, + 100 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "max_n": 500, + "max_m": 500, + "x_range": [ + -50, + 50 + ], + "y_range": [ + -50, + 50 + ] + }, + { + "max_n": 200, + "max_m": 300, + "x_range": [ + -30, + 30 + ], + "y_range": [ + -70, + 70 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbinarysearch_test.json b/examples/pipelines/all_configs/Cbinarysearch_test.json new file mode 100644 index 0000000..96d2455 --- /dev/null +++ b/examples/pipelines/all_configs/Cbinarysearch_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 10, + "x": 5, + "pos": 5 + }, + { + "n": 5, + "x": 3, + "pos": 2 + }, + { + "n": 1000, + "x": 500, + "pos": 499 + }, + { + "n": 3, + "x": 2, + "pos": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbinarysearch_train.json b/examples/pipelines/all_configs/Cbinarysearch_train.json new file mode 100644 index 0000000..96d2455 --- /dev/null +++ b/examples/pipelines/all_configs/Cbinarysearch_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 10, + "x": 5, + "pos": 5 + }, + { + "n": 5, + "x": 3, + "pos": 2 + }, + { + "n": 1000, + "x": 500, + "pos": 499 + }, + { + "n": 3, + "x": 2, + "pos": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbirthday_test.json b/examples/pipelines/all_configs/Cbirthday_test.json new file mode 100644 index 0000000..74690f2 --- /dev/null +++ b/examples/pipelines/all_configs/Cbirthday_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 100, + "min_val": 1, + "max_val": 1000000000 + }, + { + "n_min": 2, + "n_max": 5, + "min_val": 1, + "max_val": 100 + }, + { + "n_min": 3, + "n_max": 20, + "min_val": 1, + "max_val": 100000 + }, + { + "n_min": 5, + "n_max": 50, + "min_val": 100, + "max_val": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbirthday_train.json b/examples/pipelines/all_configs/Cbirthday_train.json new file mode 100644 index 0000000..74690f2 --- /dev/null +++ b/examples/pipelines/all_configs/Cbirthday_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 100, + "min_val": 1, + "max_val": 1000000000 + }, + { + "n_min": 2, + "n_max": 5, + "min_val": 1, + "max_val": 100 + }, + { + "n_min": 3, + "n_max": 20, + "min_val": 1, + "max_val": 100000 + }, + { + "n_min": 5, + "n_max": 50, + "min_val": 100, + "max_val": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cblackwidow_test.json b/examples/pipelines/all_configs/Cblackwidow_test.json new file mode 100644 index 0000000..8ac9203 --- /dev/null +++ b/examples/pipelines/all_configs/Cblackwidow_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1, + "max_m": 1 + }, + { + "max_n": 5000, + "max_m": 10000 + }, + { + "max_n": 100, + "max_m": 1000 + }, + { + "max_n": 2, + "max_m": 3 + }, + { + "max_n": 100000, + "max_m": 100000 + }, + { + "max_n": 10, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cblackwidow_train.json b/examples/pipelines/all_configs/Cblackwidow_train.json new file mode 100644 index 0000000..8ac9203 --- /dev/null +++ b/examples/pipelines/all_configs/Cblackwidow_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1, + "max_m": 1 + }, + { + "max_n": 5000, + "max_m": 10000 + }, + { + "max_n": 100, + "max_m": 1000 + }, + { + "max_n": 2, + "max_m": 3 + }, + { + "max_n": 100000, + "max_m": 100000 + }, + { + "max_n": 10, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cboboniuandstring_test.json b/examples/pipelines/all_configs/Cboboniuandstring_test.json new file mode 100644 index 0000000..f82ced5 --- /dev/null +++ b/examples/pipelines/all_configs/Cboboniuandstring_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 5, + "string_length_min": 1, + "string_length_max": 10 + }, + { + "n_min": 1, + "n_max": 3, + "string_length_min": 2, + "string_length_max": 5 + }, + { + "n_min": 1, + "n_max": 10, + "string_length_min": 5, + "string_length_max": 15 + }, + { + "n_min": 2, + "n_max": 5, + "string_length_min": 3, + "string_length_max": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cboboniuandstring_train.json b/examples/pipelines/all_configs/Cboboniuandstring_train.json new file mode 100644 index 0000000..f82ced5 --- /dev/null +++ b/examples/pipelines/all_configs/Cboboniuandstring_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 5, + "string_length_min": 1, + "string_length_max": 10 + }, + { + "n_min": 1, + "n_max": 3, + "string_length_min": 2, + "string_length_max": 5 + }, + { + "n_min": 1, + "n_max": 10, + "string_length_min": 5, + "string_length_max": 15 + }, + { + "n_min": 2, + "n_max": 5, + "string_length_min": 3, + "string_length_max": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cboredom_test.json b/examples/pipelines/all_configs/Cboredom_test.json new file mode 100644 index 0000000..6358488 --- /dev/null +++ b/examples/pipelines/all_configs/Cboredom_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 5, + "q": 5 + }, + { + "n": 3, + "q": 2 + }, + { + "n": 3, + "q": 3 + }, + { + "n": 5, + "q": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cboredom_train.json b/examples/pipelines/all_configs/Cboredom_train.json new file mode 100644 index 0000000..6358488 --- /dev/null +++ b/examples/pipelines/all_configs/Cboredom_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 5, + "q": 5 + }, + { + "n": 3, + "q": 2 + }, + { + "n": 3, + "q": 3 + }, + { + "n": 5, + "q": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbrackets_test.json b/examples/pipelines/all_configs/Cbrackets_test.json new file mode 100644 index 0000000..177b8ff --- /dev/null +++ b/examples/pipelines/all_configs/Cbrackets_test.json @@ -0,0 +1,88 @@ +[ + { + "n": 3, + "m": 2, + "k": 2, + "priority": [ + [ + 3, + 6 + ], + [ + 1, + 4 + ], + [ + 2, + 5 + ] + ] + }, + { + "n": 2, + "m": 3, + "k": 1, + "priority": [ + [ + 1, + 2, + 3 + ], + [ + 4, + 5, + 6 + ] + ] + }, + { + "n": 4, + "m": 5, + "k": 1, + "priority": [ + [ + 1, + 2, + 3, + 4, + 5 + ], + [ + 6, + 7, + 8, + 9, + 10 + ], + [ + 11, + 12, + 13, + 14, + 15 + ], + [ + 16, + 17, + 18, + 19, + 20 + ] + ] + }, + { + "n": 2, + "m": 2, + "k": 3, + "priority": [ + [ + 4, + 3 + ], + [ + 2, + 1 + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbrackets_train.json b/examples/pipelines/all_configs/Cbrackets_train.json new file mode 100644 index 0000000..177b8ff --- /dev/null +++ b/examples/pipelines/all_configs/Cbrackets_train.json @@ -0,0 +1,88 @@ +[ + { + "n": 3, + "m": 2, + "k": 2, + "priority": [ + [ + 3, + 6 + ], + [ + 1, + 4 + ], + [ + 2, + 5 + ] + ] + }, + { + "n": 2, + "m": 3, + "k": 1, + "priority": [ + [ + 1, + 2, + 3 + ], + [ + 4, + 5, + 6 + ] + ] + }, + { + "n": 4, + "m": 5, + "k": 1, + "priority": [ + [ + 1, + 2, + 3, + 4, + 5 + ], + [ + 6, + 7, + 8, + 9, + 10 + ], + [ + 11, + 12, + 13, + 14, + 15 + ], + [ + 16, + 17, + 18, + 19, + 20 + ] + ] + }, + { + "n": 2, + "m": 2, + "k": 3, + "priority": [ + [ + 4, + 3 + ], + [ + 2, + 1 + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbracketsubsequence_test.json b/examples/pipelines/all_configs/Cbracketsubsequence_test.json new file mode 100644 index 0000000..c954578 --- /dev/null +++ b/examples/pipelines/all_configs/Cbracketsubsequence_test.json @@ -0,0 +1,20 @@ +[ + { + "max_insertions": 0 + }, + { + "max_insertions": 4 + }, + { + "max_insertions": 5 + }, + { + "max_insertions": 1 + }, + { + "max_insertions": 7 + }, + { + "max_insertions": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbracketsubsequence_train.json b/examples/pipelines/all_configs/Cbracketsubsequence_train.json new file mode 100644 index 0000000..c954578 --- /dev/null +++ b/examples/pipelines/all_configs/Cbracketsubsequence_train.json @@ -0,0 +1,20 @@ +[ + { + "max_insertions": 0 + }, + { + "max_insertions": 4 + }, + { + "max_insertions": 5 + }, + { + "max_insertions": 1 + }, + { + "max_insertions": 7 + }, + { + "max_insertions": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbugincode_test.json b/examples/pipelines/all_configs/Cbugincode_test.json new file mode 100644 index 0000000..9da6b8a --- /dev/null +++ b/examples/pipelines/all_configs/Cbugincode_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 50, + "n_max": 200, + "p_min": 20, + "p_max": 180 + }, + { + "n_min": 10, + "n_max": 100, + "p_min": 0, + "p_max": 100 + }, + { + "n_min": 3, + "n_max": 5, + "p_min": 0, + "p_max": 5 + }, + { + "n_min": 3, + "n_max": 300, + "p_min": 0, + "p_max": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbugincode_train.json b/examples/pipelines/all_configs/Cbugincode_train.json new file mode 100644 index 0000000..9da6b8a --- /dev/null +++ b/examples/pipelines/all_configs/Cbugincode_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 50, + "n_max": 200, + "p_min": 20, + "p_max": 180 + }, + { + "n_min": 10, + "n_max": 100, + "p_min": 0, + "p_max": 100 + }, + { + "n_min": 3, + "n_max": 5, + "p_min": 0, + "p_max": 5 + }, + { + "n_min": 3, + "n_max": 300, + "p_min": 0, + "p_max": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbuildingpermutation_test.json b/examples/pipelines/all_configs/Cbuildingpermutation_test.json new file mode 100644 index 0000000..2aad4d0 --- /dev/null +++ b/examples/pipelines/all_configs/Cbuildingpermutation_test.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 3, + "max_n": 8, + "value_range": [ + -8, + 8 + ] + }, + { + "min_n": 2, + "max_n": 15, + "value_range": [ + -30, + 30 + ] + }, + { + "min_n": 5, + "max_n": 15, + "value_range": [ + -20, + 20 + ] + }, + { + "min_n": 2, + "max_n": 10, + "value_range": [ + -10, + 10 + ] + }, + { + "min_n": 1, + "max_n": 5, + "value_range": [ + -5, + 5 + ] + }, + { + "min_n": 2, + "max_n": 10, + "value_range": [ + -15, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbuildingpermutation_train.json b/examples/pipelines/all_configs/Cbuildingpermutation_train.json new file mode 100644 index 0000000..2aad4d0 --- /dev/null +++ b/examples/pipelines/all_configs/Cbuildingpermutation_train.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 3, + "max_n": 8, + "value_range": [ + -8, + 8 + ] + }, + { + "min_n": 2, + "max_n": 15, + "value_range": [ + -30, + 30 + ] + }, + { + "min_n": 5, + "max_n": 15, + "value_range": [ + -20, + 20 + ] + }, + { + "min_n": 2, + "max_n": 10, + "value_range": [ + -10, + 10 + ] + }, + { + "min_n": 1, + "max_n": 5, + "value_range": [ + -5, + 5 + ] + }, + { + "min_n": 2, + "max_n": 10, + "value_range": [ + -15, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbullsandcows_test.json b/examples/pipelines/all_configs/Cbullsandcows_test.json new file mode 100644 index 0000000..38e4c5b --- /dev/null +++ b/examples/pipelines/all_configs/Cbullsandcows_test.json @@ -0,0 +1,23 @@ +[ + { + "n": 2 + }, + { + "n": 6 + }, + { + "n": 5 + }, + { + "n": 4 + }, + { + "n": 10 + }, + { + "n": 7 + }, + { + "n": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbullsandcows_train.json b/examples/pipelines/all_configs/Cbullsandcows_train.json new file mode 100644 index 0000000..38e4c5b --- /dev/null +++ b/examples/pipelines/all_configs/Cbullsandcows_train.json @@ -0,0 +1,23 @@ +[ + { + "n": 2 + }, + { + "n": 6 + }, + { + "n": 5 + }, + { + "n": 4 + }, + { + "n": 10 + }, + { + "n": 7 + }, + { + "n": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbuns_test.json b/examples/pipelines/all_configs/Cbuns_test.json new file mode 100644 index 0000000..792aec6 --- /dev/null +++ b/examples/pipelines/all_configs/Cbuns_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 800, + "m_min": 3, + "m_max": 8, + "stuffing_min": 1, + "stuffing_max": 80 + }, + { + "n_min": 1, + "n_max": 600, + "m_min": 2, + "m_max": 7, + "stuffing_min": 1, + "stuffing_max": 70 + }, + { + "n_min": 1, + "n_max": 1000, + "m_min": 1, + "m_max": 10, + "stuffing_min": 1, + "stuffing_max": 100 + }, + { + "n_min": 1, + "n_max": 800, + "m_min": 1, + "m_max": 6, + "stuffing_min": 1, + "stuffing_max": 90 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbuns_train.json b/examples/pipelines/all_configs/Cbuns_train.json new file mode 100644 index 0000000..792aec6 --- /dev/null +++ b/examples/pipelines/all_configs/Cbuns_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 800, + "m_min": 3, + "m_max": 8, + "stuffing_min": 1, + "stuffing_max": 80 + }, + { + "n_min": 1, + "n_max": 600, + "m_min": 2, + "m_max": 7, + "stuffing_min": 1, + "stuffing_max": 70 + }, + { + "n_min": 1, + "n_max": 1000, + "m_min": 1, + "m_max": 10, + "stuffing_min": 1, + "stuffing_max": 100 + }, + { + "n_min": 1, + "n_max": 800, + "m_min": 1, + "m_max": 6, + "stuffing_min": 1, + "stuffing_max": 90 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbus_test.json b/examples/pipelines/all_configs/Cbus_test.json new file mode 100644 index 0000000..a62f985 --- /dev/null +++ b/examples/pipelines/all_configs/Cbus_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 75, + "min_n": 1, + "max_m": 20, + "max_t_step": 7, + "max_x": 800 + }, + { + "max_n": 20, + "min_n": 1, + "max_m": 5, + "max_t_step": 3, + "max_x": 500 + }, + { + "max_n": 80, + "min_n": 1, + "max_m": 40, + "max_t_step": 8, + "max_x": 900 + }, + { + "max_n": 50, + "min_n": 1, + "max_m": 25, + "max_t_step": 5, + "max_x": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cbus_train.json b/examples/pipelines/all_configs/Cbus_train.json new file mode 100644 index 0000000..ba85fcb --- /dev/null +++ b/examples/pipelines/all_configs/Cbus_train.json @@ -0,0 +1,38 @@ +[ + { + "a_min": 2, + "a_max": 1000000, + "b_min": 1, + "b_max": 1000000000, + "k_min": 1, + "k_max": 10000, + "f_min": 1 + }, + { + "a_min": 10, + "a_max": 200000, + "b_min": 100, + "b_max": 200000000, + "k_min": 10, + "k_max": 2000, + "f_min": 3 + }, + { + "a_min": 20, + "a_max": 100000, + "b_min": 200, + "b_max": 100000000, + "k_min": 20, + "k_max": 1000, + "f_min": 5 + }, + { + "a_min": 15, + "a_max": 150000, + "b_min": 150, + "b_max": 150000000, + "k_min": 15, + "k_max": 1500, + "f_min": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccandies_test.json b/examples/pipelines/all_configs/Ccandies_test.json new file mode 100644 index 0000000..04800c6 --- /dev/null +++ b/examples/pipelines/all_configs/Ccandies_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 16, + "max_q": 10 + }, + { + "max_n": 16, + "max_q": 3 + }, + { + "max_n": 8, + "max_q": 3 + }, + { + "max_n": 8, + "max_q": 5 + }, + { + "max_n": 4, + "max_q": 5 + }, + { + "max_n": 1, + "max_q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccandies_train.json b/examples/pipelines/all_configs/Ccandies_train.json new file mode 100644 index 0000000..04800c6 --- /dev/null +++ b/examples/pipelines/all_configs/Ccandies_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 16, + "max_q": 10 + }, + { + "max_n": 16, + "max_q": 3 + }, + { + "max_n": 8, + "max_q": 3 + }, + { + "max_n": 8, + "max_q": 5 + }, + { + "max_n": 4, + "max_q": 5 + }, + { + "max_n": 1, + "max_q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccandiesdistribution_test.json b/examples/pipelines/all_configs/Ccandiesdistribution_test.json new file mode 100644 index 0000000..e8c3cb1 --- /dev/null +++ b/examples/pipelines/all_configs/Ccandiesdistribution_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 12 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 30 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccandiesdistribution_train.json b/examples/pipelines/all_configs/Ccandiesdistribution_train.json new file mode 100644 index 0000000..e8c3cb1 --- /dev/null +++ b/examples/pipelines/all_configs/Ccandiesdistribution_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 12 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 30 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccaptainmarmot_test.json b/examples/pipelines/all_configs/Ccaptainmarmot_test.json new file mode 100644 index 0000000..a73c2fe --- /dev/null +++ b/examples/pipelines/all_configs/Ccaptainmarmot_test.json @@ -0,0 +1,26 @@ +[ + { + "n_regiments": 3, + "same_origin": true, + "max_rotation": 3, + "solvable_ratio": 0.8 + }, + { + "n_regiments": 5, + "same_origin": true, + "max_rotation": 2, + "solvable_ratio": 0.7 + }, + { + "n_regiments": 1, + "same_origin": false, + "max_rotation": 3, + "solvable_ratio": 0.5 + }, + { + "n_regiments": 10, + "same_origin": false, + "max_rotation": 1, + "solvable_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccaptainmarmot_train.json b/examples/pipelines/all_configs/Ccaptainmarmot_train.json new file mode 100644 index 0000000..a73c2fe --- /dev/null +++ b/examples/pipelines/all_configs/Ccaptainmarmot_train.json @@ -0,0 +1,26 @@ +[ + { + "n_regiments": 3, + "same_origin": true, + "max_rotation": 3, + "solvable_ratio": 0.8 + }, + { + "n_regiments": 5, + "same_origin": true, + "max_rotation": 2, + "solvable_ratio": 0.7 + }, + { + "n_regiments": 1, + "same_origin": false, + "max_rotation": 3, + "solvable_ratio": 0.5 + }, + { + "n_regiments": 10, + "same_origin": false, + "max_rotation": 1, + "solvable_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccapturevalerian_test.json b/examples/pipelines/all_configs/Ccapturevalerian_test.json new file mode 100644 index 0000000..d6f623b --- /dev/null +++ b/examples/pipelines/all_configs/Ccapturevalerian_test.json @@ -0,0 +1,30 @@ +[ + { + "roman_prob": 0.4, + "min_a": 2, + "max_a": 10, + "min_b": 2, + "max_b": 15 + }, + { + "roman_prob": 0.7, + "min_a": 2, + "max_a": 25, + "min_b": 2, + "max_b": 15 + }, + { + "roman_prob": 0.6, + "min_a": 5, + "max_a": 20, + "min_b": 5, + "max_b": 25 + }, + { + "roman_prob": 0.3, + "min_a": 2, + "max_a": 20, + "min_b": 2, + "max_b": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccapturevalerian_train.json b/examples/pipelines/all_configs/Ccapturevalerian_train.json new file mode 100644 index 0000000..d6f623b --- /dev/null +++ b/examples/pipelines/all_configs/Ccapturevalerian_train.json @@ -0,0 +1,30 @@ +[ + { + "roman_prob": 0.4, + "min_a": 2, + "max_a": 10, + "min_b": 2, + "max_b": 15 + }, + { + "roman_prob": 0.7, + "min_a": 2, + "max_a": 25, + "min_b": 2, + "max_b": 15 + }, + { + "roman_prob": 0.6, + "min_a": 5, + "max_a": 20, + "min_b": 5, + "max_b": 25 + }, + { + "roman_prob": 0.3, + "min_a": 2, + "max_a": 20, + "min_b": 2, + "max_b": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccardiogram_test.json b/examples/pipelines/all_configs/Ccardiogram_test.json new file mode 100644 index 0000000..3f35368 --- /dev/null +++ b/examples/pipelines/all_configs/Ccardiogram_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 3, + "n_max": 400, + "a_sum_max": 800 + }, + { + "n_min": 5, + "n_max": 200, + "a_sum_max": 300 + }, + { + "n_min": 2, + "n_max": 100, + "a_sum_max": 1000 + }, + { + "n_min": 10, + "n_max": 300, + "a_sum_max": 700 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccardiogram_train.json b/examples/pipelines/all_configs/Ccardiogram_train.json new file mode 100644 index 0000000..3f35368 --- /dev/null +++ b/examples/pipelines/all_configs/Ccardiogram_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 3, + "n_max": 400, + "a_sum_max": 800 + }, + { + "n_min": 5, + "n_max": 200, + "a_sum_max": 300 + }, + { + "n_min": 2, + "n_max": 100, + "a_sum_max": 1000 + }, + { + "n_min": 10, + "n_max": 300, + "a_sum_max": 700 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccelexupdate_test.json b/examples/pipelines/all_configs/Ccelexupdate_test.json new file mode 100644 index 0000000..762d919 --- /dev/null +++ b/examples/pipelines/all_configs/Ccelexupdate_test.json @@ -0,0 +1,26 @@ +[ + { + "max_x": 1000000000, + "max_y": 1000000000, + "max_dx": 100, + "max_dy": 100 + }, + { + "max_x": 1000, + "max_y": 1000, + "max_dx": 50, + "max_dy": 50 + }, + { + "max_x": 500, + "max_y": 500, + "max_dx": 25, + "max_dy": 25 + }, + { + "max_x": 200, + "max_y": 200, + "max_dx": 100, + "max_dy": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccelexupdate_train.json b/examples/pipelines/all_configs/Ccelexupdate_train.json new file mode 100644 index 0000000..762d919 --- /dev/null +++ b/examples/pipelines/all_configs/Ccelexupdate_train.json @@ -0,0 +1,26 @@ +[ + { + "max_x": 1000000000, + "max_y": 1000000000, + "max_dx": 100, + "max_dy": 100 + }, + { + "max_x": 1000, + "max_y": 1000, + "max_dx": 50, + "max_dy": 50 + }, + { + "max_x": 500, + "max_y": 500, + "max_dx": 25, + "max_dy": 25 + }, + { + "max_x": 200, + "max_y": 200, + "max_dx": 100, + "max_dy": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccentroids_test.json b/examples/pipelines/all_configs/Ccentroids_test.json new file mode 100644 index 0000000..7cd3cd3 --- /dev/null +++ b/examples/pipelines/all_configs/Ccentroids_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 30 + }, + { + "min_n": 2, + "max_n": 100 + }, + { + "min_n": 10, + "max_n": 200 + }, + { + "min_n": 3, + "max_n": 150 + }, + { + "min_n": 5, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccentroids_train.json b/examples/pipelines/all_configs/Ccentroids_train.json new file mode 100644 index 0000000..7cd3cd3 --- /dev/null +++ b/examples/pipelines/all_configs/Ccentroids_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 30 + }, + { + "min_n": 2, + "max_n": 100 + }, + { + "min_n": 10, + "max_n": 200 + }, + { + "min_n": 3, + "max_n": 150 + }, + { + "min_n": 5, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccheckposts_test.json b/examples/pipelines/all_configs/Ccheckposts_test.json new file mode 100644 index 0000000..617e44e --- /dev/null +++ b/examples/pipelines/all_configs/Ccheckposts_test.json @@ -0,0 +1,23 @@ +[ + { + "n_min": 5, + "n_max": 15, + "cost_min": 0, + "cost_max": 200, + "max_scc_count": 3 + }, + { + "n_min": 3, + "n_max": 20, + "cost_min": 1, + "cost_max": 50, + "max_scc_count": 4 + }, + { + "n_min": 2, + "n_max": 10, + "cost_min": 0, + "cost_max": 100, + "max_scc_count": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccheckposts_train.json b/examples/pipelines/all_configs/Ccheckposts_train.json new file mode 100644 index 0000000..617e44e --- /dev/null +++ b/examples/pipelines/all_configs/Ccheckposts_train.json @@ -0,0 +1,23 @@ +[ + { + "n_min": 5, + "n_max": 15, + "cost_min": 0, + "cost_max": 200, + "max_scc_count": 3 + }, + { + "n_min": 3, + "n_max": 20, + "cost_min": 1, + "cost_max": 50, + "max_scc_count": 4 + }, + { + "n_min": 2, + "n_max": 10, + "cost_min": 0, + "cost_max": 100, + "max_scc_count": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchessboardbilliard_test.json b/examples/pipelines/all_configs/Cchessboardbilliard_test.json new file mode 100644 index 0000000..21b39e2 --- /dev/null +++ b/examples/pipelines/all_configs/Cchessboardbilliard_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 3, + "n_max": 200, + "m_min": 4, + "m_max": 200 + }, + { + "n_min": 2, + "n_max": 500, + "m_min": 2, + "m_max": 500 + }, + { + "n_min": 5, + "n_max": 50, + "m_min": 5, + "m_max": 50 + }, + { + "n_min": 2, + "n_max": 100, + "m_min": 2, + "m_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchessboardbilliard_train.json b/examples/pipelines/all_configs/Cchessboardbilliard_train.json new file mode 100644 index 0000000..21b39e2 --- /dev/null +++ b/examples/pipelines/all_configs/Cchessboardbilliard_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 3, + "n_max": 200, + "m_min": 4, + "m_max": 200 + }, + { + "n_min": 2, + "n_max": 500, + "m_min": 2, + "m_max": 500 + }, + { + "n_min": 5, + "n_max": 50, + "m_min": 5, + "m_max": 50 + }, + { + "n_min": 2, + "n_max": 100, + "m_min": 2, + "m_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchickenorfish_test.json b/examples/pipelines/all_configs/Cchickenorfish_test.json new file mode 100644 index 0000000..b70cb4b --- /dev/null +++ b/examples/pipelines/all_configs/Cchickenorfish_test.json @@ -0,0 +1,37 @@ +[ + { + "max_k": 4, + "max_m": 10, + "max_a": 15 + }, + { + "max_k": 10, + "max_m": 15, + "max_a": 20 + }, + { + "max_k": 6, + "max_m": 9, + "max_a": 20 + }, + { + "max_k": 5, + "max_m": 20, + "max_a": 10 + }, + { + "max_k": 7, + "max_m": 8, + "max_a": 15 + }, + { + "max_k": 5, + "max_m": 12, + "max_a": 12 + }, + { + "max_k": 8, + "max_m": 15, + "max_a": 18 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchickenorfish_train.json b/examples/pipelines/all_configs/Cchickenorfish_train.json new file mode 100644 index 0000000..b70cb4b --- /dev/null +++ b/examples/pipelines/all_configs/Cchickenorfish_train.json @@ -0,0 +1,37 @@ +[ + { + "max_k": 4, + "max_m": 10, + "max_a": 15 + }, + { + "max_k": 10, + "max_m": 15, + "max_a": 20 + }, + { + "max_k": 6, + "max_m": 9, + "max_a": 20 + }, + { + "max_k": 5, + "max_m": 20, + "max_a": 10 + }, + { + "max_k": 7, + "max_m": 8, + "max_a": 15 + }, + { + "max_k": 5, + "max_m": 12, + "max_a": 12 + }, + { + "max_k": 8, + "max_m": 15, + "max_a": 18 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchocolatebunny_test.json b/examples/pipelines/all_configs/Cchocolatebunny_test.json new file mode 100644 index 0000000..f82f36e --- /dev/null +++ b/examples/pipelines/all_configs/Cchocolatebunny_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 100 + }, + { + "n": 2 + }, + { + "n": 3 + }, + { + "n": 1 + }, + { + "n": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchocolatebunny_train.json b/examples/pipelines/all_configs/Cchocolatebunny_train.json new file mode 100644 index 0000000..f82f36e --- /dev/null +++ b/examples/pipelines/all_configs/Cchocolatebunny_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 100 + }, + { + "n": 2 + }, + { + "n": 3 + }, + { + "n": 1 + }, + { + "n": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchoosingballs_test.json b/examples/pipelines/all_configs/Cchoosingballs_test.json new file mode 100644 index 0000000..fa63ad9 --- /dev/null +++ b/examples/pipelines/all_configs/Cchoosingballs_test.json @@ -0,0 +1,29 @@ +[ + { + "min_n": 10, + "max_n": 20, + "min_q": 3, + "max_q": 10, + "max_v": 30, + "max_color": 20, + "max_ab": 30 + }, + { + "min_n": 5, + "max_n": 15, + "min_q": 2, + "max_q": 7, + "max_v": 20, + "max_color": 15, + "max_ab": 20 + }, + { + "min_n": 3, + "max_n": 10, + "min_q": 1, + "max_q": 5, + "max_v": 10, + "max_color": 10, + "max_ab": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchoosingballs_train.json b/examples/pipelines/all_configs/Cchoosingballs_train.json new file mode 100644 index 0000000..fa63ad9 --- /dev/null +++ b/examples/pipelines/all_configs/Cchoosingballs_train.json @@ -0,0 +1,29 @@ +[ + { + "min_n": 10, + "max_n": 20, + "min_q": 3, + "max_q": 10, + "max_v": 30, + "max_color": 20, + "max_ab": 30 + }, + { + "min_n": 5, + "max_n": 15, + "min_q": 2, + "max_q": 7, + "max_v": 20, + "max_color": 15, + "max_ab": 20 + }, + { + "min_n": 3, + "max_n": 10, + "min_q": 1, + "max_q": 5, + "max_v": 10, + "max_color": 10, + "max_ab": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchoosingflowers_test.json b/examples/pipelines/all_configs/Cchoosingflowers_test.json new file mode 100644 index 0000000..d9c6edc --- /dev/null +++ b/examples/pipelines/all_configs/Cchoosingflowers_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1000000, + "max_m": 100000 + }, + { + "max_n": 10000, + "max_m": 1000 + }, + { + "max_n": 5000, + "max_m": 500 + }, + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 100000, + "max_m": 10000 + }, + { + "max_n": 1000, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cchoosingflowers_train.json b/examples/pipelines/all_configs/Cchoosingflowers_train.json new file mode 100644 index 0000000..d9c6edc --- /dev/null +++ b/examples/pipelines/all_configs/Cchoosingflowers_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1000000, + "max_m": 100000 + }, + { + "max_n": 10000, + "max_m": 1000 + }, + { + "max_n": 5000, + "max_m": 500 + }, + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 100000, + "max_m": 10000 + }, + { + "max_n": 1000, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccielthecommander_test.json b/examples/pipelines/all_configs/Ccielthecommander_test.json new file mode 100644 index 0000000..33695eb --- /dev/null +++ b/examples/pipelines/all_configs/Ccielthecommander_test.json @@ -0,0 +1,26 @@ +[ + { + "min_nodes": 2, + "max_nodes": 30 + }, + { + "min_nodes": 10, + "max_nodes": 30 + }, + { + "min_nodes": 20, + "max_nodes": 100 + }, + { + "min_nodes": 2, + "max_nodes": 10 + }, + { + "min_nodes": 5, + "max_nodes": 30 + }, + { + "min_nodes": 2, + "max_nodes": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccielthecommander_train.json b/examples/pipelines/all_configs/Ccielthecommander_train.json new file mode 100644 index 0000000..33695eb --- /dev/null +++ b/examples/pipelines/all_configs/Ccielthecommander_train.json @@ -0,0 +1,26 @@ +[ + { + "min_nodes": 2, + "max_nodes": 30 + }, + { + "min_nodes": 10, + "max_nodes": 30 + }, + { + "min_nodes": 20, + "max_nodes": 100 + }, + { + "min_nodes": 2, + "max_nodes": 10 + }, + { + "min_nodes": 5, + "max_nodes": 30 + }, + { + "min_nodes": 2, + "max_nodes": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccipher_test.json b/examples/pipelines/all_configs/Ccipher_test.json new file mode 100644 index 0000000..6fbcef0 --- /dev/null +++ b/examples/pipelines/all_configs/Ccipher_test.json @@ -0,0 +1,30 @@ +[ + { + "min_length": 1, + "max_length": 30 + }, + { + "min_length": 25, + "max_length": 75 + }, + { + "min_length": 30, + "max_length": 60 + }, + { + "min_length": 60, + "max_length": 100 + }, + { + "min_length": 1, + "max_length": 50 + }, + { + "min_length": 20, + "max_length": 50 + }, + { + "min_length": 50, + "max_length": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccipher_train.json b/examples/pipelines/all_configs/Ccipher_train.json new file mode 100644 index 0000000..6fbcef0 --- /dev/null +++ b/examples/pipelines/all_configs/Ccipher_train.json @@ -0,0 +1,30 @@ +[ + { + "min_length": 1, + "max_length": 30 + }, + { + "min_length": 25, + "max_length": 75 + }, + { + "min_length": 30, + "max_length": 60 + }, + { + "min_length": 60, + "max_length": 100 + }, + { + "min_length": 1, + "max_length": 50 + }, + { + "min_length": 20, + "max_length": 50 + }, + { + "min_length": 50, + "max_length": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccirclingroundtreasures_test.json b/examples/pipelines/all_configs/Ccirclingroundtreasures_test.json new file mode 100644 index 0000000..5e1285c --- /dev/null +++ b/examples/pipelines/all_configs/Ccirclingroundtreasures_test.json @@ -0,0 +1,58 @@ +[ + { + "min_n": 4, + "max_n": 8, + "min_m": 4, + "max_m": 8, + "max_objects": 8, + "obstacle_prob": 0.3 + }, + { + "min_n": 1, + "max_n": 2, + "min_m": 1, + "max_m": 2, + "max_objects": 2, + "obstacle_prob": 0.0 + }, + { + "min_n": 5, + "max_n": 8, + "min_m": 5, + "max_m": 8, + "max_objects": 8, + "obstacle_prob": 0.25 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5, + "max_objects": 5, + "obstacle_prob": 0.15 + }, + { + "min_n": 2, + "max_n": 6, + "min_m": 2, + "max_m": 6, + "max_objects": 6, + "obstacle_prob": 0.15 + }, + { + "min_n": 1, + "max_n": 8, + "min_m": 1, + "max_m": 8, + "max_objects": 8, + "obstacle_prob": 0.2 + }, + { + "min_n": 3, + "max_n": 6, + "min_m": 3, + "max_m": 6, + "max_objects": 6, + "obstacle_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccirclingroundtreasures_train.json b/examples/pipelines/all_configs/Ccirclingroundtreasures_train.json new file mode 100644 index 0000000..5e1285c --- /dev/null +++ b/examples/pipelines/all_configs/Ccirclingroundtreasures_train.json @@ -0,0 +1,58 @@ +[ + { + "min_n": 4, + "max_n": 8, + "min_m": 4, + "max_m": 8, + "max_objects": 8, + "obstacle_prob": 0.3 + }, + { + "min_n": 1, + "max_n": 2, + "min_m": 1, + "max_m": 2, + "max_objects": 2, + "obstacle_prob": 0.0 + }, + { + "min_n": 5, + "max_n": 8, + "min_m": 5, + "max_m": 8, + "max_objects": 8, + "obstacle_prob": 0.25 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5, + "max_objects": 5, + "obstacle_prob": 0.15 + }, + { + "min_n": 2, + "max_n": 6, + "min_m": 2, + "max_m": 6, + "max_objects": 6, + "obstacle_prob": 0.15 + }, + { + "min_n": 1, + "max_n": 8, + "min_m": 1, + "max_m": 8, + "max_objects": 8, + "obstacle_prob": 0.2 + }, + { + "min_n": 3, + "max_n": 6, + "min_m": 3, + "max_m": 6, + "max_objects": 6, + "obstacle_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccircularrmq_test.json b/examples/pipelines/all_configs/Ccircularrmq_test.json new file mode 100644 index 0000000..d9e4b2d --- /dev/null +++ b/examples/pipelines/all_configs/Ccircularrmq_test.json @@ -0,0 +1,42 @@ +[ + { + "n_range": [ + 4, + 10 + ], + "m_range": [ + 3, + 8 + ] + }, + { + "n_range": [ + 6, + 20 + ], + "m_range": [ + 5, + 15 + ] + }, + { + "n_range": [ + 7, + 18 + ], + "m_range": [ + 6, + 14 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "m_range": [ + 4, + 12 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccircularrmq_train.json b/examples/pipelines/all_configs/Ccircularrmq_train.json new file mode 100644 index 0000000..d9e4b2d --- /dev/null +++ b/examples/pipelines/all_configs/Ccircularrmq_train.json @@ -0,0 +1,42 @@ +[ + { + "n_range": [ + 4, + 10 + ], + "m_range": [ + 3, + 8 + ] + }, + { + "n_range": [ + 6, + 20 + ], + "m_range": [ + 5, + 15 + ] + }, + { + "n_range": [ + 7, + 18 + ], + "m_range": [ + 6, + 14 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "m_range": [ + 4, + 12 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccivilization_test.json b/examples/pipelines/all_configs/Ccivilization_test.json new file mode 100644 index 0000000..fc2550a --- /dev/null +++ b/examples/pipelines/all_configs/Ccivilization_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 9, + "m": 6, + "q": 12, + "max_retries": 12 + }, + { + "n": 5, + "m": 2, + "q": 5, + "max_retries": 5 + }, + { + "n": 7, + "m": 4, + "q": 8, + "max_retries": 8 + }, + { + "n": 10, + "m": 7, + "q": 20, + "max_retries": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccivilization_train.json b/examples/pipelines/all_configs/Ccivilization_train.json new file mode 100644 index 0000000..fc2550a --- /dev/null +++ b/examples/pipelines/all_configs/Ccivilization_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 9, + "m": 6, + "q": 12, + "max_retries": 12 + }, + { + "n": 5, + "m": 2, + "q": 5, + "max_retries": 5 + }, + { + "n": 7, + "m": 4, + "q": 8, + "max_retries": 8 + }, + { + "n": 10, + "m": 7, + "q": 20, + "max_retries": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccleverfatrat_test.json b/examples/pipelines/all_configs/Ccleverfatrat_test.json new file mode 100644 index 0000000..357e068 --- /dev/null +++ b/examples/pipelines/all_configs/Ccleverfatrat_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 50, + "min_weight": 1, + "max_weight": 1000000 + }, + { + "max_n": 40, + "min_weight": 10000, + "max_weight": 100000 + }, + { + "max_n": 30, + "min_weight": 500, + "max_weight": 5000 + }, + { + "max_n": 20, + "min_weight": 1000, + "max_weight": 10000 + }, + { + "max_n": 15, + "min_weight": 200, + "max_weight": 2000 + }, + { + "max_n": 1, + "min_weight": 1, + "max_weight": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccleverfatrat_train.json b/examples/pipelines/all_configs/Ccleverfatrat_train.json new file mode 100644 index 0000000..357e068 --- /dev/null +++ b/examples/pipelines/all_configs/Ccleverfatrat_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 50, + "min_weight": 1, + "max_weight": 1000000 + }, + { + "max_n": 40, + "min_weight": 10000, + "max_weight": 100000 + }, + { + "max_n": 30, + "min_weight": 500, + "max_weight": 5000 + }, + { + "max_n": 20, + "min_weight": 1000, + "max_weight": 10000 + }, + { + "max_n": 15, + "min_weight": 200, + "max_weight": 2000 + }, + { + "max_n": 1, + "min_weight": 1, + "max_weight": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccoffeebreak_test.json b/examples/pipelines/all_configs/Ccoffeebreak_test.json new file mode 100644 index 0000000..f0b8d48 --- /dev/null +++ b/examples/pipelines/all_configs/Ccoffeebreak_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 200, + "max_m": 2000 + }, + { + "max_n": 10, + "max_m": 100 + }, + { + "max_n": 100, + "max_m": 1000 + }, + { + "max_n": 2000, + "max_m": 20000 + }, + { + "max_n": 1000, + "max_m": 10000 + }, + { + "max_n": 500, + "max_m": 5000 + }, + { + "max_n": 50, + "max_m": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccoffeebreak_train.json b/examples/pipelines/all_configs/Ccoffeebreak_train.json new file mode 100644 index 0000000..f0b8d48 --- /dev/null +++ b/examples/pipelines/all_configs/Ccoffeebreak_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 200, + "max_m": 2000 + }, + { + "max_n": 10, + "max_m": 100 + }, + { + "max_n": 100, + "max_m": 1000 + }, + { + "max_n": 2000, + "max_m": 20000 + }, + { + "max_n": 1000, + "max_m": 10000 + }, + { + "max_n": 500, + "max_m": 5000 + }, + { + "max_n": 50, + "max_m": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccointroubles_test.json b/examples/pipelines/all_configs/Ccointroubles_test.json new file mode 100644 index 0000000..3b3e2be --- /dev/null +++ b/examples/pipelines/all_configs/Ccointroubles_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 5, + "max_q": 3, + "max_a": 10, + "max_t": 100 + }, + { + "max_n": 15, + "max_q": 7, + "max_a": 30, + "max_t": 300 + }, + { + "max_n": 20, + "max_q": 10, + "max_a": 40, + "max_t": 400 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccointroubles_train.json b/examples/pipelines/all_configs/Ccointroubles_train.json new file mode 100644 index 0000000..3b3e2be --- /dev/null +++ b/examples/pipelines/all_configs/Ccointroubles_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 5, + "max_q": 3, + "max_a": 10, + "max_t": 100 + }, + { + "max_n": 15, + "max_q": 7, + "max_a": 30, + "max_t": 300 + }, + { + "max_n": 20, + "max_q": 10, + "max_a": 40, + "max_t": 400 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccoloredrooks_test.json b/examples/pipelines/all_configs/Ccoloredrooks_test.json new file mode 100644 index 0000000..0f2282d --- /dev/null +++ b/examples/pipelines/all_configs/Ccoloredrooks_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 5, + "n_max": 10, + "m_ratio": 0.5 + }, + { + "n_min": 1, + "n_max": 3, + "m_ratio": 0 + }, + { + "n_min": 4, + "n_max": 6, + "m_ratio": 0.7 + }, + { + "n_min": 3, + "n_max": 5, + "m_ratio": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccoloredrooks_train.json b/examples/pipelines/all_configs/Ccoloredrooks_train.json new file mode 100644 index 0000000..0f2282d --- /dev/null +++ b/examples/pipelines/all_configs/Ccoloredrooks_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 5, + "n_max": 10, + "m_ratio": 0.5 + }, + { + "n_min": 1, + "n_max": 3, + "m_ratio": 0 + }, + { + "n_min": 4, + "n_max": 6, + "m_ratio": 0.7 + }, + { + "n_min": 3, + "n_max": 5, + "m_ratio": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccolorfulbricks_test.json b/examples/pipelines/all_configs/Ccolorfulbricks_test.json new file mode 100644 index 0000000..422534d --- /dev/null +++ b/examples/pipelines/all_configs/Ccolorfulbricks_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 20, + "m_min": 5, + "m_max": 20 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 10, + "m_max": 50 + }, + { + "n_min": 100, + "n_max": 1000, + "m_min": 100, + "m_max": 1000 + }, + { + "n_min": 1, + "n_max": 2000, + "m_min": 1, + "m_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccolorfulbricks_train.json b/examples/pipelines/all_configs/Ccolorfulbricks_train.json new file mode 100644 index 0000000..422534d --- /dev/null +++ b/examples/pipelines/all_configs/Ccolorfulbricks_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 20, + "m_min": 5, + "m_max": 20 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 10, + "m_max": 50 + }, + { + "n_min": 100, + "n_max": 1000, + "m_min": 100, + "m_max": 1000 + }, + { + "n_min": 1, + "n_max": 2000, + "m_min": 1, + "m_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccoloringtrees_test.json b/examples/pipelines/all_configs/Ccoloringtrees_test.json new file mode 100644 index 0000000..b1d313e --- /dev/null +++ b/examples/pipelines/all_configs/Ccoloringtrees_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_m": 20 + }, + { + "max_n": 40, + "max_m": 20 + }, + { + "max_n": 30, + "max_m": 15 + }, + { + "max_n": 20, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccoloringtrees_train.json b/examples/pipelines/all_configs/Ccoloringtrees_train.json new file mode 100644 index 0000000..b1d313e --- /dev/null +++ b/examples/pipelines/all_configs/Ccoloringtrees_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_m": 20 + }, + { + "max_n": 40, + "max_m": 20 + }, + { + "max_n": 30, + "max_m": 15 + }, + { + "max_n": 20, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccolorstripe_test.json b/examples/pipelines/all_configs/Ccolorstripe_test.json new file mode 100644 index 0000000..45f8558 --- /dev/null +++ b/examples/pipelines/all_configs/Ccolorstripe_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "k_min": 3, + "k_max": 26 + }, + { + "n_min": 50, + "n_max": 500, + "k_min": 3, + "k_max": 10 + }, + { + "n_min": 1, + "n_max": 10, + "k_min": 2, + "k_max": 4 + }, + { + "n_min": 1000, + "n_max": 5000, + "k_min": 5, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccolorstripe_train.json b/examples/pipelines/all_configs/Ccolorstripe_train.json new file mode 100644 index 0000000..45f8558 --- /dev/null +++ b/examples/pipelines/all_configs/Ccolorstripe_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "k_min": 3, + "k_max": 26 + }, + { + "n_min": 50, + "n_max": 500, + "k_min": 3, + "k_max": 10 + }, + { + "n_min": 1, + "n_max": 10, + "k_min": 2, + "k_max": 4 + }, + { + "n_min": 1000, + "n_max": 5000, + "k_min": 5, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccompartments_test.json b/examples/pipelines/all_configs/Ccompartments_test.json new file mode 100644 index 0000000..bf715e6 --- /dev/null +++ b/examples/pipelines/all_configs/Ccompartments_test.json @@ -0,0 +1,14 @@ +[ + { + "max_compartments": 20 + }, + { + "max_compartments": 10 + }, + { + "max_compartments": 5 + }, + { + "max_compartments": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccompartments_train.json b/examples/pipelines/all_configs/Ccompartments_train.json new file mode 100644 index 0000000..bf715e6 --- /dev/null +++ b/examples/pipelines/all_configs/Ccompartments_train.json @@ -0,0 +1,14 @@ +[ + { + "max_compartments": 20 + }, + { + "max_compartments": 10 + }, + { + "max_compartments": 5 + }, + { + "max_compartments": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccompressionandexpansion_test.json b/examples/pipelines/all_configs/Ccompressionandexpansion_test.json new file mode 100644 index 0000000..b76909f --- /dev/null +++ b/examples/pipelines/all_configs/Ccompressionandexpansion_test.json @@ -0,0 +1,11 @@ +[ + { + "max_n": 200 + }, + { + "max_n": 1000 + }, + { + "max_n": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccompressionandexpansion_train.json b/examples/pipelines/all_configs/Ccompressionandexpansion_train.json new file mode 100644 index 0000000..b76909f --- /dev/null +++ b/examples/pipelines/all_configs/Ccompressionandexpansion_train.json @@ -0,0 +1,11 @@ +[ + { + "max_n": 200 + }, + { + "max_n": 1000 + }, + { + "max_n": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccompressstring_test.json b/examples/pipelines/all_configs/Ccompressstring_test.json new file mode 100644 index 0000000..b278298 --- /dev/null +++ b/examples/pipelines/all_configs/Ccompressstring_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 20, + "n_max": 200, + "a_min": 20, + "a_max": 200, + "b_min": 5, + "b_max": 50 + }, + { + "n_min": 1, + "n_max": 5000, + "a_min": 1, + "a_max": 5000, + "b_min": 1, + "b_max": 5000 + }, + { + "n_min": 1, + "n_max": 20, + "a_min": 1, + "a_max": 5, + "b_min": 1, + "b_max": 5 + }, + { + "n_min": 5, + "n_max": 50, + "a_min": 1, + "a_max": 100, + "b_min": 1, + "b_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccompressstring_train.json b/examples/pipelines/all_configs/Ccompressstring_train.json new file mode 100644 index 0000000..b278298 --- /dev/null +++ b/examples/pipelines/all_configs/Ccompressstring_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 20, + "n_max": 200, + "a_min": 20, + "a_max": 200, + "b_min": 5, + "b_max": 50 + }, + { + "n_min": 1, + "n_max": 5000, + "a_min": 1, + "a_max": 5000, + "b_min": 1, + "b_max": 5000 + }, + { + "n_min": 1, + "n_max": 20, + "a_min": 1, + "a_max": 5, + "b_min": 1, + "b_max": 5 + }, + { + "n_min": 5, + "n_max": 50, + "a_min": 1, + "a_max": 100, + "b_min": 1, + "b_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconnect_test.json b/examples/pipelines/all_configs/Cconnect_test.json new file mode 100644 index 0000000..a7fb3df --- /dev/null +++ b/examples/pipelines/all_configs/Cconnect_test.json @@ -0,0 +1,23 @@ +[ + { + "n": 1 + }, + { + "n": 4 + }, + { + "n": 10 + }, + { + "n": 6 + }, + { + "n": 7 + }, + { + "n": 5 + }, + { + "n": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconnect_train.json b/examples/pipelines/all_configs/Cconnect_train.json new file mode 100644 index 0000000..a7fb3df --- /dev/null +++ b/examples/pipelines/all_configs/Cconnect_train.json @@ -0,0 +1,23 @@ +[ + { + "n": 1 + }, + { + "n": 4 + }, + { + "n": 10 + }, + { + "n": 6 + }, + { + "n": 7 + }, + { + "n": 5 + }, + { + "n": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconstanzesmachine_test.json b/examples/pipelines/all_configs/Cconstanzesmachine_test.json new file mode 100644 index 0000000..3ea63b2 --- /dev/null +++ b/examples/pipelines/all_configs/Cconstanzesmachine_test.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 20, + "max_length": 100, + "prob_wm": 0.4, + "prob_error": 0.25 + }, + { + "min_length": 3, + "max_length": 30, + "prob_wm": 0.2, + "prob_error": 0.15 + }, + { + "min_length": 10, + "max_length": 100, + "prob_wm": 0.5, + "prob_error": 0.2 + }, + { + "min_length": 5, + "max_length": 50, + "prob_wm": 0.3, + "prob_error": 0.1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconstanzesmachine_train.json b/examples/pipelines/all_configs/Cconstanzesmachine_train.json new file mode 100644 index 0000000..3ea63b2 --- /dev/null +++ b/examples/pipelines/all_configs/Cconstanzesmachine_train.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 20, + "max_length": 100, + "prob_wm": 0.4, + "prob_error": 0.25 + }, + { + "min_length": 3, + "max_length": 30, + "prob_wm": 0.2, + "prob_error": 0.15 + }, + { + "min_length": 10, + "max_length": 100, + "prob_wm": 0.5, + "prob_error": 0.2 + }, + { + "min_length": 5, + "max_length": 50, + "prob_wm": 0.3, + "prob_error": 0.1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconstellation_test.json b/examples/pipelines/all_configs/Cconstellation_test.json new file mode 100644 index 0000000..77bb459 --- /dev/null +++ b/examples/pipelines/all_configs/Cconstellation_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 3, + "max_n": 25, + "coord_range": [ + -1000, + 1000 + ] + }, + { + "min_n": 5, + "max_n": 20, + "coord_range": [ + -1000, + 1000 + ] + }, + { + "min_n": 4, + "max_n": 15, + "coord_range": [ + -10000, + 10000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconstellation_train.json b/examples/pipelines/all_configs/Cconstellation_train.json new file mode 100644 index 0000000..77bb459 --- /dev/null +++ b/examples/pipelines/all_configs/Cconstellation_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 3, + "max_n": 25, + "coord_range": [ + -1000, + 1000 + ] + }, + { + "min_n": 5, + "max_n": 20, + "coord_range": [ + -1000, + 1000 + ] + }, + { + "min_n": 4, + "max_n": 15, + "coord_range": [ + -10000, + 10000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconstructatree_test.json b/examples/pipelines/all_configs/Cconstructatree_test.json new file mode 100644 index 0000000..8e71aed --- /dev/null +++ b/examples/pipelines/all_configs/Cconstructatree_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 500, + "min_n": 2, + "generate_prob": 0.8 + }, + { + "max_n": 1000, + "min_n": 2, + "generate_prob": 0.5 + }, + { + "max_n": 10000, + "min_n": 10, + "generate_prob": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconstructatree_train.json b/examples/pipelines/all_configs/Cconstructatree_train.json new file mode 100644 index 0000000..8e71aed --- /dev/null +++ b/examples/pipelines/all_configs/Cconstructatree_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 500, + "min_n": 2, + "generate_prob": 0.8 + }, + { + "max_n": 1000, + "min_n": 2, + "generate_prob": 0.5 + }, + { + "max_n": 10000, + "min_n": 10, + "generate_prob": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccontinuouscity_test.json b/examples/pipelines/all_configs/Ccontinuouscity_test.json new file mode 100644 index 0000000..59a79df --- /dev/null +++ b/examples/pipelines/all_configs/Ccontinuouscity_test.json @@ -0,0 +1,14 @@ +[ + { + "max_blocks": 16 + }, + { + "max_blocks": 8 + }, + { + "max_blocks": 12 + }, + { + "max_blocks": 32 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccontinuouscity_train.json b/examples/pipelines/all_configs/Ccontinuouscity_train.json new file mode 100644 index 0000000..59a79df --- /dev/null +++ b/examples/pipelines/all_configs/Ccontinuouscity_train.json @@ -0,0 +1,14 @@ +[ + { + "max_blocks": 16 + }, + { + "max_blocks": 8 + }, + { + "max_blocks": 12 + }, + { + "max_blocks": 32 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconvenientforeverybody_test.json b/examples/pipelines/all_configs/Cconvenientforeverybody_test.json new file mode 100644 index 0000000..ccd68c9 --- /dev/null +++ b/examples/pipelines/all_configs/Cconvenientforeverybody_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 5, + "max_n": 15, + "max_people": 20 + }, + { + "min_n": 2, + "max_n": 5, + "max_people": 5 + }, + { + "min_n": 2, + "max_n": 20, + "max_people": 50 + }, + { + "min_n": 3, + "max_n": 10, + "max_people": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cconvenientforeverybody_train.json b/examples/pipelines/all_configs/Cconvenientforeverybody_train.json new file mode 100644 index 0000000..ccd68c9 --- /dev/null +++ b/examples/pipelines/all_configs/Cconvenientforeverybody_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 5, + "max_n": 15, + "max_people": 20 + }, + { + "min_n": 2, + "max_n": 5, + "max_people": 5 + }, + { + "min_n": 2, + "max_n": 20, + "max_people": 50 + }, + { + "min_n": 3, + "max_n": 10, + "max_people": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccorporationmail_test.json b/examples/pipelines/all_configs/Ccorporationmail_test.json new file mode 100644 index 0000000..8766340 --- /dev/null +++ b/examples/pipelines/all_configs/Ccorporationmail_test.json @@ -0,0 +1,22 @@ +[ + { + "max_depth": 2, + "name_reuse_prob": 0.1, + "max_children": 4 + }, + { + "max_depth": 5, + "name_reuse_prob": 0.3, + "max_children": 2 + }, + { + "max_depth": 4, + "name_reuse_prob": 0.25, + "max_children": 3 + }, + { + "max_depth": 3, + "name_reuse_prob": 0.2, + "max_children": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccorporationmail_train.json b/examples/pipelines/all_configs/Ccorporationmail_train.json new file mode 100644 index 0000000..8766340 --- /dev/null +++ b/examples/pipelines/all_configs/Ccorporationmail_train.json @@ -0,0 +1,22 @@ +[ + { + "max_depth": 2, + "name_reuse_prob": 0.1, + "max_children": 4 + }, + { + "max_depth": 5, + "name_reuse_prob": 0.3, + "max_children": 2 + }, + { + "max_depth": 4, + "name_reuse_prob": 0.25, + "max_children": 3 + }, + { + "max_depth": 3, + "name_reuse_prob": 0.2, + "max_children": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccounttriangles_test.json b/examples/pipelines/all_configs/Ccounttriangles_test.json new file mode 100644 index 0000000..57fc25b --- /dev/null +++ b/examples/pipelines/all_configs/Ccounttriangles_test.json @@ -0,0 +1,14 @@ +[ + { + "max_A": 500000, + "max_step": 50000 + }, + { + "max_A": 100000, + "max_step": 5000 + }, + { + "max_A": 50000, + "max_step": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccounttriangles_train.json b/examples/pipelines/all_configs/Ccounttriangles_train.json new file mode 100644 index 0000000..57fc25b --- /dev/null +++ b/examples/pipelines/all_configs/Ccounttriangles_train.json @@ -0,0 +1,14 @@ +[ + { + "max_A": 500000, + "max_step": 50000 + }, + { + "max_A": 100000, + "max_step": 5000 + }, + { + "max_A": 50000, + "max_step": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccowandmessage_test.json b/examples/pipelines/all_configs/Ccowandmessage_test.json new file mode 100644 index 0000000..95a4df6 --- /dev/null +++ b/examples/pipelines/all_configs/Ccowandmessage_test.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 2, + "max_length": 5 + }, + { + "min_length": 5, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 100 + }, + { + "min_length": 10, + "max_length": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccowandmessage_train.json b/examples/pipelines/all_configs/Ccowandmessage_train.json new file mode 100644 index 0000000..95a4df6 --- /dev/null +++ b/examples/pipelines/all_configs/Ccowandmessage_train.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 2, + "max_length": 5 + }, + { + "min_length": 5, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 100 + }, + { + "min_length": 10, + "max_length": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccowboys_test.json b/examples/pipelines/all_configs/Ccowboys_test.json new file mode 100644 index 0000000..68e85d5 --- /dev/null +++ b/examples/pipelines/all_configs/Ccowboys_test.json @@ -0,0 +1,32 @@ +[ + { + "min_length": 3, + "max_length": 60, + "random_seed": null + }, + { + "min_length": 3, + "max_length": 10, + "random_seed": 101 + }, + { + "min_length": 5, + "max_length": 50, + "random_seed": 123 + }, + { + "min_length": 3, + "max_length": 20, + "random_seed": 42 + }, + { + "min_length": 3, + "max_length": 100, + "random_seed": 1234 + }, + { + "min_length": 3, + "max_length": 100, + "random_seed": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccowboys_train.json b/examples/pipelines/all_configs/Ccowboys_train.json new file mode 100644 index 0000000..68e85d5 --- /dev/null +++ b/examples/pipelines/all_configs/Ccowboys_train.json @@ -0,0 +1,32 @@ +[ + { + "min_length": 3, + "max_length": 60, + "random_seed": null + }, + { + "min_length": 3, + "max_length": 10, + "random_seed": 101 + }, + { + "min_length": 5, + "max_length": 50, + "random_seed": 123 + }, + { + "min_length": 3, + "max_length": 20, + "random_seed": 42 + }, + { + "min_length": 3, + "max_length": 100, + "random_seed": 1234 + }, + { + "min_length": 3, + "max_length": 100, + "random_seed": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccrazydiamond_test.json b/examples/pipelines/all_configs/Ccrazydiamond_test.json new file mode 100644 index 0000000..d979813 --- /dev/null +++ b/examples/pipelines/all_configs/Ccrazydiamond_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 8 + }, + { + "n": 4 + }, + { + "n": 6 + }, + { + "n": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccrazydiamond_train.json b/examples/pipelines/all_configs/Ccrazydiamond_train.json new file mode 100644 index 0000000..d979813 --- /dev/null +++ b/examples/pipelines/all_configs/Ccrazydiamond_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 8 + }, + { + "n": 4 + }, + { + "n": 6 + }, + { + "n": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccreativesnap_test.json b/examples/pipelines/all_configs/Ccreativesnap_test.json new file mode 100644 index 0000000..085f296 --- /dev/null +++ b/examples/pipelines/all_configs/Ccreativesnap_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 3, + "n_max": 10, + "k_min": 50, + "k_max": 2000, + "A_min": 50, + "A_max": 2000, + "B_min": 100, + "B_max": 2000 + }, + { + "n_min": 10, + "n_max": 15, + "k_min": 2000, + "k_max": 5000, + "A_min": 1000, + "A_max": 5000, + "B_min": 2000, + "B_max": 5000 + }, + { + "n_min": 1, + "n_max": 20, + "k_min": 1, + "k_max": 10000, + "A_min": 1, + "A_max": 10000, + "B_min": 1, + "B_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccreativesnap_train.json b/examples/pipelines/all_configs/Ccreativesnap_train.json new file mode 100644 index 0000000..085f296 --- /dev/null +++ b/examples/pipelines/all_configs/Ccreativesnap_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 3, + "n_max": 10, + "k_min": 50, + "k_max": 2000, + "A_min": 50, + "A_max": 2000, + "B_min": 100, + "B_max": 2000 + }, + { + "n_min": 10, + "n_max": 15, + "k_min": 2000, + "k_max": 5000, + "A_min": 1000, + "A_max": 5000, + "B_min": 2000, + "B_max": 5000 + }, + { + "n_min": 1, + "n_max": 20, + "k_min": 1, + "k_max": 10000, + "A_min": 1, + "A_max": 10000, + "B_min": 1, + "B_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccrossword_test.json b/examples/pipelines/all_configs/Ccrossword_test.json new file mode 100644 index 0000000..927e8ac --- /dev/null +++ b/examples/pipelines/all_configs/Ccrossword_test.json @@ -0,0 +1,62 @@ +[ + { + "words": [ + "APPLE", + "BANANA", + "ORANGE", + "GRAPE", + "PINEAPPLE", + "MANGO" + ] + }, + { + "words": [ + "SUN", + "MOON", + "STAR", + "PLANET", + "GALAXY", + "UNIVERSE" + ] + }, + { + "words": [ + "AAA", + "AAA", + "AAAAA", + "AAA", + "AAA", + "AAAAA" + ] + }, + { + "words": [ + "TEST", + "DATA", + "STRUCTURE", + "OBJECT", + "CLASS", + "INHERIT" + ] + }, + { + "words": [ + "NOD", + "BAA", + "YARD", + "AIRWAY", + "NEWTON", + "BURN" + ] + }, + { + "words": [ + "CODE", + "DEBUG", + "SCRIPT", + "FUNCTION", + "VARIABLE", + "LOOP" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccrossword_train.json b/examples/pipelines/all_configs/Ccrossword_train.json new file mode 100644 index 0000000..927e8ac --- /dev/null +++ b/examples/pipelines/all_configs/Ccrossword_train.json @@ -0,0 +1,62 @@ +[ + { + "words": [ + "APPLE", + "BANANA", + "ORANGE", + "GRAPE", + "PINEAPPLE", + "MANGO" + ] + }, + { + "words": [ + "SUN", + "MOON", + "STAR", + "PLANET", + "GALAXY", + "UNIVERSE" + ] + }, + { + "words": [ + "AAA", + "AAA", + "AAAAA", + "AAA", + "AAA", + "AAAAA" + ] + }, + { + "words": [ + "TEST", + "DATA", + "STRUCTURE", + "OBJECT", + "CLASS", + "INHERIT" + ] + }, + { + "words": [ + "NOD", + "BAA", + "YARD", + "AIRWAY", + "NEWTON", + "BURN" + ] + }, + { + "words": [ + "CODE", + "DEBUG", + "SCRIPT", + "FUNCTION", + "VARIABLE", + "LOOP" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccubeproblem_test.json b/examples/pipelines/all_configs/Ccubeproblem_test.json new file mode 100644 index 0000000..e46f61d --- /dev/null +++ b/examples/pipelines/all_configs/Ccubeproblem_test.json @@ -0,0 +1,20 @@ +[ + { + "max_abc": 200 + }, + { + "max_abc": 30 + }, + { + "max_abc": 500 + }, + { + "max_abc": 100 + }, + { + "max_abc": 300 + }, + { + "max_abc": 70 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccubeproblem_train.json b/examples/pipelines/all_configs/Ccubeproblem_train.json new file mode 100644 index 0000000..e46f61d --- /dev/null +++ b/examples/pipelines/all_configs/Ccubeproblem_train.json @@ -0,0 +1,20 @@ +[ + { + "max_abc": 200 + }, + { + "max_abc": 30 + }, + { + "max_abc": 500 + }, + { + "max_abc": 100 + }, + { + "max_abc": 300 + }, + { + "max_abc": 70 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccupboardandballoons_test.json b/examples/pipelines/all_configs/Ccupboardandballoons_test.json new file mode 100644 index 0000000..cddd680 --- /dev/null +++ b/examples/pipelines/all_configs/Ccupboardandballoons_test.json @@ -0,0 +1,26 @@ +[ + { + "r_min": 1, + "r_max": 1000000, + "h_min": 1, + "h_max": 10000000 + }, + { + "r_min": 2, + "r_max": 10000, + "h_min": 3, + "h_max": 100000 + }, + { + "r_min": 1, + "r_max": 10000000, + "h_min": 1, + "h_max": 10000000 + }, + { + "r_min": 1, + "r_max": 1000, + "h_min": 1, + "h_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccupboardandballoons_train.json b/examples/pipelines/all_configs/Ccupboardandballoons_train.json new file mode 100644 index 0000000..cddd680 --- /dev/null +++ b/examples/pipelines/all_configs/Ccupboardandballoons_train.json @@ -0,0 +1,26 @@ +[ + { + "r_min": 1, + "r_max": 1000000, + "h_min": 1, + "h_max": 10000000 + }, + { + "r_min": 2, + "r_max": 10000, + "h_min": 3, + "h_max": 100000 + }, + { + "r_min": 1, + "r_max": 10000000, + "h_min": 1, + "h_max": 10000000 + }, + { + "r_min": 1, + "r_max": 1000, + "h_min": 1, + "h_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccutemall_test.json b/examples/pipelines/all_configs/Ccutemall_test.json new file mode 100644 index 0000000..04858cc --- /dev/null +++ b/examples/pipelines/all_configs/Ccutemall_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 25 + }, + { + "n_min": 2, + "n_max": 20 + }, + { + "n_min": 2, + "n_max": 50 + }, + { + "n_min": 3, + "n_max": 15 + }, + { + "n_min": 6, + "n_max": 20 + }, + { + "n_min": 2, + "n_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccutemall_train.json b/examples/pipelines/all_configs/Ccutemall_train.json new file mode 100644 index 0000000..04858cc --- /dev/null +++ b/examples/pipelines/all_configs/Ccutemall_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 25 + }, + { + "n_min": 2, + "n_max": 20 + }, + { + "n_min": 2, + "n_max": 50 + }, + { + "n_min": 3, + "n_max": 15 + }, + { + "n_min": 6, + "n_max": 20 + }, + { + "n_min": 2, + "n_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccuttingrectangle_test.json b/examples/pipelines/all_configs/Ccuttingrectangle_test.json new file mode 100644 index 0000000..b3ca3db --- /dev/null +++ b/examples/pipelines/all_configs/Ccuttingrectangle_test.json @@ -0,0 +1,22 @@ +[ + { + "max_row_types": 5, + "max_col_types": 2, + "invalid_case_ratio": 0.4 + }, + { + "max_row_types": 5, + "max_col_types": 5, + "invalid_case_ratio": 0.3 + }, + { + "max_row_types": 4, + "max_col_types": 4, + "invalid_case_ratio": 0.5 + }, + { + "max_row_types": 3, + "max_col_types": 3, + "invalid_case_ratio": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccuttingrectangle_train.json b/examples/pipelines/all_configs/Ccuttingrectangle_train.json new file mode 100644 index 0000000..b3ca3db --- /dev/null +++ b/examples/pipelines/all_configs/Ccuttingrectangle_train.json @@ -0,0 +1,22 @@ +[ + { + "max_row_types": 5, + "max_col_types": 2, + "invalid_case_ratio": 0.4 + }, + { + "max_row_types": 5, + "max_col_types": 5, + "invalid_case_ratio": 0.3 + }, + { + "max_row_types": 4, + "max_col_types": 4, + "invalid_case_ratio": 0.5 + }, + { + "max_row_types": 3, + "max_col_types": 3, + "invalid_case_ratio": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccycle_test.json b/examples/pipelines/all_configs/Ccycle_test.json new file mode 100644 index 0000000..df796bf --- /dev/null +++ b/examples/pipelines/all_configs/Ccycle_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 6, + "has_cycle": true + }, + { + "n": 5, + "has_cycle": true + }, + { + "n": 3, + "has_cycle": false + }, + { + "n": 3, + "has_cycle": true + }, + { + "n": 2, + "has_cycle": false + }, + { + "n": 4, + "has_cycle": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccycle_train.json b/examples/pipelines/all_configs/Ccycle_train.json new file mode 100644 index 0000000..df796bf --- /dev/null +++ b/examples/pipelines/all_configs/Ccycle_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 6, + "has_cycle": true + }, + { + "n": 5, + "has_cycle": true + }, + { + "n": 3, + "has_cycle": false + }, + { + "n": 3, + "has_cycle": true + }, + { + "n": 2, + "has_cycle": false + }, + { + "n": 4, + "has_cycle": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccycleinmaze_test.json b/examples/pipelines/all_configs/Ccycleinmaze_test.json new file mode 100644 index 0000000..ea183f3 --- /dev/null +++ b/examples/pipelines/all_configs/Ccycleinmaze_test.json @@ -0,0 +1,58 @@ +[ + { + "max_n": 3, + "max_m": 3, + "min_k": 2, + "max_k": 10, + "obstacle_prob": 0.2, + "even_k_prob": 0.8 + }, + { + "max_n": 10, + "max_m": 10, + "min_k": 4, + "max_k": 30, + "obstacle_prob": 0.4, + "even_k_prob": 0.7 + }, + { + "max_n": 4, + "max_m": 4, + "min_k": 2, + "max_k": 15, + "obstacle_prob": 0.5, + "even_k_prob": 0.6 + }, + { + "max_n": 6, + "max_m": 6, + "min_k": 2, + "max_k": 20, + "obstacle_prob": 0.1, + "even_k_prob": 0.9 + }, + { + "max_n": 7, + "max_m": 7, + "min_k": 2, + "max_k": 25, + "obstacle_prob": 0.45, + "even_k_prob": 0.65 + }, + { + "max_n": 9, + "max_m": 9, + "min_k": 4, + "max_k": 35, + "obstacle_prob": 0.2, + "even_k_prob": 0.85 + }, + { + "max_n": 5, + "max_m": 5, + "min_k": 2, + "max_k": 25, + "obstacle_prob": 0.25, + "even_k_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccycleinmaze_train.json b/examples/pipelines/all_configs/Ccycleinmaze_train.json new file mode 100644 index 0000000..ea183f3 --- /dev/null +++ b/examples/pipelines/all_configs/Ccycleinmaze_train.json @@ -0,0 +1,58 @@ +[ + { + "max_n": 3, + "max_m": 3, + "min_k": 2, + "max_k": 10, + "obstacle_prob": 0.2, + "even_k_prob": 0.8 + }, + { + "max_n": 10, + "max_m": 10, + "min_k": 4, + "max_k": 30, + "obstacle_prob": 0.4, + "even_k_prob": 0.7 + }, + { + "max_n": 4, + "max_m": 4, + "min_k": 2, + "max_k": 15, + "obstacle_prob": 0.5, + "even_k_prob": 0.6 + }, + { + "max_n": 6, + "max_m": 6, + "min_k": 2, + "max_k": 20, + "obstacle_prob": 0.1, + "even_k_prob": 0.9 + }, + { + "max_n": 7, + "max_m": 7, + "min_k": 2, + "max_k": 25, + "obstacle_prob": 0.45, + "even_k_prob": 0.65 + }, + { + "max_n": 9, + "max_m": 9, + "min_k": 4, + "max_k": 35, + "obstacle_prob": 0.2, + "even_k_prob": 0.85 + }, + { + "max_n": 5, + "max_m": 5, + "min_k": 2, + "max_k": 25, + "obstacle_prob": 0.25, + "even_k_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccyclicalquest_test.json b/examples/pipelines/all_configs/Ccyclicalquest_test.json new file mode 100644 index 0000000..e6a6392 --- /dev/null +++ b/examples/pipelines/all_configs/Ccyclicalquest_test.json @@ -0,0 +1,23 @@ +[ + { + "s_length": 20, + "num_queries": 10, + "query_length_min": 1, + "query_length_max": 10, + "seed": 0 + }, + { + "s_length": 10, + "num_queries": 5, + "query_length_min": 1, + "query_length_max": 10, + "seed": 42 + }, + { + "s_length": 5, + "num_queries": 3, + "query_length_min": 2, + "query_length_max": 5, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccyclicalquest_train.json b/examples/pipelines/all_configs/Ccyclicalquest_train.json new file mode 100644 index 0000000..e6a6392 --- /dev/null +++ b/examples/pipelines/all_configs/Ccyclicalquest_train.json @@ -0,0 +1,23 @@ +[ + { + "s_length": 20, + "num_queries": 10, + "query_length_min": 1, + "query_length_max": 10, + "seed": 0 + }, + { + "s_length": 10, + "num_queries": 5, + "query_length_min": 1, + "query_length_max": 10, + "seed": 42 + }, + { + "s_length": 5, + "num_queries": 3, + "query_length_min": 2, + "query_length_max": 5, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccycliccoloring_test.json b/examples/pipelines/all_configs/Ccycliccoloring_test.json new file mode 100644 index 0000000..caa2183 --- /dev/null +++ b/examples/pipelines/all_configs/Ccycliccoloring_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 8, + "min_k": 1, + "max_k": 4 + }, + { + "max_n": 15, + "min_k": 1, + "max_k": 7 + }, + { + "max_n": 10, + "min_k": 1, + "max_k": 5 + }, + { + "max_n": 12, + "min_k": 1, + "max_k": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ccycliccoloring_train.json b/examples/pipelines/all_configs/Ccycliccoloring_train.json new file mode 100644 index 0000000..caa2183 --- /dev/null +++ b/examples/pipelines/all_configs/Ccycliccoloring_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 8, + "min_k": 1, + "max_k": 4 + }, + { + "max_n": 15, + "min_k": 1, + "max_k": 7 + }, + { + "max_n": 10, + "min_k": 1, + "max_k": 5 + }, + { + "max_n": 12, + "min_k": 1, + "max_k": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdashaandpassword_test.json b/examples/pipelines/all_configs/Cdashaandpassword_test.json new file mode 100644 index 0000000..d15607c --- /dev/null +++ b/examples/pipelines/all_configs/Cdashaandpassword_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 10, + "m": 4 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 20, + "m": 10 + }, + { + "n": 30, + "m": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdashaandpassword_train.json b/examples/pipelines/all_configs/Cdashaandpassword_train.json new file mode 100644 index 0000000..d15607c --- /dev/null +++ b/examples/pipelines/all_configs/Cdashaandpassword_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 10, + "m": 4 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 20, + "m": 10 + }, + { + "n": 30, + "m": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdesigntutorialmakeitnondeterministic_test.json b/examples/pipelines/all_configs/Cdesigntutorialmakeitnondeterministic_test.json new file mode 100644 index 0000000..cd3a6a1 --- /dev/null +++ b/examples/pipelines/all_configs/Cdesigntutorialmakeitnondeterministic_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 5, + "solvable": true, + "max_attempts": 500 + }, + { + "min_n": 5, + "max_n": 15, + "solvable": false, + "max_attempts": 2000 + }, + { + "min_n": 3, + "max_n": 10, + "solvable": null, + "max_attempts": 1000 + }, + { + "min_n": 4, + "max_n": 12, + "solvable": false, + "max_attempts": 1200 + }, + { + "min_n": 2, + "max_n": 8, + "solvable": null, + "max_attempts": 750 + }, + { + "min_n": 6, + "max_n": 14, + "solvable": true, + "max_attempts": 1800 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdesigntutorialmakeitnondeterministic_train.json b/examples/pipelines/all_configs/Cdesigntutorialmakeitnondeterministic_train.json new file mode 100644 index 0000000..cd3a6a1 --- /dev/null +++ b/examples/pipelines/all_configs/Cdesigntutorialmakeitnondeterministic_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 5, + "solvable": true, + "max_attempts": 500 + }, + { + "min_n": 5, + "max_n": 15, + "solvable": false, + "max_attempts": 2000 + }, + { + "min_n": 3, + "max_n": 10, + "solvable": null, + "max_attempts": 1000 + }, + { + "min_n": 4, + "max_n": 12, + "solvable": false, + "max_attempts": 1200 + }, + { + "min_n": 2, + "max_n": 8, + "solvable": null, + "max_attempts": 750 + }, + { + "min_n": 6, + "max_n": 14, + "solvable": true, + "max_attempts": 1800 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdevelopingskills_test.json b/examples/pipelines/all_configs/Cdevelopingskills_test.json new file mode 100644 index 0000000..2f1b519 --- /dev/null +++ b/examples/pipelines/all_configs/Cdevelopingskills_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1, + "max_k": 0, + "max_a": 100 + }, + { + "max_n": 500, + "max_k": 100000, + "max_a": 90 + }, + { + "max_n": 100, + "max_k": 1000000, + "max_a": 100 + }, + { + "max_n": 1000, + "max_k": 10000000, + "max_a": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdevelopingskills_train.json b/examples/pipelines/all_configs/Cdevelopingskills_train.json new file mode 100644 index 0000000..2f1b519 --- /dev/null +++ b/examples/pipelines/all_configs/Cdevelopingskills_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1, + "max_k": 0, + "max_a": 100 + }, + { + "max_n": 500, + "max_k": 100000, + "max_a": 90 + }, + { + "max_n": 100, + "max_k": 1000000, + "max_a": 100 + }, + { + "max_n": 1000, + "max_k": 10000000, + "max_a": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdigittree_test.json b/examples/pipelines/all_configs/Cdigittree_test.json new file mode 100644 index 0000000..0b3c157 --- /dev/null +++ b/examples/pipelines/all_configs/Cdigittree_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 5, + "M": 7 + }, + { + "n": 3, + "M": 9 + }, + { + "n": 2, + "M": 7 + }, + { + "n": 4, + "M": 3 + }, + { + "n": 8, + "M": 17 + }, + { + "n": 7, + "M": 13 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdigittree_train.json b/examples/pipelines/all_configs/Cdigittree_train.json new file mode 100644 index 0000000..0b3c157 --- /dev/null +++ b/examples/pipelines/all_configs/Cdigittree_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 5, + "M": 7 + }, + { + "n": 3, + "M": 9 + }, + { + "n": 2, + "M": 7 + }, + { + "n": 4, + "M": 3 + }, + { + "n": 8, + "M": 17 + }, + { + "n": 7, + "M": 13 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdijkstra_test.json b/examples/pipelines/all_configs/Cdijkstra_test.json new file mode 100644 index 0000000..4559ad8 --- /dev/null +++ b/examples/pipelines/all_configs/Cdijkstra_test.json @@ -0,0 +1,51 @@ +[ + { + "n_min": 6, + "n_max": 18, + "edge_density": 0.25, + "max_weight": 150, + "ensure_path": false + }, + { + "n_min": 7, + "n_max": 14, + "edge_density": 0.35, + "max_weight": 300, + "ensure_path": true + }, + { + "n_min": 5, + "n_max": 15, + "edge_density": 0.3, + "max_weight": 100, + "ensure_path": true + }, + { + "n_min": 3, + "n_max": 12, + "edge_density": 0.5, + "max_weight": 200, + "ensure_path": false + }, + { + "n_min": 5, + "n_max": 20, + "edge_density": 0.3, + "max_weight": 500, + "ensure_path": true + }, + { + "n_min": 2, + "n_max": 10, + "edge_density": 0.1, + "max_weight": 50, + "ensure_path": true + }, + { + "n_min": 4, + "n_max": 10, + "edge_density": 0.4, + "max_weight": 50, + "ensure_path": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdijkstra_train.json b/examples/pipelines/all_configs/Cdijkstra_train.json new file mode 100644 index 0000000..4559ad8 --- /dev/null +++ b/examples/pipelines/all_configs/Cdijkstra_train.json @@ -0,0 +1,51 @@ +[ + { + "n_min": 6, + "n_max": 18, + "edge_density": 0.25, + "max_weight": 150, + "ensure_path": false + }, + { + "n_min": 7, + "n_max": 14, + "edge_density": 0.35, + "max_weight": 300, + "ensure_path": true + }, + { + "n_min": 5, + "n_max": 15, + "edge_density": 0.3, + "max_weight": 100, + "ensure_path": true + }, + { + "n_min": 3, + "n_max": 12, + "edge_density": 0.5, + "max_weight": 200, + "ensure_path": false + }, + { + "n_min": 5, + "n_max": 20, + "edge_density": 0.3, + "max_weight": 500, + "ensure_path": true + }, + { + "n_min": 2, + "n_max": 10, + "edge_density": 0.1, + "max_weight": 50, + "ensure_path": true + }, + { + "n_min": 4, + "n_max": 10, + "edge_density": 0.4, + "max_weight": 50, + "ensure_path": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdilucandkaeya_test.json b/examples/pipelines/all_configs/Cdilucandkaeya_test.json new file mode 100644 index 0000000..11338c2 --- /dev/null +++ b/examples/pipelines/all_configs/Cdilucandkaeya_test.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 1, + "max_length": 5, + "special_prob": 0.2 + }, + { + "min_length": 1, + "max_length": 12, + "special_prob": 0.28 + }, + { + "min_length": 4, + "max_length": 7, + "special_prob": 0.22 + }, + { + "min_length": 2, + "max_length": 10, + "special_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdilucandkaeya_train.json b/examples/pipelines/all_configs/Cdilucandkaeya_train.json new file mode 100644 index 0000000..11338c2 --- /dev/null +++ b/examples/pipelines/all_configs/Cdilucandkaeya_train.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 1, + "max_length": 5, + "special_prob": 0.2 + }, + { + "min_length": 1, + "max_length": 12, + "special_prob": 0.28 + }, + { + "min_length": 4, + "max_length": 7, + "special_prob": 0.22 + }, + { + "min_length": 2, + "max_length": 10, + "special_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdimaandsalad_test.json b/examples/pipelines/all_configs/Cdimaandsalad_test.json new file mode 100644 index 0000000..713cbd8 --- /dev/null +++ b/examples/pipelines/all_configs/Cdimaandsalad_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100, + "k_min": 1, + "k_max": 10 + }, + { + "max_n": 40, + "k_min": 1, + "k_max": 6 + }, + { + "max_n": 30, + "k_min": 2, + "k_max": 7 + }, + { + "max_n": 60, + "k_min": 4, + "k_max": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdimaandsalad_train.json b/examples/pipelines/all_configs/Cdimaandsalad_train.json new file mode 100644 index 0000000..713cbd8 --- /dev/null +++ b/examples/pipelines/all_configs/Cdimaandsalad_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100, + "k_min": 1, + "k_max": 10 + }, + { + "max_n": 40, + "k_min": 1, + "k_max": 6 + }, + { + "max_n": 30, + "k_min": 2, + "k_max": 7 + }, + { + "max_n": 60, + "k_min": 4, + "k_max": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdimaandstaircase_test.json b/examples/pipelines/all_configs/Cdimaandstaircase_test.json new file mode 100644 index 0000000..a539dcc --- /dev/null +++ b/examples/pipelines/all_configs/Cdimaandstaircase_test.json @@ -0,0 +1,26 @@ +[ + { + "max_stairs": 500, + "max_boxes": 100, + "max_height_step": 2000, + "max_h": 1000 + }, + { + "max_stairs": 100, + "max_boxes": 50, + "max_height_step": 1000, + "max_h": 500 + }, + { + "max_stairs": 1000, + "max_boxes": 200, + "max_height_step": 5000, + "max_h": 2000 + }, + { + "max_stairs": 50, + "max_boxes": 20, + "max_height_step": 500, + "max_h": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdimaandstaircase_train.json b/examples/pipelines/all_configs/Cdimaandstaircase_train.json new file mode 100644 index 0000000..a539dcc --- /dev/null +++ b/examples/pipelines/all_configs/Cdimaandstaircase_train.json @@ -0,0 +1,26 @@ +[ + { + "max_stairs": 500, + "max_boxes": 100, + "max_height_step": 2000, + "max_h": 1000 + }, + { + "max_stairs": 100, + "max_boxes": 50, + "max_height_step": 1000, + "max_h": 500 + }, + { + "max_stairs": 1000, + "max_boxes": 200, + "max_height_step": 5000, + "max_h": 2000 + }, + { + "max_stairs": 50, + "max_boxes": 20, + "max_height_step": 500, + "max_h": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdiscreteacceleration_test.json b/examples/pipelines/all_configs/Cdiscreteacceleration_test.json new file mode 100644 index 0000000..240c275 --- /dev/null +++ b/examples/pipelines/all_configs/Cdiscreteacceleration_test.json @@ -0,0 +1,14 @@ +[ + { + "n_min": 1, + "n_max": 20, + "l_min": 1000, + "l_max": 100000 + }, + { + "n_min": 1, + "n_max": 5, + "l_min": 10, + "l_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdiscreteacceleration_train.json b/examples/pipelines/all_configs/Cdiscreteacceleration_train.json new file mode 100644 index 0000000..240c275 --- /dev/null +++ b/examples/pipelines/all_configs/Cdiscreteacceleration_train.json @@ -0,0 +1,14 @@ +[ + { + "n_min": 1, + "n_max": 20, + "l_min": 1000, + "l_max": 100000 + }, + { + "n_min": 1, + "n_max": 5, + "l_min": 10, + "l_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdisposition_test.json b/examples/pipelines/all_configs/Cdisposition_test.json new file mode 100644 index 0000000..abd7812 --- /dev/null +++ b/examples/pipelines/all_configs/Cdisposition_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 2 + }, + { + "n": 50000 + }, + { + "n": 1 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdisposition_train.json b/examples/pipelines/all_configs/Cdisposition_train.json new file mode 100644 index 0000000..abd7812 --- /dev/null +++ b/examples/pipelines/all_configs/Cdisposition_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 2 + }, + { + "n": 50000 + }, + { + "n": 1 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdiversesubstrings_test.json b/examples/pipelines/all_configs/Cdiversesubstrings_test.json new file mode 100644 index 0000000..95c87da --- /dev/null +++ b/examples/pipelines/all_configs/Cdiversesubstrings_test.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 5, + "max_length": 10 + }, + { + "min_length": 4, + "max_length": 100 + }, + { + "min_length": 10, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdiversesubstrings_train.json b/examples/pipelines/all_configs/Cdiversesubstrings_train.json new file mode 100644 index 0000000..95c87da --- /dev/null +++ b/examples/pipelines/all_configs/Cdiversesubstrings_train.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 5, + "max_length": 10 + }, + { + "min_length": 4, + "max_length": 100 + }, + { + "min_length": 10, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdividingthenumbers_test.json b/examples/pipelines/all_configs/Cdividingthenumbers_test.json new file mode 100644 index 0000000..1edd3fc --- /dev/null +++ b/examples/pipelines/all_configs/Cdividingthenumbers_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 5, + "max_n": 5 + }, + { + "min_n": 1, + "max_n": 60000 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 2, + "max_n": 60000 + }, + { + "min_n": 6, + "max_n": 6 + }, + { + "min_n": 2, + "max_n": 100000 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdividingthenumbers_train.json b/examples/pipelines/all_configs/Cdividingthenumbers_train.json new file mode 100644 index 0000000..1edd3fc --- /dev/null +++ b/examples/pipelines/all_configs/Cdividingthenumbers_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 5, + "max_n": 5 + }, + { + "min_n": 1, + "max_n": 60000 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 2, + "max_n": 60000 + }, + { + "min_n": 6, + "max_n": 6 + }, + { + "min_n": 2, + "max_n": 100000 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdivisionintoteams_test.json b/examples/pipelines/all_configs/Cdivisionintoteams_test.json new file mode 100644 index 0000000..e625b86 --- /dev/null +++ b/examples/pipelines/all_configs/Cdivisionintoteams_test.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 4, + "max_n": 15, + "max_skill": 8000 + }, + { + "min_n": 2, + "max_n": 10, + "max_skill": 10000 + }, + { + "min_n": 3, + "max_n": 10, + "max_skill": 5000 + }, + { + "min_n": 2, + "max_n": 5, + "max_skill": 100 + }, + { + "min_n": 2, + "max_n": 7, + "max_skill": 200 + }, + { + "min_n": 3, + "max_n": 15, + "max_skill": 5000 + }, + { + "min_n": 2, + "max_n": 8, + "max_skill": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdivisionintoteams_train.json b/examples/pipelines/all_configs/Cdivisionintoteams_train.json new file mode 100644 index 0000000..e625b86 --- /dev/null +++ b/examples/pipelines/all_configs/Cdivisionintoteams_train.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 4, + "max_n": 15, + "max_skill": 8000 + }, + { + "min_n": 2, + "max_n": 10, + "max_skill": 10000 + }, + { + "min_n": 3, + "max_n": 10, + "max_skill": 5000 + }, + { + "min_n": 2, + "max_n": 5, + "max_skill": 100 + }, + { + "min_n": 2, + "max_n": 7, + "max_skill": 200 + }, + { + "min_n": 3, + "max_n": 15, + "max_skill": 5000 + }, + { + "min_n": 2, + "max_n": 8, + "max_skill": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdnaalignment_test.json b/examples/pipelines/all_configs/Cdnaalignment_test.json new file mode 100644 index 0000000..0576e01 --- /dev/null +++ b/examples/pipelines/all_configs/Cdnaalignment_test.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 1, + "n_max": 100000 + }, + { + "n_min": 3, + "n_max": 50000 + }, + { + "n_min": 1, + "n_max": 50000 + }, + { + "n_min": 10, + "n_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdnaalignment_train.json b/examples/pipelines/all_configs/Cdnaalignment_train.json new file mode 100644 index 0000000..0576e01 --- /dev/null +++ b/examples/pipelines/all_configs/Cdnaalignment_train.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 1, + "n_max": 100000 + }, + { + "n_min": 3, + "n_max": 50000 + }, + { + "n_min": 1, + "n_max": 50000 + }, + { + "n_min": 10, + "n_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdnaevolution_test.json b/examples/pipelines/all_configs/Cdnaevolution_test.json new file mode 100644 index 0000000..6b224fd --- /dev/null +++ b/examples/pipelines/all_configs/Cdnaevolution_test.json @@ -0,0 +1,26 @@ +[ + { + "max_s_length": 800, + "min_events": 4, + "max_events": 12, + "query_ratio": 0.6 + }, + { + "max_s_length": 600, + "min_events": 6, + "max_events": 14, + "query_ratio": 0.4 + }, + { + "max_s_length": 1200, + "min_events": 2, + "max_events": 8, + "query_ratio": 0.8 + }, + { + "max_s_length": 1000, + "min_events": 3, + "max_events": 10, + "query_ratio": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdnaevolution_train.json b/examples/pipelines/all_configs/Cdnaevolution_train.json new file mode 100644 index 0000000..6b224fd --- /dev/null +++ b/examples/pipelines/all_configs/Cdnaevolution_train.json @@ -0,0 +1,26 @@ +[ + { + "max_s_length": 800, + "min_events": 4, + "max_events": 12, + "query_ratio": 0.6 + }, + { + "max_s_length": 600, + "min_events": 6, + "max_events": 14, + "query_ratio": 0.4 + }, + { + "max_s_length": 1200, + "min_events": 2, + "max_events": 8, + "query_ratio": 0.8 + }, + { + "max_s_length": 1000, + "min_events": 3, + "max_events": 10, + "query_ratio": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdoegraphs_test.json b/examples/pipelines/all_configs/Cdoegraphs_test.json new file mode 100644 index 0000000..f69ca68 --- /dev/null +++ b/examples/pipelines/all_configs/Cdoegraphs_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 70, + "max_queries": 30 + }, + { + "max_n": 30, + "max_queries": 20 + }, + { + "max_n": 50, + "max_queries": 50 + }, + { + "max_n": 20, + "max_queries": 10 + }, + { + "max_n": 90, + "max_queries": 100 + }, + { + "max_n": 80, + "max_queries": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdoegraphs_train.json b/examples/pipelines/all_configs/Cdoegraphs_train.json new file mode 100644 index 0000000..f69ca68 --- /dev/null +++ b/examples/pipelines/all_configs/Cdoegraphs_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 70, + "max_queries": 30 + }, + { + "max_n": 30, + "max_queries": 20 + }, + { + "max_n": 50, + "max_queries": 50 + }, + { + "max_n": 20, + "max_queries": 10 + }, + { + "max_n": 90, + "max_queries": 100 + }, + { + "max_n": 80, + "max_queries": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdominoes_test.json b/examples/pipelines/all_configs/Cdominoes_test.json new file mode 100644 index 0000000..d343478 --- /dev/null +++ b/examples/pipelines/all_configs/Cdominoes_test.json @@ -0,0 +1,30 @@ +[ + { + "n": 1, + "m": 2 + }, + { + "n": 3, + "m": 3 + }, + { + "n": 2, + "m": 4 + }, + { + "n": 1, + "m": 3 + }, + { + "n": 2, + "m": 2 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 3, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdominoes_train.json b/examples/pipelines/all_configs/Cdominoes_train.json new file mode 100644 index 0000000..d343478 --- /dev/null +++ b/examples/pipelines/all_configs/Cdominoes_train.json @@ -0,0 +1,30 @@ +[ + { + "n": 1, + "m": 2 + }, + { + "n": 3, + "m": 3 + }, + { + "n": 2, + "m": 4 + }, + { + "n": 1, + "m": 3 + }, + { + "n": 2, + "m": 2 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 3, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdoublehappiness_test.json b/examples/pipelines/all_configs/Cdoublehappiness_test.json new file mode 100644 index 0000000..5702905 --- /dev/null +++ b/examples/pipelines/all_configs/Cdoublehappiness_test.json @@ -0,0 +1,14 @@ +[ + { + "max_r": 50000 + }, + { + "max_r": 500000 + }, + { + "max_r": 10000 + }, + { + "max_r": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdoublehappiness_train.json b/examples/pipelines/all_configs/Cdoublehappiness_train.json new file mode 100644 index 0000000..5702905 --- /dev/null +++ b/examples/pipelines/all_configs/Cdoublehappiness_train.json @@ -0,0 +1,14 @@ +[ + { + "max_r": 50000 + }, + { + "max_r": 500000 + }, + { + "max_r": 10000 + }, + { + "max_r": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdoubleprofiles_test.json b/examples/pipelines/all_configs/Cdoubleprofiles_test.json new file mode 100644 index 0000000..8fa21a5 --- /dev/null +++ b/examples/pipelines/all_configs/Cdoubleprofiles_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 20, + "max_m": 100 + }, + { + "max_n": 10, + "max_m": 0 + }, + { + "max_n": 10, + "max_m": 45 + }, + { + "max_n": 1, + "max_m": 0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdoubleprofiles_train.json b/examples/pipelines/all_configs/Cdoubleprofiles_train.json new file mode 100644 index 0000000..8fa21a5 --- /dev/null +++ b/examples/pipelines/all_configs/Cdoubleprofiles_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 20, + "max_m": 100 + }, + { + "max_n": 10, + "max_m": 0 + }, + { + "max_n": 10, + "max_m": 45 + }, + { + "max_n": 1, + "max_m": 0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdrazillikesheap_test.json b/examples/pipelines/all_configs/Cdrazillikesheap_test.json new file mode 100644 index 0000000..9aabfb8 --- /dev/null +++ b/examples/pipelines/all_configs/Cdrazillikesheap_test.json @@ -0,0 +1,26 @@ +[ + { + "h_range": [ + 4, + 6 + ] + }, + { + "h_range": [ + 3, + 5 + ] + }, + { + "h_range": [ + 3, + 4 + ] + }, + { + "h_range": [ + 2, + 4 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdrazillikesheap_train.json b/examples/pipelines/all_configs/Cdrazillikesheap_train.json new file mode 100644 index 0000000..9aabfb8 --- /dev/null +++ b/examples/pipelines/all_configs/Cdrazillikesheap_train.json @@ -0,0 +1,26 @@ +[ + { + "h_range": [ + 4, + 6 + ] + }, + { + "h_range": [ + 3, + 5 + ] + }, + { + "h_range": [ + 3, + 4 + ] + }, + { + "h_range": [ + 2, + 4 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdreamoonandsums_test.json b/examples/pipelines/all_configs/Cdreamoonandsums_test.json new file mode 100644 index 0000000..111d6f4 --- /dev/null +++ b/examples/pipelines/all_configs/Cdreamoonandsums_test.json @@ -0,0 +1,20 @@ +[ + { + "a_min": 1, + "a_max": 1000000, + "b_min": 1, + "b_max": 1000000 + }, + { + "a_min": 1, + "a_max": 10000000, + "b_min": 1, + "b_max": 10000000 + }, + { + "a_min": 1000, + "a_max": 10000000, + "b_min": 1000, + "b_max": 10000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdreamoonandsums_train.json b/examples/pipelines/all_configs/Cdreamoonandsums_train.json new file mode 100644 index 0000000..111d6f4 --- /dev/null +++ b/examples/pipelines/all_configs/Cdreamoonandsums_train.json @@ -0,0 +1,20 @@ +[ + { + "a_min": 1, + "a_max": 1000000, + "b_min": 1, + "b_max": 1000000 + }, + { + "a_min": 1, + "a_max": 10000000, + "b_min": 1, + "b_max": 10000000 + }, + { + "a_min": 1000, + "a_max": 10000000, + "b_min": 1000, + "b_max": 10000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdungeonsandcandies_test.json b/examples/pipelines/all_configs/Cdungeonsandcandies_test.json new file mode 100644 index 0000000..dc19757 --- /dev/null +++ b/examples/pipelines/all_configs/Cdungeonsandcandies_test.json @@ -0,0 +1,38 @@ +[ + { + "n": 1, + "m": 1, + "k": 1, + "w": 1 + }, + { + "n": 10, + "m": 10, + "k": 5, + "w": 1000 + }, + { + "n": 1, + "m": 1, + "k": 4, + "w": 1 + }, + { + "n": 5, + "m": 5, + "k": 5, + "w": 100 + }, + { + "n": 2, + "m": 3, + "k": 3, + "w": 2 + }, + { + "n": 1, + "m": 3, + "k": 5, + "w": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdungeonsandcandies_train.json b/examples/pipelines/all_configs/Cdungeonsandcandies_train.json new file mode 100644 index 0000000..dc19757 --- /dev/null +++ b/examples/pipelines/all_configs/Cdungeonsandcandies_train.json @@ -0,0 +1,38 @@ +[ + { + "n": 1, + "m": 1, + "k": 1, + "w": 1 + }, + { + "n": 10, + "m": 10, + "k": 5, + "w": 1000 + }, + { + "n": 1, + "m": 1, + "k": 4, + "w": 1 + }, + { + "n": 5, + "m": 5, + "k": 5, + "w": 100 + }, + { + "n": 2, + "m": 3, + "k": 3, + "w": 2 + }, + { + "n": 1, + "m": 3, + "k": 5, + "w": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdzylovesfibonaccinumbers_test.json b/examples/pipelines/all_configs/Cdzylovesfibonaccinumbers_test.json new file mode 100644 index 0000000..2569d54 --- /dev/null +++ b/examples/pipelines/all_configs/Cdzylovesfibonaccinumbers_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 5, + "m": 5, + "max_val": 1000000000 + }, + { + "n": 15, + "m": 15, + "max_val": 1000000000 + }, + { + "n": 20, + "m": 20, + "max_val": 100000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cdzylovesfibonaccinumbers_train.json b/examples/pipelines/all_configs/Cdzylovesfibonaccinumbers_train.json new file mode 100644 index 0000000..2569d54 --- /dev/null +++ b/examples/pipelines/all_configs/Cdzylovesfibonaccinumbers_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 5, + "m": 5, + "max_val": 1000000000 + }, + { + "n": 15, + "m": 15, + "max_val": 1000000000 + }, + { + "n": 20, + "m": 20, + "max_val": 100000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cedgytrees_test.json b/examples/pipelines/all_configs/Cedgytrees_test.json new file mode 100644 index 0000000..ff86e47 --- /dev/null +++ b/examples/pipelines/all_configs/Cedgytrees_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 2, + "n_max": 20, + "k_min": 2, + "k_max": 10, + "red_prob": 0.5, + "seed": 123 + }, + { + "n_min": 2, + "n_max": 15, + "k_min": 2, + "k_max": 15, + "red_prob": 0.3, + "seed": 456 + }, + { + "n_min": 3, + "n_max": 18, + "k_min": 2, + "k_max": 9, + "red_prob": 0.6, + "seed": 321 + }, + { + "n_min": 5, + "n_max": 25, + "k_min": 3, + "k_max": 12, + "red_prob": 0.7, + "seed": 789 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cedgytrees_train.json b/examples/pipelines/all_configs/Cedgytrees_train.json new file mode 100644 index 0000000..ff86e47 --- /dev/null +++ b/examples/pipelines/all_configs/Cedgytrees_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 2, + "n_max": 20, + "k_min": 2, + "k_max": 10, + "red_prob": 0.5, + "seed": 123 + }, + { + "n_min": 2, + "n_max": 15, + "k_min": 2, + "k_max": 15, + "red_prob": 0.3, + "seed": 456 + }, + { + "n_min": 3, + "n_max": 18, + "k_min": 2, + "k_max": 9, + "red_prob": 0.6, + "seed": 321 + }, + { + "n_min": 5, + "n_max": 25, + "k_min": 3, + "k_max": 12, + "red_prob": 0.7, + "seed": 789 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cedoandmagnets_test.json b/examples/pipelines/all_configs/Cedoandmagnets_test.json new file mode 100644 index 0000000..093a4ef --- /dev/null +++ b/examples/pipelines/all_configs/Cedoandmagnets_test.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 15, + "max_k": 5, + "coord_range": [ + 1, + 10000 + ] + }, + { + "max_n": 18, + "max_k": 7, + "coord_range": [ + 5, + 20000 + ] + }, + { + "max_n": 14, + "max_k": 3, + "coord_range": [ + 10, + 15000 + ] + }, + { + "max_n": 20, + "max_k": 6, + "coord_range": [ + 1, + 100000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cedoandmagnets_train.json b/examples/pipelines/all_configs/Cedoandmagnets_train.json new file mode 100644 index 0000000..093a4ef --- /dev/null +++ b/examples/pipelines/all_configs/Cedoandmagnets_train.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 15, + "max_k": 5, + "coord_range": [ + 1, + 10000 + ] + }, + { + "max_n": 18, + "max_k": 7, + "coord_range": [ + 5, + 20000 + ] + }, + { + "max_n": 14, + "max_k": 3, + "coord_range": [ + 10, + 15000 + ] + }, + { + "max_n": 20, + "max_k": 6, + "coord_range": [ + 1, + 100000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabanda2operationtask_test.json b/examples/pipelines/all_configs/Cehabanda2operationtask_test.json new file mode 100644 index 0000000..b348023 --- /dev/null +++ b/examples/pipelines/all_configs/Cehabanda2operationtask_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "a_min": 0, + "a_max": 200000 + }, + { + "max_n": 10, + "a_min": 0, + "a_max": 100000 + }, + { + "max_n": 5, + "a_min": 500, + "a_max": 10000 + }, + { + "max_n": 12, + "a_min": 0, + "a_max": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabanda2operationtask_train.json b/examples/pipelines/all_configs/Cehabanda2operationtask_train.json new file mode 100644 index 0000000..b348023 --- /dev/null +++ b/examples/pipelines/all_configs/Cehabanda2operationtask_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "a_min": 0, + "a_max": 200000 + }, + { + "max_n": 10, + "a_min": 0, + "a_max": 100000 + }, + { + "max_n": 5, + "a_min": 500, + "a_max": 10000 + }, + { + "max_n": 12, + "a_min": 0, + "a_max": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabandaspecialcoloringproblem_test.json b/examples/pipelines/all_configs/Cehabandaspecialcoloringproblem_test.json new file mode 100644 index 0000000..dc0f3e3 --- /dev/null +++ b/examples/pipelines/all_configs/Cehabandaspecialcoloringproblem_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 100 + }, + { + "min_n": 50, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabandaspecialcoloringproblem_train.json b/examples/pipelines/all_configs/Cehabandaspecialcoloringproblem_train.json new file mode 100644 index 0000000..dc0f3e3 --- /dev/null +++ b/examples/pipelines/all_configs/Cehabandaspecialcoloringproblem_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 100 + }, + { + "min_n": 50, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabandpatheticmexs_test.json b/examples/pipelines/all_configs/Cehabandpatheticmexs_test.json new file mode 100644 index 0000000..48b2021 --- /dev/null +++ b/examples/pipelines/all_configs/Cehabandpatheticmexs_test.json @@ -0,0 +1,14 @@ +[ + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 4, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabandpatheticmexs_train.json b/examples/pipelines/all_configs/Cehabandpatheticmexs_train.json new file mode 100644 index 0000000..48b2021 --- /dev/null +++ b/examples/pipelines/all_configs/Cehabandpatheticmexs_train.json @@ -0,0 +1,14 @@ +[ + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 4, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabandprefixmexs_test.json b/examples/pipelines/all_configs/Cehabandprefixmexs_test.json new file mode 100644 index 0000000..c0537ac --- /dev/null +++ b/examples/pipelines/all_configs/Cehabandprefixmexs_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 1, + "max_n": 5, + "allow_unsolvable": true + }, + { + "min_n": 5, + "max_n": 5, + "allow_unsolvable": true + }, + { + "min_n": 3, + "max_n": 20, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 3, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 10, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 10, + "allow_unsolvable": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cehabandprefixmexs_train.json b/examples/pipelines/all_configs/Cehabandprefixmexs_train.json new file mode 100644 index 0000000..c0537ac --- /dev/null +++ b/examples/pipelines/all_configs/Cehabandprefixmexs_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 1, + "max_n": 5, + "allow_unsolvable": true + }, + { + "min_n": 5, + "max_n": 5, + "allow_unsolvable": true + }, + { + "min_n": 3, + "max_n": 20, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 3, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 10, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 10, + "allow_unsolvable": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Celections_test.json b/examples/pipelines/all_configs/Celections_test.json new file mode 100644 index 0000000..80711a5 --- /dev/null +++ b/examples/pipelines/all_configs/Celections_test.json @@ -0,0 +1,37 @@ +[ + { + "max_voters": 30, + "max_bribe": 500, + "max_candidates": 3 + }, + { + "max_voters": 40, + "max_bribe": 700, + "max_candidates": 4 + }, + { + "max_voters": 25, + "max_bribe": 150, + "max_candidates": 3 + }, + { + "max_voters": 35, + "max_bribe": 800, + "max_candidates": 5 + }, + { + "max_voters": 30, + "max_bribe": 600, + "max_candidates": 2 + }, + { + "max_voters": 10, + "max_bribe": 50, + "max_candidates": 2 + }, + { + "max_voters": 45, + "max_bribe": 900, + "max_candidates": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Celections_train.json b/examples/pipelines/all_configs/Celections_train.json new file mode 100644 index 0000000..80711a5 --- /dev/null +++ b/examples/pipelines/all_configs/Celections_train.json @@ -0,0 +1,37 @@ +[ + { + "max_voters": 30, + "max_bribe": 500, + "max_candidates": 3 + }, + { + "max_voters": 40, + "max_bribe": 700, + "max_candidates": 4 + }, + { + "max_voters": 25, + "max_bribe": 150, + "max_candidates": 3 + }, + { + "max_voters": 35, + "max_bribe": 800, + "max_candidates": 5 + }, + { + "max_voters": 30, + "max_bribe": 600, + "max_candidates": 2 + }, + { + "max_voters": 10, + "max_bribe": 50, + "max_candidates": 2 + }, + { + "max_voters": 45, + "max_bribe": 900, + "max_candidates": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Celectriccharges_test.json b/examples/pipelines/all_configs/Celectriccharges_test.json new file mode 100644 index 0000000..886dec1 --- /dev/null +++ b/examples/pipelines/all_configs/Celectriccharges_test.json @@ -0,0 +1,50 @@ +[ + { + "min_points": 4, + "max_points": 10, + "x_range": [ + -120, + 120 + ], + "y_range": [ + -80, + 80 + ] + }, + { + "min_points": 2, + "max_points": 12, + "x_range": [ + -200, + 200 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "min_points": 1, + "max_points": 5, + "x_range": [ + -50, + 50 + ], + "y_range": [ + -50, + 50 + ] + }, + { + "min_points": 5, + "max_points": 15, + "x_range": [ + -200, + 200 + ], + "y_range": [ + -200, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Celectriccharges_train.json b/examples/pipelines/all_configs/Celectriccharges_train.json new file mode 100644 index 0000000..886dec1 --- /dev/null +++ b/examples/pipelines/all_configs/Celectriccharges_train.json @@ -0,0 +1,50 @@ +[ + { + "min_points": 4, + "max_points": 10, + "x_range": [ + -120, + 120 + ], + "y_range": [ + -80, + 80 + ] + }, + { + "min_points": 2, + "max_points": 12, + "x_range": [ + -200, + 200 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "min_points": 1, + "max_points": 5, + "x_range": [ + -50, + 50 + ], + "y_range": [ + -50, + 50 + ] + }, + { + "min_points": 5, + "max_points": 15, + "x_range": [ + -200, + 200 + ], + "y_range": [ + -200, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Celementextermination_test.json b/examples/pipelines/all_configs/Celementextermination_test.json new file mode 100644 index 0000000..3398220 --- /dev/null +++ b/examples/pipelines/all_configs/Celementextermination_test.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 3, + "max_length": 3 + }, + { + "min_length": 4, + "max_length": 30 + }, + { + "min_length": 2, + "max_length": 20 + }, + { + "min_length": 2, + "max_length": 5 + }, + { + "min_length": 2, + "max_length": 10 + }, + { + "min_length": 2, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Celementextermination_train.json b/examples/pipelines/all_configs/Celementextermination_train.json new file mode 100644 index 0000000..3398220 --- /dev/null +++ b/examples/pipelines/all_configs/Celementextermination_train.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 3, + "max_length": 3 + }, + { + "min_length": 4, + "max_length": 30 + }, + { + "min_length": 2, + "max_length": 20 + }, + { + "min_length": 2, + "max_length": 5 + }, + { + "min_length": 2, + "max_length": 10 + }, + { + "min_length": 2, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cemailaddress_test.json b/examples/pipelines/all_configs/Cemailaddress_test.json new file mode 100644 index 0000000..85c9a3d --- /dev/null +++ b/examples/pipelines/all_configs/Cemailaddress_test.json @@ -0,0 +1,38 @@ +[ + { + "min_local_length": 3, + "max_local_length": 5, + "min_domain_length": 3, + "max_domain_length": 5 + }, + { + "min_local_length": 5, + "max_local_length": 10, + "min_domain_length": 5, + "max_domain_length": 10 + }, + { + "min_local_length": 4, + "max_local_length": 8, + "min_domain_length": 4, + "max_domain_length": 8 + }, + { + "min_local_length": 3, + "max_local_length": 8, + "min_domain_length": 3, + "max_domain_length": 8 + }, + { + "min_local_length": 2, + "max_local_length": 10, + "min_domain_length": 2, + "max_domain_length": 10 + }, + { + "min_local_length": 3, + "max_local_length": 9, + "min_domain_length": 3, + "max_domain_length": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cemailaddress_train.json b/examples/pipelines/all_configs/Cemailaddress_train.json new file mode 100644 index 0000000..85c9a3d --- /dev/null +++ b/examples/pipelines/all_configs/Cemailaddress_train.json @@ -0,0 +1,38 @@ +[ + { + "min_local_length": 3, + "max_local_length": 5, + "min_domain_length": 3, + "max_domain_length": 5 + }, + { + "min_local_length": 5, + "max_local_length": 10, + "min_domain_length": 5, + "max_domain_length": 10 + }, + { + "min_local_length": 4, + "max_local_length": 8, + "min_domain_length": 4, + "max_domain_length": 8 + }, + { + "min_local_length": 3, + "max_local_length": 8, + "min_domain_length": 3, + "max_domain_length": 8 + }, + { + "min_local_length": 2, + "max_local_length": 10, + "min_domain_length": 2, + "max_domain_length": 10 + }, + { + "min_local_length": 3, + "max_local_length": 9, + "min_domain_length": 3, + "max_domain_length": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cengineerartem_test.json b/examples/pipelines/all_configs/Cengineerartem_test.json new file mode 100644 index 0000000..96b63b4 --- /dev/null +++ b/examples/pipelines/all_configs/Cengineerartem_test.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 3, + "max_n": 3, + "min_m": 3, + "max_m": 3, + "seed": 2 + }, + { + "min_n": 4, + "max_n": 4, + "min_m": 5, + "max_m": 5, + "seed": 7 + }, + { + "min_n": 4, + "max_n": 4, + "min_m": 4, + "max_m": 4, + "seed": 3 + }, + { + "min_n": 6, + "max_n": 6, + "min_m": 6, + "max_m": 6, + "seed": 5 + }, + { + "min_n": 3, + "max_n": 3, + "min_m": 4, + "max_m": 4, + "seed": 6 + }, + { + "min_n": 5, + "max_n": 5, + "min_m": 5, + "max_m": 5, + "seed": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cengineerartem_train.json b/examples/pipelines/all_configs/Cengineerartem_train.json new file mode 100644 index 0000000..96b63b4 --- /dev/null +++ b/examples/pipelines/all_configs/Cengineerartem_train.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 3, + "max_n": 3, + "min_m": 3, + "max_m": 3, + "seed": 2 + }, + { + "min_n": 4, + "max_n": 4, + "min_m": 5, + "max_m": 5, + "seed": 7 + }, + { + "min_n": 4, + "max_n": 4, + "min_m": 4, + "max_m": 4, + "seed": 3 + }, + { + "min_n": 6, + "max_n": 6, + "min_m": 6, + "max_m": 6, + "seed": 5 + }, + { + "min_n": 3, + "max_n": 3, + "min_m": 4, + "max_m": 4, + "seed": 6 + }, + { + "min_n": 5, + "max_n": 5, + "min_m": 5, + "max_m": 5, + "seed": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cereaderdisplay_test.json b/examples/pipelines/all_configs/Cereaderdisplay_test.json new file mode 100644 index 0000000..b745d7f --- /dev/null +++ b/examples/pipelines/all_configs/Cereaderdisplay_test.json @@ -0,0 +1,11 @@ +[ + { + "n": 1 + }, + { + "n": 3 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cereaderdisplay_train.json b/examples/pipelines/all_configs/Cereaderdisplay_train.json new file mode 100644 index 0000000..b745d7f --- /dev/null +++ b/examples/pipelines/all_configs/Cereaderdisplay_train.json @@ -0,0 +1,11 @@ +[ + { + "n": 1 + }, + { + "n": 3 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ceugeneandanarray_test.json b/examples/pipelines/all_configs/Ceugeneandanarray_test.json new file mode 100644 index 0000000..bfb61f2 --- /dev/null +++ b/examples/pipelines/all_configs/Ceugeneandanarray_test.json @@ -0,0 +1,39 @@ +[ + { + "n": 5, + "array": [ + 5, + -5, + 5, + -5, + 5 + ] + }, + { + "n": 2, + "array": [ + 1, + -1 + ] + }, + { + "n": 6, + "array": [ + 10, + -10, + 10, + -10, + 10, + -10 + ] + }, + { + "n": 4, + "array": [ + 41, + -41, + 41, + -41 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ceugeneandanarray_train.json b/examples/pipelines/all_configs/Ceugeneandanarray_train.json new file mode 100644 index 0000000..bfb61f2 --- /dev/null +++ b/examples/pipelines/all_configs/Ceugeneandanarray_train.json @@ -0,0 +1,39 @@ +[ + { + "n": 5, + "array": [ + 5, + -5, + 5, + -5, + 5 + ] + }, + { + "n": 2, + "array": [ + 1, + -1 + ] + }, + { + "n": 6, + "array": [ + 10, + -10, + 10, + -10, + 10, + -10 + ] + }, + { + "n": 4, + "array": [ + 41, + -41, + 41, + -41 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cevenpicture_test.json b/examples/pipelines/all_configs/Cevenpicture_test.json new file mode 100644 index 0000000..7fa622e --- /dev/null +++ b/examples/pipelines/all_configs/Cevenpicture_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 50, + "max_n": 200 + }, + { + "min_n": 100, + "max_n": 300 + }, + { + "min_n": 200, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cevenpicture_train.json b/examples/pipelines/all_configs/Cevenpicture_train.json new file mode 100644 index 0000000..7fa622e --- /dev/null +++ b/examples/pipelines/all_configs/Cevenpicture_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 50, + "max_n": 200 + }, + { + "min_n": 100, + "max_n": 300 + }, + { + "min_n": 200, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ceverhungrykrakozyabra_test.json b/examples/pipelines/all_configs/Ceverhungrykrakozyabra_test.json new file mode 100644 index 0000000..33aab74 --- /dev/null +++ b/examples/pipelines/all_configs/Ceverhungrykrakozyabra_test.json @@ -0,0 +1,18 @@ +[ + { + "max_L": 1000, + "max_range": 100 + }, + { + "max_L": 2000, + "max_range": 200 + }, + { + "max_L": 100, + "max_range": 100 + }, + { + "max_L": 5000, + "max_range": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ceverhungrykrakozyabra_train.json b/examples/pipelines/all_configs/Ceverhungrykrakozyabra_train.json new file mode 100644 index 0000000..33aab74 --- /dev/null +++ b/examples/pipelines/all_configs/Ceverhungrykrakozyabra_train.json @@ -0,0 +1,18 @@ +[ + { + "max_L": 1000, + "max_range": 100 + }, + { + "max_L": 2000, + "max_range": 200 + }, + { + "max_L": 100, + "max_range": 100 + }, + { + "max_L": 5000, + "max_range": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cexams_test.json b/examples/pipelines/all_configs/Cexams_test.json new file mode 100644 index 0000000..d5e3e57 --- /dev/null +++ b/examples/pipelines/all_configs/Cexams_test.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 1, + "max_n": 5000, + "max_a": 1000000 + }, + { + "min_n": 1, + "max_n": 100, + "max_a": 100 + }, + { + "min_n": 3, + "max_n": 5000, + "max_a": 1000 + }, + { + "min_n": 1, + "max_n": 4000, + "max_a": 500000 + }, + { + "min_n": 1, + "max_n": 5000, + "max_a": 1000000000 + }, + { + "min_n": 1, + "max_n": 2000, + "max_a": 1000000 + }, + { + "min_n": 1, + "max_n": 5000, + "max_a": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cexams_train.json b/examples/pipelines/all_configs/Cexams_train.json new file mode 100644 index 0000000..d5e3e57 --- /dev/null +++ b/examples/pipelines/all_configs/Cexams_train.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 1, + "max_n": 5000, + "max_a": 1000000 + }, + { + "min_n": 1, + "max_n": 100, + "max_a": 100 + }, + { + "min_n": 3, + "max_n": 5000, + "max_a": 1000 + }, + { + "min_n": 1, + "max_n": 4000, + "max_a": 500000 + }, + { + "min_n": 1, + "max_n": 5000, + "max_a": 1000000000 + }, + { + "min_n": 1, + "max_n": 2000, + "max_a": 1000000 + }, + { + "min_n": 1, + "max_n": 5000, + "max_a": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfadiandlcm_test.json b/examples/pipelines/all_configs/Cfadiandlcm_test.json new file mode 100644 index 0000000..d5808c9 --- /dev/null +++ b/examples/pipelines/all_configs/Cfadiandlcm_test.json @@ -0,0 +1,26 @@ +[ + { + "min_X": 2, + "max_X": 9973 + }, + { + "min_X": 1, + "max_X": 1000 + }, + { + "min_X": 1, + "max_X": 1000000 + }, + { + "min_X": 1, + "max_X": 2000000 + }, + { + "min_X": 1, + "max_X": 10000 + }, + { + "min_X": 1, + "max_X": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfadiandlcm_train.json b/examples/pipelines/all_configs/Cfadiandlcm_train.json new file mode 100644 index 0000000..d5808c9 --- /dev/null +++ b/examples/pipelines/all_configs/Cfadiandlcm_train.json @@ -0,0 +1,26 @@ +[ + { + "min_X": 2, + "max_X": 9973 + }, + { + "min_X": 1, + "max_X": 1000 + }, + { + "min_X": 1, + "max_X": 1000000 + }, + { + "min_X": 1, + "max_X": 2000000 + }, + { + "min_X": 1, + "max_X": 10000 + }, + { + "min_X": 1, + "max_X": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfamildoorandbrackets_test.json b/examples/pipelines/all_configs/Cfamildoorandbrackets_test.json new file mode 100644 index 0000000..500cdd4 --- /dev/null +++ b/examples/pipelines/all_configs/Cfamildoorandbrackets_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 100000, + "max_diff": 2000, + "min_m": 1, + "mod": 1000000007 + }, + { + "max_n": 1000, + "max_diff": 2000, + "min_m": 1, + "mod": 1000000007 + }, + { + "max_n": 100000, + "max_diff": 500, + "min_m": 1, + "mod": 1000000007 + }, + { + "max_n": 10000, + "max_diff": 2000, + "min_m": 1, + "mod": 1000000007 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfamildoorandbrackets_train.json b/examples/pipelines/all_configs/Cfamildoorandbrackets_train.json new file mode 100644 index 0000000..500cdd4 --- /dev/null +++ b/examples/pipelines/all_configs/Cfamildoorandbrackets_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 100000, + "max_diff": 2000, + "min_m": 1, + "mod": 1000000007 + }, + { + "max_n": 1000, + "max_diff": 2000, + "min_m": 1, + "mod": 1000000007 + }, + { + "max_n": 100000, + "max_diff": 500, + "min_m": 1, + "mod": 1000000007 + }, + { + "max_n": 10000, + "max_diff": 2000, + "min_m": 1, + "mod": 1000000007 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfancynumber_test.json b/examples/pipelines/all_configs/Cfancynumber_test.json new file mode 100644 index 0000000..f89ec8c --- /dev/null +++ b/examples/pipelines/all_configs/Cfancynumber_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 20, + "fixed_n": 10, + "fixed_k": null + }, + { + "min_n": 3, + "max_n": 15, + "fixed_n": 10, + "fixed_k": 5 + }, + { + "min_n": 2, + "max_n": 10, + "fixed_n": null, + "fixed_k": null + }, + { + "min_n": 5, + "max_n": 20, + "fixed_n": null, + "fixed_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfancynumber_train.json b/examples/pipelines/all_configs/Cfancynumber_train.json new file mode 100644 index 0000000..f89ec8c --- /dev/null +++ b/examples/pipelines/all_configs/Cfancynumber_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 20, + "fixed_n": 10, + "fixed_k": null + }, + { + "min_n": 3, + "max_n": 15, + "fixed_n": 10, + "fixed_k": 5 + }, + { + "min_n": 2, + "max_n": 10, + "fixed_n": null, + "fixed_k": null + }, + { + "min_n": 5, + "max_n": 20, + "fixed_n": null, + "fixed_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfencepainting_test.json b/examples/pipelines/all_configs/Cfencepainting_test.json new file mode 100644 index 0000000..97f47f9 --- /dev/null +++ b/examples/pipelines/all_configs/Cfencepainting_test.json @@ -0,0 +1,37 @@ +[ + { + "possible": true, + "max_n": 20, + "max_m": 10 + }, + { + "possible": true, + "max_n": 5, + "max_m": 5 + }, + { + "possible": true, + "max_n": 10, + "max_m": 5 + }, + { + "possible": true, + "max_n": 15, + "max_m": 5 + }, + { + "possible": true, + "max_n": 5, + "max_m": 10 + }, + { + "possible": false, + "max_n": 15, + "max_m": 15 + }, + { + "possible": false, + "max_n": 20, + "max_m": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfencepainting_train.json b/examples/pipelines/all_configs/Cfencepainting_train.json new file mode 100644 index 0000000..97f47f9 --- /dev/null +++ b/examples/pipelines/all_configs/Cfencepainting_train.json @@ -0,0 +1,37 @@ +[ + { + "possible": true, + "max_n": 20, + "max_m": 10 + }, + { + "possible": true, + "max_n": 5, + "max_m": 5 + }, + { + "possible": true, + "max_n": 10, + "max_m": 5 + }, + { + "possible": true, + "max_n": 15, + "max_m": 5 + }, + { + "possible": true, + "max_n": 5, + "max_m": 10 + }, + { + "possible": false, + "max_n": 15, + "max_m": 15 + }, + { + "possible": false, + "max_n": 20, + "max_m": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfetchthetreasure_test.json b/examples/pipelines/all_configs/Cfetchthetreasure_test.json new file mode 100644 index 0000000..920ac34 --- /dev/null +++ b/examples/pipelines/all_configs/Cfetchthetreasure_test.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 5, + "max_m": 10, + "max_h": 1000, + "max_k": 100, + "max_ops_type1": 10 + }, + { + "max_n": 20, + "max_m": 50, + "max_h": 100000, + "max_k": 10000, + "max_ops_type1": 20 + }, + { + "max_n": 10, + "max_m": 20, + "max_h": 10000, + "max_k": 1000, + "max_ops_type1": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfetchthetreasure_train.json b/examples/pipelines/all_configs/Cfetchthetreasure_train.json new file mode 100644 index 0000000..920ac34 --- /dev/null +++ b/examples/pipelines/all_configs/Cfetchthetreasure_train.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 5, + "max_m": 10, + "max_h": 1000, + "max_k": 100, + "max_ops_type1": 10 + }, + { + "max_n": 20, + "max_m": 50, + "max_h": 100000, + "max_k": 10000, + "max_ops_type1": 20 + }, + { + "max_n": 10, + "max_m": 20, + "max_h": 10000, + "max_k": 1000, + "max_ops_type1": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfifaandfafa_test.json b/examples/pipelines/all_configs/Cfifaandfafa_test.json new file mode 100644 index 0000000..ac2f995 --- /dev/null +++ b/examples/pipelines/all_configs/Cfifaandfafa_test.json @@ -0,0 +1,26 @@ +[ + { + "R_max": 5000, + "coord_max": 5000 + }, + { + "R_max": 100, + "coord_max": 100 + }, + { + "R_max": 5000, + "coord_max": 1000 + }, + { + "R_max": 1000, + "coord_max": 1000 + }, + { + "R_max": 1000, + "coord_max": 5000 + }, + { + "R_max": 10000, + "coord_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfifaandfafa_train.json b/examples/pipelines/all_configs/Cfifaandfafa_train.json new file mode 100644 index 0000000..ac2f995 --- /dev/null +++ b/examples/pipelines/all_configs/Cfifaandfafa_train.json @@ -0,0 +1,26 @@ +[ + { + "R_max": 5000, + "coord_max": 5000 + }, + { + "R_max": 100, + "coord_max": 100 + }, + { + "R_max": 5000, + "coord_max": 1000 + }, + { + "R_max": 1000, + "coord_max": 1000 + }, + { + "R_max": 1000, + "coord_max": 5000 + }, + { + "R_max": 10000, + "coord_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfindacar_test.json b/examples/pipelines/all_configs/Cfindacar_test.json new file mode 100644 index 0000000..e58ed15 --- /dev/null +++ b/examples/pipelines/all_configs/Cfindacar_test.json @@ -0,0 +1,27 @@ +[ + { + "max_requests": 2, + "max_xy": 5, + "max_k": 50 + }, + { + "max_requests": 6, + "max_xy": 18, + "max_k": 180 + }, + { + "max_requests": 4, + "max_xy": 12, + "max_k": 120 + }, + { + "max_requests": 3, + "max_xy": 8, + "max_k": 80 + }, + { + "max_requests": 1, + "max_xy": 3, + "max_k": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfindacar_train.json b/examples/pipelines/all_configs/Cfindacar_train.json new file mode 100644 index 0000000..e58ed15 --- /dev/null +++ b/examples/pipelines/all_configs/Cfindacar_train.json @@ -0,0 +1,27 @@ +[ + { + "max_requests": 2, + "max_xy": 5, + "max_k": 50 + }, + { + "max_requests": 6, + "max_xy": 18, + "max_k": 180 + }, + { + "max_requests": 4, + "max_xy": 12, + "max_k": 120 + }, + { + "max_requests": 3, + "max_xy": 8, + "max_k": 80 + }, + { + "max_requests": 1, + "max_xy": 3, + "max_k": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfindpair_test.json b/examples/pipelines/all_configs/Cfindpair_test.json new file mode 100644 index 0000000..8809cf8 --- /dev/null +++ b/examples/pipelines/all_configs/Cfindpair_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 5, + "min_val": -5, + "max_val": 5 + }, + { + "n_min": 2, + "n_max": 10, + "min_val": -100, + "max_val": 100 + }, + { + "n_min": 3, + "n_max": 6, + "min_val": -20, + "max_val": 20 + }, + { + "n_min": 1, + "n_max": 4, + "min_val": 0, + "max_val": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfindpair_train.json b/examples/pipelines/all_configs/Cfindpair_train.json new file mode 100644 index 0000000..8809cf8 --- /dev/null +++ b/examples/pipelines/all_configs/Cfindpair_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 5, + "min_val": -5, + "max_val": 5 + }, + { + "n_min": 2, + "n_max": 10, + "min_val": -100, + "max_val": 100 + }, + { + "n_min": 3, + "n_max": 6, + "min_val": -20, + "max_val": 20 + }, + { + "n_min": 1, + "n_max": 4, + "min_val": 0, + "max_val": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfireagain_test.json b/examples/pipelines/all_configs/Cfireagain_test.json new file mode 100644 index 0000000..f8edfc2 --- /dev/null +++ b/examples/pipelines/all_configs/Cfireagain_test.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 500, + "n_max": 1500, + "m_min": 500, + "m_max": 1500, + "k_min": 2, + "k_max": 5 + }, + { + "n_min": 1000, + "n_max": 2000, + "m_min": 1000, + "m_max": 2000, + "k_min": 3, + "k_max": 5 + }, + { + "n_min": 100, + "n_max": 2000, + "m_min": 100, + "m_max": 2000, + "k_min": 1, + "k_max": 5 + }, + { + "n_min": 1, + "n_max": 500, + "m_min": 1, + "m_max": 500, + "k_min": 1, + "k_max": 3 + }, + { + "n_min": 1, + "n_max": 1000, + "m_min": 1, + "m_max": 1000, + "k_min": 1, + "k_max": 3 + }, + { + "n_min": 200, + "n_max": 1500, + "m_min": 200, + "m_max": 1500, + "k_min": 4, + "k_max": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfireagain_train.json b/examples/pipelines/all_configs/Cfireagain_train.json new file mode 100644 index 0000000..f8edfc2 --- /dev/null +++ b/examples/pipelines/all_configs/Cfireagain_train.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 500, + "n_max": 1500, + "m_min": 500, + "m_max": 1500, + "k_min": 2, + "k_max": 5 + }, + { + "n_min": 1000, + "n_max": 2000, + "m_min": 1000, + "m_max": 2000, + "k_min": 3, + "k_max": 5 + }, + { + "n_min": 100, + "n_max": 2000, + "m_min": 100, + "m_max": 2000, + "k_min": 1, + "k_max": 5 + }, + { + "n_min": 1, + "n_max": 500, + "m_min": 1, + "m_max": 500, + "k_min": 1, + "k_max": 3 + }, + { + "n_min": 1, + "n_max": 1000, + "m_min": 1, + "m_max": 1000, + "k_min": 1, + "k_max": 3 + }, + { + "n_min": 200, + "n_max": 1500, + "m_min": 200, + "m_max": 1500, + "k_min": 4, + "k_max": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfirstdigitlaw_test.json b/examples/pipelines/all_configs/Cfirstdigitlaw_test.json new file mode 100644 index 0000000..2edd89b --- /dev/null +++ b/examples/pipelines/all_configs/Cfirstdigitlaw_test.json @@ -0,0 +1,14 @@ +[ + { + "max_N": 5 + }, + { + "max_N": 10 + }, + { + "max_N": 50 + }, + { + "max_N": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfirstdigitlaw_train.json b/examples/pipelines/all_configs/Cfirstdigitlaw_train.json new file mode 100644 index 0000000..2edd89b --- /dev/null +++ b/examples/pipelines/all_configs/Cfirstdigitlaw_train.json @@ -0,0 +1,14 @@ +[ + { + "max_N": 5 + }, + { + "max_N": 10 + }, + { + "max_N": 50 + }, + { + "max_N": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfixedpointremoval_test.json b/examples/pipelines/all_configs/Cfixedpointremoval_test.json new file mode 100644 index 0000000..808a323 --- /dev/null +++ b/examples/pipelines/all_configs/Cfixedpointremoval_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 15, + "q_max": 5, + "seed": 42 + }, + { + "n_min": 7, + "n_max": 15, + "q_max": 4, + "seed": 222 + }, + { + "n_min": 10, + "n_max": 20, + "q_max": 8, + "seed": 789 + }, + { + "n_min": 8, + "n_max": 18, + "q_max": 10, + "seed": 111 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfixedpointremoval_train.json b/examples/pipelines/all_configs/Cfixedpointremoval_train.json new file mode 100644 index 0000000..808a323 --- /dev/null +++ b/examples/pipelines/all_configs/Cfixedpointremoval_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 15, + "q_max": 5, + "seed": 42 + }, + { + "n_min": 7, + "n_max": 15, + "q_max": 4, + "seed": 222 + }, + { + "n_min": 10, + "n_max": 20, + "q_max": 8, + "seed": 789 + }, + { + "n_min": 8, + "n_max": 18, + "q_max": 10, + "seed": 111 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfixingtypos_test.json b/examples/pipelines/all_configs/Cfixingtypos_test.json new file mode 100644 index 0000000..db4499a --- /dev/null +++ b/examples/pipelines/all_configs/Cfixingtypos_test.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 5, + "max_length": 10 + }, + { + "min_length": 6, + "max_length": 200 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 20, + "max_length": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfixingtypos_train.json b/examples/pipelines/all_configs/Cfixingtypos_train.json new file mode 100644 index 0000000..db4499a --- /dev/null +++ b/examples/pipelines/all_configs/Cfixingtypos_train.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 5, + "max_length": 10 + }, + { + "min_length": 6, + "max_length": 200 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 20, + "max_length": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cflag_test.json b/examples/pipelines/all_configs/Cflag_test.json new file mode 100644 index 0000000..f1c2a66 --- /dev/null +++ b/examples/pipelines/all_configs/Cflag_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 1, + "m": 1 + }, + { + "n": 3, + "m": 5 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 6, + "m": 1 + }, + { + "n": 2, + "m": 5 + }, + { + "n": 3, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cflag_train.json b/examples/pipelines/all_configs/Cflag_train.json new file mode 100644 index 0000000..f1c2a66 --- /dev/null +++ b/examples/pipelines/all_configs/Cflag_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 1, + "m": 1 + }, + { + "n": 3, + "m": 5 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 6, + "m": 1 + }, + { + "n": 2, + "m": 5 + }, + { + "n": 3, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cflawedflow_test.json b/examples/pipelines/all_configs/Cflawedflow_test.json new file mode 100644 index 0000000..2589a5c --- /dev/null +++ b/examples/pipelines/all_configs/Cflawedflow_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 12, + "max_m": 25 + }, + { + "max_n": 8, + "max_m": 15 + }, + { + "max_n": 5, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 7, + "max_m": 14 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cflawedflow_train.json b/examples/pipelines/all_configs/Cflawedflow_train.json new file mode 100644 index 0000000..2589a5c --- /dev/null +++ b/examples/pipelines/all_configs/Cflawedflow_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 12, + "max_m": 25 + }, + { + "max_n": 8, + "max_m": 15 + }, + { + "max_n": 5, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 7, + "max_m": 14 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cflea_test.json b/examples/pipelines/all_configs/Cflea_test.json new file mode 100644 index 0000000..6912734 --- /dev/null +++ b/examples/pipelines/all_configs/Cflea_test.json @@ -0,0 +1,11 @@ +[ + { + "max_dim": 1000 + }, + { + "max_dim": 1000000 + }, + { + "max_dim": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cflea_train.json b/examples/pipelines/all_configs/Cflea_train.json new file mode 100644 index 0000000..6912734 --- /dev/null +++ b/examples/pipelines/all_configs/Cflea_train.json @@ -0,0 +1,11 @@ +[ + { + "max_dim": 1000 + }, + { + "max_dim": 1000000 + }, + { + "max_dim": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfloorandmod_test.json b/examples/pipelines/all_configs/Cfloorandmod_test.json new file mode 100644 index 0000000..86d314d --- /dev/null +++ b/examples/pipelines/all_configs/Cfloorandmod_test.json @@ -0,0 +1,30 @@ +[ + { + "x_max": 50000, + "y_max": 5000 + }, + { + "x_max": 1000, + "y_max": 1000 + }, + { + "x_max": 2000, + "y_max": 20000 + }, + { + "x_max": 5000, + "y_max": 50000 + }, + { + "x_max": 10000000, + "y_max": 1000000 + }, + { + "x_max": 100000, + "y_max": 1000000 + }, + { + "x_max": 10000, + "y_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfloorandmod_train.json b/examples/pipelines/all_configs/Cfloorandmod_train.json new file mode 100644 index 0000000..86d314d --- /dev/null +++ b/examples/pipelines/all_configs/Cfloorandmod_train.json @@ -0,0 +1,30 @@ +[ + { + "x_max": 50000, + "y_max": 5000 + }, + { + "x_max": 1000, + "y_max": 1000 + }, + { + "x_max": 2000, + "y_max": 20000 + }, + { + "x_max": 5000, + "y_max": 50000 + }, + { + "x_max": 10000000, + "y_max": 1000000 + }, + { + "x_max": 100000, + "y_max": 1000000 + }, + { + "x_max": 10000, + "y_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfoolsandroads_test.json b/examples/pipelines/all_configs/Cfoolsandroads_test.json new file mode 100644 index 0000000..807ed2f --- /dev/null +++ b/examples/pipelines/all_configs/Cfoolsandroads_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 10, + "k_min": 0, + "k_max": 10 + }, + { + "n_min": 2, + "n_max": 5, + "k_min": 0, + "k_max": 5 + }, + { + "n_min": 10, + "n_max": 20, + "k_min": 0, + "k_max": 30 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 0, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfoolsandroads_train.json b/examples/pipelines/all_configs/Cfoolsandroads_train.json new file mode 100644 index 0000000..807ed2f --- /dev/null +++ b/examples/pipelines/all_configs/Cfoolsandroads_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 10, + "k_min": 0, + "k_max": 10 + }, + { + "n_min": 2, + "n_max": 5, + "k_min": 0, + "k_max": 5 + }, + { + "n_min": 10, + "n_max": 20, + "k_min": 0, + "k_max": 30 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 0, + "k_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfootball_test.json b/examples/pipelines/all_configs/Cfootball_test.json new file mode 100644 index 0000000..f5714ca --- /dev/null +++ b/examples/pipelines/all_configs/Cfootball_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1, + "max_k": 0 + }, + { + "max_n": 1000, + "max_k": 1000 + }, + { + "max_n": 900, + "max_k": 100 + }, + { + "max_n": 100, + "max_k": 50 + }, + { + "max_n": 800, + "max_k": 200 + }, + { + "max_n": 500, + "max_k": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfootball_train.json b/examples/pipelines/all_configs/Cfootball_train.json new file mode 100644 index 0000000..f5714ca --- /dev/null +++ b/examples/pipelines/all_configs/Cfootball_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1, + "max_k": 0 + }, + { + "max_n": 1000, + "max_k": 1000 + }, + { + "max_n": 900, + "max_k": 100 + }, + { + "max_n": 100, + "max_k": 50 + }, + { + "max_n": 800, + "max_k": 200 + }, + { + "max_n": 500, + "max_k": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfoxandcardgame_test.json b/examples/pipelines/all_configs/Cfoxandcardgame_test.json new file mode 100644 index 0000000..a008d0f --- /dev/null +++ b/examples/pipelines/all_configs/Cfoxandcardgame_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 2, + "max_n": 7, + "min_pile_size": 3, + "max_pile_size": 8, + "min_card_value": 1, + "max_card_value": 200 + }, + { + "min_n": 3, + "max_n": 8, + "min_pile_size": 2, + "max_pile_size": 10, + "min_card_value": 5, + "max_card_value": 50 + }, + { + "min_n": 4, + "max_n": 9, + "min_pile_size": 4, + "max_pile_size": 12, + "min_card_value": 50, + "max_card_value": 200 + }, + { + "min_n": 5, + "max_n": 10, + "min_pile_size": 5, + "max_pile_size": 15, + "min_card_value": 10, + "max_card_value": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfoxandcardgame_train.json b/examples/pipelines/all_configs/Cfoxandcardgame_train.json new file mode 100644 index 0000000..a008d0f --- /dev/null +++ b/examples/pipelines/all_configs/Cfoxandcardgame_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 2, + "max_n": 7, + "min_pile_size": 3, + "max_pile_size": 8, + "min_card_value": 1, + "max_card_value": 200 + }, + { + "min_n": 3, + "max_n": 8, + "min_pile_size": 2, + "max_pile_size": 10, + "min_card_value": 5, + "max_card_value": 50 + }, + { + "min_n": 4, + "max_n": 9, + "min_pile_size": 4, + "max_pile_size": 12, + "min_card_value": 50, + "max_card_value": 200 + }, + { + "min_n": 5, + "max_n": 10, + "min_pile_size": 5, + "max_pile_size": 15, + "min_card_value": 10, + "max_card_value": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfoxandnames_test.json b/examples/pipelines/all_configs/Cfoxandnames_test.json new file mode 100644 index 0000000..7ad3e17 --- /dev/null +++ b/examples/pipelines/all_configs/Cfoxandnames_test.json @@ -0,0 +1,23 @@ +[ + { + "min_names": 5, + "max_names": 15, + "min_length": 3, + "max_length": 15, + "valid_ratio": 0.3 + }, + { + "min_names": 1, + "max_names": 5, + "min_length": 1, + "max_length": 5, + "valid_ratio": 0.7 + }, + { + "min_names": 3, + "max_names": 10, + "min_length": 1, + "max_length": 10, + "valid_ratio": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfoxandnames_train.json b/examples/pipelines/all_configs/Cfoxandnames_train.json new file mode 100644 index 0000000..7ad3e17 --- /dev/null +++ b/examples/pipelines/all_configs/Cfoxandnames_train.json @@ -0,0 +1,23 @@ +[ + { + "min_names": 5, + "max_names": 15, + "min_length": 3, + "max_length": 15, + "valid_ratio": 0.3 + }, + { + "min_names": 1, + "max_names": 5, + "min_length": 1, + "max_length": 5, + "valid_ratio": 0.7 + }, + { + "min_names": 3, + "max_names": 10, + "min_length": 1, + "max_length": 10, + "valid_ratio": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfractaldetector_test.json b/examples/pipelines/all_configs/Cfractaldetector_test.json new file mode 100644 index 0000000..b7a5e4e --- /dev/null +++ b/examples/pipelines/all_configs/Cfractaldetector_test.json @@ -0,0 +1,18 @@ +[ + { + "max_steps": 2, + "max_size": 8 + }, + { + "max_steps": 7, + "max_size": 256 + }, + { + "max_steps": 6, + "max_size": 128 + }, + { + "max_steps": 4, + "max_size": 32 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfractaldetector_train.json b/examples/pipelines/all_configs/Cfractaldetector_train.json new file mode 100644 index 0000000..b7a5e4e --- /dev/null +++ b/examples/pipelines/all_configs/Cfractaldetector_train.json @@ -0,0 +1,18 @@ +[ + { + "max_steps": 2, + "max_size": 8 + }, + { + "max_steps": 7, + "max_size": 256 + }, + { + "max_steps": 6, + "max_size": 128 + }, + { + "max_steps": 4, + "max_size": 32 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfragilebridges_test.json b/examples/pipelines/all_configs/Cfragilebridges_test.json new file mode 100644 index 0000000..95e58cd --- /dev/null +++ b/examples/pipelines/all_configs/Cfragilebridges_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100, + "min_n": 2, + "ai_max": 1000000000000 + }, + { + "max_n": 50, + "min_n": 2, + "ai_max": 1000000 + }, + { + "max_n": 10, + "min_n": 2, + "ai_max": 1 + }, + { + "max_n": 100, + "min_n": 10, + "ai_max": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cfragilebridges_train.json b/examples/pipelines/all_configs/Cfragilebridges_train.json new file mode 100644 index 0000000..95e58cd --- /dev/null +++ b/examples/pipelines/all_configs/Cfragilebridges_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100, + "min_n": 2, + "ai_max": 1000000000000 + }, + { + "max_n": 50, + "min_n": 2, + "ai_max": 1000000 + }, + { + "max_n": 10, + "min_n": 2, + "ai_max": 1 + }, + { + "max_n": 100, + "min_n": 10, + "ai_max": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgambling_test.json b/examples/pipelines/all_configs/Cgambling_test.json new file mode 100644 index 0000000..e078358 --- /dev/null +++ b/examples/pipelines/all_configs/Cgambling_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 1, + "n_max": 10, + "max_value": 1000 + }, + { + "n_min": 5, + "n_max": 10, + "max_value": 500000 + }, + { + "n_min": 3, + "n_max": 5, + "max_value": 1000000 + }, + { + "n_min": 5, + "n_max": 15, + "max_value": 500 + }, + { + "n_min": 1, + "n_max": 5, + "max_value": 100 + }, + { + "n_min": 10, + "n_max": 20, + "max_value": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgambling_train.json b/examples/pipelines/all_configs/Cgambling_train.json new file mode 100644 index 0000000..e078358 --- /dev/null +++ b/examples/pipelines/all_configs/Cgambling_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 1, + "n_max": 10, + "max_value": 1000 + }, + { + "n_min": 5, + "n_max": 10, + "max_value": 500000 + }, + { + "n_min": 3, + "n_max": 5, + "max_value": 1000000 + }, + { + "n_min": 5, + "n_max": 15, + "max_value": 500 + }, + { + "n_min": 1, + "n_max": 5, + "max_value": 100 + }, + { + "n_min": 10, + "n_max": 20, + "max_value": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgameonleaves_test.json b/examples/pipelines/all_configs/Cgameonleaves_test.json new file mode 100644 index 0000000..6cbe1dd --- /dev/null +++ b/examples/pipelines/all_configs/Cgameonleaves_test.json @@ -0,0 +1,10 @@ +[ + { + "min_nodes": 1, + "max_nodes": 1000 + }, + { + "min_nodes": 1, + "max_nodes": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgameonleaves_train.json b/examples/pipelines/all_configs/Cgameonleaves_train.json new file mode 100644 index 0000000..6cbe1dd --- /dev/null +++ b/examples/pipelines/all_configs/Cgameonleaves_train.json @@ -0,0 +1,10 @@ +[ + { + "min_nodes": 1, + "max_nodes": 1000 + }, + { + "min_nodes": 1, + "max_nodes": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgameontree_test.json b/examples/pipelines/all_configs/Cgameontree_test.json new file mode 100644 index 0000000..42ba9f8 --- /dev/null +++ b/examples/pipelines/all_configs/Cgameontree_test.json @@ -0,0 +1,26 @@ +[ + { + "min_nodes": 2, + "max_nodes": 3 + }, + { + "min_nodes": 4, + "max_nodes": 20 + }, + { + "min_nodes": 2, + "max_nodes": 10 + }, + { + "min_nodes": 5, + "max_nodes": 20 + }, + { + "min_nodes": 2, + "max_nodes": 50 + }, + { + "min_nodes": 2, + "max_nodes": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgameontree_train.json b/examples/pipelines/all_configs/Cgameontree_train.json new file mode 100644 index 0000000..42ba9f8 --- /dev/null +++ b/examples/pipelines/all_configs/Cgameontree_train.json @@ -0,0 +1,26 @@ +[ + { + "min_nodes": 2, + "max_nodes": 3 + }, + { + "min_nodes": 4, + "max_nodes": 20 + }, + { + "min_nodes": 2, + "max_nodes": 10 + }, + { + "min_nodes": 5, + "max_nodes": 20 + }, + { + "min_nodes": 2, + "max_nodes": 50 + }, + { + "min_nodes": 2, + "max_nodes": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgameswithrectangle_test.json b/examples/pipelines/all_configs/Cgameswithrectangle_test.json new file mode 100644 index 0000000..281c83a --- /dev/null +++ b/examples/pipelines/all_configs/Cgameswithrectangle_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 7, + "min_m": 3, + "max_m": 7, + "min_k": 1, + "max_k": 1 + }, + { + "min_n": 5, + "max_n": 15, + "min_m": 5, + "max_m": 15, + "min_k": 2, + "max_k": 3 + }, + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5, + "min_k": 1, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgameswithrectangle_train.json b/examples/pipelines/all_configs/Cgameswithrectangle_train.json new file mode 100644 index 0000000..281c83a --- /dev/null +++ b/examples/pipelines/all_configs/Cgameswithrectangle_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 7, + "min_m": 3, + "max_m": 7, + "min_k": 1, + "max_k": 1 + }, + { + "min_n": 5, + "max_n": 15, + "min_m": 5, + "max_m": 15, + "min_k": 2, + "max_k": 3 + }, + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5, + "min_k": 1, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgamewithstrings_test.json b/examples/pipelines/all_configs/Cgamewithstrings_test.json new file mode 100644 index 0000000..496c24d --- /dev/null +++ b/examples/pipelines/all_configs/Cgamewithstrings_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 3, + "min_m": 15, + "max_m": 20 + }, + { + "min_n": 2, + "max_n": 2, + "min_m": 3, + "max_m": 3 + }, + { + "min_n": 40, + "max_n": 50, + "min_m": 1, + "max_m": 2 + }, + { + "min_n": 1, + "max_n": 1, + "min_m": 1, + "max_m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgamewithstrings_train.json b/examples/pipelines/all_configs/Cgamewithstrings_train.json new file mode 100644 index 0000000..496c24d --- /dev/null +++ b/examples/pipelines/all_configs/Cgamewithstrings_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 3, + "min_m": 15, + "max_m": 20 + }, + { + "min_n": 2, + "max_n": 2, + "min_m": 3, + "max_m": 3 + }, + { + "min_n": 40, + "max_n": 50, + "min_m": 1, + "max_m": 2 + }, + { + "min_n": 1, + "max_n": 1, + "min_m": 1, + "max_m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgardenofthesun_test.json b/examples/pipelines/all_configs/Cgardenofthesun_test.json new file mode 100644 index 0000000..31cc5c1 --- /dev/null +++ b/examples/pipelines/all_configs/Cgardenofthesun_test.json @@ -0,0 +1,42 @@ +[ + { + "n_range": [ + 3, + 5 + ], + "m_range": [ + 3, + 5 + ] + }, + { + "n_range": [ + 3, + 10 + ], + "m_range": [ + 10, + 20 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "m_range": [ + 5, + 10 + ] + }, + { + "n_range": [ + 5, + 10 + ], + "m_range": [ + 5, + 10 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgardenofthesun_train.json b/examples/pipelines/all_configs/Cgardenofthesun_train.json new file mode 100644 index 0000000..31cc5c1 --- /dev/null +++ b/examples/pipelines/all_configs/Cgardenofthesun_train.json @@ -0,0 +1,42 @@ +[ + { + "n_range": [ + 3, + 5 + ], + "m_range": [ + 3, + 5 + ] + }, + { + "n_range": [ + 3, + 10 + ], + "m_range": [ + 10, + 20 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "m_range": [ + 5, + 10 + ] + }, + { + "n_range": [ + 5, + 10 + ], + "m_range": [ + 5, + 10 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgargariandbishops_test.json b/examples/pipelines/all_configs/Cgargariandbishops_test.json new file mode 100644 index 0000000..52b9181 --- /dev/null +++ b/examples/pipelines/all_configs/Cgargariandbishops_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 6, + "min_val": 0, + "max_val": 20 + }, + { + "n": 4, + "min_val": 0, + "max_val": 10 + }, + { + "n": 5, + "min_val": 0, + "max_val": 10 + }, + { + "n": 4, + "min_val": 0, + "max_val": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgargariandbishops_train.json b/examples/pipelines/all_configs/Cgargariandbishops_train.json new file mode 100644 index 0000000..52b9181 --- /dev/null +++ b/examples/pipelines/all_configs/Cgargariandbishops_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 6, + "min_val": 0, + "max_val": 20 + }, + { + "n": 4, + "min_val": 0, + "max_val": 10 + }, + { + "n": 5, + "min_val": 0, + "max_val": 10 + }, + { + "n": 4, + "min_val": 0, + "max_val": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgarland_test.json b/examples/pipelines/all_configs/Cgarland_test.json new file mode 100644 index 0000000..42aa0df --- /dev/null +++ b/examples/pipelines/all_configs/Cgarland_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 6, + "max_n": 10, + "variant": "solvable" + }, + { + "min_n": 3, + "max_n": 20, + "variant": "solvable" + }, + { + "min_n": 3, + "max_n": 6, + "variant": "solvable" + }, + { + "min_n": 5, + "max_n": 15, + "variant": "random" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgarland_train.json b/examples/pipelines/all_configs/Cgarland_train.json new file mode 100644 index 0000000..42aa0df --- /dev/null +++ b/examples/pipelines/all_configs/Cgarland_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 6, + "max_n": 10, + "variant": "solvable" + }, + { + "min_n": 3, + "max_n": 20, + "variant": "solvable" + }, + { + "min_n": 3, + "max_n": 6, + "variant": "solvable" + }, + { + "min_n": 5, + "max_n": 15, + "variant": "random" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgeometricprogression_test.json b/examples/pipelines/all_configs/Cgeometricprogression_test.json new file mode 100644 index 0000000..e2bdc25 --- /dev/null +++ b/examples/pipelines/all_configs/Cgeometricprogression_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 20, + "min_k": 1, + "max_k": 5, + "a_min": -10, + "a_max": 10 + }, + { + "min_n": 3, + "max_n": 15, + "min_k": 1, + "max_k": 5, + "a_min": -12, + "a_max": 12 + }, + { + "min_n": 3, + "max_n": 12, + "min_k": 1, + "max_k": 4, + "a_min": -8, + "a_max": 8 + }, + { + "min_n": 3, + "max_n": 12, + "min_k": 1, + "max_k": 4, + "a_min": -5, + "a_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgeometricprogression_train.json b/examples/pipelines/all_configs/Cgeometricprogression_train.json new file mode 100644 index 0000000..e2bdc25 --- /dev/null +++ b/examples/pipelines/all_configs/Cgeometricprogression_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 20, + "min_k": 1, + "max_k": 5, + "a_min": -10, + "a_max": 10 + }, + { + "min_n": 3, + "max_n": 15, + "min_k": 1, + "max_k": 5, + "a_min": -12, + "a_max": 12 + }, + { + "min_n": 3, + "max_n": 12, + "min_k": 1, + "max_k": 4, + "a_min": -8, + "a_max": 8 + }, + { + "min_n": 3, + "max_n": 12, + "min_k": 1, + "max_k": 4, + "a_min": -5, + "a_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgeorgeandnumber_test.json b/examples/pipelines/all_configs/Cgeorgeandnumber_test.json new file mode 100644 index 0000000..e1c4832 --- /dev/null +++ b/examples/pipelines/all_configs/Cgeorgeandnumber_test.json @@ -0,0 +1,14 @@ +[ + { + "max_p_length": 25 + }, + { + "max_p_length": 15 + }, + { + "max_p_length": 20 + }, + { + "max_p_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgeorgeandnumber_train.json b/examples/pipelines/all_configs/Cgeorgeandnumber_train.json new file mode 100644 index 0000000..e1c4832 --- /dev/null +++ b/examples/pipelines/all_configs/Cgeorgeandnumber_train.json @@ -0,0 +1,14 @@ +[ + { + "max_p_length": 25 + }, + { + "max_p_length": 15 + }, + { + "max_p_length": 20 + }, + { + "max_p_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgeraldandgiantchess_test.json b/examples/pipelines/all_configs/Cgeraldandgiantchess_test.json new file mode 100644 index 0000000..af60981 --- /dev/null +++ b/examples/pipelines/all_configs/Cgeraldandgiantchess_test.json @@ -0,0 +1,30 @@ +[ + { + "h_min": 1, + "h_max": 10, + "w_min": 1, + "w_max": 10, + "max_black": 5 + }, + { + "h_min": 3, + "h_max": 15, + "w_min": 3, + "w_max": 15, + "max_black": 8 + }, + { + "h_min": 1, + "h_max": 20, + "w_min": 1, + "w_max": 20, + "max_black": 10 + }, + { + "h_min": 5, + "h_max": 15, + "w_min": 5, + "w_max": 15, + "max_black": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgeraldandgiantchess_train.json b/examples/pipelines/all_configs/Cgeraldandgiantchess_train.json new file mode 100644 index 0000000..af60981 --- /dev/null +++ b/examples/pipelines/all_configs/Cgeraldandgiantchess_train.json @@ -0,0 +1,30 @@ +[ + { + "h_min": 1, + "h_max": 10, + "w_min": 1, + "w_max": 10, + "max_black": 5 + }, + { + "h_min": 3, + "h_max": 15, + "w_min": 3, + "w_max": 15, + "max_black": 8 + }, + { + "h_min": 1, + "h_max": 20, + "w_min": 1, + "w_max": 20, + "max_black": 10 + }, + { + "h_min": 5, + "h_max": 15, + "w_min": 5, + "w_max": 15, + "max_black": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgivenlengthandsumofdigits_test.json b/examples/pipelines/all_configs/Cgivenlengthandsumofdigits_test.json new file mode 100644 index 0000000..269e0f1 --- /dev/null +++ b/examples/pipelines/all_configs/Cgivenlengthandsumofdigits_test.json @@ -0,0 +1,30 @@ +[ + { + "max_m": 3, + "max_s": 0 + }, + { + "max_m": 50, + "max_s": 450 + }, + { + "max_m": 2, + "max_s": 15 + }, + { + "max_m": 5, + "max_s": 45 + }, + { + "max_m": 2, + "max_s": 0 + }, + { + "max_m": 1, + "max_s": 5 + }, + { + "max_m": 100, + "max_s": 900 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgivenlengthandsumofdigits_train.json b/examples/pipelines/all_configs/Cgivenlengthandsumofdigits_train.json new file mode 100644 index 0000000..269e0f1 --- /dev/null +++ b/examples/pipelines/all_configs/Cgivenlengthandsumofdigits_train.json @@ -0,0 +1,30 @@ +[ + { + "max_m": 3, + "max_s": 0 + }, + { + "max_m": 50, + "max_s": 450 + }, + { + "max_m": 2, + "max_s": 15 + }, + { + "max_m": 5, + "max_s": 45 + }, + { + "max_m": 2, + "max_s": 0 + }, + { + "max_m": 1, + "max_s": 5 + }, + { + "max_m": 100, + "max_s": 900 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cglasscarving_test.json b/examples/pipelines/all_configs/Cglasscarving_test.json new file mode 100644 index 0000000..1501f11 --- /dev/null +++ b/examples/pipelines/all_configs/Cglasscarving_test.json @@ -0,0 +1,22 @@ +[ + { + "default_w": 3, + "default_h": 2, + "max_cuts": 2 + }, + { + "default_w": 5, + "default_h": 5, + "max_cuts": 5 + }, + { + "default_w": 4, + "default_h": 3, + "max_cuts": 4 + }, + { + "default_w": 6, + "default_h": 4, + "max_cuts": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cglasscarving_train.json b/examples/pipelines/all_configs/Cglasscarving_train.json new file mode 100644 index 0000000..1501f11 --- /dev/null +++ b/examples/pipelines/all_configs/Cglasscarving_train.json @@ -0,0 +1,22 @@ +[ + { + "default_w": 3, + "default_h": 2, + "max_cuts": 2 + }, + { + "default_w": 5, + "default_h": 5, + "max_cuts": 5 + }, + { + "default_w": 4, + "default_h": 3, + "max_cuts": 4 + }, + { + "default_w": 6, + "default_h": 4, + "max_cuts": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgottagofast_test.json b/examples/pipelines/all_configs/Cgottagofast_test.json new file mode 100644 index 0000000..18c6911 --- /dev/null +++ b/examples/pipelines/all_configs/Cgottagofast_test.json @@ -0,0 +1,47 @@ +[ + { + "n_range": [ + 1, + 5 + ], + "fi_range": [ + 1, + 50 + ], + "pi_range": [ + 80, + 95 + ], + "max_r": 3000 + }, + { + "n_range": [ + 1, + 20 + ], + "fi_range": [ + 1, + 99 + ], + "pi_range": [ + 80, + 99 + ], + "max_r": 5000 + }, + { + "n_range": [ + 1, + 10 + ], + "fi_range": [ + 1, + 20 + ], + "pi_range": [ + 85, + 99 + ], + "max_r": 4000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgottagofast_train.json b/examples/pipelines/all_configs/Cgottagofast_train.json new file mode 100644 index 0000000..18c6911 --- /dev/null +++ b/examples/pipelines/all_configs/Cgottagofast_train.json @@ -0,0 +1,47 @@ +[ + { + "n_range": [ + 1, + 5 + ], + "fi_range": [ + 1, + 50 + ], + "pi_range": [ + 80, + 95 + ], + "max_r": 3000 + }, + { + "n_range": [ + 1, + 20 + ], + "fi_range": [ + 1, + 99 + ], + "pi_range": [ + 80, + 99 + ], + "max_r": 5000 + }, + { + "n_range": [ + 1, + 10 + ], + "fi_range": [ + 1, + 20 + ], + "pi_range": [ + 85, + 99 + ], + "max_r": 4000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgreedyarkady_test.json b/examples/pipelines/all_configs/Cgreedyarkady_test.json new file mode 100644 index 0000000..6d6385e --- /dev/null +++ b/examples/pipelines/all_configs/Cgreedyarkady_test.json @@ -0,0 +1,22 @@ +[ + { + "max_k": 20, + "max_D": 20, + "M_range": 100 + }, + { + "max_k": 10, + "max_D": 10, + "M_range": 50 + }, + { + "max_k": 15, + "max_D": 15, + "M_range": 80 + }, + { + "max_k": 8, + "max_D": 12, + "M_range": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgreedyarkady_train.json b/examples/pipelines/all_configs/Cgreedyarkady_train.json new file mode 100644 index 0000000..6d6385e --- /dev/null +++ b/examples/pipelines/all_configs/Cgreedyarkady_train.json @@ -0,0 +1,22 @@ +[ + { + "max_k": 20, + "max_D": 20, + "M_range": 100 + }, + { + "max_k": 10, + "max_D": 10, + "M_range": 50 + }, + { + "max_k": 15, + "max_D": 15, + "M_range": 80 + }, + { + "max_k": 8, + "max_D": 12, + "M_range": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgreedyshopping_test.json b/examples/pipelines/all_configs/Cgreedyshopping_test.json new file mode 100644 index 0000000..851a206 --- /dev/null +++ b/examples/pipelines/all_configs/Cgreedyshopping_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 15, + "q": 15 + }, + { + "n": 10, + "q": 10 + }, + { + "n": 20, + "q": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgreedyshopping_train.json b/examples/pipelines/all_configs/Cgreedyshopping_train.json new file mode 100644 index 0000000..851a206 --- /dev/null +++ b/examples/pipelines/all_configs/Cgreedyshopping_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 15, + "q": 15 + }, + { + "n": 10, + "q": 10 + }, + { + "n": 20, + "q": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgregandfriends_test.json b/examples/pipelines/all_configs/Cgregandfriends_test.json new file mode 100644 index 0000000..7522404 --- /dev/null +++ b/examples/pipelines/all_configs/Cgregandfriends_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_k": 50, + "max_k": 500, + "weight_50_prob": 0.5 + }, + { + "min_n": 5, + "max_n": 30, + "min_k": 150, + "max_k": 2000, + "weight_50_prob": 0.4 + }, + { + "min_n": 10, + "max_n": 50, + "min_k": 200, + "max_k": 4000, + "weight_50_prob": 0.3 + }, + { + "min_n": 2, + "max_n": 40, + "min_k": 50, + "max_k": 3000, + "weight_50_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgregandfriends_train.json b/examples/pipelines/all_configs/Cgregandfriends_train.json new file mode 100644 index 0000000..7522404 --- /dev/null +++ b/examples/pipelines/all_configs/Cgregandfriends_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_k": 50, + "max_k": 500, + "weight_50_prob": 0.5 + }, + { + "min_n": 5, + "max_n": 30, + "min_k": 150, + "max_k": 2000, + "weight_50_prob": 0.4 + }, + { + "min_n": 10, + "max_n": 50, + "min_k": 200, + "max_k": 4000, + "weight_50_prob": 0.3 + }, + { + "min_n": 2, + "max_n": 40, + "min_k": 50, + "max_k": 3000, + "weight_50_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cguessyourwayout_test.json b/examples/pipelines/all_configs/Cguessyourwayout_test.json new file mode 100644 index 0000000..03f37b8 --- /dev/null +++ b/examples/pipelines/all_configs/Cguessyourwayout_test.json @@ -0,0 +1,18 @@ +[ + { + "max_h": 50, + "min_h": 1 + }, + { + "max_h": 10, + "min_h": 1 + }, + { + "max_h": 15, + "min_h": 5 + }, + { + "max_h": 30, + "min_h": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cguessyourwayout_train.json b/examples/pipelines/all_configs/Cguessyourwayout_train.json new file mode 100644 index 0000000..03f37b8 --- /dev/null +++ b/examples/pipelines/all_configs/Cguessyourwayout_train.json @@ -0,0 +1,18 @@ +[ + { + "max_h": 50, + "min_h": 1 + }, + { + "max_h": 10, + "min_h": 1 + }, + { + "max_h": 15, + "min_h": 5 + }, + { + "max_h": 30, + "min_h": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgukizhatesboxes_test.json b/examples/pipelines/all_configs/Cgukizhatesboxes_test.json new file mode 100644 index 0000000..857e7ab --- /dev/null +++ b/examples/pipelines/all_configs/Cgukizhatesboxes_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_m": 1000, + "max_a": 100 + }, + { + "max_n": 1, + "max_m": 1, + "max_a": 1 + }, + { + "max_n": 10, + "max_m": 100, + "max_a": 1000 + }, + { + "max_n": 100, + "max_m": 10000, + "max_a": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cgukizhatesboxes_train.json b/examples/pipelines/all_configs/Cgukizhatesboxes_train.json new file mode 100644 index 0000000..857e7ab --- /dev/null +++ b/examples/pipelines/all_configs/Cgukizhatesboxes_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_m": 1000, + "max_a": 100 + }, + { + "max_n": 1, + "max_m": 1, + "max_a": 1 + }, + { + "max_n": 10, + "max_m": 100, + "max_a": 1000 + }, + { + "max_n": 100, + "max_m": 10000, + "max_a": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chackerpackyourbags_test.json b/examples/pipelines/all_configs/Chackerpackyourbags_test.json new file mode 100644 index 0000000..e80cee6 --- /dev/null +++ b/examples/pipelines/all_configs/Chackerpackyourbags_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 10, + "max_x": 20, + "max_duration": 20000, + "max_cost": 1000000000 + }, + { + "max_n": 5, + "max_x": 5, + "max_duration": 100000, + "max_cost": 1000000000 + }, + { + "max_n": 20, + "max_x": 10, + "max_duration": 100000, + "max_cost": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chackerpackyourbags_train.json b/examples/pipelines/all_configs/Chackerpackyourbags_train.json new file mode 100644 index 0000000..e80cee6 --- /dev/null +++ b/examples/pipelines/all_configs/Chackerpackyourbags_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 10, + "max_x": 20, + "max_duration": 20000, + "max_cost": 1000000000 + }, + { + "max_n": 5, + "max_x": 5, + "max_duration": 100000, + "max_cost": 1000000000 + }, + { + "max_n": 20, + "max_x": 10, + "max_duration": 100000, + "max_cost": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chackit_test.json b/examples/pipelines/all_configs/Chackit_test.json new file mode 100644 index 0000000..4845ad4 --- /dev/null +++ b/examples/pipelines/all_configs/Chackit_test.json @@ -0,0 +1,14 @@ +[ + { + "max_a": 1000000000000 + }, + { + "max_a": 1000000 + }, + { + "max_a": 1000000000 + }, + { + "max_a": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chackit_train.json b/examples/pipelines/all_configs/Chackit_train.json new file mode 100644 index 0000000..4845ad4 --- /dev/null +++ b/examples/pipelines/all_configs/Chackit_train.json @@ -0,0 +1,14 @@ +[ + { + "max_a": 1000000000000 + }, + { + "max_a": 1000000 + }, + { + "max_a": 1000000000 + }, + { + "max_a": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chamburgers_test.json b/examples/pipelines/all_configs/Chamburgers_test.json new file mode 100644 index 0000000..61a92b5 --- /dev/null +++ b/examples/pipelines/all_configs/Chamburgers_test.json @@ -0,0 +1,42 @@ +[ + { + "recipe": "BBSSC", + "nb": 6, + "ns": 4, + "nc": 1, + "pb": 1, + "ps": 2, + "pc": 3, + "r": 4 + }, + { + "recipe": "BBC", + "nb": 10, + "ns": 20, + "nc": 5, + "pb": 5, + "ps": 10, + "pc": 15, + "r": 100 + }, + { + "recipe": "BSSC", + "nb": 20, + "ns": 30, + "nc": 40, + "pb": 30, + "ps": 20, + "pc": 10, + "r": 10000 + }, + { + "recipe": "BSC", + "nb": 1, + "ns": 10, + "nc": 1, + "pb": 1, + "ps": 10, + "pc": 1, + "r": 21 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chamburgers_train.json b/examples/pipelines/all_configs/Chamburgers_train.json new file mode 100644 index 0000000..61a92b5 --- /dev/null +++ b/examples/pipelines/all_configs/Chamburgers_train.json @@ -0,0 +1,42 @@ +[ + { + "recipe": "BBSSC", + "nb": 6, + "ns": 4, + "nc": 1, + "pb": 1, + "ps": 2, + "pc": 3, + "r": 4 + }, + { + "recipe": "BBC", + "nb": 10, + "ns": 20, + "nc": 5, + "pb": 5, + "ps": 10, + "pc": 15, + "r": 100 + }, + { + "recipe": "BSSC", + "nb": 20, + "ns": 30, + "nc": 40, + "pb": 30, + "ps": 20, + "pc": 10, + "r": 10000 + }, + { + "recipe": "BSC", + "nb": 1, + "ns": 10, + "nc": 1, + "pb": 1, + "ps": 10, + "pc": 1, + "r": 21 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chappyfarm5_test.json b/examples/pipelines/all_configs/Chappyfarm5_test.json new file mode 100644 index 0000000..b8256c4 --- /dev/null +++ b/examples/pipelines/all_configs/Chappyfarm5_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 15, + "max_a": 250 + }, + { + "n": 20, + "max_a": 300 + }, + { + "n": 5, + "max_a": 150 + }, + { + "n": 10, + "max_a": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chappyfarm5_train.json b/examples/pipelines/all_configs/Chappyfarm5_train.json new file mode 100644 index 0000000..b8256c4 --- /dev/null +++ b/examples/pipelines/all_configs/Chappyfarm5_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 15, + "max_a": 250 + }, + { + "n": 20, + "max_a": 300 + }, + { + "n": 5, + "max_a": 150 + }, + { + "n": 10, + "max_a": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chardproblem_test.json b/examples/pipelines/all_configs/Chardproblem_test.json new file mode 100644 index 0000000..ccf4667 --- /dev/null +++ b/examples/pipelines/all_configs/Chardproblem_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 4, + "max_string_length": 10, + "min_n": 2 + }, + { + "max_n": 10, + "max_string_length": 20, + "min_n": 2 + }, + { + "max_n": 8, + "max_string_length": 15, + "min_n": 2 + }, + { + "max_n": 5, + "max_string_length": 10, + "min_n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chardproblem_train.json b/examples/pipelines/all_configs/Chardproblem_train.json new file mode 100644 index 0000000..ccf4667 --- /dev/null +++ b/examples/pipelines/all_configs/Chardproblem_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 4, + "max_string_length": 10, + "min_n": 2 + }, + { + "max_n": 10, + "max_string_length": 20, + "min_n": 2 + }, + { + "max_n": 8, + "max_string_length": 15, + "min_n": 2 + }, + { + "max_n": 5, + "max_string_length": 10, + "min_n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Charmonyanalysis_test.json b/examples/pipelines/all_configs/Charmonyanalysis_test.json new file mode 100644 index 0000000..9350693 --- /dev/null +++ b/examples/pipelines/all_configs/Charmonyanalysis_test.json @@ -0,0 +1,18 @@ +[ + { + "min_k": 3, + "max_k": 5 + }, + { + "min_k": 0, + "max_k": 1 + }, + { + "min_k": 1, + "max_k": 3 + }, + { + "min_k": 0, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Charmonyanalysis_train.json b/examples/pipelines/all_configs/Charmonyanalysis_train.json new file mode 100644 index 0000000..9350693 --- /dev/null +++ b/examples/pipelines/all_configs/Charmonyanalysis_train.json @@ -0,0 +1,18 @@ +[ + { + "min_k": 3, + "max_k": 5 + }, + { + "min_k": 0, + "max_k": 1 + }, + { + "min_k": 1, + "max_k": 3 + }, + { + "min_k": 0, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chelgahufflepuffscup_test.json b/examples/pipelines/all_configs/Chelgahufflepuffscup_test.json new file mode 100644 index 0000000..9fadcaa --- /dev/null +++ b/examples/pipelines/all_configs/Chelgahufflepuffscup_test.json @@ -0,0 +1,30 @@ +[ + { + "n_max": 3, + "m_min": 1, + "m_max": 100, + "k_min": 1, + "x_max": 3 + }, + { + "n_max": 3, + "m_min": 1, + "m_max": 10, + "k_min": 1, + "x_max": 3 + }, + { + "n_max": 5, + "m_min": 1, + "m_max": 100, + "k_min": 1, + "x_max": 5 + }, + { + "n_max": 5, + "m_min": 1, + "m_max": 1000000000, + "k_min": 1, + "x_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chelgahufflepuffscup_train.json b/examples/pipelines/all_configs/Chelgahufflepuffscup_train.json new file mode 100644 index 0000000..9fadcaa --- /dev/null +++ b/examples/pipelines/all_configs/Chelgahufflepuffscup_train.json @@ -0,0 +1,30 @@ +[ + { + "n_max": 3, + "m_min": 1, + "m_max": 100, + "k_min": 1, + "x_max": 3 + }, + { + "n_max": 3, + "m_min": 1, + "m_max": 10, + "k_min": 1, + "x_max": 3 + }, + { + "n_max": 5, + "m_min": 1, + "m_max": 100, + "k_min": 1, + "x_max": 5 + }, + { + "n_max": 5, + "m_min": 1, + "m_max": 1000000000, + "k_min": 1, + "x_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chelpcaretaker_test.json b/examples/pipelines/all_configs/Chelpcaretaker_test.json new file mode 100644 index 0000000..76585d6 --- /dev/null +++ b/examples/pipelines/all_configs/Chelpcaretaker_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 9, + "min_m": 5, + "max_m": 9 + }, + { + "min_n": 3, + "max_n": 6, + "min_m": 3, + "max_m": 6 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 3, + "min_m": 1, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chelpcaretaker_train.json b/examples/pipelines/all_configs/Chelpcaretaker_train.json new file mode 100644 index 0000000..76585d6 --- /dev/null +++ b/examples/pipelines/all_configs/Chelpcaretaker_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 9, + "min_m": 5, + "max_m": 9 + }, + { + "min_n": 3, + "max_n": 6, + "min_m": 3, + "max_m": 6 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 3, + "min_m": 1, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chiddenword_test.json b/examples/pipelines/all_configs/Chiddenword_test.json new file mode 100644 index 0000000..6739859 --- /dev/null +++ b/examples/pipelines/all_configs/Chiddenword_test.json @@ -0,0 +1,8 @@ +[ + { + "force_possible": false + }, + { + "force_possible": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chiddenword_train.json b/examples/pipelines/all_configs/Chiddenword_train.json new file mode 100644 index 0000000..6739859 --- /dev/null +++ b/examples/pipelines/all_configs/Chiddenword_train.json @@ -0,0 +1,8 @@ +[ + { + "force_possible": false + }, + { + "force_possible": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chills_test.json b/examples/pipelines/all_configs/Chills_test.json new file mode 100644 index 0000000..716518f --- /dev/null +++ b/examples/pipelines/all_configs/Chills_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 4, + "max_n": 8, + "max_height": 18 + }, + { + "min_n": 5, + "max_n": 8, + "max_height": 20 + }, + { + "min_n": 4, + "max_n": 6, + "max_height": 15 + }, + { + "min_n": 3, + "max_n": 7, + "max_height": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chills_train.json b/examples/pipelines/all_configs/Chills_train.json new file mode 100644 index 0000000..716518f --- /dev/null +++ b/examples/pipelines/all_configs/Chills_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 4, + "max_n": 8, + "max_height": 18 + }, + { + "min_n": 5, + "max_n": 8, + "max_height": 20 + }, + { + "min_n": 4, + "max_n": 6, + "max_height": 15 + }, + { + "min_n": 3, + "max_n": 7, + "max_height": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chistory_test.json b/examples/pipelines/all_configs/Chistory_test.json new file mode 100644 index 0000000..43b2d37 --- /dev/null +++ b/examples/pipelines/all_configs/Chistory_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 20 + }, + { + "n": 50 + }, + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chistory_train.json b/examples/pipelines/all_configs/Chistory_train.json new file mode 100644 index 0000000..43b2d37 --- /dev/null +++ b/examples/pipelines/all_configs/Chistory_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 20 + }, + { + "n": 50 + }, + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chongcowbuysadeckofcards_test.json b/examples/pipelines/all_configs/Chongcowbuysadeckofcards_test.json new file mode 100644 index 0000000..db3002e --- /dev/null +++ b/examples/pipelines/all_configs/Chongcowbuysadeckofcards_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 5, + "max_r": 5, + "max_b": 5 + }, + { + "min_n": 1, + "max_n": 2, + "max_r": 3, + "max_b": 4 + }, + { + "min_n": 4, + "max_n": 7, + "max_r": 8, + "max_b": 10 + }, + { + "min_n": 6, + "max_n": 10, + "max_r": 15, + "max_b": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Chongcowbuysadeckofcards_train.json b/examples/pipelines/all_configs/Chongcowbuysadeckofcards_train.json new file mode 100644 index 0000000..db3002e --- /dev/null +++ b/examples/pipelines/all_configs/Chongcowbuysadeckofcards_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 5, + "max_r": 5, + "max_b": 5 + }, + { + "min_n": 1, + "max_n": 2, + "max_r": 3, + "max_b": 4 + }, + { + "min_n": 4, + "max_n": 7, + "max_r": 8, + "max_b": 10 + }, + { + "min_n": 6, + "max_n": 10, + "max_r": 15, + "max_b": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cicecave_test.json b/examples/pipelines/all_configs/Cicecave_test.json new file mode 100644 index 0000000..6959511 --- /dev/null +++ b/examples/pipelines/all_configs/Cicecave_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "m": 4, + "p": 0.2 + }, + { + "n": 4, + "m": 6, + "p": 0.4 + }, + { + "n": 5, + "m": 5, + "p": 0.3 + }, + { + "n": 6, + "m": 3, + "p": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cicecave_train.json b/examples/pipelines/all_configs/Cicecave_train.json new file mode 100644 index 0000000..6959511 --- /dev/null +++ b/examples/pipelines/all_configs/Cicecave_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "m": 4, + "p": 0.2 + }, + { + "n": 4, + "m": 6, + "p": 0.4 + }, + { + "n": 5, + "m": 5, + "p": 0.3 + }, + { + "n": 6, + "m": 3, + "p": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cicecreamcoloring_test.json b/examples/pipelines/all_configs/Cicecreamcoloring_test.json new file mode 100644 index 0000000..bf3cf0b --- /dev/null +++ b/examples/pipelines/all_configs/Cicecreamcoloring_test.json @@ -0,0 +1,38 @@ +[ + { + "n_range": [ + 3, + 5 + ], + "m_range": [ + 2, + 5 + ], + "max_type_nodes": 3, + "prob_assign": 0.8 + }, + { + "n_range": [ + 10, + 20 + ], + "m_range": [ + 10, + 20 + ], + "max_type_nodes": 10, + "prob_assign": 0.6 + }, + { + "n_range": [ + 20, + 30 + ], + "m_range": [ + 20, + 30 + ], + "max_type_nodes": 15, + "prob_assign": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cicecreamcoloring_train.json b/examples/pipelines/all_configs/Cicecreamcoloring_train.json new file mode 100644 index 0000000..bf3cf0b --- /dev/null +++ b/examples/pipelines/all_configs/Cicecreamcoloring_train.json @@ -0,0 +1,38 @@ +[ + { + "n_range": [ + 3, + 5 + ], + "m_range": [ + 2, + 5 + ], + "max_type_nodes": 3, + "prob_assign": 0.8 + }, + { + "n_range": [ + 10, + 20 + ], + "m_range": [ + 10, + 20 + ], + "max_type_nodes": 10, + "prob_assign": 0.6 + }, + { + "n_range": [ + 20, + 30 + ], + "m_range": [ + 20, + 30 + ], + "max_type_nodes": 15, + "prob_assign": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cilyaandmatrix_test.json b/examples/pipelines/all_configs/Cilyaandmatrix_test.json new file mode 100644 index 0000000..9d490aa --- /dev/null +++ b/examples/pipelines/all_configs/Cilyaandmatrix_test.json @@ -0,0 +1,11 @@ +[ + { + "m": 0 + }, + { + "m": 2 + }, + { + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cilyaandmatrix_train.json b/examples/pipelines/all_configs/Cilyaandmatrix_train.json new file mode 100644 index 0000000..9d490aa --- /dev/null +++ b/examples/pipelines/all_configs/Cilyaandmatrix_train.json @@ -0,0 +1,11 @@ +[ + { + "m": 0 + }, + { + "m": 2 + }, + { + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cilyaandthetree_test.json b/examples/pipelines/all_configs/Cilyaandthetree_test.json new file mode 100644 index 0000000..e232418 --- /dev/null +++ b/examples/pipelines/all_configs/Cilyaandthetree_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_a": 20 + }, + { + "max_n": 10, + "max_a": 50 + }, + { + "max_n": 15, + "max_a": 100 + }, + { + "max_n": 20, + "max_a": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cilyaandthetree_train.json b/examples/pipelines/all_configs/Cilyaandthetree_train.json new file mode 100644 index 0000000..e232418 --- /dev/null +++ b/examples/pipelines/all_configs/Cilyaandthetree_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_a": 20 + }, + { + "max_n": 10, + "max_a": 50 + }, + { + "max_n": 15, + "max_a": 100 + }, + { + "max_n": 20, + "max_a": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinnaandcandyboxes_test.json b/examples/pipelines/all_configs/Cinnaandcandyboxes_test.json new file mode 100644 index 0000000..f29579c --- /dev/null +++ b/examples/pipelines/all_configs/Cinnaandcandyboxes_test.json @@ -0,0 +1,34 @@ +[ + { + "k_min": 2, + "k_max": 5, + "n_min": 5, + "n_max": 10, + "w_min": 3, + "w_max": 5 + }, + { + "k_min": 1, + "k_max": 10, + "n_min": 5, + "n_max": 15, + "w_min": 1, + "w_max": 5 + }, + { + "k_min": 5, + "k_max": 10, + "n_min": 10, + "n_max": 20, + "w_min": 1, + "w_max": 5 + }, + { + "k_min": 1, + "k_max": 5, + "n_min": 5, + "n_max": 15, + "w_min": 1, + "w_max": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinnaandcandyboxes_train.json b/examples/pipelines/all_configs/Cinnaandcandyboxes_train.json new file mode 100644 index 0000000..f29579c --- /dev/null +++ b/examples/pipelines/all_configs/Cinnaandcandyboxes_train.json @@ -0,0 +1,34 @@ +[ + { + "k_min": 2, + "k_max": 5, + "n_min": 5, + "n_max": 10, + "w_min": 3, + "w_max": 5 + }, + { + "k_min": 1, + "k_max": 10, + "n_min": 5, + "n_max": 15, + "w_min": 1, + "w_max": 5 + }, + { + "k_min": 5, + "k_max": 10, + "n_min": 10, + "n_max": 20, + "w_min": 1, + "w_max": 5 + }, + { + "k_min": 1, + "k_max": 5, + "n_min": 5, + "n_max": 15, + "w_min": 1, + "w_max": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinnaanddima_test.json b/examples/pipelines/all_configs/Cinnaanddima_test.json new file mode 100644 index 0000000..7e637e9 --- /dev/null +++ b/examples/pipelines/all_configs/Cinnaanddima_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "m": 10 + }, + { + "n": 5, + "m": 103 + }, + { + "n": 1, + "m": 2 + }, + { + "n": 103, + "m": 1 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 5, + "m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinnaanddima_train.json b/examples/pipelines/all_configs/Cinnaanddima_train.json new file mode 100644 index 0000000..7e637e9 --- /dev/null +++ b/examples/pipelines/all_configs/Cinnaanddima_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "m": 10 + }, + { + "n": 5, + "m": 103 + }, + { + "n": 1, + "m": 2 + }, + { + "n": 103, + "m": 1 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 5, + "m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinstantnoodles_test.json b/examples/pipelines/all_configs/Cinstantnoodles_test.json new file mode 100644 index 0000000..98b0b07 --- /dev/null +++ b/examples/pipelines/all_configs/Cinstantnoodles_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n_left": 5, + "max_k": 5, + "max_m": 20 + }, + { + "max_n_left": 10, + "max_k": 10, + "max_m": 30 + }, + { + "max_n_left": 4, + "max_k": 6, + "max_m": 25 + }, + { + "max_n_left": 2, + "max_k": 8, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinstantnoodles_train.json b/examples/pipelines/all_configs/Cinstantnoodles_train.json new file mode 100644 index 0000000..98b0b07 --- /dev/null +++ b/examples/pipelines/all_configs/Cinstantnoodles_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n_left": 5, + "max_k": 5, + "max_m": 20 + }, + { + "max_n_left": 10, + "max_k": 10, + "max_m": 30 + }, + { + "max_n_left": 4, + "max_k": 6, + "max_m": 25 + }, + { + "max_n_left": 2, + "max_k": 8, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinterestinggame_test.json b/examples/pipelines/all_configs/Cinterestinggame_test.json new file mode 100644 index 0000000..e9ae719 --- /dev/null +++ b/examples/pipelines/all_configs/Cinterestinggame_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 100, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 100000 + }, + { + "min_n": 1, + "max_n": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cinterestinggame_train.json b/examples/pipelines/all_configs/Cinterestinggame_train.json new file mode 100644 index 0000000..e9ae719 --- /dev/null +++ b/examples/pipelines/all_configs/Cinterestinggame_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 100, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 100000 + }, + { + "min_n": 1, + "max_n": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Civanandpowersoftwo_test.json b/examples/pipelines/all_configs/Civanandpowersoftwo_test.json new file mode 100644 index 0000000..7c06ac2 --- /dev/null +++ b/examples/pipelines/all_configs/Civanandpowersoftwo_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1000, + "min_n": 1, + "max_a": 2000000000 + }, + { + "max_n": 500, + "min_n": 1, + "max_a": 500000000 + }, + { + "max_n": 500, + "min_n": 1, + "max_a": 1000000000 + }, + { + "max_n": 2000, + "min_n": 1, + "max_a": 3000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Civanandpowersoftwo_train.json b/examples/pipelines/all_configs/Civanandpowersoftwo_train.json new file mode 100644 index 0000000..7c06ac2 --- /dev/null +++ b/examples/pipelines/all_configs/Civanandpowersoftwo_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1000, + "min_n": 1, + "max_a": 2000000000 + }, + { + "max_n": 500, + "min_n": 1, + "max_a": 500000000 + }, + { + "max_n": 500, + "min_n": 1, + "max_a": 1000000000 + }, + { + "max_n": 2000, + "min_n": 1, + "max_a": 3000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjeopardy_test.json b/examples/pipelines/all_configs/Cjeopardy_test.json new file mode 100644 index 0000000..dc3a695 --- /dev/null +++ b/examples/pipelines/all_configs/Cjeopardy_test.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 30, + "n_max": 100, + "a_min": 10000, + "a_max": 10000000, + "m_min": 10, + "m_max": 30 + }, + { + "n_min": 20, + "n_max": 100, + "a_min": 5000, + "a_max": 10000000, + "m_min": 5, + "m_max": 20 + }, + { + "n_min": 5, + "n_max": 50, + "a_min": 100, + "a_max": 100000, + "m_min": 2, + "m_max": 30 + }, + { + "n_min": 5, + "n_max": 50, + "a_min": 100, + "a_max": 1000000, + "m_min": 3, + "m_max": 15 + }, + { + "n_min": 1, + "n_max": 10, + "a_min": 1, + "a_max": 1000, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 1, + "n_max": 100, + "a_min": 1, + "a_max": 10000000, + "m_min": 1, + "m_max": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjeopardy_train.json b/examples/pipelines/all_configs/Cjeopardy_train.json new file mode 100644 index 0000000..dc3a695 --- /dev/null +++ b/examples/pipelines/all_configs/Cjeopardy_train.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 30, + "n_max": 100, + "a_min": 10000, + "a_max": 10000000, + "m_min": 10, + "m_max": 30 + }, + { + "n_min": 20, + "n_max": 100, + "a_min": 5000, + "a_max": 10000000, + "m_min": 5, + "m_max": 20 + }, + { + "n_min": 5, + "n_max": 50, + "a_min": 100, + "a_max": 100000, + "m_min": 2, + "m_max": 30 + }, + { + "n_min": 5, + "n_max": 50, + "a_min": 100, + "a_max": 1000000, + "m_min": 3, + "m_max": 15 + }, + { + "n_min": 1, + "n_max": 10, + "a_min": 1, + "a_max": 1000, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 1, + "n_max": 100, + "a_min": 1, + "a_max": 10000000, + "m_min": 1, + "m_max": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjeremybearimy_test.json b/examples/pipelines/all_configs/Cjeremybearimy_test.json new file mode 100644 index 0000000..28b0f16 --- /dev/null +++ b/examples/pipelines/all_configs/Cjeremybearimy_test.json @@ -0,0 +1,26 @@ +[ + { + "k_min": 3, + "k_max": 5, + "min_weight": 500, + "max_weight": 10000 + }, + { + "k_min": 1, + "k_max": 1, + "min_weight": 1, + "max_weight": 100 + }, + { + "k_min": 1, + "k_max": 10, + "min_weight": 10, + "max_weight": 10000 + }, + { + "k_min": 2, + "k_max": 5, + "min_weight": 1, + "max_weight": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjeremybearimy_train.json b/examples/pipelines/all_configs/Cjeremybearimy_train.json new file mode 100644 index 0000000..28b0f16 --- /dev/null +++ b/examples/pipelines/all_configs/Cjeremybearimy_train.json @@ -0,0 +1,26 @@ +[ + { + "k_min": 3, + "k_max": 5, + "min_weight": 500, + "max_weight": 10000 + }, + { + "k_min": 1, + "k_max": 1, + "min_weight": 1, + "max_weight": 100 + }, + { + "k_min": 1, + "k_max": 10, + "min_weight": 10, + "max_weight": 10000 + }, + { + "k_min": 2, + "k_max": 5, + "min_weight": 1, + "max_weight": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjohnnyandanotherratingdrop_test.json b/examples/pipelines/all_configs/Cjohnnyandanotherratingdrop_test.json new file mode 100644 index 0000000..b78a23a --- /dev/null +++ b/examples/pipelines/all_configs/Cjohnnyandanotherratingdrop_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 10, + "max_n": 1000, + "seed": 0 + }, + { + "min_n": 1, + "max_n": 1, + "seed": null + }, + { + "min_n": 1, + "max_n": 1000000000000, + "seed": 123 + }, + { + "min_n": 1000000, + "max_n": 1000000000000, + "seed": 12345 + }, + { + "min_n": 1, + "max_n": 1000000000000000000, + "seed": null + }, + { + "min_n": 1, + "max_n": 1000000000000000, + "seed": 54321 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjohnnyandanotherratingdrop_train.json b/examples/pipelines/all_configs/Cjohnnyandanotherratingdrop_train.json new file mode 100644 index 0000000..b78a23a --- /dev/null +++ b/examples/pipelines/all_configs/Cjohnnyandanotherratingdrop_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 10, + "max_n": 1000, + "seed": 0 + }, + { + "min_n": 1, + "max_n": 1, + "seed": null + }, + { + "min_n": 1, + "max_n": 1000000000000, + "seed": 123 + }, + { + "min_n": 1000000, + "max_n": 1000000000000, + "seed": 12345 + }, + { + "min_n": 1, + "max_n": 1000000000000000000, + "seed": null + }, + { + "min_n": 1, + "max_n": 1000000000000000, + "seed": 54321 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_test.json b/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_test.json new file mode 100644 index 0000000..dc8b1b9 --- /dev/null +++ b/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 100000, + "max_k": 1, + "max_x": 1000, + "max_strength": 1000 + }, + { + "max_n": 1, + "max_k": 0, + "max_x": 0, + "max_strength": 0 + }, + { + "max_n": 100000, + "max_k": 100000, + "max_x": 1000, + "max_strength": 1000 + }, + { + "max_n": 50000, + "max_k": 50000, + "max_x": 1000, + "max_strength": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_train.json b/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_train.json new file mode 100644 index 0000000..dc8b1b9 --- /dev/null +++ b/examples/pipelines/all_configs/Cjonsnowandhisfavouritenumber_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 100000, + "max_k": 1, + "max_x": 1000, + "max_strength": 1000 + }, + { + "max_n": 1, + "max_k": 0, + "max_x": 0, + "max_strength": 0 + }, + { + "max_n": 100000, + "max_k": 100000, + "max_x": 1000, + "max_strength": 1000 + }, + { + "max_n": 50000, + "max_k": 50000, + "max_x": 1000, + "max_strength": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjzzhuandapples_test.json b/examples/pipelines/all_configs/Cjzzhuandapples_test.json new file mode 100644 index 0000000..2e10850 --- /dev/null +++ b/examples/pipelines/all_configs/Cjzzhuandapples_test.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 2, + "n_max": 50 + }, + { + "n_min": 50, + "n_max": 100 + }, + { + "n_min": 2, + "n_max": 10 + }, + { + "n_min": 3, + "n_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cjzzhuandapples_train.json b/examples/pipelines/all_configs/Cjzzhuandapples_train.json new file mode 100644 index 0000000..2e10850 --- /dev/null +++ b/examples/pipelines/all_configs/Cjzzhuandapples_train.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 2, + "n_max": 50 + }, + { + "n_min": 50, + "n_max": 100 + }, + { + "n_min": 2, + "n_max": 10 + }, + { + "n_min": 3, + "n_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckaaviandmagicspell_test.json b/examples/pipelines/all_configs/Ckaaviandmagicspell_test.json new file mode 100644 index 0000000..03f5ba8 --- /dev/null +++ b/examples/pipelines/all_configs/Ckaaviandmagicspell_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 500, + "min_m": 1, + "default_m": 250, + "default_n": 500 + }, + { + "max_n": 2000, + "min_m": 3, + "default_m": 1000, + "default_n": 2000 + }, + { + "max_n": 1000, + "min_m": 1, + "default_m": 500, + "default_n": 1000 + }, + { + "max_n": 1500, + "min_m": 2, + "default_m": 750, + "default_n": 1500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckaaviandmagicspell_train.json b/examples/pipelines/all_configs/Ckaaviandmagicspell_train.json new file mode 100644 index 0000000..03f5ba8 --- /dev/null +++ b/examples/pipelines/all_configs/Ckaaviandmagicspell_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 500, + "min_m": 1, + "default_m": 250, + "default_n": 500 + }, + { + "max_n": 2000, + "min_m": 3, + "default_m": 1000, + "default_n": 2000 + }, + { + "max_n": 1000, + "min_m": 1, + "default_m": 500, + "default_n": 1000 + }, + { + "max_n": 1500, + "min_m": 2, + "default_m": 750, + "default_n": 1500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckalilaanddimnaintheloggingindustry_test.json b/examples/pipelines/all_configs/Ckalilaanddimnaintheloggingindustry_test.json new file mode 100644 index 0000000..f41bbfd --- /dev/null +++ b/examples/pipelines/all_configs/Ckalilaanddimnaintheloggingindustry_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 50, + "a_step_min": 5, + "a_step_max": 50, + "b_step_min": 5, + "b_step_max": 50 + }, + { + "n_min": 1, + "n_max": 100, + "a_step_min": 1, + "a_step_max": 100, + "b_step_min": 1, + "b_step_max": 100 + }, + { + "n_min": 5, + "n_max": 20, + "a_step_min": 5, + "a_step_max": 20, + "b_step_min": 5, + "b_step_max": 20 + }, + { + "n_min": 1, + "n_max": 10, + "a_step_min": 1, + "a_step_max": 10, + "b_step_min": 1, + "b_step_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckalilaanddimnaintheloggingindustry_train.json b/examples/pipelines/all_configs/Ckalilaanddimnaintheloggingindustry_train.json new file mode 100644 index 0000000..f41bbfd --- /dev/null +++ b/examples/pipelines/all_configs/Ckalilaanddimnaintheloggingindustry_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 50, + "a_step_min": 5, + "a_step_max": 50, + "b_step_min": 5, + "b_step_max": 50 + }, + { + "n_min": 1, + "n_max": 100, + "a_step_min": 1, + "a_step_max": 100, + "b_step_min": 1, + "b_step_max": 100 + }, + { + "n_min": 5, + "n_max": 20, + "a_step_min": 5, + "a_step_max": 20, + "b_step_min": 5, + "b_step_max": 20 + }, + { + "n_min": 1, + "n_max": 10, + "a_step_min": 1, + "a_step_max": 10, + "b_step_min": 1, + "b_step_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckamalolmolkspainting_test.json b/examples/pipelines/all_configs/Ckamalolmolkspainting_test.json new file mode 100644 index 0000000..f5be08d --- /dev/null +++ b/examples/pipelines/all_configs/Ckamalolmolkspainting_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_m": 2, + "max_m": 3 + }, + { + "min_n": 2, + "max_n": 4, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 3, + "max_n": 4, + "min_m": 3, + "max_m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckamalolmolkspainting_train.json b/examples/pipelines/all_configs/Ckamalolmolkspainting_train.json new file mode 100644 index 0000000..f5be08d --- /dev/null +++ b/examples/pipelines/all_configs/Ckamalolmolkspainting_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_m": 2, + "max_m": 3 + }, + { + "min_n": 2, + "max_n": 4, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 3, + "max_n": 4, + "min_m": 3, + "max_m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckbeautifulstrings_test.json b/examples/pipelines/all_configs/Ckbeautifulstrings_test.json new file mode 100644 index 0000000..c775651 --- /dev/null +++ b/examples/pipelines/all_configs/Ckbeautifulstrings_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 20, + "max_k": 20 + }, + { + "max_n": 15, + "max_k": 15 + }, + { + "max_n": 10, + "max_k": 10 + }, + { + "max_n": 10, + "max_k": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckbeautifulstrings_train.json b/examples/pipelines/all_configs/Ckbeautifulstrings_train.json new file mode 100644 index 0000000..c775651 --- /dev/null +++ b/examples/pipelines/all_configs/Ckbeautifulstrings_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 20, + "max_k": 20 + }, + { + "max_n": 15, + "max_k": 15 + }, + { + "max_n": 10, + "max_k": 10 + }, + { + "max_n": 10, + "max_k": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckcompleteword_test.json b/examples/pipelines/all_configs/Ckcompleteword_test.json new file mode 100644 index 0000000..5607773 --- /dev/null +++ b/examples/pipelines/all_configs/Ckcompleteword_test.json @@ -0,0 +1,18 @@ +[ + { + "max_k": 10, + "max_m": 5 + }, + { + "max_k": 10, + "max_m": 10 + }, + { + "max_k": 5, + "max_m": 10 + }, + { + "max_k": 10, + "max_m": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckcompleteword_train.json b/examples/pipelines/all_configs/Ckcompleteword_train.json new file mode 100644 index 0000000..5607773 --- /dev/null +++ b/examples/pipelines/all_configs/Ckcompleteword_train.json @@ -0,0 +1,18 @@ +[ + { + "max_k": 10, + "max_m": 5 + }, + { + "max_k": 10, + "max_m": 10 + }, + { + "max_k": 5, + "max_m": 10 + }, + { + "max_k": 10, + "max_m": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckilljoy_test.json b/examples/pipelines/all_configs/Ckilljoy_test.json new file mode 100644 index 0000000..c667ed2 --- /dev/null +++ b/examples/pipelines/all_configs/Ckilljoy_test.json @@ -0,0 +1,86 @@ +[ + { + "n_min": 2, + "n_max": 100, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 10, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 20, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 10, + "a_range": [ + -500, + 500 + ], + "x_range": [ + -1000, + 1000 + ] + }, + { + "n_min": 2, + "n_max": 25, + "a_range": [ + -2000, + 2000 + ], + "x_range": [ + -3000, + 3000 + ] + }, + { + "n_min": 2, + "n_max": 40, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 30, + "a_range": [ + -1000, + 1000 + ], + "x_range": [ + -2000, + 2000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckilljoy_train.json b/examples/pipelines/all_configs/Ckilljoy_train.json new file mode 100644 index 0000000..c667ed2 --- /dev/null +++ b/examples/pipelines/all_configs/Ckilljoy_train.json @@ -0,0 +1,86 @@ +[ + { + "n_min": 2, + "n_max": 100, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 10, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 20, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 10, + "a_range": [ + -500, + 500 + ], + "x_range": [ + -1000, + 1000 + ] + }, + { + "n_min": 2, + "n_max": 25, + "a_range": [ + -2000, + 2000 + ], + "x_range": [ + -3000, + 3000 + ] + }, + { + "n_min": 2, + "n_max": 40, + "a_range": [ + -4000, + 4000 + ], + "x_range": [ + -4000, + 4000 + ] + }, + { + "n_min": 2, + "n_max": 30, + "a_range": [ + -1000, + 1000 + ], + "x_range": [ + -2000, + 2000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckingspath_test.json b/examples/pipelines/all_configs/Ckingspath_test.json new file mode 100644 index 0000000..6b91ebc --- /dev/null +++ b/examples/pipelines/all_configs/Ckingspath_test.json @@ -0,0 +1,12 @@ +[ + { + "max_coord": 200, + "min_segments": 3, + "max_segments": 10 + }, + { + "max_coord": 100, + "min_segments": 1, + "max_segments": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckingspath_train.json b/examples/pipelines/all_configs/Ckingspath_train.json new file mode 100644 index 0000000..6b91ebc --- /dev/null +++ b/examples/pipelines/all_configs/Ckingspath_train.json @@ -0,0 +1,12 @@ +[ + { + "max_coord": 200, + "min_segments": 3, + "max_segments": 10 + }, + { + "max_coord": 100, + "min_segments": 1, + "max_segments": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckintegers_test.json b/examples/pipelines/all_configs/Ckintegers_test.json new file mode 100644 index 0000000..6cb2e2a --- /dev/null +++ b/examples/pipelines/all_configs/Ckintegers_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 100 + }, + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckintegers_train.json b/examples/pipelines/all_configs/Ckintegers_train.json new file mode 100644 index 0000000..6cb2e2a --- /dev/null +++ b/examples/pipelines/all_configs/Ckintegers_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 100 + }, + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cknights_test.json b/examples/pipelines/all_configs/Cknights_test.json new file mode 100644 index 0000000..cc6e0c1 --- /dev/null +++ b/examples/pipelines/all_configs/Cknights_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 999, + "max_n": 1000 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 7, + "max_n": 7 + }, + { + "min_n": 100, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 1 + }, + { + "min_n": 50, + "max_n": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cknights_train.json b/examples/pipelines/all_configs/Cknights_train.json new file mode 100644 index 0000000..cc6e0c1 --- /dev/null +++ b/examples/pipelines/all_configs/Cknights_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 999, + "max_n": 1000 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 7, + "max_n": 7 + }, + { + "min_n": 100, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 1 + }, + { + "min_n": 50, + "max_n": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cktree_test.json b/examples/pipelines/all_configs/Cktree_test.json new file mode 100644 index 0000000..e8c513e --- /dev/null +++ b/examples/pipelines/all_configs/Cktree_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 80, + "min_k": 5, + "max_k": 30 + }, + { + "min_n": 1, + "max_n": 100, + "min_k": 1, + "max_k": 50 + }, + { + "min_n": 1, + "max_n": 100, + "min_k": 1, + "max_k": 100 + }, + { + "min_n": 1, + "max_n": 80, + "min_k": 1, + "max_k": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cktree_train.json b/examples/pipelines/all_configs/Cktree_train.json new file mode 100644 index 0000000..e8c513e --- /dev/null +++ b/examples/pipelines/all_configs/Cktree_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 80, + "min_k": 5, + "max_k": 30 + }, + { + "min_n": 1, + "max_n": 100, + "min_k": 1, + "max_k": 50 + }, + { + "min_n": 1, + "max_n": 100, + "min_k": 1, + "max_k": 100 + }, + { + "min_n": 1, + "max_n": 80, + "min_k": 1, + "max_k": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckuroandwalkingroute_test.json b/examples/pipelines/all_configs/Ckuroandwalkingroute_test.json new file mode 100644 index 0000000..a1e2fea --- /dev/null +++ b/examples/pipelines/all_configs/Ckuroandwalkingroute_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 8, + "default_n": 4, + "x": 2, + "y": 5 + }, + { + "max_n": 10, + "default_n": 5, + "x": 3, + "y": 7 + }, + { + "max_n": 15, + "default_n": 10, + "x": 5, + "y": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckuroandwalkingroute_train.json b/examples/pipelines/all_configs/Ckuroandwalkingroute_train.json new file mode 100644 index 0000000..a1e2fea --- /dev/null +++ b/examples/pipelines/all_configs/Ckuroandwalkingroute_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 8, + "default_n": 4, + "x": 2, + "y": 5 + }, + { + "max_n": 10, + "default_n": 5, + "x": 3, + "y": 7 + }, + { + "max_n": 15, + "default_n": 10, + "x": 5, + "y": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckuroniandimpossiblecalculation_test.json b/examples/pipelines/all_configs/Ckuroniandimpossiblecalculation_test.json new file mode 100644 index 0000000..b760798 --- /dev/null +++ b/examples/pipelines/all_configs/Ckuroniandimpossiblecalculation_test.json @@ -0,0 +1,56 @@ +[ + { + "min_n": 3, + "max_n": 18, + "min_m": 1, + "max_m": 800, + "a_min": 0, + "a_max": 1000000, + "n_gt_m_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 12, + "min_m": 1, + "max_m": 200, + "a_min": 0, + "a_max": 1500000, + "n_gt_m_prob": 0.7 + }, + { + "min_n": 2, + "max_n": 18, + "min_m": 1, + "max_m": 800, + "a_min": 0, + "a_max": 1000000, + "n_gt_m_prob": 0.6 + }, + { + "min_n": 2, + "max_n": 15, + "min_m": 1, + "max_m": 500, + "a_min": 0, + "a_max": 500000, + "n_gt_m_prob": 0.3 + }, + { + "min_n": 2, + "max_n": 10, + "min_m": 1, + "max_m": 100, + "a_min": 0, + "a_max": 1000000, + "n_gt_m_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 1, + "max_m": 800, + "a_min": 0, + "a_max": 500000, + "n_gt_m_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ckuroniandimpossiblecalculation_train.json b/examples/pipelines/all_configs/Ckuroniandimpossiblecalculation_train.json new file mode 100644 index 0000000..b760798 --- /dev/null +++ b/examples/pipelines/all_configs/Ckuroniandimpossiblecalculation_train.json @@ -0,0 +1,56 @@ +[ + { + "min_n": 3, + "max_n": 18, + "min_m": 1, + "max_m": 800, + "a_min": 0, + "a_max": 1000000, + "n_gt_m_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 12, + "min_m": 1, + "max_m": 200, + "a_min": 0, + "a_max": 1500000, + "n_gt_m_prob": 0.7 + }, + { + "min_n": 2, + "max_n": 18, + "min_m": 1, + "max_m": 800, + "a_min": 0, + "a_max": 1000000, + "n_gt_m_prob": 0.6 + }, + { + "min_n": 2, + "max_n": 15, + "min_m": 1, + "max_m": 500, + "a_min": 0, + "a_max": 500000, + "n_gt_m_prob": 0.3 + }, + { + "min_n": 2, + "max_n": 10, + "min_m": 1, + "max_m": 100, + "a_min": 0, + "a_max": 1000000, + "n_gt_m_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 1, + "max_m": 800, + "a_min": 0, + "a_max": 500000, + "n_gt_m_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cladder_test.json b/examples/pipelines/all_configs/Cladder_test.json new file mode 100644 index 0000000..b03cb0e --- /dev/null +++ b/examples/pipelines/all_configs/Cladder_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "m": 10, + "max_val": 1000, + "seed": 123 + }, + { + "n": 50, + "m": 20, + "max_val": 10000, + "seed": 7 + }, + { + "n": 8, + "m": 6, + "max_val": 100, + "seed": 42 + }, + { + "n": 20, + "m": 50, + "max_val": 5000, + "seed": 456 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cladder_train.json b/examples/pipelines/all_configs/Cladder_train.json new file mode 100644 index 0000000..b03cb0e --- /dev/null +++ b/examples/pipelines/all_configs/Cladder_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "m": 10, + "max_val": 1000, + "seed": 123 + }, + { + "n": 50, + "m": 20, + "max_val": 10000, + "seed": 7 + }, + { + "n": 8, + "m": 6, + "max_val": 100, + "seed": 42 + }, + { + "n": 20, + "m": 50, + "max_val": 5000, + "seed": 456 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clatinsquare_test.json b/examples/pipelines/all_configs/Clatinsquare_test.json new file mode 100644 index 0000000..65aedfd --- /dev/null +++ b/examples/pipelines/all_configs/Clatinsquare_test.json @@ -0,0 +1,50 @@ +[ + { + "default_n": 3, + "default_m": 5, + "n_range": [ + 3, + 4 + ], + "m_range": [ + 5, + 8 + ] + }, + { + "default_n": 4, + "default_m": 6, + "n_range": [ + 3, + 5 + ], + "m_range": [ + 6, + 12 + ] + }, + { + "default_n": 3, + "default_m": 5, + "n_range": [ + 3, + 5 + ], + "m_range": [ + 5, + 10 + ] + }, + { + "default_n": 2, + "default_m": 4, + "n_range": [ + 2, + 3 + ], + "m_range": [ + 4, + 7 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clatinsquare_train.json b/examples/pipelines/all_configs/Clatinsquare_train.json new file mode 100644 index 0000000..65aedfd --- /dev/null +++ b/examples/pipelines/all_configs/Clatinsquare_train.json @@ -0,0 +1,50 @@ +[ + { + "default_n": 3, + "default_m": 5, + "n_range": [ + 3, + 4 + ], + "m_range": [ + 5, + 8 + ] + }, + { + "default_n": 4, + "default_m": 6, + "n_range": [ + 3, + 5 + ], + "m_range": [ + 6, + 12 + ] + }, + { + "default_n": 3, + "default_m": 5, + "n_range": [ + 3, + 5 + ], + "m_range": [ + 5, + 10 + ] + }, + { + "default_n": 2, + "default_m": 4, + "n_range": [ + 2, + 3 + ], + "m_range": [ + 4, + 7 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cleagueofleesins_test.json b/examples/pipelines/all_configs/Cleagueofleesins_test.json new file mode 100644 index 0000000..e130cec --- /dev/null +++ b/examples/pipelines/all_configs/Cleagueofleesins_test.json @@ -0,0 +1,11 @@ +[ + { + "n": 10, + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cleagueofleesins_train.json b/examples/pipelines/all_configs/Cleagueofleesins_train.json new file mode 100644 index 0000000..e130cec --- /dev/null +++ b/examples/pipelines/all_configs/Cleagueofleesins_train.json @@ -0,0 +1,11 @@ +[ + { + "n": 10, + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cleavingthebar_test.json b/examples/pipelines/all_configs/Cleavingthebar_test.json new file mode 100644 index 0000000..be84d9f --- /dev/null +++ b/examples/pipelines/all_configs/Cleavingthebar_test.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 200, + "max_n": 2000, + "max_vector_length": 500000 + }, + { + "min_n": 1, + "max_n": 1000, + "max_vector_length": 1000000 + }, + { + "min_n": 3, + "max_n": 30, + "max_vector_length": 5000 + }, + { + "min_n": 10, + "max_n": 100, + "max_vector_length": 50000 + }, + { + "min_n": 5, + "max_n": 50, + "max_vector_length": 1000 + }, + { + "min_n": 1, + "max_n": 100, + "max_vector_length": 1000000 + }, + { + "min_n": 2, + "max_n": 500, + "max_vector_length": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cleavingthebar_train.json b/examples/pipelines/all_configs/Cleavingthebar_train.json new file mode 100644 index 0000000..be84d9f --- /dev/null +++ b/examples/pipelines/all_configs/Cleavingthebar_train.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 200, + "max_n": 2000, + "max_vector_length": 500000 + }, + { + "min_n": 1, + "max_n": 1000, + "max_vector_length": 1000000 + }, + { + "min_n": 3, + "max_n": 30, + "max_vector_length": 5000 + }, + { + "min_n": 10, + "max_n": 100, + "max_vector_length": 50000 + }, + { + "min_n": 5, + "max_n": 50, + "max_vector_length": 1000 + }, + { + "min_n": 1, + "max_n": 100, + "max_vector_length": 1000000 + }, + { + "min_n": 2, + "max_n": 500, + "max_vector_length": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clevkoandstrings_test.json b/examples/pipelines/all_configs/Clevkoandstrings_test.json new file mode 100644 index 0000000..c3cd997 --- /dev/null +++ b/examples/pipelines/all_configs/Clevkoandstrings_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_k": 30 + }, + { + "max_n": 8, + "max_k": 50 + }, + { + "max_n": 6, + "max_k": 40 + }, + { + "max_n": 7, + "max_k": 45 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clevkoandstrings_train.json b/examples/pipelines/all_configs/Clevkoandstrings_train.json new file mode 100644 index 0000000..c3cd997 --- /dev/null +++ b/examples/pipelines/all_configs/Clevkoandstrings_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_k": 30 + }, + { + "max_n": 8, + "max_k": 50 + }, + { + "max_n": 6, + "max_k": 40 + }, + { + "max_n": 7, + "max_k": 45 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clinkcutcentroids_test.json b/examples/pipelines/all_configs/Clinkcutcentroids_test.json new file mode 100644 index 0000000..44e6ac6 --- /dev/null +++ b/examples/pipelines/all_configs/Clinkcutcentroids_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 5, + "max_n": 25 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 50 + }, + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 4, + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clinkcutcentroids_train.json b/examples/pipelines/all_configs/Clinkcutcentroids_train.json new file mode 100644 index 0000000..44e6ac6 --- /dev/null +++ b/examples/pipelines/all_configs/Clinkcutcentroids_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 5, + "max_n": 25 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 50 + }, + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 4, + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittlealawnspuzzle_test.json b/examples/pipelines/all_configs/Clittlealawnspuzzle_test.json new file mode 100644 index 0000000..b1db4de --- /dev/null +++ b/examples/pipelines/all_configs/Clittlealawnspuzzle_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 4, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittlealawnspuzzle_train.json b/examples/pipelines/all_configs/Clittlealawnspuzzle_train.json new file mode 100644 index 0000000..b1db4de --- /dev/null +++ b/examples/pipelines/all_configs/Clittlealawnspuzzle_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 4, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleelephantandfurikandrubik_test.json b/examples/pipelines/all_configs/Clittleelephantandfurikandrubik_test.json new file mode 100644 index 0000000..5e23608 --- /dev/null +++ b/examples/pipelines/all_configs/Clittleelephantandfurikandrubik_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 4, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleelephantandfurikandrubik_train.json b/examples/pipelines/all_configs/Clittleelephantandfurikandrubik_train.json new file mode 100644 index 0000000..5e23608 --- /dev/null +++ b/examples/pipelines/all_configs/Clittleelephantandfurikandrubik_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 4, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleelephantandlcm_test.json b/examples/pipelines/all_configs/Clittleelephantandlcm_test.json new file mode 100644 index 0000000..9c6ce2f --- /dev/null +++ b/examples/pipelines/all_configs/Clittleelephantandlcm_test.json @@ -0,0 +1,18 @@ +[ + { + "n_max": 10, + "ai_max": 20 + }, + { + "n_max": 15, + "ai_max": 10 + }, + { + "n_max": 5, + "ai_max": 10 + }, + { + "n_max": 10, + "ai_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleelephantandlcm_train.json b/examples/pipelines/all_configs/Clittleelephantandlcm_train.json new file mode 100644 index 0000000..9c6ce2f --- /dev/null +++ b/examples/pipelines/all_configs/Clittleelephantandlcm_train.json @@ -0,0 +1,18 @@ +[ + { + "n_max": 10, + "ai_max": 20 + }, + { + "n_max": 15, + "ai_max": 10 + }, + { + "n_max": 5, + "ai_max": 10 + }, + { + "n_max": 10, + "ai_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleelephantandshifts_test.json b/examples/pipelines/all_configs/Clittleelephantandshifts_test.json new file mode 100644 index 0000000..1e73718 --- /dev/null +++ b/examples/pipelines/all_configs/Clittleelephantandshifts_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 2 + }, + { + "n": 5 + }, + { + "n": 1 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleelephantandshifts_train.json b/examples/pipelines/all_configs/Clittleelephantandshifts_train.json new file mode 100644 index 0000000..1e73718 --- /dev/null +++ b/examples/pipelines/all_configs/Clittleelephantandshifts_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 2 + }, + { + "n": 5 + }, + { + "n": 1 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittlefrog_test.json b/examples/pipelines/all_configs/Clittlefrog_test.json new file mode 100644 index 0000000..72dee95 --- /dev/null +++ b/examples/pipelines/all_configs/Clittlefrog_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 50 + }, + { + "n": 1 + }, + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittlefrog_train.json b/examples/pipelines/all_configs/Clittlefrog_train.json new file mode 100644 index 0000000..72dee95 --- /dev/null +++ b/examples/pipelines/all_configs/Clittlefrog_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 50 + }, + { + "n": 1 + }, + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittlegirlandmaximumsum_test.json b/examples/pipelines/all_configs/Clittlegirlandmaximumsum_test.json new file mode 100644 index 0000000..608bff9 --- /dev/null +++ b/examples/pipelines/all_configs/Clittlegirlandmaximumsum_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 200000, + "min_q": 1, + "max_q": 200000, + "max_a": 200000 + }, + { + "min_n": 10, + "max_n": 200000, + "min_q": 10, + "max_q": 100, + "max_a": 200000 + }, + { + "min_n": 1, + "max_n": 1000, + "min_q": 1, + "max_q": 1000, + "max_a": 200000 + }, + { + "min_n": 50, + "max_n": 1000, + "min_q": 50, + "max_q": 500, + "max_a": 150000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittlegirlandmaximumsum_train.json b/examples/pipelines/all_configs/Clittlegirlandmaximumsum_train.json new file mode 100644 index 0000000..608bff9 --- /dev/null +++ b/examples/pipelines/all_configs/Clittlegirlandmaximumsum_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 200000, + "min_q": 1, + "max_q": 200000, + "max_a": 200000 + }, + { + "min_n": 10, + "max_n": 200000, + "min_q": 10, + "max_q": 100, + "max_a": 200000 + }, + { + "min_n": 1, + "max_n": 1000, + "min_q": 1, + "max_q": 1000, + "max_a": 200000 + }, + { + "min_n": 50, + "max_n": 1000, + "min_q": 50, + "max_q": 500, + "max_a": 150000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleponyandsummersuncelebration_test.json b/examples/pipelines/all_configs/Clittleponyandsummersuncelebration_test.json new file mode 100644 index 0000000..26f55ac --- /dev/null +++ b/examples/pipelines/all_configs/Clittleponyandsummersuncelebration_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 4, + "n_max": 20, + "seed": 789 + }, + { + "n_min": 2, + "n_max": 20, + "seed": 1 + }, + { + "n_min": 3, + "n_max": 15, + "seed": 456 + }, + { + "n_min": 5, + "n_max": 20, + "seed": 100 + }, + { + "n_min": 2, + "n_max": 10, + "seed": 0 + }, + { + "n_min": 2, + "n_max": 5, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clittleponyandsummersuncelebration_train.json b/examples/pipelines/all_configs/Clittleponyandsummersuncelebration_train.json new file mode 100644 index 0000000..26f55ac --- /dev/null +++ b/examples/pipelines/all_configs/Clittleponyandsummersuncelebration_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 4, + "n_max": 20, + "seed": 789 + }, + { + "n_min": 2, + "n_max": 20, + "seed": 1 + }, + { + "n_min": 3, + "n_max": 15, + "seed": 456 + }, + { + "n_min": 5, + "n_max": 20, + "seed": 100 + }, + { + "n_min": 2, + "n_max": 10, + "seed": 0 + }, + { + "n_min": 2, + "n_max": 5, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clogoturtle_test.json b/examples/pipelines/all_configs/Clogoturtle_test.json new file mode 100644 index 0000000..b573575 --- /dev/null +++ b/examples/pipelines/all_configs/Clogoturtle_test.json @@ -0,0 +1,26 @@ +[ + { + "min_commands_length": 5, + "max_commands_length": 10, + "min_n": 1, + "max_n": 10 + }, + { + "min_commands_length": 50, + "max_commands_length": 100, + "min_n": 10, + "max_n": 50 + }, + { + "min_commands_length": 20, + "max_commands_length": 80, + "min_n": 15, + "max_n": 30 + }, + { + "min_commands_length": 10, + "max_commands_length": 50, + "min_n": 5, + "max_n": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clogoturtle_train.json b/examples/pipelines/all_configs/Clogoturtle_train.json new file mode 100644 index 0000000..b573575 --- /dev/null +++ b/examples/pipelines/all_configs/Clogoturtle_train.json @@ -0,0 +1,26 @@ +[ + { + "min_commands_length": 5, + "max_commands_length": 10, + "min_n": 1, + "max_n": 10 + }, + { + "min_commands_length": 50, + "max_commands_length": 100, + "min_n": 10, + "max_n": 50 + }, + { + "min_commands_length": 20, + "max_commands_length": 80, + "min_n": 15, + "max_n": 30 + }, + { + "min_commands_length": 10, + "max_commands_length": 50, + "min_n": 5, + "max_n": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clru_test.json b/examples/pipelines/all_configs/Clru_test.json new file mode 100644 index 0000000..f79f8cd --- /dev/null +++ b/examples/pipelines/all_configs/Clru_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 20 + }, + { + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clru_train.json b/examples/pipelines/all_configs/Clru_train.json new file mode 100644 index 0000000..f79f8cd --- /dev/null +++ b/examples/pipelines/all_configs/Clru_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 20 + }, + { + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckydays_test.json b/examples/pipelines/all_configs/Cluckydays_test.json new file mode 100644 index 0000000..2d438d0 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckydays_test.json @@ -0,0 +1,11 @@ +[ + { + "max_period": 2000 + }, + { + "max_period": 100 + }, + { + "max_period": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckydays_train.json b/examples/pipelines/all_configs/Cluckydays_train.json new file mode 100644 index 0000000..2d438d0 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckydays_train.json @@ -0,0 +1,11 @@ +[ + { + "max_period": 2000 + }, + { + "max_period": 100 + }, + { + "max_period": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckypermutation_test.json b/examples/pipelines/all_configs/Cluckypermutation_test.json new file mode 100644 index 0000000..5217019 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckypermutation_test.json @@ -0,0 +1,17 @@ +[ + { + "max_m": 5 + }, + { + "max_m": 10 + }, + { + "max_m": 15 + }, + { + "max_m": 12 + }, + { + "max_m": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckypermutation_train.json b/examples/pipelines/all_configs/Cluckypermutation_train.json new file mode 100644 index 0000000..5217019 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckypermutation_train.json @@ -0,0 +1,17 @@ +[ + { + "max_m": 5 + }, + { + "max_m": 10 + }, + { + "max_m": 15 + }, + { + "max_m": 12 + }, + { + "max_m": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckysubsequence_test.json b/examples/pipelines/all_configs/Cluckysubsequence_test.json new file mode 100644 index 0000000..b51faf5 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckysubsequence_test.json @@ -0,0 +1,23 @@ +[ + { + "max_lucky_types": 4, + "min_n": 1, + "max_n": 15, + "max_rest_count": 6, + "max_lucky_count": 2 + }, + { + "max_lucky_types": 5, + "min_n": 1, + "max_n": 25, + "max_rest_count": 10, + "max_lucky_count": 4 + }, + { + "max_lucky_types": 3, + "min_n": 1, + "max_n": 10, + "max_rest_count": 5, + "max_lucky_count": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckysubsequence_train.json b/examples/pipelines/all_configs/Cluckysubsequence_train.json new file mode 100644 index 0000000..b51faf5 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckysubsequence_train.json @@ -0,0 +1,23 @@ +[ + { + "max_lucky_types": 4, + "min_n": 1, + "max_n": 15, + "max_rest_count": 6, + "max_lucky_count": 2 + }, + { + "max_lucky_types": 5, + "min_n": 1, + "max_n": 25, + "max_rest_count": 10, + "max_lucky_count": 4 + }, + { + "max_lucky_types": 3, + "min_n": 1, + "max_n": 10, + "max_rest_count": 5, + "max_lucky_count": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckytree_test.json b/examples/pipelines/all_configs/Cluckytree_test.json new file mode 100644 index 0000000..64e5410 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckytree_test.json @@ -0,0 +1,29 @@ +[ + { + "n_min": 4, + "n_max": 100, + "lucky_prob": 0.5, + "weight_min": 1, + "weight_max": 1000000000, + "force_lucky_edge": true, + "edge_uniform": true + }, + { + "n_min": 5, + "n_max": 50, + "lucky_prob": 0.7, + "weight_min": 1, + "weight_max": 1000, + "force_lucky_edge": false, + "edge_uniform": true + }, + { + "n_min": 4, + "n_max": 100, + "lucky_prob": 0.5, + "weight_min": 1, + "weight_max": 1000, + "force_lucky_edge": true, + "edge_uniform": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cluckytree_train.json b/examples/pipelines/all_configs/Cluckytree_train.json new file mode 100644 index 0000000..64e5410 --- /dev/null +++ b/examples/pipelines/all_configs/Cluckytree_train.json @@ -0,0 +1,29 @@ +[ + { + "n_min": 4, + "n_max": 100, + "lucky_prob": 0.5, + "weight_min": 1, + "weight_max": 1000000000, + "force_lucky_edge": true, + "edge_uniform": true + }, + { + "n_min": 5, + "n_max": 50, + "lucky_prob": 0.7, + "weight_min": 1, + "weight_max": 1000, + "force_lucky_edge": false, + "edge_uniform": true + }, + { + "n_min": 4, + "n_max": 100, + "lucky_prob": 0.5, + "weight_min": 1, + "weight_max": 1000, + "force_lucky_edge": true, + "edge_uniform": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clunarnewyearandnumberdivision_test.json b/examples/pipelines/all_configs/Clunarnewyearandnumberdivision_test.json new file mode 100644 index 0000000..27f3727 --- /dev/null +++ b/examples/pipelines/all_configs/Clunarnewyearandnumberdivision_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 4, + "max_n": 6, + "max_num": 5000 + }, + { + "min_n": 2, + "max_n": 8, + "max_num": 10000 + }, + { + "min_n": 2, + "max_n": 4, + "max_num": 1000 + }, + { + "min_n": 2, + "max_n": 8, + "max_num": 5000 + }, + { + "min_n": 8, + "max_n": 8, + "max_num": 10000 + }, + { + "min_n": 2, + "max_n": 10, + "max_num": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Clunarnewyearandnumberdivision_train.json b/examples/pipelines/all_configs/Clunarnewyearandnumberdivision_train.json new file mode 100644 index 0000000..27f3727 --- /dev/null +++ b/examples/pipelines/all_configs/Clunarnewyearandnumberdivision_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 4, + "max_n": 6, + "max_num": 5000 + }, + { + "min_n": 2, + "max_n": 8, + "max_num": 10000 + }, + { + "min_n": 2, + "max_n": 4, + "max_num": 1000 + }, + { + "min_n": 2, + "max_n": 8, + "max_num": 5000 + }, + { + "min_n": 8, + "max_n": 8, + "max_num": 10000 + }, + { + "min_n": 2, + "max_n": 10, + "max_num": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmachineprogramming_test.json b/examples/pipelines/all_configs/Cmachineprogramming_test.json new file mode 100644 index 0000000..e9ee983 --- /dev/null +++ b/examples/pipelines/all_configs/Cmachineprogramming_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 6, + "max_k": 4, + "time_max": 15 + }, + { + "max_n": 10, + "max_k": 2, + "time_max": 25 + }, + { + "max_n": 8, + "max_k": 5, + "time_max": 30 + }, + { + "max_n": 7, + "max_k": 2, + "time_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmachineprogramming_train.json b/examples/pipelines/all_configs/Cmachineprogramming_train.json new file mode 100644 index 0000000..e9ee983 --- /dev/null +++ b/examples/pipelines/all_configs/Cmachineprogramming_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 6, + "max_k": 4, + "time_max": 15 + }, + { + "max_n": 10, + "max_k": 2, + "time_max": 25 + }, + { + "max_n": 8, + "max_k": 5, + "time_max": 30 + }, + { + "max_n": 7, + "max_k": 2, + "time_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmagicfive_test.json b/examples/pipelines/all_configs/Cmagicfive_test.json new file mode 100644 index 0000000..a48dffa --- /dev/null +++ b/examples/pipelines/all_configs/Cmagicfive_test.json @@ -0,0 +1,30 @@ +[ + { + "a_min_length": 4, + "a_max_length": 20, + "k_min": 10, + "k_max": 1000, + "prob_05": 0.3 + }, + { + "a_min_length": 2, + "a_max_length": 10, + "k_min": 5, + "k_max": 500, + "prob_05": 0.4 + }, + { + "a_min_length": 2, + "a_max_length": 15, + "k_min": 5, + "k_max": 1000, + "prob_05": 0.4 + }, + { + "a_min_length": 1, + "a_max_length": 5, + "k_min": 1, + "k_max": 100, + "prob_05": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmagicfive_train.json b/examples/pipelines/all_configs/Cmagicfive_train.json new file mode 100644 index 0000000..a48dffa --- /dev/null +++ b/examples/pipelines/all_configs/Cmagicfive_train.json @@ -0,0 +1,30 @@ +[ + { + "a_min_length": 4, + "a_max_length": 20, + "k_min": 10, + "k_max": 1000, + "prob_05": 0.3 + }, + { + "a_min_length": 2, + "a_max_length": 10, + "k_min": 5, + "k_max": 500, + "prob_05": 0.4 + }, + { + "a_min_length": 2, + "a_max_length": 15, + "k_min": 5, + "k_max": 1000, + "prob_05": 0.4 + }, + { + "a_min_length": 1, + "a_max_length": 5, + "k_min": 1, + "k_max": 100, + "prob_05": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmagicformulas_test.json b/examples/pipelines/all_configs/Cmagicformulas_test.json new file mode 100644 index 0000000..1c7e262 --- /dev/null +++ b/examples/pipelines/all_configs/Cmagicformulas_test.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 1, + "max_n": 10, + "max_p": 100 + }, + { + "min_n": 3, + "max_n": 50, + "max_p": 1500000000 + }, + { + "min_n": 5, + "max_n": 100, + "max_p": 500000000 + }, + { + "min_n": 1, + "max_n": 100, + "max_p": 1000000000 + }, + { + "min_n": 2, + "max_n": 30, + "max_p": 1000000 + }, + { + "min_n": 10, + "max_n": 50, + "max_p": 1000 + }, + { + "min_n": 1, + "max_n": 20, + "max_p": 2000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmagicformulas_train.json b/examples/pipelines/all_configs/Cmagicformulas_train.json new file mode 100644 index 0000000..1c7e262 --- /dev/null +++ b/examples/pipelines/all_configs/Cmagicformulas_train.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 1, + "max_n": 10, + "max_p": 100 + }, + { + "min_n": 3, + "max_n": 50, + "max_p": 1500000000 + }, + { + "min_n": 5, + "max_n": 100, + "max_p": 500000000 + }, + { + "min_n": 1, + "max_n": 100, + "max_p": 1000000000 + }, + { + "min_n": 2, + "max_n": 30, + "max_p": 1000000 + }, + { + "min_n": 10, + "max_n": 50, + "max_p": 1000 + }, + { + "min_n": 1, + "max_n": 20, + "max_p": 2000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmagicgrid_test.json b/examples/pipelines/all_configs/Cmagicgrid_test.json new file mode 100644 index 0000000..aee5955 --- /dev/null +++ b/examples/pipelines/all_configs/Cmagicgrid_test.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 20, + "max_n": 32 + }, + { + "min_n": 12, + "max_n": 24 + }, + { + "n": 12 + }, + { + "n": 28 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 4, + "max_n": 1000 + }, + { + "n": 16 + }, + { + "n": 4 + }, + { + "n": 20 + }, + { + "min_n": 8, + "max_n": 16 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmagicgrid_train.json b/examples/pipelines/all_configs/Cmagicgrid_train.json new file mode 100644 index 0000000..aee5955 --- /dev/null +++ b/examples/pipelines/all_configs/Cmagicgrid_train.json @@ -0,0 +1,37 @@ +[ + { + "min_n": 20, + "max_n": 32 + }, + { + "min_n": 12, + "max_n": 24 + }, + { + "n": 12 + }, + { + "n": 28 + }, + { + "min_n": 4, + "max_n": 4 + }, + { + "min_n": 4, + "max_n": 1000 + }, + { + "n": 16 + }, + { + "n": 4 + }, + { + "n": 20 + }, + { + "min_n": 8, + "max_n": 16 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmahmoudandamessage_test.json b/examples/pipelines/all_configs/Cmahmoudandamessage_test.json new file mode 100644 index 0000000..b206586 --- /dev/null +++ b/examples/pipelines/all_configs/Cmahmoudandamessage_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 1, + "n_max": 10, + "char_set": "abcdefghijklmnopqrstuvwxyz" + }, + { + "n_min": 2, + "n_max": 25, + "char_set": "abcdefghijklmnopqrstuvwxyz" + }, + { + "n_min": 5, + "n_max": 20, + "char_set": "abcde" + }, + { + "n_min": 3, + "n_max": 15, + "char_set": "aeiou" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmahmoudandamessage_train.json b/examples/pipelines/all_configs/Cmahmoudandamessage_train.json new file mode 100644 index 0000000..b206586 --- /dev/null +++ b/examples/pipelines/all_configs/Cmahmoudandamessage_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 1, + "n_max": 10, + "char_set": "abcdefghijklmnopqrstuvwxyz" + }, + { + "n_min": 2, + "n_max": 25, + "char_set": "abcdefghijklmnopqrstuvwxyz" + }, + { + "n_min": 5, + "n_max": 20, + "char_set": "abcde" + }, + { + "n_min": 3, + "n_max": 15, + "char_set": "aeiou" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmahmoudandehabandthexor_test.json b/examples/pipelines/all_configs/Cmahmoudandehabandthexor_test.json new file mode 100644 index 0000000..ab43f7c --- /dev/null +++ b/examples/pipelines/all_configs/Cmahmoudandehabandthexor_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "min_x": 0, + "max_x": 100000, + "allow_unsolvable": false + }, + { + "min_n": 100, + "max_n": 1000, + "min_x": 50000, + "max_x": 100000, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 100, + "min_x": 0, + "max_x": 10000, + "allow_unsolvable": true + }, + { + "min_n": 50, + "max_n": 500, + "min_x": 0, + "max_x": 50000, + "allow_unsolvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmahmoudandehabandthexor_train.json b/examples/pipelines/all_configs/Cmahmoudandehabandthexor_train.json new file mode 100644 index 0000000..ab43f7c --- /dev/null +++ b/examples/pipelines/all_configs/Cmahmoudandehabandthexor_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "min_x": 0, + "max_x": 100000, + "allow_unsolvable": false + }, + { + "min_n": 100, + "max_n": 1000, + "min_x": 50000, + "max_x": 100000, + "allow_unsolvable": true + }, + { + "min_n": 1, + "max_n": 100, + "min_x": 0, + "max_x": 10000, + "allow_unsolvable": true + }, + { + "min_n": 50, + "max_n": 500, + "min_x": 0, + "max_x": 50000, + "allow_unsolvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmailstamps_test.json b/examples/pipelines/all_configs/Cmailstamps_test.json new file mode 100644 index 0000000..5ce0206 --- /dev/null +++ b/examples/pipelines/all_configs/Cmailstamps_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1000, + "max_n": 10000 + }, + { + "min_n": 100, + "max_n": 1000 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 10000, + "max_n": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmailstamps_train.json b/examples/pipelines/all_configs/Cmailstamps_train.json new file mode 100644 index 0000000..5ce0206 --- /dev/null +++ b/examples/pipelines/all_configs/Cmailstamps_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1000, + "max_n": 10000 + }, + { + "min_n": 100, + "max_n": 1000 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 10000, + "max_n": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmainsequence_test.json b/examples/pipelines/all_configs/Cmainsequence_test.json new file mode 100644 index 0000000..d46e0f0 --- /dev/null +++ b/examples/pipelines/all_configs/Cmainsequence_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 2 + }, + { + "max_n": 50 + }, + { + "max_n": 4 + }, + { + "max_n": 40 + }, + { + "max_n": 10 + }, + { + "max_n": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmainsequence_train.json b/examples/pipelines/all_configs/Cmainsequence_train.json new file mode 100644 index 0000000..d46e0f0 --- /dev/null +++ b/examples/pipelines/all_configs/Cmainsequence_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 2 + }, + { + "max_n": 50 + }, + { + "max_n": 4 + }, + { + "max_n": 40 + }, + { + "max_n": 10 + }, + { + "max_n": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmakegood_test.json b/examples/pipelines/all_configs/Cmakegood_test.json new file mode 100644 index 0000000..4a7dc21 --- /dev/null +++ b/examples/pipelines/all_configs/Cmakegood_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 5, + "max_n": 20, + "max_element": 1000000000 + }, + { + "min_n": 2, + "max_n": 10, + "max_element": 1000000 + }, + { + "min_n": 3, + "max_n": 15, + "max_element": 500000000 + }, + { + "min_n": 1, + "max_n": 10, + "max_element": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmakegood_train.json b/examples/pipelines/all_configs/Cmakegood_train.json new file mode 100644 index 0000000..4a7dc21 --- /dev/null +++ b/examples/pipelines/all_configs/Cmakegood_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 5, + "max_n": 20, + "max_element": 1000000000 + }, + { + "min_n": 2, + "max_n": 10, + "max_element": 1000000 + }, + { + "min_n": 3, + "max_n": 15, + "max_element": 500000000 + }, + { + "min_n": 1, + "max_n": 10, + "max_element": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmarbles_test.json b/examples/pipelines/all_configs/Cmarbles_test.json new file mode 100644 index 0000000..53b9c7c --- /dev/null +++ b/examples/pipelines/all_configs/Cmarbles_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 25 + }, + { + "n_min": 3, + "n_max": 20 + }, + { + "n_min": 10, + "n_max": 50 + }, + { + "n_min": 2, + "n_max": 10 + }, + { + "n_min": 8, + "n_max": 40 + }, + { + "n_min": 6, + "n_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmarbles_train.json b/examples/pipelines/all_configs/Cmarbles_train.json new file mode 100644 index 0000000..53b9c7c --- /dev/null +++ b/examples/pipelines/all_configs/Cmarbles_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 25 + }, + { + "n_min": 3, + "n_max": 20 + }, + { + "n_min": 10, + "n_max": 50 + }, + { + "n_min": 2, + "n_max": 10 + }, + { + "n_min": 8, + "n_max": 40 + }, + { + "n_min": 6, + "n_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmarinaandvasya_test.json b/examples/pipelines/all_configs/Cmarinaandvasya_test.json new file mode 100644 index 0000000..915dc1e --- /dev/null +++ b/examples/pipelines/all_configs/Cmarinaandvasya_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 5 + }, + { + "max_n": 10 + }, + { + "max_n": 50 + }, + { + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmarinaandvasya_train.json b/examples/pipelines/all_configs/Cmarinaandvasya_train.json new file mode 100644 index 0000000..915dc1e --- /dev/null +++ b/examples/pipelines/all_configs/Cmarinaandvasya_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 5 + }, + { + "max_n": 10 + }, + { + "max_n": 50 + }, + { + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmashaandtwofriends_test.json b/examples/pipelines/all_configs/Cmashaandtwofriends_test.json new file mode 100644 index 0000000..a4f155d --- /dev/null +++ b/examples/pipelines/all_configs/Cmashaandtwofriends_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50000, + "max_m": 100000 + }, + { + "max_n": 10000, + "max_m": 10000 + }, + { + "max_n": 50000, + "max_m": 50000 + }, + { + "max_n": 100000, + "max_m": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmashaandtwofriends_train.json b/examples/pipelines/all_configs/Cmashaandtwofriends_train.json new file mode 100644 index 0000000..a4f155d --- /dev/null +++ b/examples/pipelines/all_configs/Cmashaandtwofriends_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50000, + "max_m": 100000 + }, + { + "max_n": 10000, + "max_m": 10000 + }, + { + "max_n": 50000, + "max_m": 50000 + }, + { + "max_n": 100000, + "max_m": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmashmokhandreverseoperation_test.json b/examples/pipelines/all_configs/Cmashmokhandreverseoperation_test.json new file mode 100644 index 0000000..c4567d5 --- /dev/null +++ b/examples/pipelines/all_configs/Cmashmokhandreverseoperation_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 3, + "m_min": 3, + "m_max": 6 + }, + { + "max_n": 3, + "m_min": 1, + "m_max": 5 + }, + { + "max_n": 4, + "m_min": 2, + "m_max": 6 + }, + { + "max_n": 3, + "m_min": 2, + "m_max": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmashmokhandreverseoperation_train.json b/examples/pipelines/all_configs/Cmashmokhandreverseoperation_train.json new file mode 100644 index 0000000..c4567d5 --- /dev/null +++ b/examples/pipelines/all_configs/Cmashmokhandreverseoperation_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 3, + "m_min": 3, + "m_max": 6 + }, + { + "max_n": 3, + "m_min": 1, + "m_max": 5 + }, + { + "max_n": 4, + "m_min": 2, + "m_max": 6 + }, + { + "max_n": 3, + "m_min": 2, + "m_max": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmatchingvsindependentset_test.json b/examples/pipelines/all_configs/Cmatchingvsindependentset_test.json new file mode 100644 index 0000000..830f566 --- /dev/null +++ b/examples/pipelines/all_configs/Cmatchingvsindependentset_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 5, + "case_type": "indset" + }, + { + "min_n": 3, + "max_n": 3, + "case_type": "random" + }, + { + "min_n": 2, + "max_n": 5, + "case_type": "random" + }, + { + "min_n": 2, + "max_n": 3, + "case_type": "matching" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmatchingvsindependentset_train.json b/examples/pipelines/all_configs/Cmatchingvsindependentset_train.json new file mode 100644 index 0000000..830f566 --- /dev/null +++ b/examples/pipelines/all_configs/Cmatchingvsindependentset_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 5, + "case_type": "indset" + }, + { + "min_n": 3, + "max_n": 3, + "case_type": "random" + }, + { + "min_n": 2, + "max_n": 5, + "case_type": "random" + }, + { + "min_n": 2, + "max_n": 3, + "case_type": "matching" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmatrixsorting_test.json b/examples/pipelines/all_configs/Cmatrixsorting_test.json new file mode 100644 index 0000000..e84b405 --- /dev/null +++ b/examples/pipelines/all_configs/Cmatrixsorting_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "m": 3, + "has_solution_prob": 0.7 + }, + { + "n": 3, + "m": 4, + "has_solution_prob": 0.8 + }, + { + "n": 3, + "m": 3, + "has_solution_prob": 0.5 + }, + { + "n": 2, + "m": 2, + "has_solution_prob": 1.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmatrixsorting_train.json b/examples/pipelines/all_configs/Cmatrixsorting_train.json new file mode 100644 index 0000000..e84b405 --- /dev/null +++ b/examples/pipelines/all_configs/Cmatrixsorting_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "m": 3, + "has_solution_prob": 0.7 + }, + { + "n": 3, + "m": 4, + "has_solution_prob": 0.8 + }, + { + "n": 3, + "m": 3, + "has_solution_prob": 0.5 + }, + { + "n": 2, + "m": 2, + "has_solution_prob": 1.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximandmatrix_test.json b/examples/pipelines/all_configs/Cmaximandmatrix_test.json new file mode 100644 index 0000000..f27bcc5 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximandmatrix_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 1000000, + "min_t": 1, + "max_t": 1000000, + "seed": 789 + }, + { + "min_n": 1, + "max_n": 1000000000, + "min_t": 1, + "max_t": 1000000000, + "seed": 111 + }, + { + "min_n": 1, + "max_n": 1000000000000, + "min_t": 1, + "max_t": 1000000000000, + "seed": 222 + }, + { + "min_n": 1, + "max_n": 100, + "min_t": 1, + "max_t": 100, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximandmatrix_train.json b/examples/pipelines/all_configs/Cmaximandmatrix_train.json new file mode 100644 index 0000000..f27bcc5 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximandmatrix_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 1000000, + "min_t": 1, + "max_t": 1000000, + "seed": 789 + }, + { + "min_n": 1, + "max_n": 1000000000, + "min_t": 1, + "max_t": 1000000000, + "seed": 111 + }, + { + "min_n": 1, + "max_n": 1000000000000, + "min_t": 1, + "max_t": 1000000000000, + "seed": 222 + }, + { + "min_n": 1, + "max_n": 100, + "min_t": 1, + "max_t": 100, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximummedian_test.json b/examples/pipelines/all_configs/Cmaximummedian_test.json new file mode 100644 index 0000000..124f295 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximummedian_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 9, + "min_k": 1, + "max_k": 500, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 11, + "max_n": 17, + "min_k": 500, + "max_k": 5000, + "min_val": 200, + "max_val": 3000 + }, + { + "min_n": 9, + "max_n": 15, + "min_k": 200, + "max_k": 3000, + "min_val": 100, + "max_val": 2000 + }, + { + "min_n": 7, + "max_n": 13, + "min_k": 100, + "max_k": 2000, + "min_val": 50, + "max_val": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximummedian_train.json b/examples/pipelines/all_configs/Cmaximummedian_train.json new file mode 100644 index 0000000..124f295 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximummedian_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 9, + "min_k": 1, + "max_k": 500, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 11, + "max_n": 17, + "min_k": 500, + "max_k": 5000, + "min_val": 200, + "max_val": 3000 + }, + { + "min_n": 9, + "max_n": 15, + "min_k": 200, + "max_k": 3000, + "min_val": 100, + "max_val": 2000 + }, + { + "min_n": 7, + "max_n": 13, + "min_k": 100, + "max_k": 2000, + "min_val": 50, + "max_val": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximumsplitting_test.json b/examples/pipelines/all_configs/Cmaximumsplitting_test.json new file mode 100644 index 0000000..0868de9 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximumsplitting_test.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 100, + "seed": 123 + }, + { + "max_n": 6, + "seed": 1234 + }, + { + "max_n": 15, + "seed": 8901 + }, + { + "max_n": 12, + "seed": 5678 + }, + { + "max_n": 1000000, + "seed": 111 + }, + { + "max_n": 1000, + "seed": 42 + }, + { + "max_n": 20, + "seed": 1010 + }, + { + "max_n": 4, + "seed": 321 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximumsplitting_train.json b/examples/pipelines/all_configs/Cmaximumsplitting_train.json new file mode 100644 index 0000000..0868de9 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximumsplitting_train.json @@ -0,0 +1,34 @@ +[ + { + "max_n": 100, + "seed": 123 + }, + { + "max_n": 6, + "seed": 1234 + }, + { + "max_n": 15, + "seed": 8901 + }, + { + "max_n": 12, + "seed": 5678 + }, + { + "max_n": 1000000, + "seed": 111 + }, + { + "max_n": 1000, + "seed": 42 + }, + { + "max_n": 20, + "seed": 1010 + }, + { + "max_n": 4, + "seed": 321 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximumsubrectangle_test.json b/examples/pipelines/all_configs/Cmaximumsubrectangle_test.json new file mode 100644 index 0000000..b3c18e7 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximumsubrectangle_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1, + "max_m": 1, + "max_val": 1 + }, + { + "max_n": 500, + "max_m": 500, + "max_val": 1000 + }, + { + "max_n": 1000, + "max_m": 2000, + "max_val": 1500 + }, + { + "max_n": 1000, + "max_m": 1000, + "max_val": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximumsubrectangle_train.json b/examples/pipelines/all_configs/Cmaximumsubrectangle_train.json new file mode 100644 index 0000000..b3c18e7 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximumsubrectangle_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1, + "max_m": 1, + "max_val": 1 + }, + { + "max_n": 500, + "max_m": 500, + "max_val": 1000 + }, + { + "max_n": 1000, + "max_m": 2000, + "max_val": 1500 + }, + { + "max_n": 1000, + "max_m": 1000, + "max_val": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximumwidth_test.json b/examples/pipelines/all_configs/Cmaximumwidth_test.json new file mode 100644 index 0000000..28c2da6 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximumwidth_test.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 2, + "max_n": 100, + "min_m": 2, + "max_m": 20 + }, + { + "min_n": 2, + "max_n": 120, + "min_m": 2, + "max_m": 20 + }, + { + "min_n": 2, + "max_n": 200, + "min_m": 2, + "max_m": 30 + }, + { + "min_n": 2, + "max_n": 20, + "min_m": 2, + "max_m": 15 + }, + { + "min_n": 2, + "max_n": 50, + "min_m": 2, + "max_m": 25 + }, + { + "min_n": 2, + "max_n": 150, + "min_m": 2, + "max_m": 25 + }, + { + "min_n": 2, + "max_n": 80, + "min_m": 2, + "max_m": 18 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaximumwidth_train.json b/examples/pipelines/all_configs/Cmaximumwidth_train.json new file mode 100644 index 0000000..28c2da6 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaximumwidth_train.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 2, + "max_n": 100, + "min_m": 2, + "max_m": 20 + }, + { + "min_n": 2, + "max_n": 120, + "min_m": 2, + "max_m": 20 + }, + { + "min_n": 2, + "max_n": 200, + "min_m": 2, + "max_m": 30 + }, + { + "min_n": 2, + "max_n": 20, + "min_m": 2, + "max_m": 15 + }, + { + "min_n": 2, + "max_n": 50, + "min_m": 2, + "max_m": 25 + }, + { + "min_n": 2, + "max_n": 150, + "min_m": 2, + "max_m": 25 + }, + { + "min_n": 2, + "max_n": 80, + "min_m": 2, + "max_m": 18 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaxmex_test.json b/examples/pipelines/all_configs/Cmaxmex_test.json new file mode 100644 index 0000000..c9ffd70 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaxmex_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 6, + "max_q": 5 + }, + { + "max_n": 10, + "max_q": 10 + }, + { + "max_n": 8, + "max_q": 7 + }, + { + "max_n": 4, + "max_q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmaxmex_train.json b/examples/pipelines/all_configs/Cmaxmex_train.json new file mode 100644 index 0000000..c9ffd70 --- /dev/null +++ b/examples/pipelines/all_configs/Cmaxmex_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 6, + "max_q": 5 + }, + { + "max_n": 10, + "max_q": 10 + }, + { + "max_n": 8, + "max_q": 7 + }, + { + "max_n": 4, + "max_q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmeaninglessoperations_test.json b/examples/pipelines/all_configs/Cmeaninglessoperations_test.json new file mode 100644 index 0000000..9ad7890 --- /dev/null +++ b/examples/pipelines/all_configs/Cmeaninglessoperations_test.json @@ -0,0 +1,22 @@ +[ + { + "all_ones_prob": 0.5, + "min_k": 3, + "max_k": 15 + }, + { + "all_ones_prob": 0.7, + "min_k": 2, + "max_k": 25 + }, + { + "all_ones_prob": 0.6, + "min_k": 5, + "max_k": 20 + }, + { + "all_ones_prob": 0.3, + "min_k": 2, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmeaninglessoperations_train.json b/examples/pipelines/all_configs/Cmeaninglessoperations_train.json new file mode 100644 index 0000000..9ad7890 --- /dev/null +++ b/examples/pipelines/all_configs/Cmeaninglessoperations_train.json @@ -0,0 +1,22 @@ +[ + { + "all_ones_prob": 0.5, + "min_k": 3, + "max_k": 15 + }, + { + "all_ones_prob": 0.7, + "min_k": 2, + "max_k": 25 + }, + { + "all_ones_prob": 0.6, + "min_k": 5, + "max_k": 20 + }, + { + "all_ones_prob": 0.3, + "min_k": 2, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmemoryanddeevolution_test.json b/examples/pipelines/all_configs/Cmemoryanddeevolution_test.json new file mode 100644 index 0000000..a600761 --- /dev/null +++ b/examples/pipelines/all_configs/Cmemoryanddeevolution_test.json @@ -0,0 +1,22 @@ +[ + { + "min_y": 10, + "max_x": 10000 + }, + { + "min_y": 20, + "max_x": 50000 + }, + { + "min_y": 100, + "max_x": 500 + }, + { + "min_y": 5, + "max_x": 1000 + }, + { + "min_y": 99999, + "max_x": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmemoryanddeevolution_train.json b/examples/pipelines/all_configs/Cmemoryanddeevolution_train.json new file mode 100644 index 0000000..a600761 --- /dev/null +++ b/examples/pipelines/all_configs/Cmemoryanddeevolution_train.json @@ -0,0 +1,22 @@ +[ + { + "min_y": 10, + "max_x": 10000 + }, + { + "min_y": 20, + "max_x": 50000 + }, + { + "min_y": 100, + "max_x": 500 + }, + { + "min_y": 5, + "max_x": 1000 + }, + { + "min_y": 99999, + "max_x": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmessy_test.json b/examples/pipelines/all_configs/Cmessy_test.json new file mode 100644 index 0000000..a32805e --- /dev/null +++ b/examples/pipelines/all_configs/Cmessy_test.json @@ -0,0 +1,38 @@ +[ + { + "n": 10, + "k": 5, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 6, + "k": 1, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 2000, + "k": 1000, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 2, + "k": 1, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 4, + "k": 2, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 8, + "k": 3, + "min_n": 4, + "max_n": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmessy_train.json b/examples/pipelines/all_configs/Cmessy_train.json new file mode 100644 index 0000000..a32805e --- /dev/null +++ b/examples/pipelines/all_configs/Cmessy_train.json @@ -0,0 +1,38 @@ +[ + { + "n": 10, + "k": 5, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 6, + "k": 1, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 2000, + "k": 1000, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 2, + "k": 1, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 4, + "k": 2, + "min_n": 2, + "max_n": 2000 + }, + { + "n": 8, + "k": 3, + "min_n": 4, + "max_n": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmiceproblem_test.json b/examples/pipelines/all_configs/Cmiceproblem_test.json new file mode 100644 index 0000000..061ab1b --- /dev/null +++ b/examples/pipelines/all_configs/Cmiceproblem_test.json @@ -0,0 +1,38 @@ +[ + { + "x1": 5, + "y1": 5, + "x2": 10, + "y2": 10, + "n": 3, + "has_solution": false, + "seed": 2 + }, + { + "x1": 1, + "y1": 1, + "x2": 2, + "y2": 2, + "n": 2, + "has_solution": false, + "seed": 4 + }, + { + "x1": 10, + "y1": 20, + "x2": 100, + "y2": 200, + "n": 10, + "has_solution": true, + "seed": 3 + }, + { + "x1": 0, + "y1": 0, + "x2": 100, + "y2": 100, + "n": 5, + "has_solution": true, + "seed": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmiceproblem_train.json b/examples/pipelines/all_configs/Cmiceproblem_train.json new file mode 100644 index 0000000..061ab1b --- /dev/null +++ b/examples/pipelines/all_configs/Cmiceproblem_train.json @@ -0,0 +1,38 @@ +[ + { + "x1": 5, + "y1": 5, + "x2": 10, + "y2": 10, + "n": 3, + "has_solution": false, + "seed": 2 + }, + { + "x1": 1, + "y1": 1, + "x2": 2, + "y2": 2, + "n": 2, + "has_solution": false, + "seed": 4 + }, + { + "x1": 10, + "y1": 20, + "x2": 100, + "y2": 200, + "n": 10, + "has_solution": true, + "seed": 3 + }, + { + "x1": 0, + "y1": 0, + "x2": 100, + "y2": 100, + "n": 5, + "has_solution": true, + "seed": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmikeandfoam_test.json b/examples/pipelines/all_configs/Cmikeandfoam_test.json new file mode 100644 index 0000000..6f83644 --- /dev/null +++ b/examples/pipelines/all_configs/Cmikeandfoam_test.json @@ -0,0 +1,17 @@ +[ + { + "max_beer": 2, + "max_queries": 3, + "max_foam": 10 + }, + { + "max_beer": 10, + "max_queries": 15, + "max_foam": 50 + }, + { + "max_beer": 20, + "max_queries": 20, + "max_foam": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmikeandfoam_train.json b/examples/pipelines/all_configs/Cmikeandfoam_train.json new file mode 100644 index 0000000..6f83644 --- /dev/null +++ b/examples/pipelines/all_configs/Cmikeandfoam_train.json @@ -0,0 +1,17 @@ +[ + { + "max_beer": 2, + "max_queries": 3, + "max_foam": 10 + }, + { + "max_beer": 10, + "max_queries": 15, + "max_foam": 50 + }, + { + "max_beer": 20, + "max_queries": 20, + "max_foam": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmikeandgcdproblem_test.json b/examples/pipelines/all_configs/Cmikeandgcdproblem_test.json new file mode 100644 index 0000000..9ecf889 --- /dev/null +++ b/examples/pipelines/all_configs/Cmikeandgcdproblem_test.json @@ -0,0 +1,12 @@ +[ + { + "n_min": 2, + "n_max": 100000, + "max_value": 1000000000 + }, + { + "n_min": 2, + "n_max": 10, + "max_value": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmikeandgcdproblem_train.json b/examples/pipelines/all_configs/Cmikeandgcdproblem_train.json new file mode 100644 index 0000000..9ecf889 --- /dev/null +++ b/examples/pipelines/all_configs/Cmikeandgcdproblem_train.json @@ -0,0 +1,12 @@ +[ + { + "n_min": 2, + "n_max": 100000, + "max_value": 1000000000 + }, + { + "n_min": 2, + "n_max": 10, + "max_value": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cminimumsum_test.json b/examples/pipelines/all_configs/Cminimumsum_test.json new file mode 100644 index 0000000..3a6f6ac --- /dev/null +++ b/examples/pipelines/all_configs/Cminimumsum_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "max_length": 6, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 10, + "max_length": 4, + "ensure_solvable": true + }, + { + "min_n": 2, + "max_n": 5, + "max_length": 4, + "ensure_solvable": true + }, + { + "min_n": 1, + "max_n": 10, + "max_length": 3, + "ensure_solvable": true + }, + { + "min_n": 1, + "max_n": 5, + "max_length": 2, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 20, + "max_length": 5, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cminimumsum_train.json b/examples/pipelines/all_configs/Cminimumsum_train.json new file mode 100644 index 0000000..3a6f6ac --- /dev/null +++ b/examples/pipelines/all_configs/Cminimumsum_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "max_length": 6, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 10, + "max_length": 4, + "ensure_solvable": true + }, + { + "min_n": 2, + "max_n": 5, + "max_length": 4, + "ensure_solvable": true + }, + { + "min_n": 1, + "max_n": 10, + "max_length": 3, + "ensure_solvable": true + }, + { + "min_n": 1, + "max_n": 5, + "max_length": 2, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 20, + "max_length": 5, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmishaandforest_test.json b/examples/pipelines/all_configs/Cmishaandforest_test.json new file mode 100644 index 0000000..df2d366 --- /dev/null +++ b/examples/pipelines/all_configs/Cmishaandforest_test.json @@ -0,0 +1,24 @@ +[ + { + "min_n": 4, + "max_n": 6 + }, + { + "n": 5 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "n": 8 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmishaandforest_train.json b/examples/pipelines/all_configs/Cmishaandforest_train.json new file mode 100644 index 0000000..df2d366 --- /dev/null +++ b/examples/pipelines/all_configs/Cmishaandforest_train.json @@ -0,0 +1,24 @@ +[ + { + "min_n": 4, + "max_n": 6 + }, + { + "n": 5 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "n": 8 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmittens_test.json b/examples/pipelines/all_configs/Cmittens_test.json new file mode 100644 index 0000000..0e1394a --- /dev/null +++ b/examples/pipelines/all_configs/Cmittens_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_m": 10, + "max_m": 100 + }, + { + "min_n": 500, + "max_n": 1000, + "min_m": 50, + "max_m": 100 + }, + { + "min_n": 5, + "max_n": 50, + "min_m": 5, + "max_m": 50 + }, + { + "min_n": 1, + "max_n": 5000, + "min_m": 1, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmittens_train.json b/examples/pipelines/all_configs/Cmittens_train.json new file mode 100644 index 0000000..0e1394a --- /dev/null +++ b/examples/pipelines/all_configs/Cmittens_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_m": 10, + "max_m": 100 + }, + { + "min_n": 500, + "max_n": 1000, + "min_m": 50, + "max_m": 100 + }, + { + "min_n": 5, + "max_n": 50, + "min_m": 5, + "max_m": 50 + }, + { + "min_n": 1, + "max_n": 5000, + "min_m": 1, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmodifiedgcd_test.json b/examples/pipelines/all_configs/Cmodifiedgcd_test.json new file mode 100644 index 0000000..94caf24 --- /dev/null +++ b/examples/pipelines/all_configs/Cmodifiedgcd_test.json @@ -0,0 +1,34 @@ +[ + { + "min_d": 1, + "max_d": 200, + "min_mult": 1, + "max_mult": 200, + "min_queries": 5, + "max_queries": 10 + }, + { + "min_d": 1, + "max_d": 50, + "min_mult": 1, + "max_mult": 200, + "min_queries": 3, + "max_queries": 5 + }, + { + "min_d": 5, + "max_d": 50, + "min_mult": 1, + "max_mult": 100, + "min_queries": 4, + "max_queries": 7 + }, + { + "min_d": 1, + "max_d": 50, + "min_mult": 1, + "max_mult": 50, + "min_queries": 3, + "max_queries": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmodifiedgcd_train.json b/examples/pipelines/all_configs/Cmodifiedgcd_train.json new file mode 100644 index 0000000..94caf24 --- /dev/null +++ b/examples/pipelines/all_configs/Cmodifiedgcd_train.json @@ -0,0 +1,34 @@ +[ + { + "min_d": 1, + "max_d": 200, + "min_mult": 1, + "max_mult": 200, + "min_queries": 5, + "max_queries": 10 + }, + { + "min_d": 1, + "max_d": 50, + "min_mult": 1, + "max_mult": 200, + "min_queries": 3, + "max_queries": 5 + }, + { + "min_d": 5, + "max_d": 50, + "min_mult": 1, + "max_mult": 100, + "min_queries": 4, + "max_queries": 7 + }, + { + "min_d": 1, + "max_d": 50, + "min_mult": 1, + "max_mult": 50, + "min_queries": 3, + "max_queries": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmollyschemicals_test.json b/examples/pipelines/all_configs/Cmollyschemicals_test.json new file mode 100644 index 0000000..141e7e4 --- /dev/null +++ b/examples/pipelines/all_configs/Cmollyschemicals_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_abs_k": 1, + "max_abs_k": 10, + "array_min": -100, + "array_max": 100 + }, + { + "min_n": 3, + "max_n": 8, + "min_abs_k": 1, + "max_abs_k": 5, + "array_min": -200, + "array_max": 200 + }, + { + "min_n": 2, + "max_n": 5, + "min_abs_k": 2, + "max_abs_k": 5, + "array_min": -50, + "array_max": 50 + }, + { + "min_n": 4, + "max_n": 6, + "min_abs_k": 3, + "max_abs_k": 8, + "array_min": -150, + "array_max": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmollyschemicals_train.json b/examples/pipelines/all_configs/Cmollyschemicals_train.json new file mode 100644 index 0000000..141e7e4 --- /dev/null +++ b/examples/pipelines/all_configs/Cmollyschemicals_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_abs_k": 1, + "max_abs_k": 10, + "array_min": -100, + "array_max": 100 + }, + { + "min_n": 3, + "max_n": 8, + "min_abs_k": 1, + "max_abs_k": 5, + "array_min": -200, + "array_max": 200 + }, + { + "min_n": 2, + "max_n": 5, + "min_abs_k": 2, + "max_abs_k": 5, + "array_min": -50, + "array_max": 50 + }, + { + "min_n": 4, + "max_n": 6, + "min_abs_k": 3, + "max_abs_k": 8, + "array_min": -150, + "array_max": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmonsterinvaders_test.json b/examples/pipelines/all_configs/Cmonsterinvaders_test.json new file mode 100644 index 0000000..4e378b0 --- /dev/null +++ b/examples/pipelines/all_configs/Cmonsterinvaders_test.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 2, + "max_n": 25, + "r_min": 5, + "r_max": 25, + "d_min": 5, + "d_max": 25, + "a_min": 3, + "a_max": 20 + }, + { + "min_n": 2, + "max_n": 10, + "r_min": 1, + "r_max": 10, + "d_min": 1, + "d_max": 10, + "a_min": 1, + "a_max": 5 + }, + { + "min_n": 2, + "max_n": 30, + "r_min": 10, + "r_max": 30, + "d_min": 10, + "d_max": 30, + "a_min": 5, + "a_max": 25 + }, + { + "min_n": 2, + "max_n": 20, + "r_min": 3, + "r_max": 20, + "d_min": 3, + "d_max": 20, + "a_min": 2, + "a_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmonsterinvaders_train.json b/examples/pipelines/all_configs/Cmonsterinvaders_train.json new file mode 100644 index 0000000..4e378b0 --- /dev/null +++ b/examples/pipelines/all_configs/Cmonsterinvaders_train.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 2, + "max_n": 25, + "r_min": 5, + "r_max": 25, + "d_min": 5, + "d_max": 25, + "a_min": 3, + "a_max": 20 + }, + { + "min_n": 2, + "max_n": 10, + "r_min": 1, + "r_max": 10, + "d_min": 1, + "d_max": 10, + "a_min": 1, + "a_max": 5 + }, + { + "min_n": 2, + "max_n": 30, + "r_min": 10, + "r_max": 30, + "d_min": 10, + "d_max": 30, + "a_min": 5, + "a_max": 25 + }, + { + "min_n": 2, + "max_n": 20, + "r_min": 3, + "r_max": 20, + "d_min": 3, + "d_max": 20, + "a_min": 2, + "a_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmorsecode_test.json b/examples/pipelines/all_configs/Cmorsecode_test.json new file mode 100644 index 0000000..3b57b91 --- /dev/null +++ b/examples/pipelines/all_configs/Cmorsecode_test.json @@ -0,0 +1,26 @@ +[ + { + "m_max": 2500 + }, + { + "m_max": 1500 + }, + { + "m_max": 2000 + }, + { + "m_max": 20 + }, + { + "m_max": 1000 + }, + { + "m_max": 100 + }, + { + "m_max": 50 + }, + { + "m_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmorsecode_train.json b/examples/pipelines/all_configs/Cmorsecode_train.json new file mode 100644 index 0000000..3b57b91 --- /dev/null +++ b/examples/pipelines/all_configs/Cmorsecode_train.json @@ -0,0 +1,26 @@ +[ + { + "m_max": 2500 + }, + { + "m_max": 1500 + }, + { + "m_max": 2000 + }, + { + "m_max": 20 + }, + { + "m_max": 1000 + }, + { + "m_max": 100 + }, + { + "m_max": 50 + }, + { + "m_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmoviecritics_test.json b/examples/pipelines/all_configs/Cmoviecritics_test.json new file mode 100644 index 0000000..794428e --- /dev/null +++ b/examples/pipelines/all_configs/Cmoviecritics_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 10, + "k": 3 + }, + { + "n": 7, + "k": 3 + }, + { + "n": 5, + "k": 3 + }, + { + "n": 5, + "k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmoviecritics_train.json b/examples/pipelines/all_configs/Cmoviecritics_train.json new file mode 100644 index 0000000..794428e --- /dev/null +++ b/examples/pipelines/all_configs/Cmoviecritics_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 10, + "k": 3 + }, + { + "n": 7, + "k": 3 + }, + { + "n": 5, + "k": 3 + }, + { + "n": 5, + "k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmultiplicity_test.json b/examples/pipelines/all_configs/Cmultiplicity_test.json new file mode 100644 index 0000000..bade389 --- /dev/null +++ b/examples/pipelines/all_configs/Cmultiplicity_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10, + "max_a": 500 + }, + { + "max_n": 15, + "max_a": 1000 + }, + { + "max_n": 7, + "max_a": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmultiplicity_train.json b/examples/pipelines/all_configs/Cmultiplicity_train.json new file mode 100644 index 0000000..bade389 --- /dev/null +++ b/examples/pipelines/all_configs/Cmultiplicity_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10, + "max_a": 500 + }, + { + "max_n": 15, + "max_a": 1000 + }, + { + "max_n": 7, + "max_a": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmuseumstour_test.json b/examples/pipelines/all_configs/Cmuseumstour_test.json new file mode 100644 index 0000000..794a881 --- /dev/null +++ b/examples/pipelines/all_configs/Cmuseumstour_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 2, + "m": 1, + "d": 2 + }, + { + "n": 5, + "m": 5, + "d": 5 + }, + { + "n": 3, + "m": 3, + "d": 3 + }, + { + "n": 4, + "m": 5, + "d": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmuseumstour_train.json b/examples/pipelines/all_configs/Cmuseumstour_train.json new file mode 100644 index 0000000..794a881 --- /dev/null +++ b/examples/pipelines/all_configs/Cmuseumstour_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 2, + "m": 1, + "d": 2 + }, + { + "n": 5, + "m": 5, + "d": 5 + }, + { + "n": 3, + "m": 3, + "d": 3 + }, + { + "n": 4, + "m": 5, + "d": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmushroomstrife_test.json b/examples/pipelines/all_configs/Cmushroomstrife_test.json new file mode 100644 index 0000000..c3f7e9d --- /dev/null +++ b/examples/pipelines/all_configs/Cmushroomstrife_test.json @@ -0,0 +1,30 @@ +[ + { + "solvable_prob": 0.7, + "min_n": 1, + "max_n": 4, + "min_m": 1, + "max_m": 6 + }, + { + "solvable_prob": 0.3, + "min_n": 3, + "max_n": 6, + "min_m": 2, + "max_m": 8 + }, + { + "solvable_prob": 0.4, + "min_n": 4, + "max_n": 8, + "min_m": 3, + "max_m": 10 + }, + { + "solvable_prob": 0.5, + "min_n": 2, + "max_n": 5, + "min_m": 0, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cmushroomstrife_train.json b/examples/pipelines/all_configs/Cmushroomstrife_train.json new file mode 100644 index 0000000..c3f7e9d --- /dev/null +++ b/examples/pipelines/all_configs/Cmushroomstrife_train.json @@ -0,0 +1,30 @@ +[ + { + "solvable_prob": 0.7, + "min_n": 1, + "max_n": 4, + "min_m": 1, + "max_m": 6 + }, + { + "solvable_prob": 0.3, + "min_n": 3, + "max_n": 6, + "min_m": 2, + "max_m": 8 + }, + { + "solvable_prob": 0.4, + "min_n": 4, + "max_n": 8, + "min_m": 3, + "max_m": 10 + }, + { + "solvable_prob": 0.5, + "min_n": 2, + "max_n": 5, + "min_m": 0, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnamequest_test.json b/examples/pipelines/all_configs/Cnamequest_test.json new file mode 100644 index 0000000..d75a2e0 --- /dev/null +++ b/examples/pipelines/all_configs/Cnamequest_test.json @@ -0,0 +1,20 @@ +[ + { + "s_min_len": 1, + "s_max_len": 3, + "t_min_len": 5, + "t_max_len": 20 + }, + { + "s_min_len": 2, + "s_max_len": 5, + "t_min_len": 10, + "t_max_len": 50 + }, + { + "s_min_len": 4, + "s_max_len": 6, + "t_min_len": 20, + "t_max_len": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnamequest_train.json b/examples/pipelines/all_configs/Cnamequest_train.json new file mode 100644 index 0000000..d75a2e0 --- /dev/null +++ b/examples/pipelines/all_configs/Cnamequest_train.json @@ -0,0 +1,20 @@ +[ + { + "s_min_len": 1, + "s_max_len": 3, + "t_min_len": 5, + "t_max_len": 20 + }, + { + "s_min_len": 2, + "s_max_len": 5, + "t_min_len": 10, + "t_max_len": 50 + }, + { + "s_min_len": 4, + "s_max_len": 6, + "t_min_len": 20, + "t_max_len": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnamingcompany_test.json b/examples/pipelines/all_configs/Cnamingcompany_test.json new file mode 100644 index 0000000..526fd17 --- /dev/null +++ b/examples/pipelines/all_configs/Cnamingcompany_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "seed": 1 + }, + { + "n": 5, + "seed": 2 + }, + { + "n": 1, + "seed": 0 + }, + { + "n": 7, + "seed": 3 + }, + { + "n": 10, + "seed": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnamingcompany_train.json b/examples/pipelines/all_configs/Cnamingcompany_train.json new file mode 100644 index 0000000..526fd17 --- /dev/null +++ b/examples/pipelines/all_configs/Cnamingcompany_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "seed": 1 + }, + { + "n": 5, + "seed": 2 + }, + { + "n": 1, + "seed": 0 + }, + { + "n": 7, + "seed": 3 + }, + { + "n": 10, + "seed": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastiaandahiddenpermutation_test.json b/examples/pipelines/all_configs/Cnastiaandahiddenpermutation_test.json new file mode 100644 index 0000000..6a49f80 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastiaandahiddenpermutation_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 4, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 3, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastiaandahiddenpermutation_train.json b/examples/pipelines/all_configs/Cnastiaandahiddenpermutation_train.json new file mode 100644 index 0000000..6a49f80 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastiaandahiddenpermutation_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 4, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 3, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastyaandawardrobe_test.json b/examples/pipelines/all_configs/Cnastyaandawardrobe_test.json new file mode 100644 index 0000000..eeff025 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastyaandawardrobe_test.json @@ -0,0 +1,26 @@ +[ + { + "x_min": 0, + "x_max": 2, + "k_min": 0, + "k_max": 2 + }, + { + "x_min": 0, + "x_max": 1, + "k_min": 0, + "k_max": 1 + }, + { + "x_min": 0, + "x_max": 100000.0, + "k_min": 0, + "k_max": 100000.0 + }, + { + "x_min": 1, + "x_max": 100, + "k_min": 5, + "k_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastyaandawardrobe_train.json b/examples/pipelines/all_configs/Cnastyaandawardrobe_train.json new file mode 100644 index 0000000..eeff025 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastyaandawardrobe_train.json @@ -0,0 +1,26 @@ +[ + { + "x_min": 0, + "x_max": 2, + "k_min": 0, + "k_max": 2 + }, + { + "x_min": 0, + "x_max": 1, + "k_min": 0, + "k_max": 1 + }, + { + "x_min": 0, + "x_max": 100000.0, + "k_min": 0, + "k_max": 100000.0 + }, + { + "x_min": 1, + "x_max": 100, + "k_min": 5, + "k_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastyaandunexpectedguest_test.json b/examples/pipelines/all_configs/Cnastyaandunexpectedguest_test.json new file mode 100644 index 0000000..6eac014 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastyaandunexpectedguest_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100000, + "max_m": 2000, + "max_gr": 600 + }, + { + "max_n": 200000, + "max_m": 2000, + "max_gr": 700 + }, + { + "max_n": 1000000, + "max_m": 10000, + "max_gr": 1000 + }, + { + "max_n": 100000, + "max_m": 1000, + "max_gr": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastyaandunexpectedguest_train.json b/examples/pipelines/all_configs/Cnastyaandunexpectedguest_train.json new file mode 100644 index 0000000..6eac014 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastyaandunexpectedguest_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 100000, + "max_m": 2000, + "max_gr": 600 + }, + { + "max_n": 200000, + "max_m": 2000, + "max_gr": 700 + }, + { + "max_n": 1000000, + "max_m": 10000, + "max_gr": 1000 + }, + { + "max_n": 100000, + "max_m": 1000, + "max_gr": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastyaistransposingmatrices_test.json b/examples/pipelines/all_configs/Cnastyaistransposingmatrices_test.json new file mode 100644 index 0000000..26468d3 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastyaistransposingmatrices_test.json @@ -0,0 +1,27 @@ +[ + { + "n": 2, + "m": 2, + "ensure_solvable": false + }, + { + "n": 2, + "m": 2, + "ensure_solvable": true + }, + { + "n": 4, + "m": 3, + "ensure_solvable": true + }, + { + "n": 3, + "m": 3, + "ensure_solvable": true + }, + { + "n": 3, + "m": 4, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnastyaistransposingmatrices_train.json b/examples/pipelines/all_configs/Cnastyaistransposingmatrices_train.json new file mode 100644 index 0000000..26468d3 --- /dev/null +++ b/examples/pipelines/all_configs/Cnastyaistransposingmatrices_train.json @@ -0,0 +1,27 @@ +[ + { + "n": 2, + "m": 2, + "ensure_solvable": false + }, + { + "n": 2, + "m": 2, + "ensure_solvable": true + }, + { + "n": 4, + "m": 3, + "ensure_solvable": true + }, + { + "n": 3, + "m": 3, + "ensure_solvable": true + }, + { + "n": 3, + "m": 4, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cneedforpinkslips_test.json b/examples/pipelines/all_configs/Cneedforpinkslips_test.json new file mode 100644 index 0000000..4892e65 --- /dev/null +++ b/examples/pipelines/all_configs/Cneedforpinkslips_test.json @@ -0,0 +1,44 @@ +[ + { + "c": 0.5, + "m": 0.25, + "p": 0.25, + "v": 0.9 + }, + { + "c": 0.01, + "m": 0.01, + "p": 0.98, + "v": 0.1 + }, + { + "c": 0.4, + "m": 0.2, + "p": 0.4, + "v": 0.8 + }, + { + "c": 0.4998, + "m": 0.4998, + "p": 0.0004, + "v": 0.1666 + }, + { + "c": 0.1, + "m": 0.8, + "p": 0.1, + "v": 0.1 + }, + { + "c": 0.1, + "m": 0.1, + "p": 0.8, + "v": 0.5 + }, + { + "c": 0.3333, + "m": 0.3333, + "p": 0.3334, + "v": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cneedforpinkslips_train.json b/examples/pipelines/all_configs/Cneedforpinkslips_train.json new file mode 100644 index 0000000..4892e65 --- /dev/null +++ b/examples/pipelines/all_configs/Cneedforpinkslips_train.json @@ -0,0 +1,44 @@ +[ + { + "c": 0.5, + "m": 0.25, + "p": 0.25, + "v": 0.9 + }, + { + "c": 0.01, + "m": 0.01, + "p": 0.98, + "v": 0.1 + }, + { + "c": 0.4, + "m": 0.2, + "p": 0.4, + "v": 0.8 + }, + { + "c": 0.4998, + "m": 0.4998, + "p": 0.0004, + "v": 0.1666 + }, + { + "c": 0.1, + "m": 0.8, + "p": 0.1, + "v": 0.1 + }, + { + "c": 0.1, + "m": 0.1, + "p": 0.8, + "v": 0.5 + }, + { + "c": 0.3333, + "m": 0.3333, + "p": 0.3334, + "v": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnekodoesmaths_test.json b/examples/pipelines/all_configs/Cnekodoesmaths_test.json new file mode 100644 index 0000000..ef06214 --- /dev/null +++ b/examples/pipelines/all_configs/Cnekodoesmaths_test.json @@ -0,0 +1,26 @@ +[ + { + "min_val": 1, + "max_val": 100000000 + }, + { + "min_val": 1, + "max_val": 500000000 + }, + { + "min_val": 1, + "max_val": 1000000 + }, + { + "min_val": 1, + "max_val": 1000000000 + }, + { + "min_val": 1, + "max_val": 200000000 + }, + { + "min_val": 1, + "max_val": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnekodoesmaths_train.json b/examples/pipelines/all_configs/Cnekodoesmaths_train.json new file mode 100644 index 0000000..ef06214 --- /dev/null +++ b/examples/pipelines/all_configs/Cnekodoesmaths_train.json @@ -0,0 +1,26 @@ +[ + { + "min_val": 1, + "max_val": 100000000 + }, + { + "min_val": 1, + "max_val": 500000000 + }, + { + "min_val": 1, + "max_val": 1000000 + }, + { + "min_val": 1, + "max_val": 1000000000 + }, + { + "min_val": 1, + "max_val": 200000000 + }, + { + "min_val": 1, + "max_val": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnetworkmask_test.json b/examples/pipelines/all_configs/Cnetworkmask_test.json new file mode 100644 index 0000000..4f1c4d8 --- /dev/null +++ b/examples/pipelines/all_configs/Cnetworkmask_test.json @@ -0,0 +1,26 @@ +[ + { + "ip_count": 5, + "net_count": 3, + "max_octet": 255, + "allow_unsolvable": true + }, + { + "ip_count": 20, + "net_count": 10, + "max_octet": 255, + "allow_unsolvable": true + }, + { + "ip_count": 5, + "net_count": 1, + "max_octet": 255, + "allow_unsolvable": true + }, + { + "ip_count": 15, + "net_count": 7, + "max_octet": 255, + "allow_unsolvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnetworkmask_train.json b/examples/pipelines/all_configs/Cnetworkmask_train.json new file mode 100644 index 0000000..4f1c4d8 --- /dev/null +++ b/examples/pipelines/all_configs/Cnetworkmask_train.json @@ -0,0 +1,26 @@ +[ + { + "ip_count": 5, + "net_count": 3, + "max_octet": 255, + "allow_unsolvable": true + }, + { + "ip_count": 20, + "net_count": 10, + "max_octet": 255, + "allow_unsolvable": true + }, + { + "ip_count": 5, + "net_count": 1, + "max_octet": 255, + "allow_unsolvable": true + }, + { + "ip_count": 15, + "net_count": 7, + "max_octet": 255, + "allow_unsolvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnetworksafety_test.json b/examples/pipelines/all_configs/Cnetworksafety_test.json new file mode 100644 index 0000000..272ec4b --- /dev/null +++ b/examples/pipelines/all_configs/Cnetworksafety_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 5, + "max_k": 2, + "max_m_attempts": 8 + }, + { + "max_n": 6, + "max_k": 3, + "max_m_attempts": 10 + }, + { + "max_n": 3, + "max_k": 0, + "max_m_attempts": 4 + }, + { + "max_n": 9, + "max_k": 5, + "max_m_attempts": 18 + }, + { + "max_n": 8, + "max_k": 5, + "max_m_attempts": 15 + }, + { + "max_n": 7, + "max_k": 4, + "max_m_attempts": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnetworksafety_train.json b/examples/pipelines/all_configs/Cnetworksafety_train.json new file mode 100644 index 0000000..272ec4b --- /dev/null +++ b/examples/pipelines/all_configs/Cnetworksafety_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 5, + "max_k": 2, + "max_m_attempts": 8 + }, + { + "max_n": 6, + "max_k": 3, + "max_m_attempts": 10 + }, + { + "max_n": 3, + "max_k": 0, + "max_m_attempts": 4 + }, + { + "max_n": 9, + "max_k": 5, + "max_m_attempts": 18 + }, + { + "max_n": 8, + "max_k": 5, + "max_m_attempts": 15 + }, + { + "max_n": 7, + "max_k": 4, + "max_m_attempts": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewlanguage_test.json b/examples/pipelines/all_configs/Cnewlanguage_test.json new file mode 100644 index 0000000..b99fff5 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewlanguage_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 3, + "max_l": 4 + }, + { + "max_n": 3, + "max_l": 3 + }, + { + "max_n": 2, + "max_l": 2 + }, + { + "max_n": 1, + "max_l": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewlanguage_train.json b/examples/pipelines/all_configs/Cnewlanguage_train.json new file mode 100644 index 0000000..b99fff5 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewlanguage_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 3, + "max_l": 4 + }, + { + "max_n": 3, + "max_l": 3 + }, + { + "max_n": 2, + "max_l": 2 + }, + { + "max_n": 1, + "max_l": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearanddomino_test.json b/examples/pipelines/all_configs/Cnewyearanddomino_test.json new file mode 100644 index 0000000..6d9c6af --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearanddomino_test.json @@ -0,0 +1,26 @@ +[ + { + "h": 4, + "w": 6, + "p": 0.5, + "max_queries": 3 + }, + { + "h": 5, + "w": 5, + "p": 0.7, + "max_queries": 5 + }, + { + "h": 7, + "w": 3, + "p": 0.4, + "max_queries": 7 + }, + { + "h": 3, + "w": 4, + "p": 0.6, + "max_queries": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearanddomino_train.json b/examples/pipelines/all_configs/Cnewyearanddomino_train.json new file mode 100644 index 0000000..6d9c6af --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearanddomino_train.json @@ -0,0 +1,26 @@ +[ + { + "h": 4, + "w": 6, + "p": 0.5, + "max_queries": 3 + }, + { + "h": 5, + "w": 5, + "p": 0.7, + "max_queries": 5 + }, + { + "h": 7, + "w": 3, + "p": 0.4, + "max_queries": 7 + }, + { + "h": 3, + "w": 4, + "p": 0.6, + "max_queries": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearandpermutation_test.json b/examples/pipelines/all_configs/Cnewyearandpermutation_test.json new file mode 100644 index 0000000..17df20d --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearandpermutation_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 50, + "possible_ms": [ + 993244853, + 437122297, + 1000003 + ] + }, + { + "min_n": 1, + "max_n": 10, + "possible_ms": [ + 993244853, + 437122297, + 100000007 + ] + }, + { + "min_n": 1, + "max_n": 100, + "possible_ms": [ + 993244853, + 437122297, + 100000007, + 1000003 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearandpermutation_train.json b/examples/pipelines/all_configs/Cnewyearandpermutation_train.json new file mode 100644 index 0000000..17df20d --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearandpermutation_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 50, + "possible_ms": [ + 993244853, + 437122297, + 1000003 + ] + }, + { + "min_n": 1, + "max_n": 10, + "possible_ms": [ + 993244853, + 437122297, + 100000007 + ] + }, + { + "min_n": 1, + "max_n": 100, + "possible_ms": [ + 993244853, + 437122297, + 100000007, + 1000003 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearandthespheretransmission_test.json b/examples/pipelines/all_configs/Cnewyearandthespheretransmission_test.json new file mode 100644 index 0000000..ff7fce1 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearandthespheretransmission_test.json @@ -0,0 +1,64 @@ +[ + { + "min_n": 2, + "max_n": 1000000, + "case_types": [ + "random" + ] + }, + { + "min_n": 2, + "max_n": 1000000, + "case_types": [ + "random" + ] + }, + { + "min_n": 100, + "max_n": 10000, + "case_types": [ + "prime", + "square" + ] + }, + { + "min_n": 1000000, + "max_n": 1000000, + "case_types": [ + "prime", + "square", + "random" + ] + }, + { + "min_n": 2, + "max_n": 1000000, + "case_types": [ + "prime" + ] + }, + { + "min_n": 10000, + "max_n": 1000000, + "case_types": [ + "square", + "random" + ] + }, + { + "min_n": 2, + "max_n": 1000, + "case_types": [ + "prime", + "square", + "random" + ] + }, + { + "min_n": 1000, + "max_n": 10000, + "case_types": [ + "prime" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearandthespheretransmission_train.json b/examples/pipelines/all_configs/Cnewyearandthespheretransmission_train.json new file mode 100644 index 0000000..ff7fce1 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearandthespheretransmission_train.json @@ -0,0 +1,64 @@ +[ + { + "min_n": 2, + "max_n": 1000000, + "case_types": [ + "random" + ] + }, + { + "min_n": 2, + "max_n": 1000000, + "case_types": [ + "random" + ] + }, + { + "min_n": 100, + "max_n": 10000, + "case_types": [ + "prime", + "square" + ] + }, + { + "min_n": 1000000, + "max_n": 1000000, + "case_types": [ + "prime", + "square", + "random" + ] + }, + { + "min_n": 2, + "max_n": 1000000, + "case_types": [ + "prime" + ] + }, + { + "min_n": 10000, + "max_n": 1000000, + "case_types": [ + "square", + "random" + ] + }, + { + "min_n": 2, + "max_n": 1000, + "case_types": [ + "prime", + "square", + "random" + ] + }, + { + "min_n": 1000, + "max_n": 10000, + "case_types": [ + "prime" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearratingschange_test.json b/examples/pipelines/all_configs/Cnewyearratingschange_test.json new file mode 100644 index 0000000..3170785 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearratingschange_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 50, + "a_min": 10, + "a_max": 10000 + }, + { + "n_min": 1, + "n_max": 100, + "a_min": 1, + "a_max": 100000 + }, + { + "n_min": 10, + "n_max": 200, + "a_min": 5, + "a_max": 200000 + }, + { + "n_min": 1, + "n_max": 50, + "a_min": 1, + "a_max": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearratingschange_train.json b/examples/pipelines/all_configs/Cnewyearratingschange_train.json new file mode 100644 index 0000000..3170785 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearratingschange_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 50, + "a_min": 10, + "a_max": 10000 + }, + { + "n_min": 1, + "n_max": 100, + "a_min": 1, + "a_max": 100000 + }, + { + "n_min": 10, + "n_max": 200, + "a_min": 5, + "a_max": 200000 + }, + { + "n_min": 1, + "n_max": 50, + "a_min": 1, + "a_max": 50000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearsnowmen_test.json b/examples/pipelines/all_configs/Cnewyearsnowmen_test.json new file mode 100644 index 0000000..8dfe5e5 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearsnowmen_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10000, + "max_radius": 100, + "seed": 321 + }, + { + "max_n": 50000, + "max_radius": 1000, + "seed": 789 + }, + { + "max_n": 5000, + "max_radius": 500, + "seed": 654 + }, + { + "max_n": 100000, + "max_radius": 1000000000, + "seed": 456 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnewyearsnowmen_train.json b/examples/pipelines/all_configs/Cnewyearsnowmen_train.json new file mode 100644 index 0000000..8dfe5e5 --- /dev/null +++ b/examples/pipelines/all_configs/Cnewyearsnowmen_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10000, + "max_radius": 100, + "seed": 321 + }, + { + "max_n": 50000, + "max_radius": 1000, + "seed": 789 + }, + { + "max_n": 5000, + "max_radius": 500, + "seed": 654 + }, + { + "max_n": 100000, + "max_radius": 1000000000, + "seed": 456 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnezzarandnicebeatmap_test.json b/examples/pipelines/all_configs/Cnezzarandnicebeatmap_test.json new file mode 100644 index 0000000..6e59375 --- /dev/null +++ b/examples/pipelines/all_configs/Cnezzarandnicebeatmap_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 4 + }, + { + "n": 9 + }, + { + "n": 6 + }, + { + "n": 3 + }, + { + "n": 7 + }, + { + "n": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnezzarandnicebeatmap_train.json b/examples/pipelines/all_configs/Cnezzarandnicebeatmap_train.json new file mode 100644 index 0000000..6e59375 --- /dev/null +++ b/examples/pipelines/all_configs/Cnezzarandnicebeatmap_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 4 + }, + { + "n": 9 + }, + { + "n": 6 + }, + { + "n": 3 + }, + { + "n": 7 + }, + { + "n": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnezzarandsymmetricarray_test.json b/examples/pipelines/all_configs/Cnezzarandsymmetricarray_test.json new file mode 100644 index 0000000..584f86c --- /dev/null +++ b/examples/pipelines/all_configs/Cnezzarandsymmetricarray_test.json @@ -0,0 +1,38 @@ +[ + { + "case_type": "valid", + "min_n": 1, + "max_n": 5, + "value_range": [ + 1, + 1000000 + ] + }, + { + "case_type": "valid", + "min_n": 4, + "max_n": 7, + "value_range": [ + 1000, + 100000 + ] + }, + { + "case_type": "mixed", + "min_n": 2, + "max_n": 4, + "value_range": [ + 100, + 1000 + ] + }, + { + "case_type": "invalid", + "min_n": 2, + "max_n": 6, + "value_range": [ + 1, + 500 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnezzarandsymmetricarray_train.json b/examples/pipelines/all_configs/Cnezzarandsymmetricarray_train.json new file mode 100644 index 0000000..584f86c --- /dev/null +++ b/examples/pipelines/all_configs/Cnezzarandsymmetricarray_train.json @@ -0,0 +1,38 @@ +[ + { + "case_type": "valid", + "min_n": 1, + "max_n": 5, + "value_range": [ + 1, + 1000000 + ] + }, + { + "case_type": "valid", + "min_n": 4, + "max_n": 7, + "value_range": [ + 1000, + 100000 + ] + }, + { + "case_type": "mixed", + "min_n": 2, + "max_n": 4, + "value_range": [ + 100, + 1000 + ] + }, + { + "case_type": "invalid", + "min_n": 2, + "max_n": 6, + "value_range": [ + 1, + 500 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnikitaandstack_test.json b/examples/pipelines/all_configs/Cnikitaandstack_test.json new file mode 100644 index 0000000..4136f19 --- /dev/null +++ b/examples/pipelines/all_configs/Cnikitaandstack_test.json @@ -0,0 +1,18 @@ +[ + { + "m_min": 5, + "m_max": 10, + "push_count_min": 2, + "push_count_max": 5, + "xi_min": 1, + "xi_max": 1000 + }, + { + "m_min": 3, + "m_max": 5, + "push_count_min": 1, + "push_count_max": 2, + "xi_min": 1, + "xi_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnikitaandstack_train.json b/examples/pipelines/all_configs/Cnikitaandstack_train.json new file mode 100644 index 0000000..4136f19 --- /dev/null +++ b/examples/pipelines/all_configs/Cnikitaandstack_train.json @@ -0,0 +1,18 @@ +[ + { + "m_min": 5, + "m_max": 10, + "push_count_min": 2, + "push_count_max": 5, + "xi_min": 1, + "xi_max": 1000 + }, + { + "m_min": 3, + "m_max": 5, + "push_count_min": 1, + "push_count_max": 2, + "xi_min": 1, + "xi_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnnandtheopticalillusion_test.json b/examples/pipelines/all_configs/Cnnandtheopticalillusion_test.json new file mode 100644 index 0000000..c32190a --- /dev/null +++ b/examples/pipelines/all_configs/Cnnandtheopticalillusion_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 10, + "n_max": 100, + "r_min": 1.0, + "r_max": 20.0 + }, + { + "n_min": 3, + "n_max": 20, + "r_min": 1.0, + "r_max": 10.0 + }, + { + "n_min": 5, + "n_max": 30, + "r_min": 1.0, + "r_max": 50.0 + }, + { + "n_min": 5, + "n_max": 50, + "r_min": 1.0, + "r_max": 80.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnnandtheopticalillusion_train.json b/examples/pipelines/all_configs/Cnnandtheopticalillusion_train.json new file mode 100644 index 0000000..c32190a --- /dev/null +++ b/examples/pipelines/all_configs/Cnnandtheopticalillusion_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 10, + "n_max": 100, + "r_min": 1.0, + "r_max": 20.0 + }, + { + "n_min": 3, + "n_max": 20, + "r_min": 1.0, + "r_max": 10.0 + }, + { + "n_min": 5, + "n_max": 30, + "r_min": 1.0, + "r_max": 50.0 + }, + { + "n_min": 5, + "n_max": 50, + "r_min": 1.0, + "r_max": 80.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnumbergame_test.json b/examples/pipelines/all_configs/Cnumbergame_test.json new file mode 100644 index 0000000..7ce7989 --- /dev/null +++ b/examples/pipelines/all_configs/Cnumbergame_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 1000000000 + }, + { + "min_n": 1, + "max_n": 100000 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 2, + "max_n": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnumbergame_train.json b/examples/pipelines/all_configs/Cnumbergame_train.json new file mode 100644 index 0000000..7ce7989 --- /dev/null +++ b/examples/pipelines/all_configs/Cnumbergame_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 1000000000 + }, + { + "min_n": 1, + "max_n": 100000 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 2, + "max_n": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnumberofways_test.json b/examples/pipelines/all_configs/Cnumberofways_test.json new file mode 100644 index 0000000..f3438d2 --- /dev/null +++ b/examples/pipelines/all_configs/Cnumberofways_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "element_range": 50 + }, + { + "max_n": 10, + "element_range": 100 + }, + { + "max_n": 15, + "element_range": 150 + }, + { + "max_n": 30, + "element_range": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnumberofways_train.json b/examples/pipelines/all_configs/Cnumberofways_train.json new file mode 100644 index 0000000..f3438d2 --- /dev/null +++ b/examples/pipelines/all_configs/Cnumberofways_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "element_range": 50 + }, + { + "max_n": 10, + "element_range": 100 + }, + { + "max_n": 15, + "element_range": 150 + }, + { + "max_n": 30, + "element_range": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnumbertransformation_test.json b/examples/pipelines/all_configs/Cnumbertransformation_test.json new file mode 100644 index 0000000..7466818 --- /dev/null +++ b/examples/pipelines/all_configs/Cnumbertransformation_test.json @@ -0,0 +1,18 @@ +[ + { + "max_a": 1000000000000000000, + "max_k": 2 + }, + { + "max_a": 1000, + "max_k": 10 + }, + { + "max_a": 1000000, + "max_k": 15 + }, + { + "max_a": 1000000000000, + "max_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cnumbertransformation_train.json b/examples/pipelines/all_configs/Cnumbertransformation_train.json new file mode 100644 index 0000000..7466818 --- /dev/null +++ b/examples/pipelines/all_configs/Cnumbertransformation_train.json @@ -0,0 +1,18 @@ +[ + { + "max_a": 1000000000000000000, + "max_k": 2 + }, + { + "max_a": 1000, + "max_k": 10 + }, + { + "max_a": 1000000, + "max_k": 15 + }, + { + "max_a": 1000000000000, + "max_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cokabeandboxes_test.json b/examples/pipelines/all_configs/Cokabeandboxes_test.json new file mode 100644 index 0000000..28aaa5f --- /dev/null +++ b/examples/pipelines/all_configs/Cokabeandboxes_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 1, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 1, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cokabeandboxes_train.json b/examples/pipelines/all_configs/Cokabeandboxes_train.json new file mode 100644 index 0000000..28aaa5f --- /dev/null +++ b/examples/pipelines/all_configs/Cokabeandboxes_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 1, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 1, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Coldberlandlanguage_test.json b/examples/pipelines/all_configs/Coldberlandlanguage_test.json new file mode 100644 index 0000000..4b63d94 --- /dev/null +++ b/examples/pipelines/all_configs/Coldberlandlanguage_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 2, + "max_length": 3 + }, + { + "max_n": 5, + "max_length": 5 + }, + { + "max_n": 10, + "max_length": 10 + }, + { + "max_n": 20, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Coldberlandlanguage_train.json b/examples/pipelines/all_configs/Coldberlandlanguage_train.json new file mode 100644 index 0000000..4b63d94 --- /dev/null +++ b/examples/pipelines/all_configs/Coldberlandlanguage_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 2, + "max_length": 3 + }, + { + "max_n": 5, + "max_length": 5 + }, + { + "max_n": 10, + "max_length": 10 + }, + { + "max_n": 20, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Comkarandbaseball_test.json b/examples/pipelines/all_configs/Comkarandbaseball_test.json new file mode 100644 index 0000000..a85d8c3 --- /dev/null +++ b/examples/pipelines/all_configs/Comkarandbaseball_test.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 10, + "max_n": 20, + "answer_type": 0 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": 1 + }, + { + "min_n": 10, + "max_n": 20, + "answer_type": 1 + }, + { + "min_n": 5, + "max_n": 10, + "answer_type": 2 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": 0 + }, + { + "min_n": 5, + "max_n": 10, + "answer_type": 0 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": 2 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Comkarandbaseball_train.json b/examples/pipelines/all_configs/Comkarandbaseball_train.json new file mode 100644 index 0000000..a85d8c3 --- /dev/null +++ b/examples/pipelines/all_configs/Comkarandbaseball_train.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 10, + "max_n": 20, + "answer_type": 0 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": 1 + }, + { + "min_n": 10, + "max_n": 20, + "answer_type": 1 + }, + { + "min_n": 5, + "max_n": 10, + "answer_type": 2 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": 0 + }, + { + "min_n": 5, + "max_n": 10, + "answer_type": 0 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": 2 + }, + { + "min_n": 7, + "max_n": 15, + "answer_type": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Comnomandcandies_test.json b/examples/pipelines/all_configs/Comnomandcandies_test.json new file mode 100644 index 0000000..8c33143 --- /dev/null +++ b/examples/pipelines/all_configs/Comnomandcandies_test.json @@ -0,0 +1,30 @@ +[ + { + "C": 5, + "Hr": 2, + "Hb": 3, + "Wr": 1, + "Wb": 2 + }, + { + "C": 15, + "Hr": 5, + "Hb": 4, + "Wr": 3, + "Wb": 4 + }, + { + "C": 7, + "Hr": 3, + "Hb": 4, + "Wr": 2, + "Wb": 3 + }, + { + "C": 10, + "Hr": 3, + "Hb": 5, + "Wr": 2, + "Wb": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Comnomandcandies_train.json b/examples/pipelines/all_configs/Comnomandcandies_train.json new file mode 100644 index 0000000..8c33143 --- /dev/null +++ b/examples/pipelines/all_configs/Comnomandcandies_train.json @@ -0,0 +1,30 @@ +[ + { + "C": 5, + "Hr": 2, + "Hb": 3, + "Wr": 1, + "Wb": 2 + }, + { + "C": 15, + "Hr": 5, + "Hb": 4, + "Wr": 3, + "Wb": 4 + }, + { + "C": 7, + "Hr": 3, + "Hb": 4, + "Wr": 2, + "Wb": 3 + }, + { + "C": 10, + "Hr": 3, + "Hb": 5, + "Wr": 2, + "Wb": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Conebasedarithmetic_test.json b/examples/pipelines/all_configs/Conebasedarithmetic_test.json new file mode 100644 index 0000000..fd5bee2 --- /dev/null +++ b/examples/pipelines/all_configs/Conebasedarithmetic_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 100000, + "max_n": 100000000000000 + }, + { + "min_n": 1, + "max_n": 1000000000000 + }, + { + "min_n": 100000000000000, + "max_n": 10000000000000000 + }, + { + "min_n": 1, + "max_n": 111111111111111 + }, + { + "min_n": 1, + "max_n": 100000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Conebasedarithmetic_train.json b/examples/pipelines/all_configs/Conebasedarithmetic_train.json new file mode 100644 index 0000000..fd5bee2 --- /dev/null +++ b/examples/pipelines/all_configs/Conebasedarithmetic_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 100000, + "max_n": 100000000000000 + }, + { + "min_n": 1, + "max_n": 1000000000000 + }, + { + "min_n": 100000000000000, + "max_n": 10000000000000000 + }, + { + "min_n": 1, + "max_n": 111111111111111 + }, + { + "min_n": 1, + "max_n": 100000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Conlinecoursesinbsu_test.json b/examples/pipelines/all_configs/Conlinecoursesinbsu_test.json new file mode 100644 index 0000000..2f39dea --- /dev/null +++ b/examples/pipelines/all_configs/Conlinecoursesinbsu_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 12, + "cycle_prob": 0.5 + }, + { + "min_n": 5, + "max_n": 15, + "cycle_prob": 0.2 + }, + { + "min_n": 4, + "max_n": 20, + "cycle_prob": 0.4 + }, + { + "min_n": 6, + "max_n": 15, + "cycle_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Conlinecoursesinbsu_train.json b/examples/pipelines/all_configs/Conlinecoursesinbsu_train.json new file mode 100644 index 0000000..2f39dea --- /dev/null +++ b/examples/pipelines/all_configs/Conlinecoursesinbsu_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 12, + "cycle_prob": 0.5 + }, + { + "min_n": 5, + "max_n": 15, + "cycle_prob": 0.2 + }, + { + "min_n": 4, + "max_n": 20, + "cycle_prob": 0.4 + }, + { + "min_n": 6, + "max_n": 15, + "cycle_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Conlinemeeting_test.json b/examples/pipelines/all_configs/Conlinemeeting_test.json new file mode 100644 index 0000000..a4a3a50 --- /dev/null +++ b/examples/pipelines/all_configs/Conlinemeeting_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 1, + "max_m": 1 + }, + { + "max_n": 15, + "max_m": 30 + }, + { + "max_n": 50, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Conlinemeeting_train.json b/examples/pipelines/all_configs/Conlinemeeting_train.json new file mode 100644 index 0000000..a4a3a50 --- /dev/null +++ b/examples/pipelines/all_configs/Conlinemeeting_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 1, + "max_m": 1 + }, + { + "max_n": 15, + "max_m": 30 + }, + { + "max_n": 50, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Coptimalpolygonperimeter_test.json b/examples/pipelines/all_configs/Coptimalpolygonperimeter_test.json new file mode 100644 index 0000000..3dfe89a --- /dev/null +++ b/examples/pipelines/all_configs/Coptimalpolygonperimeter_test.json @@ -0,0 +1,34 @@ +[ + { + "min_points": 3, + "max_points": 5, + "coord_range": [ + -50, + 50 + ] + }, + { + "min_points": 3, + "max_points": 10, + "coord_range": [ + -50, + 50 + ] + }, + { + "min_points": 3, + "max_points": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_points": 4, + "max_points": 8, + "coord_range": [ + -150, + 150 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Coptimalpolygonperimeter_train.json b/examples/pipelines/all_configs/Coptimalpolygonperimeter_train.json new file mode 100644 index 0000000..3dfe89a --- /dev/null +++ b/examples/pipelines/all_configs/Coptimalpolygonperimeter_train.json @@ -0,0 +1,34 @@ +[ + { + "min_points": 3, + "max_points": 5, + "coord_range": [ + -50, + 50 + ] + }, + { + "min_points": 3, + "max_points": 10, + "coord_range": [ + -50, + 50 + ] + }, + { + "min_points": 3, + "max_points": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_points": 4, + "max_points": 8, + "coord_range": [ + -150, + 150 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Coracandgameoflife_test.json b/examples/pipelines/all_configs/Coracandgameoflife_test.json new file mode 100644 index 0000000..7b5fe1f --- /dev/null +++ b/examples/pipelines/all_configs/Coracandgameoflife_test.json @@ -0,0 +1,38 @@ +[ + { + "n": 4, + "m": 5, + "t": 3, + "seed": 5 + }, + { + "n": 100, + "m": 100, + "t": 100, + "seed": 8 + }, + { + "n": 5, + "m": 1, + "t": 3, + "seed": 7 + }, + { + "n": 1, + "m": 1, + "t": 1, + "seed": 1 + }, + { + "n": 3, + "m": 3, + "t": 10, + "seed": 3 + }, + { + "n": 5, + "m": 5, + "t": 5, + "seed": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Coracandgameoflife_train.json b/examples/pipelines/all_configs/Coracandgameoflife_train.json new file mode 100644 index 0000000..7b5fe1f --- /dev/null +++ b/examples/pipelines/all_configs/Coracandgameoflife_train.json @@ -0,0 +1,38 @@ +[ + { + "n": 4, + "m": 5, + "t": 3, + "seed": 5 + }, + { + "n": 100, + "m": 100, + "t": 100, + "seed": 8 + }, + { + "n": 5, + "m": 1, + "t": 3, + "seed": 7 + }, + { + "n": 1, + "m": 1, + "t": 1, + "seed": 1 + }, + { + "n": 3, + "m": 3, + "t": 10, + "seed": 3 + }, + { + "n": 5, + "m": 5, + "t": 5, + "seed": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpackagedelivery_test.json b/examples/pipelines/all_configs/Cpackagedelivery_test.json new file mode 100644 index 0000000..0f5c427 --- /dev/null +++ b/examples/pipelines/all_configs/Cpackagedelivery_test.json @@ -0,0 +1,58 @@ +[ + { + "d_range": [ + 5, + 100 + ], + "n_range": [ + 2, + 10 + ], + "m_range": [ + 1, + 10 + ] + }, + { + "d_range": [ + 15, + 150 + ], + "n_range": [ + 4, + 20 + ], + "m_range": [ + 3, + 15 + ] + }, + { + "d_range": [ + 10, + 200 + ], + "n_range": [ + 3, + 15 + ], + "m_range": [ + 2, + 20 + ] + }, + { + "d_range": [ + 10, + 150 + ], + "n_range": [ + 5, + 25 + ], + "m_range": [ + 3, + 15 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpackagedelivery_train.json b/examples/pipelines/all_configs/Cpackagedelivery_train.json new file mode 100644 index 0000000..0f5c427 --- /dev/null +++ b/examples/pipelines/all_configs/Cpackagedelivery_train.json @@ -0,0 +1,58 @@ +[ + { + "d_range": [ + 5, + 100 + ], + "n_range": [ + 2, + 10 + ], + "m_range": [ + 1, + 10 + ] + }, + { + "d_range": [ + 15, + 150 + ], + "n_range": [ + 4, + 20 + ], + "m_range": [ + 3, + 15 + ] + }, + { + "d_range": [ + 10, + 200 + ], + "n_range": [ + 3, + 15 + ], + "m_range": [ + 2, + 20 + ] + }, + { + "d_range": [ + 10, + 150 + ], + "n_range": [ + 5, + 25 + ], + "m_range": [ + 3, + 15 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpagenumbers_test.json b/examples/pipelines/all_configs/Cpagenumbers_test.json new file mode 100644 index 0000000..11a1e37 --- /dev/null +++ b/examples/pipelines/all_configs/Cpagenumbers_test.json @@ -0,0 +1,18 @@ +[ + { + "max_length": 50, + "max_number": 500 + }, + { + "max_length": 10, + "max_number": 100 + }, + { + "max_length": 80, + "max_number": 800 + }, + { + "max_length": 20, + "max_number": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpagenumbers_train.json b/examples/pipelines/all_configs/Cpagenumbers_train.json new file mode 100644 index 0000000..11a1e37 --- /dev/null +++ b/examples/pipelines/all_configs/Cpagenumbers_train.json @@ -0,0 +1,18 @@ +[ + { + "max_length": 50, + "max_number": 500 + }, + { + "max_length": 10, + "max_number": 100 + }, + { + "max_length": 80, + "max_number": 800 + }, + { + "max_length": 20, + "max_number": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpaintthedigits_test.json b/examples/pipelines/all_configs/Cpaintthedigits_test.json new file mode 100644 index 0000000..9415d6b --- /dev/null +++ b/examples/pipelines/all_configs/Cpaintthedigits_test.json @@ -0,0 +1,22 @@ +[ + { + "solvable_probability": 0.8, + "min_length": 2, + "max_length": 15 + }, + { + "solvable_probability": 0.7, + "min_length": 3, + "max_length": 8 + }, + { + "solvable_probability": 0.5, + "min_length": 1, + "max_length": 10 + }, + { + "solvable_probability": 1.0, + "min_length": 5, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpaintthedigits_train.json b/examples/pipelines/all_configs/Cpaintthedigits_train.json new file mode 100644 index 0000000..9415d6b --- /dev/null +++ b/examples/pipelines/all_configs/Cpaintthedigits_train.json @@ -0,0 +1,22 @@ +[ + { + "solvable_probability": 0.8, + "min_length": 2, + "max_length": 15 + }, + { + "solvable_probability": 0.7, + "min_length": 3, + "max_length": 8 + }, + { + "solvable_probability": 0.5, + "min_length": 1, + "max_length": 10 + }, + { + "solvable_probability": 1.0, + "min_length": 5, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpainttree_test.json b/examples/pipelines/all_configs/Cpainttree_test.json new file mode 100644 index 0000000..70afb2d --- /dev/null +++ b/examples/pipelines/all_configs/Cpainttree_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 15, + "default_n": 10 + }, + { + "max_n": 20, + "default_n": 10 + }, + { + "max_n": 10, + "default_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpainttree_train.json b/examples/pipelines/all_configs/Cpainttree_train.json new file mode 100644 index 0000000..70afb2d --- /dev/null +++ b/examples/pipelines/all_configs/Cpainttree_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 15, + "default_n": 10 + }, + { + "max_n": 20, + "default_n": 10 + }, + { + "max_n": 10, + "default_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpalindrometransformation_test.json b/examples/pipelines/all_configs/Cpalindrometransformation_test.json new file mode 100644 index 0000000..114bcba --- /dev/null +++ b/examples/pipelines/all_configs/Cpalindrometransformation_test.json @@ -0,0 +1,30 @@ +[ + { + "n": 8, + "modification_prob": 0.4 + }, + { + "n": 3, + "modification_prob": 0.5 + }, + { + "n": 2, + "modification_prob": 0.2 + }, + { + "n": 7, + "modification_prob": 0.3 + }, + { + "n": 9, + "modification_prob": 0.4 + }, + { + "n": 12, + "modification_prob": 0.2 + }, + { + "n": 5, + "modification_prob": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpalindrometransformation_train.json b/examples/pipelines/all_configs/Cpalindrometransformation_train.json new file mode 100644 index 0000000..114bcba --- /dev/null +++ b/examples/pipelines/all_configs/Cpalindrometransformation_train.json @@ -0,0 +1,30 @@ +[ + { + "n": 8, + "modification_prob": 0.4 + }, + { + "n": 3, + "modification_prob": 0.5 + }, + { + "n": 2, + "modification_prob": 0.2 + }, + { + "n": 7, + "modification_prob": 0.3 + }, + { + "n": 9, + "modification_prob": 0.4 + }, + { + "n": 12, + "modification_prob": 0.2 + }, + { + "n": 5, + "modification_prob": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpalindromicpaths_test.json b/examples/pipelines/all_configs/Cpalindromicpaths_test.json new file mode 100644 index 0000000..6bc446c --- /dev/null +++ b/examples/pipelines/all_configs/Cpalindromicpaths_test.json @@ -0,0 +1,50 @@ +[ + { + "n": 45 + }, + { + "n": 5 + }, + { + "n": 17 + }, + { + "n": 31 + }, + { + "n": 9 + }, + { + "n": 47 + }, + { + "n": 33 + }, + { + "n": 11 + }, + { + "n": 29 + }, + { + "n": 37 + }, + { + "n": 7 + }, + { + "n": 21 + }, + { + "n": 15 + }, + { + "n": 35 + }, + { + "n": 19 + }, + { + "n": 39 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpalindromicpaths_train.json b/examples/pipelines/all_configs/Cpalindromicpaths_train.json new file mode 100644 index 0000000..6bc446c --- /dev/null +++ b/examples/pipelines/all_configs/Cpalindromicpaths_train.json @@ -0,0 +1,50 @@ +[ + { + "n": 45 + }, + { + "n": 5 + }, + { + "n": 17 + }, + { + "n": 31 + }, + { + "n": 9 + }, + { + "n": 47 + }, + { + "n": 33 + }, + { + "n": 11 + }, + { + "n": 29 + }, + { + "n": 37 + }, + { + "n": 7 + }, + { + "n": 21 + }, + { + "n": 15 + }, + { + "n": 35 + }, + { + "n": 19 + }, + { + "n": 39 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpalindromifier_test.json b/examples/pipelines/all_configs/Cpalindromifier_test.json new file mode 100644 index 0000000..cd1f6d6 --- /dev/null +++ b/examples/pipelines/all_configs/Cpalindromifier_test.json @@ -0,0 +1,27 @@ +[ + { + "min_length": 10, + "max_length": 5000, + "palindrome_prob": 0.15 + }, + { + "min_length": 3, + "max_length": 10000, + "palindrome_prob": 0.3 + }, + { + "min_length": 5, + "max_length": 100000, + "palindrome_prob": 0.2 + }, + { + "min_length": 3, + "max_length": 100000, + "palindrome_prob": 0.4 + }, + { + "min_length": 3, + "max_length": 1000, + "palindrome_prob": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpalindromifier_train.json b/examples/pipelines/all_configs/Cpalindromifier_train.json new file mode 100644 index 0000000..cd1f6d6 --- /dev/null +++ b/examples/pipelines/all_configs/Cpalindromifier_train.json @@ -0,0 +1,27 @@ +[ + { + "min_length": 10, + "max_length": 5000, + "palindrome_prob": 0.15 + }, + { + "min_length": 3, + "max_length": 10000, + "palindrome_prob": 0.3 + }, + { + "min_length": 5, + "max_length": 100000, + "palindrome_prob": 0.2 + }, + { + "min_length": 3, + "max_length": 100000, + "palindrome_prob": 0.4 + }, + { + "min_length": 3, + "max_length": 1000, + "palindrome_prob": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cparquet_test.json b/examples/pipelines/all_configs/Cparquet_test.json new file mode 100644 index 0000000..f168f11 --- /dev/null +++ b/examples/pipelines/all_configs/Cparquet_test.json @@ -0,0 +1,72 @@ +[ + { + "n": 2, + "m": 6, + "a": 2, + "b": 2, + "c": 1 + }, + { + "n": 5, + "m": 5, + "a": 10, + "b": 10, + "c": 10 + }, + { + "n": 5, + "m": 5, + "a": 0, + "b": 0, + "c": 5 + }, + { + "n": 6, + "m": 6, + "a": 6, + "b": 6, + "c": 6 + }, + { + "n": 4, + "m": 4, + "a": 0, + "b": 0, + "c": 4 + }, + { + "n": 3, + "m": 4, + "a": 4, + "b": 4, + "c": 2 + }, + { + "n": 5, + "m": 3, + "a": 4, + "b": 4, + "c": 4 + }, + { + "n": 2, + "m": 4, + "a": 0, + "b": 4, + "c": 1 + }, + { + "n": 4, + "m": 4, + "a": 10, + "b": 10, + "c": 10 + }, + { + "n": 2, + "m": 2, + "a": 0, + "b": 0, + "c": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cparquet_train.json b/examples/pipelines/all_configs/Cparquet_train.json new file mode 100644 index 0000000..f168f11 --- /dev/null +++ b/examples/pipelines/all_configs/Cparquet_train.json @@ -0,0 +1,72 @@ +[ + { + "n": 2, + "m": 6, + "a": 2, + "b": 2, + "c": 1 + }, + { + "n": 5, + "m": 5, + "a": 10, + "b": 10, + "c": 10 + }, + { + "n": 5, + "m": 5, + "a": 0, + "b": 0, + "c": 5 + }, + { + "n": 6, + "m": 6, + "a": 6, + "b": 6, + "c": 6 + }, + { + "n": 4, + "m": 4, + "a": 0, + "b": 0, + "c": 4 + }, + { + "n": 3, + "m": 4, + "a": 4, + "b": 4, + "c": 2 + }, + { + "n": 5, + "m": 3, + "a": 4, + "b": 4, + "c": 4 + }, + { + "n": 2, + "m": 4, + "a": 0, + "b": 4, + "c": 1 + }, + { + "n": 4, + "m": 4, + "a": 10, + "b": 10, + "c": 10 + }, + { + "n": 2, + "m": 2, + "a": 0, + "b": 0, + "c": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpartialsums_test.json b/examples/pipelines/all_configs/Cpartialsums_test.json new file mode 100644 index 0000000..a1c38a7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpartialsums_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 2000, + "k_max": 1000000, + "a_max": 1000000000 + }, + { + "n_min": 1, + "n_max": 2000, + "k_max": 1000000000, + "a_max": 1000000000 + }, + { + "n_min": 1, + "n_max": 10, + "k_max": 1000, + "a_max": 100 + }, + { + "n_min": 1, + "n_max": 100, + "k_max": 1000000, + "a_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpartialsums_train.json b/examples/pipelines/all_configs/Cpartialsums_train.json new file mode 100644 index 0000000..a1c38a7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpartialsums_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 2000, + "k_max": 1000000, + "a_max": 1000000000 + }, + { + "n_min": 1, + "n_max": 2000, + "k_max": 1000000000, + "a_max": 1000000000 + }, + { + "n_min": 1, + "n_max": 10, + "k_max": 1000, + "a_max": 100 + }, + { + "n_min": 1, + "n_max": 100, + "k_max": 1000000, + "a_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cparty_test.json b/examples/pipelines/all_configs/Cparty_test.json new file mode 100644 index 0000000..ccaf5b2 --- /dev/null +++ b/examples/pipelines/all_configs/Cparty_test.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 3, + "n_max": 5 + }, + { + "n_min": 5, + "n_max": 8 + }, + { + "n_min": 2, + "n_max": 5 + }, + { + "n_min": 1, + "n_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cparty_train.json b/examples/pipelines/all_configs/Cparty_train.json new file mode 100644 index 0000000..ccaf5b2 --- /dev/null +++ b/examples/pipelines/all_configs/Cparty_train.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 3, + "n_max": 5 + }, + { + "n_min": 5, + "n_max": 8 + }, + { + "n_min": 2, + "n_max": 5 + }, + { + "n_min": 1, + "n_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpattern_test.json b/examples/pipelines/all_configs/Cpattern_test.json new file mode 100644 index 0000000..015099c --- /dev/null +++ b/examples/pipelines/all_configs/Cpattern_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 4, + "max_length": 4, + "question_prob": 0.4 + }, + { + "max_n": 5, + "max_length": 5, + "question_prob": 0.5 + }, + { + "max_n": 1, + "max_length": 1, + "question_prob": 0.0 + }, + { + "max_n": 3, + "max_length": 3, + "question_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpattern_train.json b/examples/pipelines/all_configs/Cpattern_train.json new file mode 100644 index 0000000..015099c --- /dev/null +++ b/examples/pipelines/all_configs/Cpattern_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 4, + "max_length": 4, + "question_prob": 0.4 + }, + { + "max_n": 5, + "max_length": 5, + "question_prob": 0.5 + }, + { + "max_n": 1, + "max_length": 1, + "question_prob": 0.0 + }, + { + "max_n": 3, + "max_length": 3, + "question_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpbinary_test.json b/examples/pipelines/all_configs/Cpbinary_test.json new file mode 100644 index 0000000..ce5edc7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpbinary_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 1000000, + "min_p": -300, + "max_p": 300 + }, + { + "max_n": 100000, + "min_p": -200, + "max_p": 200 + }, + { + "max_n": 5000, + "min_p": -200, + "max_p": 200 + }, + { + "max_n": 100000, + "min_p": -500, + "max_p": 500 + }, + { + "max_n": 1000, + "min_p": -100, + "max_p": 100 + }, + { + "max_n": 50000, + "min_p": -100, + "max_p": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpbinary_train.json b/examples/pipelines/all_configs/Cpbinary_train.json new file mode 100644 index 0000000..ce5edc7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpbinary_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 1000000, + "min_p": -300, + "max_p": 300 + }, + { + "max_n": 100000, + "min_p": -200, + "max_p": 200 + }, + { + "max_n": 5000, + "min_p": -200, + "max_p": 200 + }, + { + "max_n": 100000, + "min_p": -500, + "max_p": 500 + }, + { + "max_n": 1000, + "min_p": -100, + "max_p": 100 + }, + { + "max_n": 50000, + "min_p": -100, + "max_p": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cperfecttriples_test.json b/examples/pipelines/all_configs/Cperfecttriples_test.json new file mode 100644 index 0000000..75b0d7a --- /dev/null +++ b/examples/pipelines/all_configs/Cperfecttriples_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1000, + "max_n": 100000 + }, + { + "min_n": 1, + "max_n": 1000000 + }, + { + "min_n": 500000, + "max_n": 1000000 + }, + { + "min_n": 1, + "max_n": 10000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cperfecttriples_train.json b/examples/pipelines/all_configs/Cperfecttriples_train.json new file mode 100644 index 0000000..75b0d7a --- /dev/null +++ b/examples/pipelines/all_configs/Cperfecttriples_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1000, + "max_n": 100000 + }, + { + "min_n": 1, + "max_n": 1000000 + }, + { + "min_n": 500000, + "max_n": 1000000 + }, + { + "min_n": 1, + "max_n": 10000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cperformeasily_test.json b/examples/pipelines/all_configs/Cperformeasily_test.json new file mode 100644 index 0000000..cb2b720 --- /dev/null +++ b/examples/pipelines/all_configs/Cperformeasily_test.json @@ -0,0 +1,50 @@ +[ + { + "a_params": [ + 3, + 3, + 3, + 3, + 3, + 3 + ], + "n_min": 10, + "n_max": 150 + }, + { + "a_params": [ + 1000, + 2000, + 3000, + 4000, + 5000, + 6000 + ], + "n_min": 200, + "n_max": 300 + }, + { + "a_params": [ + 100, + 200, + 300, + 400, + 500, + 600 + ], + "n_min": 50, + "n_max": 200 + }, + { + "a_params": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "n_min": 1, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cperformeasily_train.json b/examples/pipelines/all_configs/Cperformeasily_train.json new file mode 100644 index 0000000..cb2b720 --- /dev/null +++ b/examples/pipelines/all_configs/Cperformeasily_train.json @@ -0,0 +1,50 @@ +[ + { + "a_params": [ + 3, + 3, + 3, + 3, + 3, + 3 + ], + "n_min": 10, + "n_max": 150 + }, + { + "a_params": [ + 1000, + 2000, + 3000, + 4000, + 5000, + 6000 + ], + "n_min": 200, + "n_max": 300 + }, + { + "a_params": [ + 100, + 200, + 300, + 400, + 500, + 600 + ], + "n_min": 50, + "n_max": 200 + }, + { + "a_params": [ + 1, + 2, + 3, + 4, + 5, + 6 + ], + "n_min": 1, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpermutationgame_test.json b/examples/pipelines/all_configs/Cpermutationgame_test.json new file mode 100644 index 0000000..c4faaba --- /dev/null +++ b/examples/pipelines/all_configs/Cpermutationgame_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 30 + }, + { + "n": 25 + }, + { + "n": 1 + }, + { + "n": 3 + }, + { + "n": 5 + }, + { + "n": 40 + }, + { + "n": 10 + }, + { + "n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpermutationgame_train.json b/examples/pipelines/all_configs/Cpermutationgame_train.json new file mode 100644 index 0000000..c4faaba --- /dev/null +++ b/examples/pipelines/all_configs/Cpermutationgame_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 30 + }, + { + "n": 25 + }, + { + "n": 1 + }, + { + "n": 3 + }, + { + "n": 5 + }, + { + "n": 40 + }, + { + "n": 10 + }, + { + "n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpermutationrecovery_test.json b/examples/pipelines/all_configs/Cpermutationrecovery_test.json new file mode 100644 index 0000000..0f2c416 --- /dev/null +++ b/examples/pipelines/all_configs/Cpermutationrecovery_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 5, + "prob_negative": 0.4, + "prob_invalid": 0.2 + }, + { + "min_n": 3, + "max_n": 6, + "prob_negative": 0.3, + "prob_invalid": 0.4 + }, + { + "min_n": 3, + "max_n": 5, + "prob_negative": 0.4, + "prob_invalid": 0.2 + }, + { + "min_n": 4, + "max_n": 6, + "prob_negative": 0.35, + "prob_invalid": 0.35 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpermutationrecovery_train.json b/examples/pipelines/all_configs/Cpermutationrecovery_train.json new file mode 100644 index 0000000..0f2c416 --- /dev/null +++ b/examples/pipelines/all_configs/Cpermutationrecovery_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 5, + "prob_negative": 0.4, + "prob_invalid": 0.2 + }, + { + "min_n": 3, + "max_n": 6, + "prob_negative": 0.3, + "prob_invalid": 0.4 + }, + { + "min_n": 3, + "max_n": 5, + "prob_negative": 0.4, + "prob_invalid": 0.2 + }, + { + "min_n": 4, + "max_n": 6, + "prob_negative": 0.35, + "prob_invalid": 0.35 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cperunult_test.json b/examples/pipelines/all_configs/Cperunult_test.json new file mode 100644 index 0000000..c0cf7f6 --- /dev/null +++ b/examples/pipelines/all_configs/Cperunult_test.json @@ -0,0 +1,56 @@ +[ + { + "n": 5, + "m": 5, + "b": 500, + "inc": 5, + "d": 100, + "max_time_events": 150, + "force_infinite": false + }, + { + "n": 1, + "m": 0, + "b": 100, + "inc": 1, + "d": 50, + "max_time_events": 100, + "force_infinite": true + }, + { + "n": 1, + "m": 0, + "b": 1, + "inc": 0, + "d": 1, + "max_time_events": 50, + "force_infinite": false + }, + { + "n": 2, + "m": 10, + "b": 800, + "inc": 12, + "d": 60, + "max_time_events": 200, + "force_infinite": false + }, + { + "n": 10, + "m": 10, + "b": 2000, + "inc": 20, + "d": 200, + "max_time_events": 200, + "force_infinite": false + }, + { + "n": 3, + "m": 2, + "b": 1000, + "inc": 10, + "d": 50, + "max_time_events": 100, + "force_infinite": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cperunult_train.json b/examples/pipelines/all_configs/Cperunult_train.json new file mode 100644 index 0000000..c0cf7f6 --- /dev/null +++ b/examples/pipelines/all_configs/Cperunult_train.json @@ -0,0 +1,56 @@ +[ + { + "n": 5, + "m": 5, + "b": 500, + "inc": 5, + "d": 100, + "max_time_events": 150, + "force_infinite": false + }, + { + "n": 1, + "m": 0, + "b": 100, + "inc": 1, + "d": 50, + "max_time_events": 100, + "force_infinite": true + }, + { + "n": 1, + "m": 0, + "b": 1, + "inc": 0, + "d": 1, + "max_time_events": 50, + "force_infinite": false + }, + { + "n": 2, + "m": 10, + "b": 800, + "inc": 12, + "d": 60, + "max_time_events": 200, + "force_infinite": false + }, + { + "n": 10, + "m": 10, + "b": 2000, + "inc": 20, + "d": 200, + "max_time_events": 200, + "force_infinite": false + }, + { + "n": 3, + "m": 2, + "b": 1000, + "inc": 10, + "d": 50, + "max_time_events": 100, + "force_infinite": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpetyaandcatacombs_test.json b/examples/pipelines/all_configs/Cpetyaandcatacombs_test.json new file mode 100644 index 0000000..37d03d5 --- /dev/null +++ b/examples/pipelines/all_configs/Cpetyaandcatacombs_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpetyaandcatacombs_train.json b/examples/pipelines/all_configs/Cpetyaandcatacombs_train.json new file mode 100644 index 0000000..37d03d5 --- /dev/null +++ b/examples/pipelines/all_configs/Cpetyaandcatacombs_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 3, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpetyaandexam_test.json b/examples/pipelines/all_configs/Cpetyaandexam_test.json new file mode 100644 index 0000000..2055215 --- /dev/null +++ b/examples/pipelines/all_configs/Cpetyaandexam_test.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 5, + "max_n": 25, + "min_T": 15, + "max_T": 150, + "a_min": 2, + "a_max": 7, + "b_min": 6, + "b_max": 14 + }, + { + "min_n": 5, + "max_n": 20, + "min_T": 10, + "max_T": 100, + "a_min": 2, + "a_max": 6, + "b_min": 4, + "b_max": 10 + }, + { + "min_n": 2, + "max_n": 15, + "min_T": 5, + "max_T": 80, + "a_min": 1, + "a_max": 4, + "b_min": 3, + "b_max": 12 + }, + { + "min_n": 10, + "max_n": 30, + "min_T": 20, + "max_T": 200, + "a_min": 1, + "a_max": 8, + "b_min": 5, + "b_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpetyaandexam_train.json b/examples/pipelines/all_configs/Cpetyaandexam_train.json new file mode 100644 index 0000000..2055215 --- /dev/null +++ b/examples/pipelines/all_configs/Cpetyaandexam_train.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 5, + "max_n": 25, + "min_T": 15, + "max_T": 150, + "a_min": 2, + "a_max": 7, + "b_min": 6, + "b_max": 14 + }, + { + "min_n": 5, + "max_n": 20, + "min_T": 10, + "max_T": 100, + "a_min": 2, + "a_max": 6, + "b_min": 4, + "b_max": 10 + }, + { + "min_n": 2, + "max_n": 15, + "min_T": 5, + "max_T": 80, + "a_min": 1, + "a_max": 4, + "b_min": 3, + "b_max": 12 + }, + { + "min_n": 10, + "max_n": 30, + "min_T": 20, + "max_T": 200, + "a_min": 1, + "a_max": 8, + "b_min": 5, + "b_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpetyaandspiders_test.json b/examples/pipelines/all_configs/Cpetyaandspiders_test.json new file mode 100644 index 0000000..6b13c18 --- /dev/null +++ b/examples/pipelines/all_configs/Cpetyaandspiders_test.json @@ -0,0 +1,66 @@ +[ + { + "n": 8, + "m": 5 + }, + { + "n": 10, + "m": 4 + }, + { + "n": 15, + "m": 3 + }, + { + "n": 3, + "m": 5 + }, + { + "n": 6, + "m": 6 + }, + { + "n": 4, + "m": 4 + }, + { + "n": 5, + "m": 6 + }, + { + "n": 6, + "m": 2 + }, + { + "n": 1, + "m": 40 + }, + { + "n": 40, + "m": 1 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 5, + "m": 1 + }, + { + "n": 40, + "m": 1 + }, + { + "n": 20, + "m": 2 + }, + { + "n": 2, + "m": 20 + }, + { + "n": 2, + "m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpetyaandspiders_train.json b/examples/pipelines/all_configs/Cpetyaandspiders_train.json new file mode 100644 index 0000000..6b13c18 --- /dev/null +++ b/examples/pipelines/all_configs/Cpetyaandspiders_train.json @@ -0,0 +1,66 @@ +[ + { + "n": 8, + "m": 5 + }, + { + "n": 10, + "m": 4 + }, + { + "n": 15, + "m": 3 + }, + { + "n": 3, + "m": 5 + }, + { + "n": 6, + "m": 6 + }, + { + "n": 4, + "m": 4 + }, + { + "n": 5, + "m": 6 + }, + { + "n": 6, + "m": 2 + }, + { + "n": 1, + "m": 40 + }, + { + "n": 40, + "m": 1 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 5, + "m": 1 + }, + { + "n": 40, + "m": 1 + }, + { + "n": 20, + "m": 2 + }, + { + "n": 2, + "m": 20 + }, + { + "n": 2, + "m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphoenixanddistribution_test.json b/examples/pipelines/all_configs/Cphoenixanddistribution_test.json new file mode 100644 index 0000000..40d92c5 --- /dev/null +++ b/examples/pipelines/all_configs/Cphoenixanddistribution_test.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 1, + "max_length": 20, + "force_diverse_cases": false + }, + { + "min_length": 1, + "max_length": 30, + "force_diverse_cases": true + }, + { + "min_length": 1, + "max_length": 20, + "force_diverse_cases": true + }, + { + "min_length": 5, + "max_length": 25, + "force_diverse_cases": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphoenixanddistribution_train.json b/examples/pipelines/all_configs/Cphoenixanddistribution_train.json new file mode 100644 index 0000000..40d92c5 --- /dev/null +++ b/examples/pipelines/all_configs/Cphoenixanddistribution_train.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 1, + "max_length": 20, + "force_diverse_cases": false + }, + { + "min_length": 1, + "max_length": 30, + "force_diverse_cases": true + }, + { + "min_length": 1, + "max_length": 20, + "force_diverse_cases": true + }, + { + "min_length": 5, + "max_length": 25, + "force_diverse_cases": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphoenixandtowers_test.json b/examples/pipelines/all_configs/Cphoenixandtowers_test.json new file mode 100644 index 0000000..b0c9cf5 --- /dev/null +++ b/examples/pipelines/all_configs/Cphoenixandtowers_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "max_m": 10, + "max_x": 20 + }, + { + "max_n": 10, + "max_m": 5, + "max_x": 10 + }, + { + "max_n": 5, + "max_m": 3, + "max_x": 5 + }, + { + "max_n": 15, + "max_m": 5, + "max_x": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphoenixandtowers_train.json b/examples/pipelines/all_configs/Cphoenixandtowers_train.json new file mode 100644 index 0000000..b0c9cf5 --- /dev/null +++ b/examples/pipelines/all_configs/Cphoenixandtowers_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "max_m": 10, + "max_x": 20 + }, + { + "max_n": 10, + "max_m": 5, + "max_x": 10 + }, + { + "max_n": 5, + "max_m": 3, + "max_x": 5 + }, + { + "max_n": 15, + "max_m": 5, + "max_x": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphonenumbers_test.json b/examples/pipelines/all_configs/Cphonenumbers_test.json new file mode 100644 index 0000000..abdd638 --- /dev/null +++ b/examples/pipelines/all_configs/Cphonenumbers_test.json @@ -0,0 +1,26 @@ +[ + { + "max_entries": 15, + "min_entries": 1, + "max_phones_per_entry": 8, + "min_phones_per_entry": 1 + }, + { + "max_entries": 15, + "min_entries": 1, + "max_phones_per_entry": 10, + "min_phones_per_entry": 1 + }, + { + "max_entries": 20, + "min_entries": 1, + "max_phones_per_entry": 7, + "min_phones_per_entry": 1 + }, + { + "max_entries": 10, + "min_entries": 1, + "max_phones_per_entry": 5, + "min_phones_per_entry": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphonenumbers_train.json b/examples/pipelines/all_configs/Cphonenumbers_train.json new file mode 100644 index 0000000..abdd638 --- /dev/null +++ b/examples/pipelines/all_configs/Cphonenumbers_train.json @@ -0,0 +1,26 @@ +[ + { + "max_entries": 15, + "min_entries": 1, + "max_phones_per_entry": 8, + "min_phones_per_entry": 1 + }, + { + "max_entries": 15, + "min_entries": 1, + "max_phones_per_entry": 10, + "min_phones_per_entry": 1 + }, + { + "max_entries": 20, + "min_entries": 1, + "max_phones_per_entry": 7, + "min_phones_per_entry": 1 + }, + { + "max_entries": 10, + "min_entries": 1, + "max_phones_per_entry": 5, + "min_phones_per_entry": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphotographer_test.json b/examples/pipelines/all_configs/Cphotographer_test.json new file mode 100644 index 0000000..119a565 --- /dev/null +++ b/examples/pipelines/all_configs/Cphotographer_test.json @@ -0,0 +1,38 @@ +[ + { + "n_clients": 8, + "d": 250, + "a": 5, + "b": 10 + }, + { + "n_clients": 12, + "d": 300, + "a": 3, + "b": 4 + }, + { + "n_clients": 3, + "d": 10, + "a": 2, + "b": 3 + }, + { + "n_clients": 10, + "d": 500, + "a": 1, + "b": 2 + }, + { + "n_clients": 20, + "d": 1000, + "a": 3, + "b": 5 + }, + { + "n_clients": 5, + "d": 100, + "a": 2, + "b": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cphotographer_train.json b/examples/pipelines/all_configs/Cphotographer_train.json new file mode 100644 index 0000000..119a565 --- /dev/null +++ b/examples/pipelines/all_configs/Cphotographer_train.json @@ -0,0 +1,38 @@ +[ + { + "n_clients": 8, + "d": 250, + "a": 5, + "b": 10 + }, + { + "n_clients": 12, + "d": 300, + "a": 3, + "b": 4 + }, + { + "n_clients": 3, + "d": 10, + "a": 2, + "b": 3 + }, + { + "n_clients": 10, + "d": 500, + "a": 1, + "b": 2 + }, + { + "n_clients": 20, + "d": 1000, + "a": 3, + "b": 5 + }, + { + "n_clients": 5, + "d": 100, + "a": 2, + "b": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpickheroes_test.json b/examples/pipelines/all_configs/Cpickheroes_test.json new file mode 100644 index 0000000..2c17344 --- /dev/null +++ b/examples/pipelines/all_configs/Cpickheroes_test.json @@ -0,0 +1,34 @@ +[ + { + "default_n": 4, + "max_m": 2, + "p_range": [ + 1, + 2000 + ] + }, + { + "default_n": 3, + "max_m": 3, + "p_range": [ + 1, + 1000 + ] + }, + { + "default_n": 5, + "max_m": 4, + "p_range": [ + 1, + 1500 + ] + }, + { + "default_n": 1, + "max_m": 0, + "p_range": [ + 1, + 1000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpickheroes_train.json b/examples/pipelines/all_configs/Cpickheroes_train.json new file mode 100644 index 0000000..2c17344 --- /dev/null +++ b/examples/pipelines/all_configs/Cpickheroes_train.json @@ -0,0 +1,34 @@ +[ + { + "default_n": 4, + "max_m": 2, + "p_range": [ + 1, + 2000 + ] + }, + { + "default_n": 3, + "max_m": 3, + "p_range": [ + 1, + 1000 + ] + }, + { + "default_n": 5, + "max_m": 4, + "p_range": [ + 1, + 1500 + ] + }, + { + "default_n": 1, + "max_m": 0, + "p_range": [ + 1, + 1000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpieordie_test.json b/examples/pipelines/all_configs/Cpieordie_test.json new file mode 100644 index 0000000..437e580 --- /dev/null +++ b/examples/pipelines/all_configs/Cpieordie_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 100, + "m_min": 1, + "m_max": 100, + "k_min": 0, + "k_max": 100 + }, + { + "n_min": 1, + "n_max": 10, + "m_min": 1, + "m_max": 10, + "k_min": 0, + "k_max": 10 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 10, + "m_max": 50, + "k_min": 1, + "k_max": 50 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": 50, + "m_max": 100, + "k_min": 50, + "k_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpieordie_train.json b/examples/pipelines/all_configs/Cpieordie_train.json new file mode 100644 index 0000000..437e580 --- /dev/null +++ b/examples/pipelines/all_configs/Cpieordie_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 100, + "m_min": 1, + "m_max": 100, + "k_min": 0, + "k_max": 100 + }, + { + "n_min": 1, + "n_max": 10, + "m_min": 1, + "m_max": 10, + "k_min": 0, + "k_max": 10 + }, + { + "n_min": 10, + "n_max": 50, + "m_min": 10, + "m_max": 50, + "k_min": 1, + "k_max": 50 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": 50, + "m_max": 100, + "k_min": 50, + "k_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpinkiepieeatspattycakes_test.json b/examples/pipelines/all_configs/Cpinkiepieeatspattycakes_test.json new file mode 100644 index 0000000..66c2ec2 --- /dev/null +++ b/examples/pipelines/all_configs/Cpinkiepieeatspattycakes_test.json @@ -0,0 +1,22 @@ +[ + { + "max_maxx": 4, + "max_ct": 3, + "max_v": 15 + }, + { + "max_maxx": 5, + "max_ct": 2, + "max_v": 20 + }, + { + "max_maxx": 3, + "max_ct": 2, + "max_v": 10 + }, + { + "max_maxx": 4, + "max_ct": 4, + "max_v": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpinkiepieeatspattycakes_train.json b/examples/pipelines/all_configs/Cpinkiepieeatspattycakes_train.json new file mode 100644 index 0000000..66c2ec2 --- /dev/null +++ b/examples/pipelines/all_configs/Cpinkiepieeatspattycakes_train.json @@ -0,0 +1,22 @@ +[ + { + "max_maxx": 4, + "max_ct": 3, + "max_v": 15 + }, + { + "max_maxx": 5, + "max_ct": 2, + "max_v": 20 + }, + { + "max_maxx": 3, + "max_ct": 2, + "max_v": 10 + }, + { + "max_maxx": 4, + "max_ct": 4, + "max_v": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplasticinezebra_test.json b/examples/pipelines/all_configs/Cplasticinezebra_test.json new file mode 100644 index 0000000..46609ee --- /dev/null +++ b/examples/pipelines/all_configs/Cplasticinezebra_test.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 10, + "max_length": 20 + }, + { + "min_length": 2, + "max_length": 15 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 3, + "max_length": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplasticinezebra_train.json b/examples/pipelines/all_configs/Cplasticinezebra_train.json new file mode 100644 index 0000000..46609ee --- /dev/null +++ b/examples/pipelines/all_configs/Cplasticinezebra_train.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 10, + "max_length": 20 + }, + { + "min_length": 2, + "max_length": 15 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 3, + "max_length": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplayingpiano_test.json b/examples/pipelines/all_configs/Cplayingpiano_test.json new file mode 100644 index 0000000..11c4cc7 --- /dev/null +++ b/examples/pipelines/all_configs/Cplayingpiano_test.json @@ -0,0 +1,44 @@ +[ + { + "min_notes": 5, + "max_notes": 20, + "unsolvable_ratio": 0.4, + "max_retry": 50 + }, + { + "min_notes": 4, + "max_notes": 20, + "unsolvable_ratio": 0.5, + "max_retry": 60 + }, + { + "min_notes": 5, + "max_notes": 22, + "unsolvable_ratio": 0.4, + "max_retry": 40 + }, + { + "min_notes": 5, + "max_notes": 18, + "unsolvable_ratio": 0.2, + "max_retry": 35 + }, + { + "min_notes": 3, + "max_notes": 25, + "unsolvable_ratio": 0.3, + "max_retry": 50 + }, + { + "min_notes": 6, + "max_notes": 24, + "unsolvable_ratio": 0.4, + "max_retry": 50 + }, + { + "min_notes": 7, + "max_notes": 22, + "unsolvable_ratio": 0.35, + "max_retry": 60 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplayingpiano_train.json b/examples/pipelines/all_configs/Cplayingpiano_train.json new file mode 100644 index 0000000..11c4cc7 --- /dev/null +++ b/examples/pipelines/all_configs/Cplayingpiano_train.json @@ -0,0 +1,44 @@ +[ + { + "min_notes": 5, + "max_notes": 20, + "unsolvable_ratio": 0.4, + "max_retry": 50 + }, + { + "min_notes": 4, + "max_notes": 20, + "unsolvable_ratio": 0.5, + "max_retry": 60 + }, + { + "min_notes": 5, + "max_notes": 22, + "unsolvable_ratio": 0.4, + "max_retry": 40 + }, + { + "min_notes": 5, + "max_notes": 18, + "unsolvable_ratio": 0.2, + "max_retry": 35 + }, + { + "min_notes": 3, + "max_notes": 25, + "unsolvable_ratio": 0.3, + "max_retry": 50 + }, + { + "min_notes": 6, + "max_notes": 24, + "unsolvable_ratio": 0.4, + "max_retry": 50 + }, + { + "min_notes": 7, + "max_notes": 22, + "unsolvable_ratio": 0.35, + "max_retry": 60 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplayingwithsuperglue_test.json b/examples/pipelines/all_configs/Cplayingwithsuperglue_test.json new file mode 100644 index 0000000..f0bbcb6 --- /dev/null +++ b/examples/pipelines/all_configs/Cplayingwithsuperglue_test.json @@ -0,0 +1,62 @@ +[ + { + "n_range": [ + 1, + 10 + ], + "m_range": [ + 1, + 100 + ] + }, + { + "n_range": [ + 5, + 10 + ], + "m_range": [ + 5, + 10 + ] + }, + { + "n_range": [ + 2, + 100 + ], + "m_range": [ + 2, + 100 + ] + }, + { + "n_range": [ + 1, + 50 + ], + "m_range": [ + 1, + 100 + ] + }, + { + "n_range": [ + 1, + 50 + ], + "m_range": [ + 1, + 50 + ] + }, + { + "n_range": [ + 1, + 20 + ], + "m_range": [ + 10, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplayingwithsuperglue_train.json b/examples/pipelines/all_configs/Cplayingwithsuperglue_train.json new file mode 100644 index 0000000..f0bbcb6 --- /dev/null +++ b/examples/pipelines/all_configs/Cplayingwithsuperglue_train.json @@ -0,0 +1,62 @@ +[ + { + "n_range": [ + 1, + 10 + ], + "m_range": [ + 1, + 100 + ] + }, + { + "n_range": [ + 5, + 10 + ], + "m_range": [ + 5, + 10 + ] + }, + { + "n_range": [ + 2, + 100 + ], + "m_range": [ + 2, + 100 + ] + }, + { + "n_range": [ + 1, + 50 + ], + "m_range": [ + 1, + 100 + ] + }, + { + "n_range": [ + 1, + 50 + ], + "m_range": [ + 1, + 50 + ] + }, + { + "n_range": [ + 1, + 20 + ], + "m_range": [ + 10, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplumber_test.json b/examples/pipelines/all_configs/Cplumber_test.json new file mode 100644 index 0000000..c4e65c2 --- /dev/null +++ b/examples/pipelines/all_configs/Cplumber_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 3, + "max_m": 4, + "empty_prob": 0.5 + }, + { + "max_n": 2, + "max_m": 2, + "empty_prob": 0.3 + }, + { + "max_n": 1, + "max_m": 5, + "empty_prob": 0.4 + }, + { + "max_n": 5, + "max_m": 1, + "empty_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cplumber_train.json b/examples/pipelines/all_configs/Cplumber_train.json new file mode 100644 index 0000000..c4e65c2 --- /dev/null +++ b/examples/pipelines/all_configs/Cplumber_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 3, + "max_m": 4, + "empty_prob": 0.5 + }, + { + "max_n": 2, + "max_m": 2, + "empty_prob": 0.3 + }, + { + "max_n": 1, + "max_m": 5, + "empty_prob": 0.4 + }, + { + "max_n": 5, + "max_m": 1, + "empty_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpocketbook_test.json b/examples/pipelines/all_configs/Cpocketbook_test.json new file mode 100644 index 0000000..751e4b6 --- /dev/null +++ b/examples/pipelines/all_configs/Cpocketbook_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 1, + "m": 100 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 100, + "m": 100 + }, + { + "n": 5, + "m": 2 + }, + { + "n": 4, + "m": 5 + }, + { + "n": 3, + "m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpocketbook_train.json b/examples/pipelines/all_configs/Cpocketbook_train.json new file mode 100644 index 0000000..751e4b6 --- /dev/null +++ b/examples/pipelines/all_configs/Cpocketbook_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 1, + "m": 100 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 100, + "m": 100 + }, + { + "n": 5, + "m": 2 + }, + { + "n": 4, + "m": 5 + }, + { + "n": 3, + "m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpointordering_test.json b/examples/pipelines/all_configs/Cpointordering_test.json new file mode 100644 index 0000000..7ce46d4 --- /dev/null +++ b/examples/pipelines/all_configs/Cpointordering_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 3 + }, + { + "n": 4 + }, + { + "n": 5 + }, + { + "n": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpointordering_train.json b/examples/pipelines/all_configs/Cpointordering_train.json new file mode 100644 index 0000000..7ce46d4 --- /dev/null +++ b/examples/pipelines/all_configs/Cpointordering_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 3 + }, + { + "n": 4 + }, + { + "n": 5 + }, + { + "n": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpolandballandforest_test.json b/examples/pipelines/all_configs/Cpolandballandforest_test.json new file mode 100644 index 0000000..2c95ef7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpolandballandforest_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 25 + }, + { + "min_n": 7, + "max_n": 17 + }, + { + "min_n": 3, + "max_n": 18 + }, + { + "min_n": 4, + "max_n": 12 + }, + { + "min_n": 5, + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpolandballandforest_train.json b/examples/pipelines/all_configs/Cpolandballandforest_train.json new file mode 100644 index 0000000..2c95ef7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpolandballandforest_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 25 + }, + { + "min_n": 7, + "max_n": 17 + }, + { + "min_n": 3, + "max_n": 18 + }, + { + "min_n": 4, + "max_n": 12 + }, + { + "min_n": 5, + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpolycarpattheradio_test.json b/examples/pipelines/all_configs/Cpolycarpattheradio_test.json new file mode 100644 index 0000000..a0fdca0 --- /dev/null +++ b/examples/pipelines/all_configs/Cpolycarpattheradio_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_m": 5, + "max_m": 20 + }, + { + "min_n": 1000, + "max_n": 2000, + "min_m": 50, + "max_m": 100 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 1, + "min_m": 1, + "max_m": 1 + }, + { + "min_n": 500, + "max_n": 1000, + "min_m": 250, + "max_m": 500 + }, + { + "min_n": 1, + "max_n": 2000, + "min_m": 1, + "max_m": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpolycarpattheradio_train.json b/examples/pipelines/all_configs/Cpolycarpattheradio_train.json new file mode 100644 index 0000000..a0fdca0 --- /dev/null +++ b/examples/pipelines/all_configs/Cpolycarpattheradio_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_m": 5, + "max_m": 20 + }, + { + "min_n": 1000, + "max_n": 2000, + "min_m": 50, + "max_m": 100 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 1, + "min_m": 1, + "max_m": 1 + }, + { + "min_n": 500, + "max_n": 1000, + "min_m": 250, + "max_m": 500 + }, + { + "min_n": 1, + "max_n": 2000, + "min_m": 1, + "max_m": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpolycarpusdice_test.json b/examples/pipelines/all_configs/Cpolycarpusdice_test.json new file mode 100644 index 0000000..f2caabb --- /dev/null +++ b/examples/pipelines/all_configs/Cpolycarpusdice_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_d": 10 + }, + { + "max_n": 3, + "max_d": 5 + }, + { + "max_n": 20, + "max_d": 20 + }, + { + "max_n": 1, + "max_d": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpolycarpusdice_train.json b/examples/pipelines/all_configs/Cpolycarpusdice_train.json new file mode 100644 index 0000000..f2caabb --- /dev/null +++ b/examples/pipelines/all_configs/Cpolycarpusdice_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_d": 10 + }, + { + "max_n": 3, + "max_d": 5 + }, + { + "max_n": 20, + "max_d": 20 + }, + { + "max_n": 1, + "max_d": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpostcard_test.json b/examples/pipelines/all_configs/Cpostcard_test.json new file mode 100644 index 0000000..fa45c58 --- /dev/null +++ b/examples/pipelines/all_configs/Cpostcard_test.json @@ -0,0 +1,34 @@ +[ + { + "max_length": 150, + "symbol_prob": 0.5 + }, + { + "max_length": 50, + "symbol_prob": 0.5 + }, + { + "max_length": 50, + "symbol_prob": 0.2 + }, + { + "max_length": 50, + "symbol_prob": 0.6 + }, + { + "max_length": 50, + "symbol_prob": 0.3 + }, + { + "max_length": 100, + "symbol_prob": 0.5 + }, + { + "max_length": 150, + "symbol_prob": 0.3 + }, + { + "max_length": 100, + "symbol_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpostcard_train.json b/examples/pipelines/all_configs/Cpostcard_train.json new file mode 100644 index 0000000..fa45c58 --- /dev/null +++ b/examples/pipelines/all_configs/Cpostcard_train.json @@ -0,0 +1,34 @@ +[ + { + "max_length": 150, + "symbol_prob": 0.5 + }, + { + "max_length": 50, + "symbol_prob": 0.5 + }, + { + "max_length": 50, + "symbol_prob": 0.2 + }, + { + "max_length": 50, + "symbol_prob": 0.6 + }, + { + "max_length": 50, + "symbol_prob": 0.3 + }, + { + "max_length": 100, + "symbol_prob": 0.5 + }, + { + "max_length": 150, + "symbol_prob": 0.3 + }, + { + "max_length": 100, + "symbol_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cposterized_test.json b/examples/pipelines/all_configs/Cposterized_test.json new file mode 100644 index 0000000..e643bca --- /dev/null +++ b/examples/pipelines/all_configs/Cposterized_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 50000, + "min_n": 5000, + "max_k": 256, + "min_k": 100 + }, + { + "max_n": 100000, + "min_n": 1, + "max_k": 256, + "min_k": 1 + }, + { + "max_n": 1000, + "min_n": 100, + "max_k": 200, + "min_k": 10 + }, + { + "max_n": 10000, + "min_n": 1000, + "max_k": 100, + "min_k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cposterized_train.json b/examples/pipelines/all_configs/Cposterized_train.json new file mode 100644 index 0000000..e643bca --- /dev/null +++ b/examples/pipelines/all_configs/Cposterized_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 50000, + "min_n": 5000, + "max_k": 256, + "min_k": 100 + }, + { + "max_n": 100000, + "min_n": 1, + "max_k": 256, + "min_k": 1 + }, + { + "max_n": 1000, + "min_n": 100, + "max_k": 200, + "min_k": 10 + }, + { + "max_n": 10000, + "min_n": 1000, + "max_k": 100, + "min_k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpredictoutcomeofthegame_test.json b/examples/pipelines/all_configs/Cpredictoutcomeofthegame_test.json new file mode 100644 index 0000000..d0fc74f --- /dev/null +++ b/examples/pipelines/all_configs/Cpredictoutcomeofthegame_test.json @@ -0,0 +1,18 @@ +[ + { + "min_m": 5, + "max_m": 500 + }, + { + "min_m": 10, + "max_m": 1000 + }, + { + "min_m": 1, + "max_m": 100 + }, + { + "min_m": 100, + "max_m": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpredictoutcomeofthegame_train.json b/examples/pipelines/all_configs/Cpredictoutcomeofthegame_train.json new file mode 100644 index 0000000..d0fc74f --- /dev/null +++ b/examples/pipelines/all_configs/Cpredictoutcomeofthegame_train.json @@ -0,0 +1,18 @@ +[ + { + "min_m": 5, + "max_m": 500 + }, + { + "min_m": 10, + "max_m": 1000 + }, + { + "min_m": 1, + "max_m": 100 + }, + { + "min_m": 100, + "max_m": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprefixenlightenment_test.json b/examples/pipelines/all_configs/Cprefixenlightenment_test.json new file mode 100644 index 0000000..6eb6588 --- /dev/null +++ b/examples/pipelines/all_configs/Cprefixenlightenment_test.json @@ -0,0 +1,47 @@ +[ + { + "n_min": 5, + "n_max": 10, + "k_min": 1, + "k_max": 5, + "subset_size_min": 1, + "subset_size_max": 3, + "max_retries": 1000 + }, + { + "n_min": 15, + "n_max": 20, + "k_min": 10, + "k_max": 15, + "subset_size_min": 3, + "subset_size_max": 5, + "max_retries": 1000 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 3, + "k_max": 10, + "subset_size_min": 1, + "subset_size_max": 5, + "max_retries": 1000 + }, + { + "n_min": 5, + "n_max": 10, + "k_min": 1, + "k_max": 3, + "subset_size_min": 1, + "subset_size_max": 2, + "max_retries": 1000 + }, + { + "n_min": 10, + "n_max": 15, + "k_min": 5, + "k_max": 10, + "subset_size_min": 2, + "subset_size_max": 4, + "max_retries": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprefixenlightenment_train.json b/examples/pipelines/all_configs/Cprefixenlightenment_train.json new file mode 100644 index 0000000..6eb6588 --- /dev/null +++ b/examples/pipelines/all_configs/Cprefixenlightenment_train.json @@ -0,0 +1,47 @@ +[ + { + "n_min": 5, + "n_max": 10, + "k_min": 1, + "k_max": 5, + "subset_size_min": 1, + "subset_size_max": 3, + "max_retries": 1000 + }, + { + "n_min": 15, + "n_max": 20, + "k_min": 10, + "k_max": 15, + "subset_size_min": 3, + "subset_size_max": 5, + "max_retries": 1000 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 3, + "k_max": 10, + "subset_size_min": 1, + "subset_size_max": 5, + "max_retries": 1000 + }, + { + "n_min": 5, + "n_max": 10, + "k_min": 1, + "k_max": 3, + "subset_size_min": 1, + "subset_size_max": 2, + "max_retries": 1000 + }, + { + "n_min": 10, + "n_max": 15, + "k_min": 5, + "k_max": 10, + "subset_size_min": 2, + "subset_size_max": 4, + "max_retries": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprefixproductsequence_test.json b/examples/pipelines/all_configs/Cprefixproductsequence_test.json new file mode 100644 index 0000000..59b3bd7 --- /dev/null +++ b/examples/pipelines/all_configs/Cprefixproductsequence_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 100000 + }, + { + "max_n": 1 + }, + { + "max_n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprefixproductsequence_train.json b/examples/pipelines/all_configs/Cprefixproductsequence_train.json new file mode 100644 index 0000000..59b3bd7 --- /dev/null +++ b/examples/pipelines/all_configs/Cprefixproductsequence_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 100000 + }, + { + "max_n": 1 + }, + { + "max_n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpresent_test.json b/examples/pipelines/all_configs/Cpresent_test.json new file mode 100644 index 0000000..f37ece8 --- /dev/null +++ b/examples/pipelines/all_configs/Cpresent_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "max_m": 300, + "max_a": 200 + }, + { + "max_n": 100, + "max_m": 1000, + "max_a": 100 + }, + { + "max_n": 50, + "max_m": 500, + "max_a": 500 + }, + { + "max_n": 50, + "max_m": 200, + "max_a": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpresent_train.json b/examples/pipelines/all_configs/Cpresent_train.json new file mode 100644 index 0000000..f37ece8 --- /dev/null +++ b/examples/pipelines/all_configs/Cpresent_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "max_m": 300, + "max_a": 200 + }, + { + "max_n": 100, + "max_m": 1000, + "max_a": 100 + }, + { + "max_n": 50, + "max_m": 500, + "max_a": 500 + }, + { + "max_n": 50, + "max_m": 200, + "max_a": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprimenumber_test.json b/examples/pipelines/all_configs/Cprimenumber_test.json new file mode 100644 index 0000000..76ae46e --- /dev/null +++ b/examples/pipelines/all_configs/Cprimenumber_test.json @@ -0,0 +1,41 @@ +[ + { + "max_n": 4, + "x_primes": [ + 2, + 5, + 7 + ], + "a_max": 15 + }, + { + "max_n": 7, + "x_primes": [ + 2, + 5, + 11, + 13 + ], + "a_max": 30 + }, + { + "max_n": 6, + "x_primes": [ + 2, + 3, + 5, + 7 + ], + "a_max": 25 + }, + { + "max_n": 5, + "x_primes": [ + 3, + 5, + 7, + 11 + ], + "a_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprimenumber_train.json b/examples/pipelines/all_configs/Cprimenumber_train.json new file mode 100644 index 0000000..76ae46e --- /dev/null +++ b/examples/pipelines/all_configs/Cprimenumber_train.json @@ -0,0 +1,41 @@ +[ + { + "max_n": 4, + "x_primes": [ + 2, + 5, + 7 + ], + "a_max": 15 + }, + { + "max_n": 7, + "x_primes": [ + 2, + 5, + 11, + 13 + ], + "a_max": 30 + }, + { + "max_n": 6, + "x_primes": [ + 2, + 3, + 5, + 7 + ], + "a_max": 25 + }, + { + "max_n": 5, + "x_primes": [ + 3, + 5, + 7, + 11 + ], + "a_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprimesoninterval_test.json b/examples/pipelines/all_configs/Cprimesoninterval_test.json new file mode 100644 index 0000000..2e7d9c4 --- /dev/null +++ b/examples/pipelines/all_configs/Cprimesoninterval_test.json @@ -0,0 +1,26 @@ +[ + { + "a_min": 1, + "a_max": 10000, + "b_max": 100000, + "k_max": 50 + }, + { + "a_min": 2, + "a_max": 1000000, + "b_max": 1000000, + "k_max": 1000000 + }, + { + "a_min": 1, + "a_max": 100, + "b_max": 1000, + "k_max": 10 + }, + { + "a_min": 1, + "a_max": 10, + "b_max": 100, + "k_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprimesoninterval_train.json b/examples/pipelines/all_configs/Cprimesoninterval_train.json new file mode 100644 index 0000000..2e7d9c4 --- /dev/null +++ b/examples/pipelines/all_configs/Cprimesoninterval_train.json @@ -0,0 +1,26 @@ +[ + { + "a_min": 1, + "a_max": 10000, + "b_max": 100000, + "k_max": 50 + }, + { + "a_min": 2, + "a_max": 1000000, + "b_max": 1000000, + "k_max": 1000000 + }, + { + "a_min": 1, + "a_max": 100, + "b_max": 1000, + "k_max": 10 + }, + { + "a_min": 1, + "a_max": 10, + "b_max": 100, + "k_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprimitiveprimes_test.json b/examples/pipelines/all_configs/Cprimitiveprimes_test.json new file mode 100644 index 0000000..d1f86e3 --- /dev/null +++ b/examples/pipelines/all_configs/Cprimitiveprimes_test.json @@ -0,0 +1,40 @@ +[ + { + "max_n": 10, + "max_m": 10, + "primes": [ + 2, + 5, + 7 + ] + }, + { + "max_n": 2, + "max_m": 3, + "primes": [ + 7, + 11, + 13 + ] + }, + { + "max_n": 3, + "max_m": 4, + "primes": [ + 2, + 3 + ] + }, + { + "max_n": 4, + "max_m": 6, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cprimitiveprimes_train.json b/examples/pipelines/all_configs/Cprimitiveprimes_train.json new file mode 100644 index 0000000..d1f86e3 --- /dev/null +++ b/examples/pipelines/all_configs/Cprimitiveprimes_train.json @@ -0,0 +1,40 @@ +[ + { + "max_n": 10, + "max_m": 10, + "primes": [ + 2, + 5, + 7 + ] + }, + { + "max_n": 2, + "max_m": 3, + "primes": [ + 7, + 11, + 13 + ] + }, + { + "max_n": 3, + "max_m": 4, + "primes": [ + 2, + 3 + ] + }, + { + "max_n": 4, + "max_m": 6, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cproblemfornazar_test.json b/examples/pipelines/all_configs/Cproblemfornazar_test.json new file mode 100644 index 0000000..2c254b7 --- /dev/null +++ b/examples/pipelines/all_configs/Cproblemfornazar_test.json @@ -0,0 +1,23 @@ +[ + { + "max_lr": 100000000000000 + }, + { + "max_lr": 100000 + }, + { + "max_lr": 1 + }, + { + "max_lr": 10000 + }, + { + "max_lr": 1000000 + }, + { + "max_lr": 1000000000 + }, + { + "max_lr": 1000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cproblemfornazar_train.json b/examples/pipelines/all_configs/Cproblemfornazar_train.json new file mode 100644 index 0000000..2c254b7 --- /dev/null +++ b/examples/pipelines/all_configs/Cproblemfornazar_train.json @@ -0,0 +1,23 @@ +[ + { + "max_lr": 100000000000000 + }, + { + "max_lr": 100000 + }, + { + "max_lr": 1 + }, + { + "max_lr": 10000 + }, + { + "max_lr": 1000000 + }, + { + "max_lr": 1000000000 + }, + { + "max_lr": 1000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cproduct1modulon_test.json b/examples/pipelines/all_configs/Cproduct1modulon_test.json new file mode 100644 index 0000000..ff40f07 --- /dev/null +++ b/examples/pipelines/all_configs/Cproduct1modulon_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 5, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 100000 + }, + { + "min_n": 10, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cproduct1modulon_train.json b/examples/pipelines/all_configs/Cproduct1modulon_train.json new file mode 100644 index 0000000..ff40f07 --- /dev/null +++ b/examples/pipelines/all_configs/Cproduct1modulon_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 5, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 100000 + }, + { + "min_n": 10, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpromocodeswithmistakes_test.json b/examples/pipelines/all_configs/Cpromocodeswithmistakes_test.json new file mode 100644 index 0000000..4feea7b --- /dev/null +++ b/examples/pipelines/all_configs/Cpromocodeswithmistakes_test.json @@ -0,0 +1,27 @@ +[ + { + "n": 100, + "min_n": 50, + "max_n": 150 + }, + { + "n": 3, + "min_n": 1, + "max_n": 5 + }, + { + "n": 1000, + "min_n": 1000, + "max_n": 1000 + }, + { + "n": 2, + "min_n": 1, + "max_n": 2 + }, + { + "n": 500, + "min_n": 1, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpromocodeswithmistakes_train.json b/examples/pipelines/all_configs/Cpromocodeswithmistakes_train.json new file mode 100644 index 0000000..4feea7b --- /dev/null +++ b/examples/pipelines/all_configs/Cpromocodeswithmistakes_train.json @@ -0,0 +1,27 @@ +[ + { + "n": 100, + "min_n": 50, + "max_n": 150 + }, + { + "n": 3, + "min_n": 1, + "max_n": 5 + }, + { + "n": 1000, + "min_n": 1000, + "max_n": 1000 + }, + { + "n": 2, + "min_n": 1, + "max_n": 2 + }, + { + "n": 500, + "min_n": 1, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpropagatingtree_test.json b/examples/pipelines/all_configs/Cpropagatingtree_test.json new file mode 100644 index 0000000..2cccfe4 --- /dev/null +++ b/examples/pipelines/all_configs/Cpropagatingtree_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 20, + "m": 20, + "max_val": 1000, + "max_query_val": 1000 + }, + { + "n": 3, + "m": 3, + "max_val": 500, + "max_query_val": 200 + }, + { + "n": 10, + "m": 10, + "max_val": 500, + "max_query_val": 500 + }, + { + "n": 5, + "m": 5, + "max_val": 100, + "max_query_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpropagatingtree_train.json b/examples/pipelines/all_configs/Cpropagatingtree_train.json new file mode 100644 index 0000000..2cccfe4 --- /dev/null +++ b/examples/pipelines/all_configs/Cpropagatingtree_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 20, + "m": 20, + "max_val": 1000, + "max_query_val": 1000 + }, + { + "n": 3, + "m": 3, + "max_val": 500, + "max_query_val": 200 + }, + { + "n": 10, + "m": 10, + "max_val": 500, + "max_query_val": 500 + }, + { + "n": 5, + "m": 5, + "max_val": 100, + "max_query_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpythagoreantriples_test.json b/examples/pipelines/all_configs/Cpythagoreantriples_test.json new file mode 100644 index 0000000..69f3695 --- /dev/null +++ b/examples/pipelines/all_configs/Cpythagoreantriples_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 100000, + "allow_hypotenuse": false + }, + { + "min_n": 1, + "max_n": 100000, + "allow_hypotenuse": true + }, + { + "min_n": 1, + "max_n": 100, + "allow_hypotenuse": true + }, + { + "min_n": 1, + "max_n": 100, + "allow_hypotenuse": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpythagoreantriples_train.json b/examples/pipelines/all_configs/Cpythagoreantriples_train.json new file mode 100644 index 0000000..69f3695 --- /dev/null +++ b/examples/pipelines/all_configs/Cpythagoreantriples_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 100000, + "allow_hypotenuse": false + }, + { + "min_n": 1, + "max_n": 100000, + "allow_hypotenuse": true + }, + { + "min_n": 1, + "max_n": 100, + "allow_hypotenuse": true + }, + { + "min_n": 1, + "max_n": 100, + "allow_hypotenuse": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpythonindentation_test.json b/examples/pipelines/all_configs/Cpythonindentation_test.json new file mode 100644 index 0000000..74039d7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpythonindentation_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 5000 + }, + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 5000 + }, + { + "min_n": 5, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cpythonindentation_train.json b/examples/pipelines/all_configs/Cpythonindentation_train.json new file mode 100644 index 0000000..74039d7 --- /dev/null +++ b/examples/pipelines/all_configs/Cpythonindentation_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 5000 + }, + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 5000 + }, + { + "min_n": 5, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cquantifierquestion_test.json b/examples/pipelines/all_configs/Cquantifierquestion_test.json new file mode 100644 index 0000000..b22727f --- /dev/null +++ b/examples/pipelines/all_configs/Cquantifierquestion_test.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 2, + "n_max": 4, + "m_min": 1, + "m_max": 4 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 2, + "m_max": 4 + }, + { + "n_min": 2, + "n_max": 3, + "m_min": 1, + "m_max": 3 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 3, + "m_max": 5 + }, + { + "n_min": 4, + "n_max": 5, + "m_min": 3, + "m_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cquantifierquestion_train.json b/examples/pipelines/all_configs/Cquantifierquestion_train.json new file mode 100644 index 0000000..b22727f --- /dev/null +++ b/examples/pipelines/all_configs/Cquantifierquestion_train.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 2, + "n_max": 4, + "m_min": 1, + "m_max": 4 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 2, + "m_max": 4 + }, + { + "n_min": 2, + "n_max": 3, + "m_min": 1, + "m_max": 3 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 3, + "m_max": 5 + }, + { + "n_min": 4, + "n_max": 5, + "m_min": 3, + "m_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cqueueinthetrain_test.json b/examples/pipelines/all_configs/Cqueueinthetrain_test.json new file mode 100644 index 0000000..536bfeb --- /dev/null +++ b/examples/pipelines/all_configs/Cqueueinthetrain_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 5000, + "max_p": 50000, + "max_t": 500000 + }, + { + "max_n": 10000, + "max_p": 1000000, + "max_t": 1000000 + }, + { + "max_n": 50000, + "max_p": 500000, + "max_t": 500000 + }, + { + "max_n": 100000, + "max_p": 1000000000, + "max_t": 1000000000 + }, + { + "max_n": 100, + "max_p": 1000, + "max_t": 1000 + }, + { + "max_n": 1000, + "max_p": 10000, + "max_t": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cqueueinthetrain_train.json b/examples/pipelines/all_configs/Cqueueinthetrain_train.json new file mode 100644 index 0000000..536bfeb --- /dev/null +++ b/examples/pipelines/all_configs/Cqueueinthetrain_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 5000, + "max_p": 50000, + "max_t": 500000 + }, + { + "max_n": 10000, + "max_p": 1000000, + "max_t": 1000000 + }, + { + "max_n": 50000, + "max_p": 500000, + "max_t": 500000 + }, + { + "max_n": 100000, + "max_p": 1000000000, + "max_t": 1000000000 + }, + { + "max_n": 100, + "max_p": 1000, + "max_t": 1000 + }, + { + "max_n": 1000, + "max_p": 10000, + "max_t": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cquiz_test.json b/examples/pipelines/all_configs/Cquiz_test.json new file mode 100644 index 0000000..e46ab28 --- /dev/null +++ b/examples/pipelines/all_configs/Cquiz_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 1000000000000, + "max_k": 1000000000 + }, + { + "max_n": 1000000000, + "max_k": 1000000 + }, + { + "max_n": 1000000, + "max_k": 1000 + }, + { + "max_n": 1000000000000, + "max_k": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cquiz_train.json b/examples/pipelines/all_configs/Cquiz_train.json new file mode 100644 index 0000000..e46ab28 --- /dev/null +++ b/examples/pipelines/all_configs/Cquiz_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 1000000000000, + "max_k": 1000000000 + }, + { + "max_n": 1000000000, + "max_k": 1000000 + }, + { + "max_n": 1000000, + "max_k": 1000 + }, + { + "max_n": 1000000000000, + "max_k": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cramessesandcornerinversion_test.json b/examples/pipelines/all_configs/Cramessesandcornerinversion_test.json new file mode 100644 index 0000000..caec728 --- /dev/null +++ b/examples/pipelines/all_configs/Cramessesandcornerinversion_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 2, + "max_n": 500, + "min_m": 2, + "max_m": 500 + }, + { + "min_n": 10, + "max_n": 10, + "min_m": 10, + "max_m": 10 + }, + { + "min_n": 3, + "max_n": 3, + "min_m": 3, + "max_m": 3 + }, + { + "min_n": 1, + "max_n": 1, + "min_m": 1, + "max_m": 1 + }, + { + "min_n": 2, + "max_n": 2, + "min_m": 2, + "max_m": 2 + }, + { + "min_n": 1, + "max_n": 3, + "min_m": 1, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cramessesandcornerinversion_train.json b/examples/pipelines/all_configs/Cramessesandcornerinversion_train.json new file mode 100644 index 0000000..caec728 --- /dev/null +++ b/examples/pipelines/all_configs/Cramessesandcornerinversion_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 2, + "max_n": 500, + "min_m": 2, + "max_m": 500 + }, + { + "min_n": 10, + "max_n": 10, + "min_m": 10, + "max_m": 10 + }, + { + "min_n": 3, + "max_n": 3, + "min_m": 3, + "max_m": 3 + }, + { + "min_n": 1, + "max_n": 1, + "min_m": 1, + "max_m": 1 + }, + { + "min_n": 2, + "max_n": 2, + "min_m": 2, + "max_m": 2 + }, + { + "min_n": 1, + "max_n": 3, + "min_m": 1, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crandomevents_test.json b/examples/pipelines/all_configs/Crandomevents_test.json new file mode 100644 index 0000000..6f8815c --- /dev/null +++ b/examples/pipelines/all_configs/Crandomevents_test.json @@ -0,0 +1,39 @@ +[ + { + "max_n": 100, + "max_m": 50, + "prefix_shuffle_ratio": 0.8 + }, + { + "max_n": 50, + "max_m": 20, + "case_type_ratio": { + "sorted": 0.2, + "unsorted": 0.7, + "boundary": 0.1 + } + }, + { + "max_n": 1, + "max_m": 0 + }, + { + "max_n": 10, + "max_m": 5 + }, + { + "max_n": 1000, + "max_m": 500, + "seed": 42 + }, + { + "max_n": 5000, + "max_m": 2500, + "seed": 123, + "case_type_ratio": { + "sorted": 0.1, + "unsorted": 0.8, + "boundary": 0.1 + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crandomevents_train.json b/examples/pipelines/all_configs/Crandomevents_train.json new file mode 100644 index 0000000..6f8815c --- /dev/null +++ b/examples/pipelines/all_configs/Crandomevents_train.json @@ -0,0 +1,39 @@ +[ + { + "max_n": 100, + "max_m": 50, + "prefix_shuffle_ratio": 0.8 + }, + { + "max_n": 50, + "max_m": 20, + "case_type_ratio": { + "sorted": 0.2, + "unsorted": 0.7, + "boundary": 0.1 + } + }, + { + "max_n": 1, + "max_m": 0 + }, + { + "max_n": 10, + "max_m": 5 + }, + { + "max_n": 1000, + "max_m": 500, + "seed": 42 + }, + { + "max_n": 5000, + "max_m": 2500, + "seed": 123, + "case_type_ratio": { + "sorted": 0.1, + "unsorted": 0.8, + "boundary": 0.1 + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crangeincrements_test.json b/examples/pipelines/all_configs/Crangeincrements_test.json new file mode 100644 index 0000000..a9658a1 --- /dev/null +++ b/examples/pipelines/all_configs/Crangeincrements_test.json @@ -0,0 +1,17 @@ +[ + { + "min_n": 1, + "max_n": 5, + "max_val": 5 + }, + { + "min_n": 1, + "max_n": 10, + "max_val": 10 + }, + { + "min_n": 1, + "max_n": 10, + "max_val": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crangeincrements_train.json b/examples/pipelines/all_configs/Crangeincrements_train.json new file mode 100644 index 0000000..a9658a1 --- /dev/null +++ b/examples/pipelines/all_configs/Crangeincrements_train.json @@ -0,0 +1,17 @@ +[ + { + "min_n": 1, + "max_n": 5, + "max_val": 5 + }, + { + "min_n": 1, + "max_n": 10, + "max_val": 10 + }, + { + "min_n": 1, + "max_n": 10, + "max_val": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crationallee_test.json b/examples/pipelines/all_configs/Crationallee_test.json new file mode 100644 index 0000000..9998e9e --- /dev/null +++ b/examples/pipelines/all_configs/Crationallee_test.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 2, + "n_max": 10, + "a_min": -1000000000, + "a_max": 1000000000 + }, + { + "n_min": 2, + "n_max": 20, + "a_min": -1000000000, + "a_max": 1000000000 + }, + { + "n_min": 2, + "n_max": 30, + "a_min": -1000, + "a_max": 1000 + }, + { + "n_min": 2, + "n_max": 40, + "a_min": -100, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 20, + "a_min": -100, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 50, + "a_min": -1000, + "a_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crationallee_train.json b/examples/pipelines/all_configs/Crationallee_train.json new file mode 100644 index 0000000..9998e9e --- /dev/null +++ b/examples/pipelines/all_configs/Crationallee_train.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 2, + "n_max": 10, + "a_min": -1000000000, + "a_max": 1000000000 + }, + { + "n_min": 2, + "n_max": 20, + "a_min": -1000000000, + "a_max": 1000000000 + }, + { + "n_min": 2, + "n_max": 30, + "a_min": -1000, + "a_max": 1000 + }, + { + "n_min": 2, + "n_max": 40, + "a_min": -100, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 20, + "a_min": -100, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 50, + "a_min": -1000, + "a_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Craytracing_test.json b/examples/pipelines/all_configs/Craytracing_test.json new file mode 100644 index 0000000..1d702b0 --- /dev/null +++ b/examples/pipelines/all_configs/Craytracing_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "m": 3, + "k": 4 + }, + { + "n": 6, + "m": 4, + "k": 8 + }, + { + "n": 4, + "m": 6, + "k": 6 + }, + { + "n": 5, + "m": 5, + "k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Craytracing_train.json b/examples/pipelines/all_configs/Craytracing_train.json new file mode 100644 index 0000000..1d702b0 --- /dev/null +++ b/examples/pipelines/all_configs/Craytracing_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "m": 3, + "k": 4 + }, + { + "n": 6, + "m": 4, + "k": 8 + }, + { + "n": 4, + "m": 6, + "k": 6 + }, + { + "n": 5, + "m": 5, + "k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Creadtime_test.json b/examples/pipelines/all_configs/Creadtime_test.json new file mode 100644 index 0000000..f75cf3a --- /dev/null +++ b/examples/pipelines/all_configs/Creadtime_test.json @@ -0,0 +1,38 @@ +[ + { + "n_range": [ + 2, + 15 + ], + "m_range": [ + 3, + 20 + ], + "h_max": 3000, + "p_max": 20000 + }, + { + "n_range": [ + 1, + 20 + ], + "m_range": [ + 5, + 25 + ], + "h_max": 4000, + "p_max": 25000 + }, + { + "n_range": [ + 1, + 10 + ], + "m_range": [ + 1, + 10 + ], + "h_max": 2000, + "p_max": 15000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Creadtime_train.json b/examples/pipelines/all_configs/Creadtime_train.json new file mode 100644 index 0000000..f75cf3a --- /dev/null +++ b/examples/pipelines/all_configs/Creadtime_train.json @@ -0,0 +1,38 @@ +[ + { + "n_range": [ + 2, + 15 + ], + "m_range": [ + 3, + 20 + ], + "h_max": 3000, + "p_max": 20000 + }, + { + "n_range": [ + 1, + 20 + ], + "m_range": [ + 5, + 25 + ], + "h_max": 4000, + "p_max": 25000 + }, + { + "n_range": [ + 1, + 10 + ], + "m_range": [ + 1, + 10 + ], + "h_max": 2000, + "p_max": 15000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crectangles_test.json b/examples/pipelines/all_configs/Crectangles_test.json new file mode 100644 index 0000000..93b419f --- /dev/null +++ b/examples/pipelines/all_configs/Crectangles_test.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 5, + "max_n": 20, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 10, + "max_n": 100, + "coord_range": [ + -1000, + 1000 + ] + }, + { + "min_n": 2, + "max_n": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 3, + "max_n": 15, + "coord_range": [ + -100, + 200 + ] + }, + { + "min_n": 2, + "max_n": 20, + "coord_range": [ + -500, + 500 + ] + }, + { + "min_n": 4, + "max_n": 12, + "coord_range": [ + -300, + 300 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crectangles_train.json b/examples/pipelines/all_configs/Crectangles_train.json new file mode 100644 index 0000000..93b419f --- /dev/null +++ b/examples/pipelines/all_configs/Crectangles_train.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 5, + "max_n": 20, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 10, + "max_n": 100, + "coord_range": [ + -1000, + 1000 + ] + }, + { + "min_n": 2, + "max_n": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 3, + "max_n": 15, + "coord_range": [ + -100, + 200 + ] + }, + { + "min_n": 2, + "max_n": 20, + "coord_range": [ + -500, + 500 + ] + }, + { + "min_n": 4, + "max_n": 12, + "coord_range": [ + -300, + 300 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cregionseparation_test.json b/examples/pipelines/all_configs/Cregionseparation_test.json new file mode 100644 index 0000000..2c13397 --- /dev/null +++ b/examples/pipelines/all_configs/Cregionseparation_test.json @@ -0,0 +1,42 @@ +[ + { + "max_n": 9, + "value_range": [ + 1, + 20 + ], + "force_tree_shape": true + }, + { + "max_n": 6, + "value_range": [ + 1, + 20 + ], + "force_tree_shape": true + }, + { + "max_n": 4, + "value_range": [ + 1, + 5 + ], + "force_tree_shape": true + }, + { + "max_n": 5, + "value_range": [ + 1, + 10 + ], + "force_tree_shape": true + }, + { + "max_n": 7, + "value_range": [ + 1, + 10 + ], + "force_tree_shape": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cregionseparation_train.json b/examples/pipelines/all_configs/Cregionseparation_train.json new file mode 100644 index 0000000..2c13397 --- /dev/null +++ b/examples/pipelines/all_configs/Cregionseparation_train.json @@ -0,0 +1,42 @@ +[ + { + "max_n": 9, + "value_range": [ + 1, + 20 + ], + "force_tree_shape": true + }, + { + "max_n": 6, + "value_range": [ + 1, + 20 + ], + "force_tree_shape": true + }, + { + "max_n": 4, + "value_range": [ + 1, + 5 + ], + "force_tree_shape": true + }, + { + "max_n": 5, + "value_range": [ + 1, + 10 + ], + "force_tree_shape": true + }, + { + "max_n": 7, + "value_range": [ + 1, + 10 + ], + "force_tree_shape": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crelayrace_test.json b/examples/pipelines/all_configs/Crelayrace_test.json new file mode 100644 index 0000000..307fe67 --- /dev/null +++ b/examples/pipelines/all_configs/Crelayrace_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "min_val": -10, + "max_val": 10 + }, + { + "n": 2, + "min_val": 5, + "max_val": 10 + }, + { + "n": 3, + "min_val": -5, + "max_val": 5 + }, + { + "n": 6, + "min_val": -200, + "max_val": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crelayrace_train.json b/examples/pipelines/all_configs/Crelayrace_train.json new file mode 100644 index 0000000..307fe67 --- /dev/null +++ b/examples/pipelines/all_configs/Crelayrace_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "min_val": -10, + "max_val": 10 + }, + { + "n": 2, + "min_val": 5, + "max_val": 10 + }, + { + "n": 3, + "min_val": -5, + "max_val": 5 + }, + { + "n": 6, + "min_val": -200, + "max_val": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crememberingstrings_test.json b/examples/pipelines/all_configs/Crememberingstrings_test.json new file mode 100644 index 0000000..ffe190d --- /dev/null +++ b/examples/pipelines/all_configs/Crememberingstrings_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 6, + "max_m": 6, + "max_cost": 500000 + }, + { + "max_n": 10, + "max_m": 8, + "max_cost": 1000000 + }, + { + "max_n": 8, + "max_m": 5, + "max_cost": 5000 + }, + { + "max_n": 5, + "max_m": 3, + "max_cost": 1000 + }, + { + "max_n": 7, + "max_m": 4, + "max_cost": 10000 + }, + { + "max_n": 3, + "max_m": 3, + "max_cost": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crememberingstrings_train.json b/examples/pipelines/all_configs/Crememberingstrings_train.json new file mode 100644 index 0000000..ffe190d --- /dev/null +++ b/examples/pipelines/all_configs/Crememberingstrings_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 6, + "max_m": 6, + "max_cost": 500000 + }, + { + "max_n": 10, + "max_m": 8, + "max_cost": 1000000 + }, + { + "max_n": 8, + "max_m": 5, + "max_cost": 5000 + }, + { + "max_n": 5, + "max_m": 3, + "max_cost": 1000 + }, + { + "max_n": 7, + "max_m": 4, + "max_cost": 10000 + }, + { + "max_n": 3, + "max_m": 3, + "max_cost": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cremoveadjacent_test.json b/examples/pipelines/all_configs/Cremoveadjacent_test.json new file mode 100644 index 0000000..6f4f6a8 --- /dev/null +++ b/examples/pipelines/all_configs/Cremoveadjacent_test.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 10, + "max_length": 100 + }, + { + "min_length": 5, + "max_length": 5 + }, + { + "min_length": 30, + "max_length": 80 + }, + { + "min_length": 75, + "max_length": 100 + }, + { + "min_length": 25, + "max_length": 75 + }, + { + "min_length": 20, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cremoveadjacent_train.json b/examples/pipelines/all_configs/Cremoveadjacent_train.json new file mode 100644 index 0000000..6f4f6a8 --- /dev/null +++ b/examples/pipelines/all_configs/Cremoveadjacent_train.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 10, + "max_length": 100 + }, + { + "min_length": 5, + "max_length": 5 + }, + { + "min_length": 30, + "max_length": 80 + }, + { + "min_length": 75, + "max_length": 100 + }, + { + "min_length": 25, + "max_length": 75 + }, + { + "min_length": 20, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cremoveextraone_test.json b/examples/pipelines/all_configs/Cremoveextraone_test.json new file mode 100644 index 0000000..c859b9d --- /dev/null +++ b/examples/pipelines/all_configs/Cremoveextraone_test.json @@ -0,0 +1,14 @@ +[ + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 1, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cremoveextraone_train.json b/examples/pipelines/all_configs/Cremoveextraone_train.json new file mode 100644 index 0000000..c859b9d --- /dev/null +++ b/examples/pipelines/all_configs/Cremoveextraone_train.json @@ -0,0 +1,14 @@ +[ + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 1, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cremovingcolumns_test.json b/examples/pipelines/all_configs/Cremovingcolumns_test.json new file mode 100644 index 0000000..7540e27 --- /dev/null +++ b/examples/pipelines/all_configs/Cremovingcolumns_test.json @@ -0,0 +1,44 @@ +[ + { + "n_min": 3, + "n_max": 10, + "m_min": 4, + "m_max": 20 + }, + { + "n_min": 1, + "n_max": 10, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 100, + "n_max": 100, + "m_min": 1, + "m_max": 100 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 5, + "m_max": 15 + }, + { + "n_min": 1, + "n_max": 5, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 1, + "n_max": 50, + "m_min": 1, + "m_max": 50 + }, + { + "n_min": 1, + "n_max": 20, + "m_min": 1, + "m_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cremovingcolumns_train.json b/examples/pipelines/all_configs/Cremovingcolumns_train.json new file mode 100644 index 0000000..7540e27 --- /dev/null +++ b/examples/pipelines/all_configs/Cremovingcolumns_train.json @@ -0,0 +1,44 @@ +[ + { + "n_min": 3, + "n_max": 10, + "m_min": 4, + "m_max": 20 + }, + { + "n_min": 1, + "n_max": 10, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 100, + "n_max": 100, + "m_min": 1, + "m_max": 100 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 5, + "m_max": 15 + }, + { + "n_min": 1, + "n_max": 5, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 1, + "n_max": 50, + "m_min": 1, + "m_max": 50 + }, + { + "n_min": 1, + "n_max": 20, + "m_min": 1, + "m_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Creplacement_test.json b/examples/pipelines/all_configs/Creplacement_test.json new file mode 100644 index 0000000..3e826bd --- /dev/null +++ b/examples/pipelines/all_configs/Creplacement_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 5, + "m": 3 + }, + { + "n": 7, + "m": 5 + }, + { + "n": 5, + "m": 4 + }, + { + "n": 7, + "m": 4 + }, + { + "n": 6, + "m": 4 + }, + { + "n": 6, + "m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Creplacement_train.json b/examples/pipelines/all_configs/Creplacement_train.json new file mode 100644 index 0000000..3e826bd --- /dev/null +++ b/examples/pipelines/all_configs/Creplacement_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 5, + "m": 3 + }, + { + "n": 7, + "m": 5 + }, + { + "n": 5, + "m": 4 + }, + { + "n": 7, + "m": 4 + }, + { + "n": 6, + "m": 4 + }, + { + "n": 6, + "m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Creport_test.json b/examples/pipelines/all_configs/Creport_test.json new file mode 100644 index 0000000..6a48bda --- /dev/null +++ b/examples/pipelines/all_configs/Creport_test.json @@ -0,0 +1,44 @@ +[ + { + "max_n": 200, + "max_m": 100, + "min_val": -1000000000, + "max_val": 1000000000 + }, + { + "max_n": 300, + "max_m": 150, + "min_val": -1000000, + "max_val": 1000000 + }, + { + "max_n": 500, + "max_m": 250, + "min_val": -1000000000, + "max_val": 1000000000 + }, + { + "max_n": 400, + "max_m": 200, + "min_val": -1000000, + "max_val": 1000000 + }, + { + "max_n": 500, + "max_m": 200, + "min_val": -100000, + "max_val": 100000 + }, + { + "max_n": 50, + "max_m": 30, + "min_val": -100000, + "max_val": 100000 + }, + { + "max_n": 100, + "max_m": 50, + "min_val": -1000000000, + "max_val": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Creport_train.json b/examples/pipelines/all_configs/Creport_train.json new file mode 100644 index 0000000..6a48bda --- /dev/null +++ b/examples/pipelines/all_configs/Creport_train.json @@ -0,0 +1,44 @@ +[ + { + "max_n": 200, + "max_m": 100, + "min_val": -1000000000, + "max_val": 1000000000 + }, + { + "max_n": 300, + "max_m": 150, + "min_val": -1000000, + "max_val": 1000000 + }, + { + "max_n": 500, + "max_m": 250, + "min_val": -1000000000, + "max_val": 1000000000 + }, + { + "max_n": 400, + "max_m": 200, + "min_val": -1000000, + "max_val": 1000000 + }, + { + "max_n": 500, + "max_m": 200, + "min_val": -100000, + "max_val": 100000 + }, + { + "max_n": 50, + "max_m": 30, + "min_val": -100000, + "max_val": 100000 + }, + { + "max_n": 100, + "max_m": 50, + "min_val": -1000000000, + "max_val": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crestoregraph_test.json b/examples/pipelines/all_configs/Crestoregraph_test.json new file mode 100644 index 0000000..2182a37 --- /dev/null +++ b/examples/pipelines/all_configs/Crestoregraph_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 20 + }, + { + "max_n": 30 + }, + { + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crestoregraph_train.json b/examples/pipelines/all_configs/Crestoregraph_train.json new file mode 100644 index 0000000..2182a37 --- /dev/null +++ b/examples/pipelines/all_configs/Crestoregraph_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 20 + }, + { + "max_n": 30 + }, + { + "max_n": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crestoringpermutation_test.json b/examples/pipelines/all_configs/Crestoringpermutation_test.json new file mode 100644 index 0000000..905c5cf --- /dev/null +++ b/examples/pipelines/all_configs/Crestoringpermutation_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 10, + "unsolvable_prob": 0.25 + }, + { + "min_n": 1, + "max_n": 5, + "unsolvable_prob": 0.1 + }, + { + "min_n": 2, + "max_n": 8, + "unsolvable_prob": 0.15 + }, + { + "min_n": 1, + "max_n": 10, + "unsolvable_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crestoringpermutation_train.json b/examples/pipelines/all_configs/Crestoringpermutation_train.json new file mode 100644 index 0000000..905c5cf --- /dev/null +++ b/examples/pipelines/all_configs/Crestoringpermutation_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 10, + "unsolvable_prob": 0.25 + }, + { + "min_n": 1, + "max_n": 5, + "unsolvable_prob": 0.1 + }, + { + "min_n": 2, + "max_n": 8, + "unsolvable_prob": 0.15 + }, + { + "min_n": 1, + "max_n": 10, + "unsolvable_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Criversidecurio_test.json b/examples/pipelines/all_configs/Criversidecurio_test.json new file mode 100644 index 0000000..d1e2ab7 --- /dev/null +++ b/examples/pipelines/all_configs/Criversidecurio_test.json @@ -0,0 +1,76 @@ +[ + { + "n": 5, + "m": [ + 0, + 1, + 2, + 1, + 2 + ] + }, + { + "n": 10, + "m": [ + 0, + 0, + 1, + 3, + 0, + 3, + 4, + 5, + 2, + 9 + ] + }, + { + "n": 5, + "m": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + { + "n": 3, + "m": [ + 0, + 1, + 0 + ] + }, + { + "n": 5, + "m": [ + 0, + 1, + 1, + 2, + 2 + ] + }, + { + "n": 5, + "m": [ + 0, + 0, + 1, + 0, + 3 + ] + }, + { + "n": 6, + "m": [ + 0, + 1, + 0, + 3, + 0, + 2 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Criversidecurio_train.json b/examples/pipelines/all_configs/Criversidecurio_train.json new file mode 100644 index 0000000..d1e2ab7 --- /dev/null +++ b/examples/pipelines/all_configs/Criversidecurio_train.json @@ -0,0 +1,76 @@ +[ + { + "n": 5, + "m": [ + 0, + 1, + 2, + 1, + 2 + ] + }, + { + "n": 10, + "m": [ + 0, + 0, + 1, + 3, + 0, + 3, + 4, + 5, + 2, + 9 + ] + }, + { + "n": 5, + "m": [ + 0, + 0, + 0, + 0, + 0 + ] + }, + { + "n": 3, + "m": [ + 0, + 1, + 0 + ] + }, + { + "n": 5, + "m": [ + 0, + 1, + 1, + 2, + 2 + ] + }, + { + "n": 5, + "m": [ + 0, + 0, + 1, + 0, + 3 + ] + }, + { + "n": 6, + "m": [ + 0, + 1, + 0, + 3, + 0, + 2 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Croadtocinema_test.json b/examples/pipelines/all_configs/Croadtocinema_test.json new file mode 100644 index 0000000..3b92bd5 --- /dev/null +++ b/examples/pipelines/all_configs/Croadtocinema_test.json @@ -0,0 +1,22 @@ +[ + { + "s": 50, + "k": 5, + "n": 5 + }, + { + "s": 10, + "k": 1, + "n": 3 + }, + { + "s": 100, + "k": 10, + "n": 10 + }, + { + "s": 8, + "k": 1, + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Croadtocinema_train.json b/examples/pipelines/all_configs/Croadtocinema_train.json new file mode 100644 index 0000000..3b92bd5 --- /dev/null +++ b/examples/pipelines/all_configs/Croadtocinema_train.json @@ -0,0 +1,22 @@ +[ + { + "s": 50, + "k": 5, + "n": 5 + }, + { + "s": 10, + "k": 1, + "n": 3 + }, + { + "s": 100, + "k": 10, + "n": 10 + }, + { + "s": 8, + "k": 1, + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crotationmatching_test.json b/examples/pipelines/all_configs/Crotationmatching_test.json new file mode 100644 index 0000000..c60f314 --- /dev/null +++ b/examples/pipelines/all_configs/Crotationmatching_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 10, + "n_max": 20, + "rotation_prob": 0.5 + }, + { + "n_min": 3, + "n_max": 10, + "rotation_prob": 0.3 + }, + { + "n_min": 4, + "n_max": 8, + "rotation_prob": 0.6 + }, + { + "n_min": 5, + "n_max": 15, + "rotation_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crotationmatching_train.json b/examples/pipelines/all_configs/Crotationmatching_train.json new file mode 100644 index 0000000..c60f314 --- /dev/null +++ b/examples/pipelines/all_configs/Crotationmatching_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 10, + "n_max": 20, + "rotation_prob": 0.5 + }, + { + "n_min": 3, + "n_max": 10, + "rotation_prob": 0.3 + }, + { + "n_min": 4, + "n_max": 8, + "rotation_prob": 0.6 + }, + { + "n_min": 5, + "n_max": 15, + "rotation_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Croundcorridor_test.json b/examples/pipelines/all_configs/Croundcorridor_test.json new file mode 100644 index 0000000..ba38811 --- /dev/null +++ b/examples/pipelines/all_configs/Croundcorridor_test.json @@ -0,0 +1,37 @@ +[ + { + "n": 8, + "m": 12, + "q": 5 + }, + { + "n": 7, + "m": 14, + "q": 4 + }, + { + "n": 5, + "m": 15, + "q": 4 + }, + { + "n": 10, + "m": 10, + "q": 4 + }, + { + "n": 9, + "m": 3, + "q": 3 + }, + { + "n": 2, + "m": 4, + "q": 3 + }, + { + "n": 3, + "m": 5, + "q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Croundcorridor_train.json b/examples/pipelines/all_configs/Croundcorridor_train.json new file mode 100644 index 0000000..ba38811 --- /dev/null +++ b/examples/pipelines/all_configs/Croundcorridor_train.json @@ -0,0 +1,37 @@ +[ + { + "n": 8, + "m": 12, + "q": 5 + }, + { + "n": 7, + "m": 14, + "q": 4 + }, + { + "n": 5, + "m": 15, + "q": 4 + }, + { + "n": 10, + "m": 10, + "q": 4 + }, + { + "n": 9, + "m": 3, + "q": 3 + }, + { + "n": 2, + "m": 4, + "q": 3 + }, + { + "n": 3, + "m": 5, + "q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Croundtableknights_test.json b/examples/pipelines/all_configs/Croundtableknights_test.json new file mode 100644 index 0000000..2741dae --- /dev/null +++ b/examples/pipelines/all_configs/Croundtableknights_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 6, + "max_n": 70, + "has_solution": null + }, + { + "min_n": 4, + "max_n": 105, + "has_solution": false + }, + { + "min_n": 3, + "max_n": 100, + "has_solution": null + }, + { + "min_n": 5, + "max_n": 50, + "has_solution": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Croundtableknights_train.json b/examples/pipelines/all_configs/Croundtableknights_train.json new file mode 100644 index 0000000..2741dae --- /dev/null +++ b/examples/pipelines/all_configs/Croundtableknights_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 6, + "max_n": 70, + "has_solution": null + }, + { + "min_n": 4, + "max_n": 105, + "has_solution": false + }, + { + "min_n": 3, + "max_n": 100, + "has_solution": null + }, + { + "min_n": 5, + "max_n": 50, + "has_solution": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crussianroulette_test.json b/examples/pipelines/all_configs/Crussianroulette_test.json new file mode 100644 index 0000000..44e3c5c --- /dev/null +++ b/examples/pipelines/all_configs/Crussianroulette_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 50, + "k_min": 5, + "k_max": 25, + "p_min": 4, + "p_max": 6 + }, + { + "n_min": 2, + "n_max": 15, + "k_min": 0, + "k_max": 5, + "p_min": 1, + "p_max": 3 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 0, + "k_max": 10, + "p_min": 3, + "p_max": 7 + }, + { + "n_min": 10, + "n_max": 50, + "k_min": 5, + "k_max": 25, + "p_min": 2, + "p_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Crussianroulette_train.json b/examples/pipelines/all_configs/Crussianroulette_train.json new file mode 100644 index 0000000..44e3c5c --- /dev/null +++ b/examples/pipelines/all_configs/Crussianroulette_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 50, + "k_min": 5, + "k_max": 25, + "p_min": 4, + "p_max": 6 + }, + { + "n_min": 2, + "n_max": 15, + "k_min": 0, + "k_max": 5, + "p_min": 1, + "p_max": 3 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 0, + "k_max": 10, + "p_min": 3, + "p_max": 7 + }, + { + "n_min": 10, + "n_max": 50, + "k_min": 5, + "k_max": 25, + "p_min": 2, + "p_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cryoukosmemorynote_test.json b/examples/pipelines/all_configs/Cryoukosmemorynote_test.json new file mode 100644 index 0000000..abaec56 --- /dev/null +++ b/examples/pipelines/all_configs/Cryoukosmemorynote_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 12, + "max_m": 18 + }, + { + "max_n": 18, + "max_m": 25 + }, + { + "max_n": 20, + "max_m": 20 + }, + { + "max_n": 16, + "max_m": 14 + }, + { + "max_n": 20, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 15 + }, + { + "max_n": 10, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cryoukosmemorynote_train.json b/examples/pipelines/all_configs/Cryoukosmemorynote_train.json new file mode 100644 index 0000000..abaec56 --- /dev/null +++ b/examples/pipelines/all_configs/Cryoukosmemorynote_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 12, + "max_m": 18 + }, + { + "max_n": 18, + "max_m": 25 + }, + { + "max_n": 20, + "max_m": 20 + }, + { + "max_n": 16, + "max_m": 14 + }, + { + "max_n": 20, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 15 + }, + { + "max_n": 10, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csafecracking_test.json b/examples/pipelines/all_configs/Csafecracking_test.json new file mode 100644 index 0000000..c087268 --- /dev/null +++ b/examples/pipelines/all_configs/Csafecracking_test.json @@ -0,0 +1,30 @@ +[ + { + "min_reverse_steps": 7, + "max_reverse_steps": 10 + }, + { + "min_reverse_steps": 9, + "max_reverse_steps": 15 + }, + { + "min_reverse_steps": 3, + "max_reverse_steps": 10 + }, + { + "min_reverse_steps": 8, + "max_reverse_steps": 12 + }, + { + "min_reverse_steps": 4, + "max_reverse_steps": 12 + }, + { + "min_reverse_steps": 3, + "max_reverse_steps": 5 + }, + { + "min_reverse_steps": 6, + "max_reverse_steps": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csafecracking_train.json b/examples/pipelines/all_configs/Csafecracking_train.json new file mode 100644 index 0000000..c087268 --- /dev/null +++ b/examples/pipelines/all_configs/Csafecracking_train.json @@ -0,0 +1,30 @@ +[ + { + "min_reverse_steps": 7, + "max_reverse_steps": 10 + }, + { + "min_reverse_steps": 9, + "max_reverse_steps": 15 + }, + { + "min_reverse_steps": 3, + "max_reverse_steps": 10 + }, + { + "min_reverse_steps": 8, + "max_reverse_steps": 12 + }, + { + "min_reverse_steps": 4, + "max_reverse_steps": 12 + }, + { + "min_reverse_steps": 3, + "max_reverse_steps": 5 + }, + { + "min_reverse_steps": 6, + "max_reverse_steps": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csagheerandnubianmarket_test.json b/examples/pipelines/all_configs/Csagheerandnubianmarket_test.json new file mode 100644 index 0000000..bd0f77e --- /dev/null +++ b/examples/pipelines/all_configs/Csagheerandnubianmarket_test.json @@ -0,0 +1,44 @@ +[ + { + "max_n": 30, + "a_min": 10, + "a_max": 40, + "S_max": 1000 + }, + { + "max_n": 20, + "a_min": 10, + "a_max": 30, + "S_max": 500 + }, + { + "max_n": 5, + "a_min": 1, + "a_max": 10, + "S_max": 50 + }, + { + "max_n": 25, + "a_min": 5, + "a_max": 30, + "S_max": 500 + }, + { + "max_n": 100, + "a_min": 100, + "a_max": 1000, + "S_max": 10000 + }, + { + "max_n": 20, + "a_min": 1, + "a_max": 100, + "S_max": 10 + }, + { + "max_n": 5, + "a_min": 1, + "a_max": 5, + "S_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csagheerandnubianmarket_train.json b/examples/pipelines/all_configs/Csagheerandnubianmarket_train.json new file mode 100644 index 0000000..bd0f77e --- /dev/null +++ b/examples/pipelines/all_configs/Csagheerandnubianmarket_train.json @@ -0,0 +1,44 @@ +[ + { + "max_n": 30, + "a_min": 10, + "a_max": 40, + "S_max": 1000 + }, + { + "max_n": 20, + "a_min": 10, + "a_max": 30, + "S_max": 500 + }, + { + "max_n": 5, + "a_min": 1, + "a_max": 10, + "S_max": 50 + }, + { + "max_n": 25, + "a_min": 5, + "a_max": 30, + "S_max": 500 + }, + { + "max_n": 100, + "a_min": 100, + "a_max": 1000, + "S_max": 10000 + }, + { + "max_n": 20, + "a_min": 1, + "a_max": 100, + "S_max": 10 + }, + { + "max_n": 5, + "a_min": 1, + "a_max": 5, + "S_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csanatorium_test.json b/examples/pipelines/all_configs/Csanatorium_test.json new file mode 100644 index 0000000..58c2829 --- /dev/null +++ b/examples/pipelines/all_configs/Csanatorium_test.json @@ -0,0 +1,18 @@ +[ + { + "max_regular": 1000, + "edge_prob": 0.5 + }, + { + "max_regular": 1000, + "edge_prob": 0.2 + }, + { + "max_regular": 5000, + "edge_prob": 0.3 + }, + { + "max_regular": 0, + "edge_prob": 1.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csanatorium_train.json b/examples/pipelines/all_configs/Csanatorium_train.json new file mode 100644 index 0000000..58c2829 --- /dev/null +++ b/examples/pipelines/all_configs/Csanatorium_train.json @@ -0,0 +1,18 @@ +[ + { + "max_regular": 1000, + "edge_prob": 0.5 + }, + { + "max_regular": 1000, + "edge_prob": 0.2 + }, + { + "max_regular": 5000, + "edge_prob": 0.3 + }, + { + "max_regular": 0, + "edge_prob": 1.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csantaclausandrobot_test.json b/examples/pipelines/all_configs/Csantaclausandrobot_test.json new file mode 100644 index 0000000..461dd0c --- /dev/null +++ b/examples/pipelines/all_configs/Csantaclausandrobot_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csantaclausandrobot_train.json b/examples/pipelines/all_configs/Csantaclausandrobot_train.json new file mode 100644 index 0000000..461dd0c --- /dev/null +++ b/examples/pipelines/all_configs/Csantaclausandrobot_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csashaandapatientfriend_test.json b/examples/pipelines/all_configs/Csashaandapatientfriend_test.json new file mode 100644 index 0000000..ea373c2 --- /dev/null +++ b/examples/pipelines/all_configs/Csashaandapatientfriend_test.json @@ -0,0 +1,22 @@ +[ + { + "num_add": 12, + "num_delete": 5, + "num_queries": 4 + }, + { + "num_add": 10, + "num_delete": 3, + "num_queries": 4 + }, + { + "num_add": 5, + "num_delete": 2, + "num_queries": 3 + }, + { + "num_add": 15, + "num_delete": 4, + "num_queries": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csashaandapatientfriend_train.json b/examples/pipelines/all_configs/Csashaandapatientfriend_train.json new file mode 100644 index 0000000..ea373c2 --- /dev/null +++ b/examples/pipelines/all_configs/Csashaandapatientfriend_train.json @@ -0,0 +1,22 @@ +[ + { + "num_add": 12, + "num_delete": 5, + "num_queries": 4 + }, + { + "num_add": 10, + "num_delete": 3, + "num_queries": 4 + }, + { + "num_add": 5, + "num_delete": 2, + "num_queries": 3 + }, + { + "num_add": 15, + "num_delete": 4, + "num_queries": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csashaandarray_test.json b/examples/pipelines/all_configs/Csashaandarray_test.json new file mode 100644 index 0000000..10dd344 --- /dev/null +++ b/examples/pipelines/all_configs/Csashaandarray_test.json @@ -0,0 +1,37 @@ +[ + { + "max_n": 20, + "max_m": 15, + "max_x": 7 + }, + { + "max_n": 5, + "max_m": 5, + "max_x": 3 + }, + { + "max_n": 10, + "max_m": 5, + "max_x": 4 + }, + { + "max_n": 15, + "max_m": 10, + "max_x": 5 + }, + { + "max_n": 25, + "max_m": 15, + "max_x": 8 + }, + { + "max_n": 20, + "max_m": 20, + "max_x": 10 + }, + { + "max_n": 50, + "max_m": 50, + "max_x": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csashaandarray_train.json b/examples/pipelines/all_configs/Csashaandarray_train.json new file mode 100644 index 0000000..10dd344 --- /dev/null +++ b/examples/pipelines/all_configs/Csashaandarray_train.json @@ -0,0 +1,37 @@ +[ + { + "max_n": 20, + "max_m": 15, + "max_x": 7 + }, + { + "max_n": 5, + "max_m": 5, + "max_x": 3 + }, + { + "max_n": 10, + "max_m": 5, + "max_x": 4 + }, + { + "max_n": 15, + "max_m": 10, + "max_x": 5 + }, + { + "max_n": 25, + "max_m": 15, + "max_x": 8 + }, + { + "max_n": 20, + "max_m": 20, + "max_x": 10 + }, + { + "max_n": 50, + "max_m": 50, + "max_x": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cschedule_test.json b/examples/pipelines/all_configs/Cschedule_test.json new file mode 100644 index 0000000..5cd3d12 --- /dev/null +++ b/examples/pipelines/all_configs/Cschedule_test.json @@ -0,0 +1,22 @@ +[ + { + "min_groups": 4, + "max_groups": 12, + "time_max": 800000 + }, + { + "min_groups": 5, + "max_groups": 20, + "time_max": 500000 + }, + { + "min_groups": 2, + "max_groups": 10, + "time_max": 500000 + }, + { + "min_groups": 1, + "max_groups": 5, + "time_max": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cschedule_train.json b/examples/pipelines/all_configs/Cschedule_train.json new file mode 100644 index 0000000..5cd3d12 --- /dev/null +++ b/examples/pipelines/all_configs/Cschedule_train.json @@ -0,0 +1,22 @@ +[ + { + "min_groups": 4, + "max_groups": 12, + "time_max": 800000 + }, + { + "min_groups": 5, + "max_groups": 20, + "time_max": 500000 + }, + { + "min_groups": 2, + "max_groups": 10, + "time_max": 500000 + }, + { + "min_groups": 1, + "max_groups": 5, + "time_max": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csearchingforgraph_test.json b/examples/pipelines/all_configs/Csearchingforgraph_test.json new file mode 100644 index 0000000..9f7c162 --- /dev/null +++ b/examples/pipelines/all_configs/Csearchingforgraph_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 5, + "max_n": 24, + "max_t": 5 + }, + { + "min_n": 10, + "max_n": 20, + "max_t": 5 + }, + { + "min_n": 8, + "max_n": 20, + "max_t": 5 + }, + { + "min_n": 5, + "max_n": 15, + "max_t": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csearchingforgraph_train.json b/examples/pipelines/all_configs/Csearchingforgraph_train.json new file mode 100644 index 0000000..9f7c162 --- /dev/null +++ b/examples/pipelines/all_configs/Csearchingforgraph_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 5, + "max_n": 24, + "max_t": 5 + }, + { + "min_n": 10, + "max_n": 20, + "max_t": 5 + }, + { + "min_n": 8, + "max_n": 20, + "max_t": 5 + }, + { + "min_n": 5, + "max_n": 15, + "max_t": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csecret_test.json b/examples/pipelines/all_configs/Csecret_test.json new file mode 100644 index 0000000..b48e4f9 --- /dev/null +++ b/examples/pipelines/all_configs/Csecret_test.json @@ -0,0 +1,37 @@ +[ + { + "max_k": 12, + "max_n": 60, + "unsolvable_ratio": 0.2 + }, + { + "max_k": 5, + "max_n": 20, + "unsolvable_ratio": 0.1 + }, + { + "max_k": 30, + "max_n": 900, + "unsolvable_ratio": 0.3 + }, + { + "max_k": 10, + "max_n": 50, + "unsolvable_ratio": 0.5 + }, + { + "max_k": 25, + "max_n": 500, + "unsolvable_ratio": 0.5 + }, + { + "max_k": 18, + "max_n": 180, + "unsolvable_ratio": 0.4 + }, + { + "max_k": 15, + "max_n": 300, + "unsolvable_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csecret_train.json b/examples/pipelines/all_configs/Csecret_train.json new file mode 100644 index 0000000..b48e4f9 --- /dev/null +++ b/examples/pipelines/all_configs/Csecret_train.json @@ -0,0 +1,37 @@ +[ + { + "max_k": 12, + "max_n": 60, + "unsolvable_ratio": 0.2 + }, + { + "max_k": 5, + "max_n": 20, + "unsolvable_ratio": 0.1 + }, + { + "max_k": 30, + "max_n": 900, + "unsolvable_ratio": 0.3 + }, + { + "max_k": 10, + "max_n": 50, + "unsolvable_ratio": 0.5 + }, + { + "max_k": 25, + "max_n": 500, + "unsolvable_ratio": 0.5 + }, + { + "max_k": 18, + "max_n": 180, + "unsolvable_ratio": 0.4 + }, + { + "max_k": 15, + "max_n": 300, + "unsolvable_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csequencepairweight_test.json b/examples/pipelines/all_configs/Csequencepairweight_test.json new file mode 100644 index 0000000..f63eb93 --- /dev/null +++ b/examples/pipelines/all_configs/Csequencepairweight_test.json @@ -0,0 +1,27 @@ +[ + { + "max_t": 3, + "max_n": 8, + "a_max": 8 + }, + { + "max_t": 4, + "max_n": 6, + "a_max": 9 + }, + { + "max_t": 2, + "max_n": 10, + "a_max": 5 + }, + { + "max_t": 5, + "max_n": 7, + "a_max": 10 + }, + { + "max_t": 1, + "max_n": 5, + "a_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csequencepairweight_train.json b/examples/pipelines/all_configs/Csequencepairweight_train.json new file mode 100644 index 0000000..f63eb93 --- /dev/null +++ b/examples/pipelines/all_configs/Csequencepairweight_train.json @@ -0,0 +1,27 @@ +[ + { + "max_t": 3, + "max_n": 8, + "a_max": 8 + }, + { + "max_t": 4, + "max_n": 6, + "a_max": 9 + }, + { + "max_t": 2, + "max_n": 10, + "a_max": 5 + }, + { + "max_t": 5, + "max_n": 7, + "a_max": 10 + }, + { + "max_t": 1, + "max_n": 5, + "a_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csequencetransformation_test.json b/examples/pipelines/all_configs/Csequencetransformation_test.json new file mode 100644 index 0000000..51386cf --- /dev/null +++ b/examples/pipelines/all_configs/Csequencetransformation_test.json @@ -0,0 +1,29 @@ +[ + { + "n": 10, + "min_n": 1, + "max_n": 10 + }, + { + "n": 1, + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 20 + }, + { + "n": 2, + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csequencetransformation_train.json b/examples/pipelines/all_configs/Csequencetransformation_train.json new file mode 100644 index 0000000..51386cf --- /dev/null +++ b/examples/pipelines/all_configs/Csequencetransformation_train.json @@ -0,0 +1,29 @@ +[ + { + "n": 10, + "min_n": 1, + "max_n": 10 + }, + { + "n": 1, + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 20 + }, + { + "n": 2, + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandbrackets_test.json b/examples/pipelines/all_configs/Cserejaandbrackets_test.json new file mode 100644 index 0000000..10afd84 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandbrackets_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 40, + "m": 10 + }, + { + "n": 5, + "m": 1 + }, + { + "n": 20, + "m": 5 + }, + { + "n": 10, + "m": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandbrackets_train.json b/examples/pipelines/all_configs/Cserejaandbrackets_train.json new file mode 100644 index 0000000..10afd84 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandbrackets_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 40, + "m": 10 + }, + { + "n": 5, + "m": 1 + }, + { + "n": 20, + "m": 5 + }, + { + "n": 10, + "m": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandsubsequences_test.json b/examples/pipelines/all_configs/Cserejaandsubsequences_test.json new file mode 100644 index 0000000..b6c1ad7 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandsubsequences_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 10, + "max_value": 1000 + }, + { + "max_n": 10000, + "max_value": 100000 + }, + { + "max_n": 10000, + "max_value": 1000000 + }, + { + "max_n": 500, + "max_value": 5000 + }, + { + "max_n": 5000, + "max_value": 1000000 + }, + { + "max_n": 1, + "max_value": 100 + }, + { + "max_n": 1000, + "max_value": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandsubsequences_train.json b/examples/pipelines/all_configs/Cserejaandsubsequences_train.json new file mode 100644 index 0000000..b6c1ad7 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandsubsequences_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 10, + "max_value": 1000 + }, + { + "max_n": 10000, + "max_value": 100000 + }, + { + "max_n": 10000, + "max_value": 1000000 + }, + { + "max_n": 500, + "max_value": 5000 + }, + { + "max_n": 5000, + "max_value": 1000000 + }, + { + "max_n": 1, + "max_value": 100 + }, + { + "max_n": 1000, + "max_value": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandthearrangementofnumbers_test.json b/examples/pipelines/all_configs/Cserejaandthearrangementofnumbers_test.json new file mode 100644 index 0000000..fe249c8 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandthearrangementofnumbers_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 2000000, + "max_m": 100000, + "default_n": 50, + "default_m": 5 + }, + { + "max_n": 2000000, + "max_m": 100000, + "default_n": 100, + "default_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandthearrangementofnumbers_train.json b/examples/pipelines/all_configs/Cserejaandthearrangementofnumbers_train.json new file mode 100644 index 0000000..fe249c8 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandthearrangementofnumbers_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 2000000, + "max_m": 100000, + "default_n": 50, + "default_m": 5 + }, + { + "max_n": 2000000, + "max_m": 100000, + "default_n": 100, + "default_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandtwosequences_test.json b/examples/pipelines/all_configs/Cserejaandtwosequences_test.json new file mode 100644 index 0000000..9f559e9 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandtwosequences_test.json @@ -0,0 +1,26 @@ +[ + { + "k": 1, + "n": 3, + "m": 4, + "e": 3000 + }, + { + "k": 2, + "n": 7, + "m": 8, + "e": 5000 + }, + { + "k": 5, + "n": 10, + "m": 10, + "e": 2000 + }, + { + "k": 3, + "n": 5, + "m": 5, + "e": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cserejaandtwosequences_train.json b/examples/pipelines/all_configs/Cserejaandtwosequences_train.json new file mode 100644 index 0000000..9f559e9 --- /dev/null +++ b/examples/pipelines/all_configs/Cserejaandtwosequences_train.json @@ -0,0 +1,26 @@ +[ + { + "k": 1, + "n": 3, + "m": 4, + "e": 3000 + }, + { + "k": 2, + "n": 7, + "m": 8, + "e": 5000 + }, + { + "k": 5, + "n": 10, + "m": 10, + "e": 2000 + }, + { + "k": 3, + "n": 5, + "m": 5, + "e": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csergeanddiningroom_test.json b/examples/pipelines/all_configs/Csergeanddiningroom_test.json new file mode 100644 index 0000000..4e2c836 --- /dev/null +++ b/examples/pipelines/all_configs/Csergeanddiningroom_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_m": 30, + "max_q": 20, + "seed": 123 + }, + { + "max_n": 30, + "max_m": 40, + "max_q": 30, + "seed": 101 + }, + { + "max_n": 15, + "max_m": 25, + "max_q": 15, + "seed": 369 + }, + { + "max_n": 5, + "max_m": 5, + "max_q": 5, + "seed": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csergeanddiningroom_train.json b/examples/pipelines/all_configs/Csergeanddiningroom_train.json new file mode 100644 index 0000000..4e2c836 --- /dev/null +++ b/examples/pipelines/all_configs/Csergeanddiningroom_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_m": 30, + "max_q": 20, + "seed": 123 + }, + { + "max_n": 30, + "max_m": 40, + "max_q": 30, + "seed": 101 + }, + { + "max_n": 15, + "max_m": 25, + "max_q": 15, + "seed": 369 + }, + { + "max_n": 5, + "max_m": 5, + "max_q": 5, + "seed": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csergeysproblem_test.json b/examples/pipelines/all_configs/Csergeysproblem_test.json new file mode 100644 index 0000000..8539642 --- /dev/null +++ b/examples/pipelines/all_configs/Csergeysproblem_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 10, + "m": 15 + }, + { + "n": 3, + "m": 3 + }, + { + "n": 6, + "m": 5 + }, + { + "n": 7, + "m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csergeysproblem_train.json b/examples/pipelines/all_configs/Csergeysproblem_train.json new file mode 100644 index 0000000..8539642 --- /dev/null +++ b/examples/pipelines/all_configs/Csergeysproblem_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 10, + "m": 15 + }, + { + "n": 3, + "m": 3 + }, + { + "n": 6, + "m": 5 + }, + { + "n": 7, + "m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cservalandparenthesissequence_test.json b/examples/pipelines/all_configs/Cservalandparenthesissequence_test.json new file mode 100644 index 0000000..068ab68 --- /dev/null +++ b/examples/pipelines/all_configs/Cservalandparenthesissequence_test.json @@ -0,0 +1,17 @@ +[ + { + "min_length": 4, + "max_length": 20, + "replace_prob": 0.5 + }, + { + "min_length": 8, + "max_length": 18, + "replace_prob": 0.35 + }, + { + "min_length": 2, + "max_length": 10, + "replace_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cservalandparenthesissequence_train.json b/examples/pipelines/all_configs/Cservalandparenthesissequence_train.json new file mode 100644 index 0000000..068ab68 --- /dev/null +++ b/examples/pipelines/all_configs/Cservalandparenthesissequence_train.json @@ -0,0 +1,17 @@ +[ + { + "min_length": 4, + "max_length": 20, + "replace_prob": 0.5 + }, + { + "min_length": 8, + "max_length": 18, + "replace_prob": 0.35 + }, + { + "min_length": 2, + "max_length": 10, + "replace_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cservers_test.json b/examples/pipelines/all_configs/Cservers_test.json new file mode 100644 index 0000000..94fcd5c --- /dev/null +++ b/examples/pipelines/all_configs/Cservers_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 20, + "n_max": 50, + "q_min": 20, + "q_max": 50, + "t_min": 400, + "t_max": 4000, + "d_min": 20, + "d_max": 200 + }, + { + "n_min": 5, + "n_max": 20, + "q_min": 5, + "q_max": 20, + "t_min": 100, + "t_max": 1000, + "d_min": 5, + "d_max": 50 + }, + { + "n_min": 10, + "n_max": 30, + "q_min": 10, + "q_max": 30, + "t_min": 200, + "t_max": 2000, + "d_min": 10, + "d_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cservers_train.json b/examples/pipelines/all_configs/Cservers_train.json new file mode 100644 index 0000000..94fcd5c --- /dev/null +++ b/examples/pipelines/all_configs/Cservers_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 20, + "n_max": 50, + "q_min": 20, + "q_max": 50, + "t_min": 400, + "t_max": 4000, + "d_min": 20, + "d_max": 200 + }, + { + "n_min": 5, + "n_max": 20, + "q_min": 5, + "q_max": 20, + "t_min": 100, + "t_max": 1000, + "d_min": 5, + "d_max": 50 + }, + { + "n_min": 10, + "n_max": 30, + "q_min": 10, + "q_max": 30, + "t_min": 200, + "t_max": 2000, + "d_min": 10, + "d_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cshaassandlights_test.json b/examples/pipelines/all_configs/Cshaassandlights_test.json new file mode 100644 index 0000000..652bd7c --- /dev/null +++ b/examples/pipelines/all_configs/Cshaassandlights_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 10 + }, + { + "n_min": 500, + "n_max": 1000 + }, + { + "n_min": 1, + "n_max": 1000 + }, + { + "n_min": 1, + "n_max": 50 + }, + { + "n_min": 5, + "n_max": 50 + }, + { + "n_min": 1, + "n_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cshaassandlights_train.json b/examples/pipelines/all_configs/Cshaassandlights_train.json new file mode 100644 index 0000000..652bd7c --- /dev/null +++ b/examples/pipelines/all_configs/Cshaassandlights_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 10 + }, + { + "n_min": 500, + "n_max": 1000 + }, + { + "n_min": 1, + "n_max": 1000 + }, + { + "n_min": 1, + "n_max": 50 + }, + { + "n_min": 5, + "n_max": 50 + }, + { + "n_min": 1, + "n_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cshawarmatent_test.json b/examples/pipelines/all_configs/Cshawarmatent_test.json new file mode 100644 index 0000000..1b6fb06 --- /dev/null +++ b/examples/pipelines/all_configs/Cshawarmatent_test.json @@ -0,0 +1,44 @@ +[ + { + "student_count_range": [ + 5, + 20 + ], + "school_coord_range": [ + 0, + 1000 + ], + "student_coord_range": [ + 0, + 1000 + ] + }, + { + "student_count_range": [ + 5, + 20 + ], + "school_coord_range": [ + 0, + 100000 + ], + "student_coord_range": [ + 0, + 100000 + ] + }, + { + "student_count_range": [ + 10, + 50 + ], + "school_coord_range": [ + 0, + 1000000 + ], + "student_coord_range": [ + 0, + 1000000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cshawarmatent_train.json b/examples/pipelines/all_configs/Cshawarmatent_train.json new file mode 100644 index 0000000..1b6fb06 --- /dev/null +++ b/examples/pipelines/all_configs/Cshawarmatent_train.json @@ -0,0 +1,44 @@ +[ + { + "student_count_range": [ + 5, + 20 + ], + "school_coord_range": [ + 0, + 1000 + ], + "student_coord_range": [ + 0, + 1000 + ] + }, + { + "student_count_range": [ + 5, + 20 + ], + "school_coord_range": [ + 0, + 100000 + ], + "student_coord_range": [ + 0, + 100000 + ] + }, + { + "student_count_range": [ + 10, + 50 + ], + "school_coord_range": [ + 0, + 1000000 + ], + "student_coord_range": [ + 0, + 1000000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cshootinggallery_test.json b/examples/pipelines/all_configs/Cshootinggallery_test.json new file mode 100644 index 0000000..098f68e --- /dev/null +++ b/examples/pipelines/all_configs/Cshootinggallery_test.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 1, + "max_n": 10, + "coord_min": -50, + "coord_max": 50, + "time_min": 0, + "time_max": 500 + }, + { + "min_n": 1, + "max_n": 5, + "coord_min": -10, + "coord_max": 10, + "time_min": 0, + "time_max": 100 + }, + { + "min_n": 1, + "max_n": 5, + "coord_min": -20, + "coord_max": 20, + "time_min": 0, + "time_max": 100 + }, + { + "min_n": 1, + "max_n": 7, + "coord_min": -15, + "coord_max": 15, + "time_min": 0, + "time_max": 200 + }, + { + "min_n": 1, + "max_n": 10, + "coord_min": -10, + "coord_max": 10, + "time_min": 0, + "time_max": 100 + }, + { + "min_n": 1, + "max_n": 5, + "coord_min": -10, + "coord_max": 10, + "time_min": 0, + "time_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cshootinggallery_train.json b/examples/pipelines/all_configs/Cshootinggallery_train.json new file mode 100644 index 0000000..098f68e --- /dev/null +++ b/examples/pipelines/all_configs/Cshootinggallery_train.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 1, + "max_n": 10, + "coord_min": -50, + "coord_max": 50, + "time_min": 0, + "time_max": 500 + }, + { + "min_n": 1, + "max_n": 5, + "coord_min": -10, + "coord_max": 10, + "time_min": 0, + "time_max": 100 + }, + { + "min_n": 1, + "max_n": 5, + "coord_min": -20, + "coord_max": 20, + "time_min": 0, + "time_max": 100 + }, + { + "min_n": 1, + "max_n": 7, + "coord_min": -15, + "coord_max": 15, + "time_min": 0, + "time_max": 200 + }, + { + "min_n": 1, + "max_n": 10, + "coord_min": -10, + "coord_max": 10, + "time_min": 0, + "time_max": 100 + }, + { + "min_n": 1, + "max_n": 5, + "coord_min": -10, + "coord_max": 10, + "time_min": 0, + "time_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cskier_test.json b/examples/pipelines/all_configs/Cskier_test.json new file mode 100644 index 0000000..d1c776a --- /dev/null +++ b/examples/pipelines/all_configs/Cskier_test.json @@ -0,0 +1,14 @@ +[ + { + "min_length": 20, + "max_length": 100 + }, + { + "min_length": 10, + "max_length": 50 + }, + { + "min_length": 1, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cskier_train.json b/examples/pipelines/all_configs/Cskier_train.json new file mode 100644 index 0000000..d1c776a --- /dev/null +++ b/examples/pipelines/all_configs/Cskier_train.json @@ -0,0 +1,14 @@ +[ + { + "min_length": 20, + "max_length": 100 + }, + { + "min_length": 10, + "max_length": 50 + }, + { + "min_length": 1, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cslavaandtanks_test.json b/examples/pipelines/all_configs/Cslavaandtanks_test.json new file mode 100644 index 0000000..12ff6da --- /dev/null +++ b/examples/pipelines/all_configs/Cslavaandtanks_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 1000, + "min_n": 10 + }, + { + "max_n": 2, + "min_n": 2 + }, + { + "max_n": 500, + "min_n": 5 + }, + { + "max_n": 200, + "min_n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cslavaandtanks_train.json b/examples/pipelines/all_configs/Cslavaandtanks_train.json new file mode 100644 index 0000000..12ff6da --- /dev/null +++ b/examples/pipelines/all_configs/Cslavaandtanks_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 1000, + "min_n": 10 + }, + { + "max_n": 2, + "min_n": 2 + }, + { + "max_n": 500, + "min_n": 5 + }, + { + "max_n": 200, + "min_n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csocks_test.json b/examples/pipelines/all_configs/Csocks_test.json new file mode 100644 index 0000000..bc469e2 --- /dev/null +++ b/examples/pipelines/all_configs/Csocks_test.json @@ -0,0 +1,58 @@ +[ + { + "min_socks": 2, + "max_socks": 50, + "min_days": 0, + "max_days": 30, + "min_colors": 1, + "max_colors": 15 + }, + { + "min_socks": 2, + "max_socks": 100, + "min_days": 0, + "max_days": 50, + "min_colors": 1, + "max_colors": 20 + }, + { + "min_socks": 2, + "max_socks": 120, + "min_days": 0, + "max_days": 60, + "min_colors": 1, + "max_colors": 20 + }, + { + "min_socks": 2, + "max_socks": 200, + "min_days": 0, + "max_days": 100, + "min_colors": 1, + "max_colors": 30 + }, + { + "min_socks": 2, + "max_socks": 10, + "min_days": 0, + "max_days": 10, + "min_colors": 1, + "max_colors": 5 + }, + { + "min_socks": 2, + "max_socks": 80, + "min_days": 0, + "max_days": 40, + "min_colors": 1, + "max_colors": 10 + }, + { + "min_socks": 2, + "max_socks": 250, + "min_days": 0, + "max_days": 120, + "min_colors": 1, + "max_colors": 35 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csocks_train.json b/examples/pipelines/all_configs/Csocks_train.json new file mode 100644 index 0000000..bc469e2 --- /dev/null +++ b/examples/pipelines/all_configs/Csocks_train.json @@ -0,0 +1,58 @@ +[ + { + "min_socks": 2, + "max_socks": 50, + "min_days": 0, + "max_days": 30, + "min_colors": 1, + "max_colors": 15 + }, + { + "min_socks": 2, + "max_socks": 100, + "min_days": 0, + "max_days": 50, + "min_colors": 1, + "max_colors": 20 + }, + { + "min_socks": 2, + "max_socks": 120, + "min_days": 0, + "max_days": 60, + "min_colors": 1, + "max_colors": 20 + }, + { + "min_socks": 2, + "max_socks": 200, + "min_days": 0, + "max_days": 100, + "min_colors": 1, + "max_colors": 30 + }, + { + "min_socks": 2, + "max_socks": 10, + "min_days": 0, + "max_days": 10, + "min_colors": 1, + "max_colors": 5 + }, + { + "min_socks": 2, + "max_socks": 80, + "min_days": 0, + "max_days": 40, + "min_colors": 1, + "max_colors": 10 + }, + { + "min_socks": 2, + "max_socks": 250, + "min_days": 0, + "max_days": 120, + "min_colors": 1, + "max_colors": 35 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csoldierandcards_test.json b/examples/pipelines/all_configs/Csoldierandcards_test.json new file mode 100644 index 0000000..e29aa6d --- /dev/null +++ b/examples/pipelines/all_configs/Csoldierandcards_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 30 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csoldierandcards_train.json b/examples/pipelines/all_configs/Csoldierandcards_train.json new file mode 100644 index 0000000..e29aa6d --- /dev/null +++ b/examples/pipelines/all_configs/Csoldierandcards_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 30 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csonyaandrobots_test.json b/examples/pipelines/all_configs/Csonyaandrobots_test.json new file mode 100644 index 0000000..7e23a09 --- /dev/null +++ b/examples/pipelines/all_configs/Csonyaandrobots_test.json @@ -0,0 +1,17 @@ +[ + { + "min_n": 5, + "max_n": 1000, + "max_value": 10000 + }, + { + "min_n": 10, + "max_n": 5000, + "max_value": 50000 + }, + { + "min_n": 1, + "max_n": 10000, + "max_value": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csonyaandrobots_train.json b/examples/pipelines/all_configs/Csonyaandrobots_train.json new file mode 100644 index 0000000..7e23a09 --- /dev/null +++ b/examples/pipelines/all_configs/Csonyaandrobots_train.json @@ -0,0 +1,17 @@ +[ + { + "min_n": 5, + "max_n": 1000, + "max_value": 10000 + }, + { + "min_n": 10, + "max_n": 5000, + "max_value": 50000 + }, + { + "min_n": 1, + "max_n": 10000, + "max_value": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cspysyndrome2_test.json b/examples/pipelines/all_configs/Cspysyndrome2_test.json new file mode 100644 index 0000000..630c735 --- /dev/null +++ b/examples/pipelines/all_configs/Cspysyndrome2_test.json @@ -0,0 +1,55 @@ +[ + { + "min_words": 3, + "max_words": 5, + "word_pool": [ + "Hello", + "World", + "Python", + "Code", + "Spy", + "Cipher", + "Hacker", + "Secret", + "Message", + "Encode" + ], + "extra_words": 2, + "max_word_length": 8 + }, + { + "min_words": 3, + "max_words": 4, + "word_pool": [ + "Hi", + "Bye", + "Yes", + "No", + "Hello", + "World", + "Python", + "Code", + "Spy" + ], + "extra_words": 2, + "max_word_length": 7 + }, + { + "min_words": 4, + "max_words": 6, + "word_pool": [ + "Apple", + "Banana", + "Cherry", + "Hello", + "World", + "Test", + "Example", + "Python", + "Code", + "Spy" + ], + "extra_words": 3, + "max_word_length": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cspysyndrome2_train.json b/examples/pipelines/all_configs/Cspysyndrome2_train.json new file mode 100644 index 0000000..630c735 --- /dev/null +++ b/examples/pipelines/all_configs/Cspysyndrome2_train.json @@ -0,0 +1,55 @@ +[ + { + "min_words": 3, + "max_words": 5, + "word_pool": [ + "Hello", + "World", + "Python", + "Code", + "Spy", + "Cipher", + "Hacker", + "Secret", + "Message", + "Encode" + ], + "extra_words": 2, + "max_word_length": 8 + }, + { + "min_words": 3, + "max_words": 4, + "word_pool": [ + "Hi", + "Bye", + "Yes", + "No", + "Hello", + "World", + "Python", + "Code", + "Spy" + ], + "extra_words": 2, + "max_word_length": 7 + }, + { + "min_words": 4, + "max_words": 6, + "word_pool": [ + "Apple", + "Banana", + "Cherry", + "Hello", + "World", + "Test", + "Example", + "Python", + "Code", + "Spy" + ], + "extra_words": 3, + "max_word_length": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstablegroups_test.json b/examples/pipelines/all_configs/Cstablegroups_test.json new file mode 100644 index 0000000..9d0cafa --- /dev/null +++ b/examples/pipelines/all_configs/Cstablegroups_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 16, + "n_max": 20, + "x_min": 16, + "x_max": 20, + "k_max": 1000000, + "a_max": 100000 + }, + { + "n_min": 11, + "n_max": 15, + "x_min": 11, + "x_max": 15, + "k_max": 100000, + "a_max": 10000 + }, + { + "n_min": 6, + "n_max": 10, + "x_min": 6, + "x_max": 10, + "k_max": 10000, + "a_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstablegroups_train.json b/examples/pipelines/all_configs/Cstablegroups_train.json new file mode 100644 index 0000000..9d0cafa --- /dev/null +++ b/examples/pipelines/all_configs/Cstablegroups_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 16, + "n_max": 20, + "x_min": 16, + "x_max": 20, + "k_max": 1000000, + "a_max": 100000 + }, + { + "n_min": 11, + "n_max": 15, + "x_min": 11, + "x_max": 15, + "k_max": 100000, + "a_max": 10000 + }, + { + "n_min": 6, + "n_max": 10, + "x_min": 6, + "x_max": 10, + "k_max": 10000, + "a_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstarsky_test.json b/examples/pipelines/all_configs/Cstarsky_test.json new file mode 100644 index 0000000..b48ca8e --- /dev/null +++ b/examples/pipelines/all_configs/Cstarsky_test.json @@ -0,0 +1,32 @@ +[ + { + "n": 20, + "q": 10, + "c": 10 + }, + { + "n": 3, + "q": 2, + "c": 2 + }, + { + "n": 18, + "q": 9, + "c": 9 + }, + { + "n": 8, + "q": 4, + "c": 4 + }, + { + "n": 10, + "q": 5, + "c": 5 + }, + { + "n": 12, + "q": 6, + "c": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstarsky_train.json b/examples/pipelines/all_configs/Cstarsky_train.json new file mode 100644 index 0000000..b48ca8e --- /dev/null +++ b/examples/pipelines/all_configs/Cstarsky_train.json @@ -0,0 +1,32 @@ +[ + { + "n": 20, + "q": 10, + "c": 10 + }, + { + "n": 3, + "q": 2, + "c": 2 + }, + { + "n": 18, + "q": 9, + "c": 9 + }, + { + "n": 8, + "q": 4, + "c": 4 + }, + { + "n": 10, + "q": 5, + "c": 5 + }, + { + "n": 12, + "q": 6, + "c": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstl_test.json b/examples/pipelines/all_configs/Cstl_test.json new file mode 100644 index 0000000..775d948 --- /dev/null +++ b/examples/pipelines/all_configs/Cstl_test.json @@ -0,0 +1,22 @@ +[ + { + "max_depth": 3, + "min_n": 1, + "max_n": 1000 + }, + { + "max_depth": 5, + "min_n": 5, + "max_n": 1000 + }, + { + "max_depth": 3, + "min_n": 2, + "max_n": 500 + }, + { + "max_depth": 1, + "min_n": 1, + "max_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstl_train.json b/examples/pipelines/all_configs/Cstl_train.json new file mode 100644 index 0000000..775d948 --- /dev/null +++ b/examples/pipelines/all_configs/Cstl_train.json @@ -0,0 +1,22 @@ +[ + { + "max_depth": 3, + "min_n": 1, + "max_n": 1000 + }, + { + "max_depth": 5, + "min_n": 5, + "max_n": 1000 + }, + { + "max_depth": 3, + "min_n": 2, + "max_n": 500 + }, + { + "max_depth": 1, + "min_n": 1, + "max_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstrangefunction_test.json b/examples/pipelines/all_configs/Cstrangefunction_test.json new file mode 100644 index 0000000..1c1754a --- /dev/null +++ b/examples/pipelines/all_configs/Cstrangefunction_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 1, + "max_n": 10000000000000000, + "include_boundary": true + }, + { + "min_n": 1000000000, + "max_n": 1000000000000, + "include_boundary": false + }, + { + "min_n": 100, + "max_n": 1000000, + "include_boundary": true + }, + { + "min_n": 1, + "max_n": 10000000000000000, + "include_boundary": false + }, + { + "min_n": 1000000000000000, + "max_n": 10000000000000000, + "include_boundary": true + }, + { + "min_n": 1000000, + "max_n": 1000000000000, + "include_boundary": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstrangefunction_train.json b/examples/pipelines/all_configs/Cstrangefunction_train.json new file mode 100644 index 0000000..1c1754a --- /dev/null +++ b/examples/pipelines/all_configs/Cstrangefunction_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 1, + "max_n": 10000000000000000, + "include_boundary": true + }, + { + "min_n": 1000000000, + "max_n": 1000000000000, + "include_boundary": false + }, + { + "min_n": 100, + "max_n": 1000000, + "include_boundary": true + }, + { + "min_n": 1, + "max_n": 10000000000000000, + "include_boundary": false + }, + { + "min_n": 1000000000000000, + "max_n": 10000000000000000, + "include_boundary": true + }, + { + "min_n": 1000000, + "max_n": 1000000000000, + "include_boundary": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstrangeradiation_test.json b/examples/pipelines/all_configs/Cstrangeradiation_test.json new file mode 100644 index 0000000..860dd1e --- /dev/null +++ b/examples/pipelines/all_configs/Cstrangeradiation_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "s_min": 5, + "s_max": 1000 + }, + { + "n_min": 2, + "n_max": 10, + "s_min": 2, + "s_max": 1000 + }, + { + "n_min": 2, + "n_max": 15, + "s_min": 10, + "s_max": 500 + }, + { + "n_min": 2, + "n_max": 5, + "s_min": 2, + "s_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstrangeradiation_train.json b/examples/pipelines/all_configs/Cstrangeradiation_train.json new file mode 100644 index 0000000..860dd1e --- /dev/null +++ b/examples/pipelines/all_configs/Cstrangeradiation_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "s_min": 5, + "s_max": 1000 + }, + { + "n_min": 2, + "n_max": 10, + "s_min": 2, + "s_max": 1000 + }, + { + "n_min": 2, + "n_max": 15, + "s_min": 10, + "s_max": 500 + }, + { + "n_min": 2, + "n_max": 5, + "s_min": 2, + "s_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstringmanipulation10_test.json b/examples/pipelines/all_configs/Cstringmanipulation10_test.json new file mode 100644 index 0000000..b524819 --- /dev/null +++ b/examples/pipelines/all_configs/Cstringmanipulation10_test.json @@ -0,0 +1,23 @@ +[ + { + "k_min": 1, + "k_max": 200, + "s_min_len": 3, + "s_max_len": 30, + "n_max": 500 + }, + { + "k_min": 2, + "k_max": 150, + "s_min_len": 4, + "s_max_len": 25, + "n_max": 750 + }, + { + "k_min": 1, + "k_max": 300, + "s_min_len": 3, + "s_max_len": 40, + "n_max": 900 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstringmanipulation10_train.json b/examples/pipelines/all_configs/Cstringmanipulation10_train.json new file mode 100644 index 0000000..b524819 --- /dev/null +++ b/examples/pipelines/all_configs/Cstringmanipulation10_train.json @@ -0,0 +1,23 @@ +[ + { + "k_min": 1, + "k_max": 200, + "s_min_len": 3, + "s_max_len": 30, + "n_max": 500 + }, + { + "k_min": 2, + "k_max": 150, + "s_min_len": 4, + "s_max_len": 25, + "n_max": 750 + }, + { + "k_min": 1, + "k_max": 300, + "s_min_len": 3, + "s_max_len": 40, + "n_max": 900 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstripe2_test.json b/examples/pipelines/all_configs/Cstripe2_test.json new file mode 100644 index 0000000..c3aff54 --- /dev/null +++ b/examples/pipelines/all_configs/Cstripe2_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 200, + "allow_unsolvable": true, + "force_solvable": false + }, + { + "n_min": 3, + "n_max": 100, + "allow_unsolvable": true, + "force_solvable": false + }, + { + "n_min": 3, + "n_max": 300, + "allow_unsolvable": false, + "force_solvable": true + }, + { + "n_min": 3, + "n_max": 500, + "allow_unsolvable": true, + "force_solvable": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cstripe2_train.json b/examples/pipelines/all_configs/Cstripe2_train.json new file mode 100644 index 0000000..c3aff54 --- /dev/null +++ b/examples/pipelines/all_configs/Cstripe2_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 200, + "allow_unsolvable": true, + "force_solvable": false + }, + { + "n_min": 3, + "n_max": 100, + "allow_unsolvable": true, + "force_solvable": false + }, + { + "n_min": 3, + "n_max": 300, + "allow_unsolvable": false, + "force_solvable": true + }, + { + "n_min": 3, + "n_max": 500, + "allow_unsolvable": true, + "force_solvable": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubsequencecounting_test.json b/examples/pipelines/all_configs/Csubsequencecounting_test.json new file mode 100644 index 0000000..7b3fd40 --- /dev/null +++ b/examples/pipelines/all_configs/Csubsequencecounting_test.json @@ -0,0 +1,38 @@ +[ + { + "min_X": 1, + "max_X": 100000, + "min_d": 1, + "max_d": 10000, + "max_array_length": 5000, + "max_element_value": 10000000, + "allow_no_solution": true + }, + { + "min_X": 1, + "max_X": 10000, + "min_d": 1, + "max_d": 1000, + "max_array_length": 1000, + "max_element_value": 1000000, + "allow_no_solution": false + }, + { + "min_X": 1, + "max_X": 1000000, + "min_d": 1, + "max_d": 1000000, + "max_array_length": 10000, + "max_element_value": 1000000000, + "allow_no_solution": true + }, + { + "min_X": 1, + "max_X": 1000, + "min_d": 1, + "max_d": 100, + "max_array_length": 10000, + "max_element_value": 1000000, + "allow_no_solution": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubsequencecounting_train.json b/examples/pipelines/all_configs/Csubsequencecounting_train.json new file mode 100644 index 0000000..7b3fd40 --- /dev/null +++ b/examples/pipelines/all_configs/Csubsequencecounting_train.json @@ -0,0 +1,38 @@ +[ + { + "min_X": 1, + "max_X": 100000, + "min_d": 1, + "max_d": 10000, + "max_array_length": 5000, + "max_element_value": 10000000, + "allow_no_solution": true + }, + { + "min_X": 1, + "max_X": 10000, + "min_d": 1, + "max_d": 1000, + "max_array_length": 1000, + "max_element_value": 1000000, + "allow_no_solution": false + }, + { + "min_X": 1, + "max_X": 1000000, + "min_d": 1, + "max_d": 1000000, + "max_array_length": 10000, + "max_element_value": 1000000000, + "allow_no_solution": true + }, + { + "min_X": 1, + "max_X": 1000, + "min_d": 1, + "max_d": 100, + "max_array_length": 10000, + "max_element_value": 1000000, + "allow_no_solution": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubsequences_test.json b/examples/pipelines/all_configs/Csubsequences_test.json new file mode 100644 index 0000000..cf9aa07 --- /dev/null +++ b/examples/pipelines/all_configs/Csubsequences_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 7, + "k": 4 + }, + { + "n": 5, + "k": 2 + }, + { + "n": 10, + "k": 5 + }, + { + "n": 9, + "k": 4 + }, + { + "n": 4, + "k": 1 + }, + { + "n": 6, + "k": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubsequences_train.json b/examples/pipelines/all_configs/Csubsequences_train.json new file mode 100644 index 0000000..cf9aa07 --- /dev/null +++ b/examples/pipelines/all_configs/Csubsequences_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 7, + "k": 4 + }, + { + "n": 5, + "k": 2 + }, + { + "n": 10, + "k": 5 + }, + { + "n": 9, + "k": 4 + }, + { + "n": 4, + "k": 1 + }, + { + "n": 6, + "k": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubsetsums_test.json b/examples/pipelines/all_configs/Csubsetsums_test.json new file mode 100644 index 0000000..8d43ea2 --- /dev/null +++ b/examples/pipelines/all_configs/Csubsetsums_test.json @@ -0,0 +1,70 @@ +[ + { + "threshold": 6, + "min_n": 15, + "max_n": 30, + "min_m": 12, + "max_m": 20, + "min_q": 12, + "max_q": 30, + "array_value_range": [ + -30, + 30 + ], + "query_value_range": [ + -300, + 300 + ] + }, + { + "threshold": 4, + "min_n": 5, + "max_n": 25, + "min_m": 8, + "max_m": 15, + "min_q": 8, + "max_q": 25, + "array_value_range": [ + -15, + 15 + ], + "query_value_range": [ + -150, + 150 + ] + }, + { + "threshold": 2, + "min_n": 5, + "max_n": 10, + "min_m": 3, + "max_m": 8, + "min_q": 3, + "max_q": 10, + "array_value_range": [ + -5, + 5 + ], + "query_value_range": [ + -50, + 50 + ] + }, + { + "threshold": 3, + "min_n": 4, + "max_n": 15, + "min_m": 5, + "max_m": 10, + "min_q": 5, + "max_q": 15, + "array_value_range": [ + -10, + 10 + ], + "query_value_range": [ + -100, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubsetsums_train.json b/examples/pipelines/all_configs/Csubsetsums_train.json new file mode 100644 index 0000000..8d43ea2 --- /dev/null +++ b/examples/pipelines/all_configs/Csubsetsums_train.json @@ -0,0 +1,70 @@ +[ + { + "threshold": 6, + "min_n": 15, + "max_n": 30, + "min_m": 12, + "max_m": 20, + "min_q": 12, + "max_q": 30, + "array_value_range": [ + -30, + 30 + ], + "query_value_range": [ + -300, + 300 + ] + }, + { + "threshold": 4, + "min_n": 5, + "max_n": 25, + "min_m": 8, + "max_m": 15, + "min_q": 8, + "max_q": 25, + "array_value_range": [ + -15, + 15 + ], + "query_value_range": [ + -150, + 150 + ] + }, + { + "threshold": 2, + "min_n": 5, + "max_n": 10, + "min_m": 3, + "max_m": 8, + "min_q": 3, + "max_q": 10, + "array_value_range": [ + -5, + 5 + ], + "query_value_range": [ + -50, + 50 + ] + }, + { + "threshold": 3, + "min_n": 4, + "max_n": 15, + "min_m": 5, + "max_m": 10, + "min_q": 5, + "max_q": 15, + "array_value_range": [ + -10, + 10 + ], + "query_value_range": [ + -100, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubstitutesinnumber_test.json b/examples/pipelines/all_configs/Csubstitutesinnumber_test.json new file mode 100644 index 0000000..7fa787b --- /dev/null +++ b/examples/pipelines/all_configs/Csubstitutesinnumber_test.json @@ -0,0 +1,26 @@ +[ + { + "min_initial_length": 10, + "max_initial_length": 20, + "max_queries": 10, + "max_ti_length": 10 + }, + { + "min_initial_length": 1, + "max_initial_length": 10, + "max_queries": 0, + "max_ti_length": 5 + }, + { + "min_initial_length": 5, + "max_initial_length": 20, + "max_queries": 5, + "max_ti_length": 10 + }, + { + "min_initial_length": 1, + "max_initial_length": 50, + "max_queries": 3, + "max_ti_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubstitutesinnumber_train.json b/examples/pipelines/all_configs/Csubstitutesinnumber_train.json new file mode 100644 index 0000000..7fa787b --- /dev/null +++ b/examples/pipelines/all_configs/Csubstitutesinnumber_train.json @@ -0,0 +1,26 @@ +[ + { + "min_initial_length": 10, + "max_initial_length": 20, + "max_queries": 10, + "max_ti_length": 10 + }, + { + "min_initial_length": 1, + "max_initial_length": 10, + "max_queries": 0, + "max_ti_length": 5 + }, + { + "min_initial_length": 5, + "max_initial_length": 20, + "max_queries": 5, + "max_ti_length": 10 + }, + { + "min_initial_length": 1, + "max_initial_length": 50, + "max_queries": 3, + "max_ti_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubstringgameinthelesson_test.json b/examples/pipelines/all_configs/Csubstringgameinthelesson_test.json new file mode 100644 index 0000000..e2f27e8 --- /dev/null +++ b/examples/pipelines/all_configs/Csubstringgameinthelesson_test.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 2, + "max_length": 2 + }, + { + "min_length": 3, + "max_length": 7 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 4, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csubstringgameinthelesson_train.json b/examples/pipelines/all_configs/Csubstringgameinthelesson_train.json new file mode 100644 index 0000000..e2f27e8 --- /dev/null +++ b/examples/pipelines/all_configs/Csubstringgameinthelesson_train.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 2, + "max_length": 2 + }, + { + "min_length": 3, + "max_length": 7 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 4, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csuperiorperiodicsubarrays_test.json b/examples/pipelines/all_configs/Csuperiorperiodicsubarrays_test.json new file mode 100644 index 0000000..02f7dfa --- /dev/null +++ b/examples/pipelines/all_configs/Csuperiorperiodicsubarrays_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 2, + "n_max": 10, + "max_value": 10 + }, + { + "n_min": 1, + "n_max": 5, + "max_value": 5 + }, + { + "n_min": 1, + "n_max": 20, + "max_value": 100 + }, + { + "n_min": 3, + "n_max": 15, + "max_value": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csuperiorperiodicsubarrays_train.json b/examples/pipelines/all_configs/Csuperiorperiodicsubarrays_train.json new file mode 100644 index 0000000..02f7dfa --- /dev/null +++ b/examples/pipelines/all_configs/Csuperiorperiodicsubarrays_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 2, + "n_max": 10, + "max_value": 10 + }, + { + "n_min": 1, + "n_max": 5, + "max_value": 5 + }, + { + "n_min": 1, + "n_max": 20, + "max_value": 100 + }, + { + "n_min": 3, + "n_max": 15, + "max_value": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cswapletters_test.json b/examples/pipelines/all_configs/Cswapletters_test.json new file mode 100644 index 0000000..e64a348 --- /dev/null +++ b/examples/pipelines/all_configs/Cswapletters_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 10 + }, + { + "n": 2 + }, + { + "n": 6 + }, + { + "n": 8 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cswapletters_train.json b/examples/pipelines/all_configs/Cswapletters_train.json new file mode 100644 index 0000000..e64a348 --- /dev/null +++ b/examples/pipelines/all_configs/Cswapletters_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 10 + }, + { + "n": 2 + }, + { + "n": 6 + }, + { + "n": 8 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cswaps_test.json b/examples/pipelines/all_configs/Cswaps_test.json new file mode 100644 index 0000000..532c740 --- /dev/null +++ b/examples/pipelines/all_configs/Cswaps_test.json @@ -0,0 +1,42 @@ +[ + { + "n_range": [ + 5, + 20 + ], + "s_range": [ + 5, + 50 + ] + }, + { + "n_range": [ + 3, + 20 + ], + "s_range": [ + 3, + 40 + ] + }, + { + "n_range": [ + 2, + 15 + ], + "s_range": [ + 2, + 30 + ] + }, + { + "n_range": [ + 4, + 10 + ], + "s_range": [ + 4, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cswaps_train.json b/examples/pipelines/all_configs/Cswaps_train.json new file mode 100644 index 0000000..532c740 --- /dev/null +++ b/examples/pipelines/all_configs/Cswaps_train.json @@ -0,0 +1,42 @@ +[ + { + "n_range": [ + 5, + 20 + ], + "s_range": [ + 5, + 50 + ] + }, + { + "n_range": [ + 3, + 20 + ], + "s_range": [ + 3, + 40 + ] + }, + { + "n_range": [ + 2, + 15 + ], + "s_range": [ + 2, + 30 + ] + }, + { + "n_range": [ + 4, + 10 + ], + "s_range": [ + 4, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csweetseating_test.json b/examples/pipelines/all_configs/Csweetseating_test.json new file mode 100644 index 0000000..6c96fad --- /dev/null +++ b/examples/pipelines/all_configs/Csweetseating_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 100, + "max_a": 1000, + "m": 1 + }, + { + "min_n": 1000, + "max_n": 200000, + "max_a": 200000, + "m": 100000 + }, + { + "min_n": 100, + "max_n": 1000, + "max_a": 100000, + "m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csweetseating_train.json b/examples/pipelines/all_configs/Csweetseating_train.json new file mode 100644 index 0000000..6c96fad --- /dev/null +++ b/examples/pipelines/all_configs/Csweetseating_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 100, + "max_a": 1000, + "m": 1 + }, + { + "min_n": 1000, + "max_n": 200000, + "max_a": 200000, + "m": 100000 + }, + { + "min_n": 100, + "max_n": 1000, + "max_a": 100000, + "m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csystemtesting_test.json b/examples/pipelines/all_configs/Csystemtesting_test.json new file mode 100644 index 0000000..6bbdf7d --- /dev/null +++ b/examples/pipelines/all_configs/Csystemtesting_test.json @@ -0,0 +1,58 @@ +[ + { + "n_range": [ + 1, + 200 + ], + "k_range": [ + 1, + 20 + ], + "a_range": [ + 1, + 100 + ] + }, + { + "n_range": [ + 50, + 1000 + ], + "k_range": [ + 5, + 100 + ], + "a_range": [ + 50, + 150 + ] + }, + { + "n_range": [ + 100, + 500 + ], + "k_range": [ + 10, + 50 + ], + "a_range": [ + 50, + 100 + ] + }, + { + "n_range": [ + 1, + 50 + ], + "k_range": [ + 1, + 5 + ], + "a_range": [ + 1, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Csystemtesting_train.json b/examples/pipelines/all_configs/Csystemtesting_train.json new file mode 100644 index 0000000..6bbdf7d --- /dev/null +++ b/examples/pipelines/all_configs/Csystemtesting_train.json @@ -0,0 +1,58 @@ +[ + { + "n_range": [ + 1, + 200 + ], + "k_range": [ + 1, + 20 + ], + "a_range": [ + 1, + 100 + ] + }, + { + "n_range": [ + 50, + 1000 + ], + "k_range": [ + 5, + 100 + ], + "a_range": [ + 50, + 150 + ] + }, + { + "n_range": [ + 100, + 500 + ], + "k_range": [ + 10, + 50 + ], + "a_range": [ + 50, + 100 + ] + }, + { + "n_range": [ + 1, + 50 + ], + "k_range": [ + 1, + 5 + ], + "a_range": [ + 1, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctabledecorations_test.json b/examples/pipelines/all_configs/Ctabledecorations_test.json new file mode 100644 index 0000000..7e4d8a3 --- /dev/null +++ b/examples/pipelines/all_configs/Ctabledecorations_test.json @@ -0,0 +1,30 @@ +[ + { + "max_val": 100000000, + "min_val": 0 + }, + { + "max_val": 1000, + "min_val": 0 + }, + { + "max_val": 1000000, + "min_val": 0 + }, + { + "max_val": 2000000000, + "min_val": 0 + }, + { + "max_val": 100000000, + "min_val": 100000000 + }, + { + "max_val": 200000000, + "min_val": 0 + }, + { + "max_val": 1000000000, + "min_val": 0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctabledecorations_train.json b/examples/pipelines/all_configs/Ctabledecorations_train.json new file mode 100644 index 0000000..7e4d8a3 --- /dev/null +++ b/examples/pipelines/all_configs/Ctabledecorations_train.json @@ -0,0 +1,30 @@ +[ + { + "max_val": 100000000, + "min_val": 0 + }, + { + "max_val": 1000, + "min_val": 0 + }, + { + "max_val": 1000000, + "min_val": 0 + }, + { + "max_val": 2000000000, + "min_val": 0 + }, + { + "max_val": 100000000, + "min_val": 100000000 + }, + { + "max_val": 200000000, + "min_val": 0 + }, + { + "max_val": 1000000000, + "min_val": 0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctanyaandcoloredcandies_test.json b/examples/pipelines/all_configs/Ctanyaandcoloredcandies_test.json new file mode 100644 index 0000000..3a7dd4b --- /dev/null +++ b/examples/pipelines/all_configs/Ctanyaandcoloredcandies_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 10, + "min_r": 1, + "max_r": 10, + "min_k": 5, + "max_k": 50 + }, + { + "min_n": 3, + "max_n": 20, + "min_r": 1, + "max_r": 50, + "min_k": 10, + "max_k": 300 + }, + { + "min_n": 7, + "max_n": 20, + "min_r": 5, + "max_r": 30, + "min_k": 50, + "max_k": 200 + }, + { + "min_n": 5, + "max_n": 15, + "min_r": 1, + "max_r": 20, + "min_k": 10, + "max_k": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctanyaandcoloredcandies_train.json b/examples/pipelines/all_configs/Ctanyaandcoloredcandies_train.json new file mode 100644 index 0000000..3a7dd4b --- /dev/null +++ b/examples/pipelines/all_configs/Ctanyaandcoloredcandies_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 3, + "max_n": 10, + "min_r": 1, + "max_r": 10, + "min_k": 5, + "max_k": 50 + }, + { + "min_n": 3, + "max_n": 20, + "min_r": 1, + "max_r": 50, + "min_k": 10, + "max_k": 300 + }, + { + "min_n": 7, + "max_n": 20, + "min_r": 5, + "max_r": 30, + "min_k": 50, + "max_k": 200 + }, + { + "min_n": 5, + "max_n": 15, + "min_r": 1, + "max_r": 20, + "min_k": 10, + "max_k": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctavasandkarafs_test.json b/examples/pipelines/all_configs/Ctavasandkarafs_test.json new file mode 100644 index 0000000..2c0652b --- /dev/null +++ b/examples/pipelines/all_configs/Ctavasandkarafs_test.json @@ -0,0 +1,30 @@ +[ + { + "A": 10, + "B": 5 + }, + { + "A": 5, + "B": 2 + }, + { + "A": 1, + "B": 100 + }, + { + "A": 10, + "B": 10 + }, + { + "A": 2, + "B": 3 + }, + { + "A": 1, + "B": 1 + }, + { + "A": 100, + "B": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctavasandkarafs_train.json b/examples/pipelines/all_configs/Ctavasandkarafs_train.json new file mode 100644 index 0000000..2c0652b --- /dev/null +++ b/examples/pipelines/all_configs/Ctavasandkarafs_train.json @@ -0,0 +1,30 @@ +[ + { + "A": 10, + "B": 5 + }, + { + "A": 5, + "B": 2 + }, + { + "A": 1, + "B": 100 + }, + { + "A": 10, + "B": 10 + }, + { + "A": 2, + "B": 3 + }, + { + "A": 1, + "B": 1 + }, + { + "A": 100, + "B": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cteam_test.json b/examples/pipelines/all_configs/Cteam_test.json new file mode 100644 index 0000000..8f4ced1 --- /dev/null +++ b/examples/pipelines/all_configs/Cteam_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 9, + "max_m": 18 + }, + { + "max_n": 7, + "max_m": 14 + }, + { + "max_n": 14, + "max_m": 28 + }, + { + "max_n": 5, + "max_m": 10 + }, + { + "max_n": 20, + "max_m": 40 + }, + { + "max_n": 8, + "max_m": 16 + }, + { + "max_n": 12, + "max_m": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cteam_train.json b/examples/pipelines/all_configs/Cteam_train.json new file mode 100644 index 0000000..8f4ced1 --- /dev/null +++ b/examples/pipelines/all_configs/Cteam_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 9, + "max_m": 18 + }, + { + "max_n": 7, + "max_m": 14 + }, + { + "max_n": 14, + "max_m": 28 + }, + { + "max_n": 5, + "max_m": 10 + }, + { + "max_n": 20, + "max_m": 40 + }, + { + "max_n": 8, + "max_m": 16 + }, + { + "max_n": 12, + "max_m": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cteambuilding_test.json b/examples/pipelines/all_configs/Cteambuilding_test.json new file mode 100644 index 0000000..e54bb6e --- /dev/null +++ b/examples/pipelines/all_configs/Cteambuilding_test.json @@ -0,0 +1,22 @@ +[ + { + "max_students": 200, + "max_groups": 20, + "max_edges": 500 + }, + { + "max_students": 20, + "max_groups": 10, + "max_edges": 50 + }, + { + "max_students": 50, + "max_groups": 10, + "max_edges": 100 + }, + { + "max_students": 10, + "max_groups": 5, + "max_edges": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cteambuilding_train.json b/examples/pipelines/all_configs/Cteambuilding_train.json new file mode 100644 index 0000000..e54bb6e --- /dev/null +++ b/examples/pipelines/all_configs/Cteambuilding_train.json @@ -0,0 +1,22 @@ +[ + { + "max_students": 200, + "max_groups": 20, + "max_edges": 500 + }, + { + "max_students": 20, + "max_groups": 10, + "max_edges": 50 + }, + { + "max_students": 50, + "max_groups": 10, + "max_edges": 100 + }, + { + "max_students": 10, + "max_groups": 5, + "max_edges": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cteodorisnotaliar_test.json b/examples/pipelines/all_configs/Cteodorisnotaliar_test.json new file mode 100644 index 0000000..a1b200a --- /dev/null +++ b/examples/pipelines/all_configs/Cteodorisnotaliar_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 2, + "max_n": 5, + "min_m": 5, + "max_m": 20 + }, + { + "min_n": 5, + "max_n": 20, + "min_m": 20, + "max_m": 100 + }, + { + "min_n": 10, + "max_n": 50, + "min_m": 50, + "max_m": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cteodorisnotaliar_train.json b/examples/pipelines/all_configs/Cteodorisnotaliar_train.json new file mode 100644 index 0000000..a1b200a --- /dev/null +++ b/examples/pipelines/all_configs/Cteodorisnotaliar_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 2, + "max_n": 5, + "min_m": 5, + "max_m": 20 + }, + { + "min_n": 5, + "max_n": 20, + "min_m": 20, + "max_m": 100 + }, + { + "min_n": 10, + "max_n": 50, + "min_m": 50, + "max_m": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctexteditor_test.json b/examples/pipelines/all_configs/Ctexteditor_test.json new file mode 100644 index 0000000..ea46f67 --- /dev/null +++ b/examples/pipelines/all_configs/Ctexteditor_test.json @@ -0,0 +1,17 @@ +[ + { + "min_lines": 10, + "max_lines": 50, + "max_chars": 10000 + }, + { + "min_lines": 5, + "max_lines": 20, + "max_chars": 5000 + }, + { + "min_lines": 2, + "max_lines": 100, + "max_chars": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctexteditor_train.json b/examples/pipelines/all_configs/Ctexteditor_train.json new file mode 100644 index 0000000..ea46f67 --- /dev/null +++ b/examples/pipelines/all_configs/Ctexteditor_train.json @@ -0,0 +1,17 @@ +[ + { + "min_lines": 10, + "max_lines": 50, + "max_chars": 10000 + }, + { + "min_lines": 5, + "max_lines": 20, + "max_chars": 5000 + }, + { + "min_lines": 2, + "max_lines": 100, + "max_chars": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthanosnim_test.json b/examples/pipelines/all_configs/Cthanosnim_test.json new file mode 100644 index 0000000..9eed7ea --- /dev/null +++ b/examples/pipelines/all_configs/Cthanosnim_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 6, + "max_n": 30 + }, + { + "min_n": 2, + "max_n": 50 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 10 + }, + { + "min_n": 4, + "max_n": 14 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthanosnim_train.json b/examples/pipelines/all_configs/Cthanosnim_train.json new file mode 100644 index 0000000..9eed7ea --- /dev/null +++ b/examples/pipelines/all_configs/Cthanosnim_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 6, + "max_n": 30 + }, + { + "min_n": 2, + "max_n": 50 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 10 + }, + { + "min_n": 4, + "max_n": 14 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthebigrace_test.json b/examples/pipelines/all_configs/Cthebigrace_test.json new file mode 100644 index 0000000..af9d9a0 --- /dev/null +++ b/examples/pipelines/all_configs/Cthebigrace_test.json @@ -0,0 +1,26 @@ +[ + { + "max_t": 1000, + "max_step": 100000 + }, + { + "max_t": 1000000000000000000, + "max_step": 1000000000000000000 + }, + { + "max_t": 10, + "max_step": 10 + }, + { + "max_t": 100, + "max_step": 100 + }, + { + "max_t": 1000000, + "max_step": 1000000 + }, + { + "max_t": 100000, + "max_step": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthebigrace_train.json b/examples/pipelines/all_configs/Cthebigrace_train.json new file mode 100644 index 0000000..af9d9a0 --- /dev/null +++ b/examples/pipelines/all_configs/Cthebigrace_train.json @@ -0,0 +1,26 @@ +[ + { + "max_t": 1000, + "max_step": 100000 + }, + { + "max_t": 1000000000000000000, + "max_step": 1000000000000000000 + }, + { + "max_t": 10, + "max_step": 10 + }, + { + "max_t": 100, + "max_step": 100 + }, + { + "max_t": 1000000, + "max_step": 1000000 + }, + { + "max_t": 100000, + "max_step": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthechildandtoy_test.json b/examples/pipelines/all_configs/Cthechildandtoy_test.json new file mode 100644 index 0000000..28bc50d --- /dev/null +++ b/examples/pipelines/all_configs/Cthechildandtoy_test.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 1, + "n_max": 1000, + "v_min": 0, + "v_max": 100000, + "m_max_ratio": 0.9 + }, + { + "n_min": 5, + "n_max": 20, + "v_min": 10, + "v_max": 200, + "m_max_ratio": 0.3 + }, + { + "n_min": 5, + "n_max": 15, + "v_min": 10, + "v_max": 300, + "m_max_ratio": 0.6 + }, + { + "n_min": 10, + "n_max": 20, + "v_min": 50, + "v_max": 500, + "m_max_ratio": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthechildandtoy_train.json b/examples/pipelines/all_configs/Cthechildandtoy_train.json new file mode 100644 index 0000000..28bc50d --- /dev/null +++ b/examples/pipelines/all_configs/Cthechildandtoy_train.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 1, + "n_max": 1000, + "v_min": 0, + "v_max": 100000, + "m_max_ratio": 0.9 + }, + { + "n_min": 5, + "n_max": 20, + "v_min": 10, + "v_max": 200, + "m_max_ratio": 0.3 + }, + { + "n_min": 5, + "n_max": 15, + "v_min": 10, + "v_max": 300, + "m_max_ratio": 0.6 + }, + { + "n_min": 10, + "n_max": 20, + "v_min": 50, + "v_max": 500, + "m_max_ratio": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthedeliverydilemma_test.json b/examples/pipelines/all_configs/Cthedeliverydilemma_test.json new file mode 100644 index 0000000..7343c30 --- /dev/null +++ b/examples/pipelines/all_configs/Cthedeliverydilemma_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "a_max": 1000000000, + "b_max": 1000000000 + }, + { + "max_n": 5, + "a_max": 1000000, + "b_max": 1000000 + }, + { + "max_n": 8, + "a_max": 500000, + "b_max": 500000 + }, + { + "max_n": 1, + "a_max": 1000, + "b_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthedeliverydilemma_train.json b/examples/pipelines/all_configs/Cthedeliverydilemma_train.json new file mode 100644 index 0000000..7343c30 --- /dev/null +++ b/examples/pipelines/all_configs/Cthedeliverydilemma_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "a_max": 1000000000, + "b_max": 1000000000 + }, + { + "max_n": 5, + "a_max": 1000000, + "b_max": 1000000 + }, + { + "max_n": 8, + "a_max": 500000, + "b_max": 500000 + }, + { + "max_n": 1, + "a_max": 1000, + "b_max": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthefairnutandstring_test.json b/examples/pipelines/all_configs/Cthefairnutandstring_test.json new file mode 100644 index 0000000..70ea91d --- /dev/null +++ b/examples/pipelines/all_configs/Cthefairnutandstring_test.json @@ -0,0 +1,22 @@ +[ + { + "max_blocks": 5, + "max_a_per_block": 2, + "max_other_chars": 1 + }, + { + "max_blocks": 1, + "max_a_per_block": 5, + "max_other_chars": 0 + }, + { + "max_blocks": 2, + "max_a_per_block": 5, + "max_other_chars": 3 + }, + { + "max_blocks": 4, + "max_a_per_block": 4, + "max_other_chars": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthefairnutandstring_train.json b/examples/pipelines/all_configs/Cthefairnutandstring_train.json new file mode 100644 index 0000000..70ea91d --- /dev/null +++ b/examples/pipelines/all_configs/Cthefairnutandstring_train.json @@ -0,0 +1,22 @@ +[ + { + "max_blocks": 5, + "max_a_per_block": 2, + "max_other_chars": 1 + }, + { + "max_blocks": 1, + "max_a_per_block": 5, + "max_other_chars": 0 + }, + { + "max_blocks": 2, + "max_a_per_block": 5, + "max_other_chars": 3 + }, + { + "max_blocks": 4, + "max_a_per_block": 4, + "max_other_chars": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthefootballseason_test.json b/examples/pipelines/all_configs/Cthefootballseason_test.json new file mode 100644 index 0000000..c51836c --- /dev/null +++ b/examples/pipelines/all_configs/Cthefootballseason_test.json @@ -0,0 +1,51 @@ +[ + { + "w_min": 5, + "w_max": 100000, + "d_min": 2, + "d_max": 4, + "valid_case_ratio": 0.3 + }, + { + "w_min": 3, + "w_max": 50000, + "d_min": 1, + "d_max": 2, + "valid_case_ratio": 0.7 + }, + { + "w_min": 5, + "w_max": 50000, + "d_min": 1, + "d_max": 4, + "valid_case_ratio": 0.5 + }, + { + "w_min": 2, + "w_max": 10000, + "d_min": 1, + "d_max": 1, + "valid_case_ratio": 0.8 + }, + { + "w_min": 2, + "w_max": 1000, + "d_min": 1, + "d_max": 1, + "valid_case_ratio": 0.5 + }, + { + "w_min": 4, + "w_max": 20000, + "d_min": 1, + "d_max": 3, + "valid_case_ratio": 0.6 + }, + { + "w_min": 4, + "w_max": 50000, + "d_min": 1, + "d_max": 3, + "valid_case_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthefootballseason_train.json b/examples/pipelines/all_configs/Cthefootballseason_train.json new file mode 100644 index 0000000..c51836c --- /dev/null +++ b/examples/pipelines/all_configs/Cthefootballseason_train.json @@ -0,0 +1,51 @@ +[ + { + "w_min": 5, + "w_max": 100000, + "d_min": 2, + "d_max": 4, + "valid_case_ratio": 0.3 + }, + { + "w_min": 3, + "w_max": 50000, + "d_min": 1, + "d_max": 2, + "valid_case_ratio": 0.7 + }, + { + "w_min": 5, + "w_max": 50000, + "d_min": 1, + "d_max": 4, + "valid_case_ratio": 0.5 + }, + { + "w_min": 2, + "w_max": 10000, + "d_min": 1, + "d_max": 1, + "valid_case_ratio": 0.8 + }, + { + "w_min": 2, + "w_max": 1000, + "d_min": 1, + "d_max": 1, + "valid_case_ratio": 0.5 + }, + { + "w_min": 4, + "w_max": 20000, + "d_min": 1, + "d_max": 3, + "valid_case_ratio": 0.6 + }, + { + "w_min": 4, + "w_max": 50000, + "d_min": 1, + "d_max": 3, + "valid_case_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthesportsfestival_test.json b/examples/pipelines/all_configs/Cthesportsfestival_test.json new file mode 100644 index 0000000..735be68 --- /dev/null +++ b/examples/pipelines/all_configs/Cthesportsfestival_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 3, + "max_n": 100, + "s_min": 10, + "s_max": 1000000 + }, + { + "min_n": 1, + "max_n": 1, + "s_min": 1, + "s_max": 10 + }, + { + "min_n": 1, + "max_n": 3, + "s_min": 1, + "s_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthesportsfestival_train.json b/examples/pipelines/all_configs/Cthesportsfestival_train.json new file mode 100644 index 0000000..735be68 --- /dev/null +++ b/examples/pipelines/all_configs/Cthesportsfestival_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 3, + "max_n": 100, + "s_min": 10, + "s_max": 1000000 + }, + { + "min_n": 1, + "max_n": 1, + "s_min": 1, + "s_max": 10 + }, + { + "min_n": 1, + "max_n": 3, + "s_min": 1, + "s_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctheworldisatheatre_test.json b/examples/pipelines/all_configs/Ctheworldisatheatre_test.json new file mode 100644 index 0000000..93b9f66 --- /dev/null +++ b/examples/pipelines/all_configs/Ctheworldisatheatre_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 10, + "m_min": 1, + "m_max": 10 + }, + { + "n_min": 4, + "n_max": 25, + "m_min": 5, + "m_max": 25 + }, + { + "n_min": 4, + "n_max": 4, + "m_min": 1, + "m_max": 30 + }, + { + "n_min": 4, + "n_max": 30, + "m_min": 1, + "m_max": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctheworldisatheatre_train.json b/examples/pipelines/all_configs/Ctheworldisatheatre_train.json new file mode 100644 index 0000000..93b9f66 --- /dev/null +++ b/examples/pipelines/all_configs/Ctheworldisatheatre_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 10, + "m_min": 1, + "m_max": 10 + }, + { + "n_min": 4, + "n_max": 25, + "m_min": 5, + "m_max": 25 + }, + { + "n_min": 4, + "n_max": 4, + "m_min": 1, + "m_max": 30 + }, + { + "n_min": 4, + "n_max": 30, + "m_min": 1, + "m_max": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreebags_test.json b/examples/pipelines/all_configs/Cthreebags_test.json new file mode 100644 index 0000000..9822261 --- /dev/null +++ b/examples/pipelines/all_configs/Cthreebags_test.json @@ -0,0 +1,44 @@ +[ + { + "min_elements": 1, + "max_elements": 5, + "min_value": 1, + "max_value": 20 + }, + { + "min_elements": 1, + "max_elements": 4, + "min_value": 1, + "max_value": 10 + }, + { + "min_elements": 4, + "max_elements": 5, + "min_value": 20, + "max_value": 50 + }, + { + "min_elements": 1, + "max_elements": 5, + "min_value": 15, + "max_value": 30 + }, + { + "min_elements": 3, + "max_elements": 5, + "min_value": 5, + "max_value": 25 + }, + { + "min_elements": 1, + "max_elements": 3, + "min_value": 5, + "max_value": 15 + }, + { + "min_elements": 1, + "max_elements": 2, + "min_value": 1, + "max_value": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreebags_train.json b/examples/pipelines/all_configs/Cthreebags_train.json new file mode 100644 index 0000000..9822261 --- /dev/null +++ b/examples/pipelines/all_configs/Cthreebags_train.json @@ -0,0 +1,44 @@ +[ + { + "min_elements": 1, + "max_elements": 5, + "min_value": 1, + "max_value": 20 + }, + { + "min_elements": 1, + "max_elements": 4, + "min_value": 1, + "max_value": 10 + }, + { + "min_elements": 4, + "max_elements": 5, + "min_value": 20, + "max_value": 50 + }, + { + "min_elements": 1, + "max_elements": 5, + "min_value": 15, + "max_value": 30 + }, + { + "min_elements": 3, + "max_elements": 5, + "min_value": 5, + "max_value": 25 + }, + { + "min_elements": 1, + "max_elements": 3, + "min_value": 5, + "max_value": 15 + }, + { + "min_elements": 1, + "max_elements": 2, + "min_value": 1, + "max_value": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreebasestations_test.json b/examples/pipelines/all_configs/Cthreebasestations_test.json new file mode 100644 index 0000000..00c5f67 --- /dev/null +++ b/examples/pipelines/all_configs/Cthreebasestations_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 1000, + "min_x": 10000000, + "max_x": 2000000000 + }, + { + "n_min": 1, + "n_max": 100000, + "min_x": 1, + "max_x": 2000000000 + }, + { + "n_min": 10000, + "n_max": 100000, + "min_x": 1, + "max_x": 1000 + }, + { + "n_min": 1, + "n_max": 1000, + "min_x": 1, + "max_x": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreebasestations_train.json b/examples/pipelines/all_configs/Cthreebasestations_train.json new file mode 100644 index 0000000..00c5f67 --- /dev/null +++ b/examples/pipelines/all_configs/Cthreebasestations_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 1000, + "min_x": 10000000, + "max_x": 2000000000 + }, + { + "n_min": 1, + "n_max": 100000, + "min_x": 1, + "max_x": 2000000000 + }, + { + "n_min": 10000, + "n_max": 100000, + "min_x": 1, + "max_x": 1000 + }, + { + "n_min": 1, + "n_max": 1000, + "min_x": 1, + "max_x": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreedisplays_test.json b/examples/pipelines/all_configs/Cthreedisplays_test.json new file mode 100644 index 0000000..3844739 --- /dev/null +++ b/examples/pipelines/all_configs/Cthreedisplays_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 5, + "n_max": 1000, + "s_min": 100, + "s_max": 1000000, + "c_min": 10, + "c_max": 100000 + }, + { + "n_min": 4, + "n_max": 2500, + "s_min": 200, + "s_max": 800000000, + "c_min": 20, + "c_max": 80000000 + }, + { + "n_min": 10, + "n_max": 2000, + "s_min": 500, + "s_max": 500000000, + "c_min": 50, + "c_max": 50000000 + }, + { + "n_min": 3, + "n_max": 3000, + "s_min": 1, + "s_max": 1000000000, + "c_min": 1, + "c_max": 100000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreedisplays_train.json b/examples/pipelines/all_configs/Cthreedisplays_train.json new file mode 100644 index 0000000..3844739 --- /dev/null +++ b/examples/pipelines/all_configs/Cthreedisplays_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 5, + "n_max": 1000, + "s_min": 100, + "s_max": 1000000, + "c_min": 10, + "c_max": 100000 + }, + { + "n_min": 4, + "n_max": 2500, + "s_min": 200, + "s_max": 800000000, + "c_min": 20, + "c_max": 80000000 + }, + { + "n_min": 10, + "n_max": 2000, + "s_min": 500, + "s_max": 500000000, + "c_min": 50, + "c_max": 50000000 + }, + { + "n_min": 3, + "n_max": 3000, + "s_min": 1, + "s_max": 1000000000, + "c_min": 1, + "c_max": 100000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreestates_test.json b/examples/pipelines/all_configs/Cthreestates_test.json new file mode 100644 index 0000000..260a99c --- /dev/null +++ b/examples/pipelines/all_configs/Cthreestates_test.json @@ -0,0 +1,30 @@ +[ + { + "n": 5, + "m": 5, + "min_country_cells": 1, + "max_country_cells": 3, + "max_roads": 10 + }, + { + "n": 4, + "m": 5, + "min_country_cells": 3, + "max_country_cells": 5, + "max_roads": 8 + }, + { + "n": 7, + "m": 6, + "min_country_cells": 3, + "max_country_cells": 6, + "max_roads": 12 + }, + { + "n": 6, + "m": 4, + "min_country_cells": 2, + "max_country_cells": 5, + "max_roads": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cthreestates_train.json b/examples/pipelines/all_configs/Cthreestates_train.json new file mode 100644 index 0000000..260a99c --- /dev/null +++ b/examples/pipelines/all_configs/Cthreestates_train.json @@ -0,0 +1,30 @@ +[ + { + "n": 5, + "m": 5, + "min_country_cells": 1, + "max_country_cells": 3, + "max_roads": 10 + }, + { + "n": 4, + "m": 5, + "min_country_cells": 3, + "max_country_cells": 5, + "max_roads": 8 + }, + { + "n": 7, + "m": 6, + "min_country_cells": 3, + "max_country_cells": 6, + "max_roads": 12 + }, + { + "n": 6, + "m": 4, + "min_country_cells": 2, + "max_country_cells": 5, + "max_roads": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctillicollapse_test.json b/examples/pipelines/all_configs/Ctillicollapse_test.json new file mode 100644 index 0000000..643fc0b --- /dev/null +++ b/examples/pipelines/all_configs/Ctillicollapse_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 50 + }, + { + "max_n": 10 + }, + { + "max_n": 100 + }, + { + "max_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctillicollapse_train.json b/examples/pipelines/all_configs/Ctillicollapse_train.json new file mode 100644 index 0000000..643fc0b --- /dev/null +++ b/examples/pipelines/all_configs/Ctillicollapse_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 50 + }, + { + "max_n": 10 + }, + { + "max_n": 100 + }, + { + "max_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctimofeyandremoduling_test.json b/examples/pipelines/all_configs/Ctimofeyandremoduling_test.json new file mode 100644 index 0000000..88572ab --- /dev/null +++ b/examples/pipelines/all_configs/Ctimofeyandremoduling_test.json @@ -0,0 +1,18 @@ +[ + { + "m": 17, + "n": 5 + }, + { + "m": 5, + "n": 3 + }, + { + "m": 101, + "n": 10 + }, + { + "m": 1000003, + "n": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctimofeyandremoduling_train.json b/examples/pipelines/all_configs/Ctimofeyandremoduling_train.json new file mode 100644 index 0000000..88572ab --- /dev/null +++ b/examples/pipelines/all_configs/Ctimofeyandremoduling_train.json @@ -0,0 +1,18 @@ +[ + { + "m": 17, + "n": 5 + }, + { + "m": 5, + "n": 3 + }, + { + "m": 101, + "n": 10 + }, + { + "m": 1000003, + "n": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctitle_test.json b/examples/pipelines/all_configs/Ctitle_test.json new file mode 100644 index 0000000..70f4fba --- /dev/null +++ b/examples/pipelines/all_configs/Ctitle_test.json @@ -0,0 +1,18 @@ +[ + { + "min_k": 1, + "max_k": 26 + }, + { + "min_k": 4, + "max_k": 10 + }, + { + "min_k": 5, + "max_k": 15 + }, + { + "min_k": 2, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctitle_train.json b/examples/pipelines/all_configs/Ctitle_train.json new file mode 100644 index 0000000..70f4fba --- /dev/null +++ b/examples/pipelines/all_configs/Ctitle_train.json @@ -0,0 +1,18 @@ +[ + { + "min_k": 1, + "max_k": 26 + }, + { + "min_k": 4, + "max_k": 10 + }, + { + "min_k": 5, + "max_k": 15 + }, + { + "min_k": 2, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctoaddornottoadd_test.json b/examples/pipelines/all_configs/Ctoaddornottoadd_test.json new file mode 100644 index 0000000..2401127 --- /dev/null +++ b/examples/pipelines/all_configs/Ctoaddornottoadd_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 20, + "max_n": 50, + "min_val": -50, + "max_val": 50, + "max_k": 200 + }, + { + "min_n": 25, + "max_n": 100, + "min_val": -200, + "max_val": 200, + "max_k": 500 + }, + { + "min_n": 10, + "max_n": 50, + "min_val": 0, + "max_val": 100, + "max_k": 50 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": -10, + "max_val": 10, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctoaddornottoadd_train.json b/examples/pipelines/all_configs/Ctoaddornottoadd_train.json new file mode 100644 index 0000000..2401127 --- /dev/null +++ b/examples/pipelines/all_configs/Ctoaddornottoadd_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 20, + "max_n": 50, + "min_val": -50, + "max_val": 50, + "max_k": 200 + }, + { + "min_n": 25, + "max_n": 100, + "min_val": -200, + "max_val": 200, + "max_k": 500 + }, + { + "min_n": 10, + "max_n": 50, + "min_val": 0, + "max_val": 100, + "max_k": 50 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": -10, + "max_val": 10, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctokitsukazeandduel_test.json b/examples/pipelines/all_configs/Ctokitsukazeandduel_test.json new file mode 100644 index 0000000..555269a --- /dev/null +++ b/examples/pipelines/all_configs/Ctokitsukazeandduel_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 7, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 18 + }, + { + "min_n": 6, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctokitsukazeandduel_train.json b/examples/pipelines/all_configs/Ctokitsukazeandduel_train.json new file mode 100644 index 0000000..555269a --- /dev/null +++ b/examples/pipelines/all_configs/Ctokitsukazeandduel_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 7, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 18 + }, + { + "min_n": 6, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 2, + "max_n": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctouristsnotes_test.json b/examples/pipelines/all_configs/Ctouristsnotes_test.json new file mode 100644 index 0000000..66047f5 --- /dev/null +++ b/examples/pipelines/all_configs/Ctouristsnotes_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 100, + "min_m": 2, + "max_m": 5, + "invalid_prob": 0.3 + }, + { + "min_n": 100, + "max_n": 500, + "min_m": 4, + "max_m": 10, + "invalid_prob": 0.5 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.2 + }, + { + "min_n": 200, + "max_n": 1000, + "min_m": 5, + "max_m": 15, + "invalid_prob": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctouristsnotes_train.json b/examples/pipelines/all_configs/Ctouristsnotes_train.json new file mode 100644 index 0000000..66047f5 --- /dev/null +++ b/examples/pipelines/all_configs/Ctouristsnotes_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 100, + "min_m": 2, + "max_m": 5, + "invalid_prob": 0.3 + }, + { + "min_n": 100, + "max_n": 500, + "min_m": 4, + "max_m": 10, + "invalid_prob": 0.5 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.2 + }, + { + "min_n": 200, + "max_n": 1000, + "min_m": 5, + "max_m": 15, + "invalid_prob": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctournament_test.json b/examples/pipelines/all_configs/Ctournament_test.json new file mode 100644 index 0000000..36a53cd --- /dev/null +++ b/examples/pipelines/all_configs/Ctournament_test.json @@ -0,0 +1,30 @@ +[ + { + "n": 2, + "k": 2 + }, + { + "n": 1, + "k": 1 + }, + { + "n": 50, + "k": 3 + }, + { + "n": 5, + "k": 1 + }, + { + "n": 3, + "k": 2 + }, + { + "n": 10, + "k": 5 + }, + { + "n": 5, + "k": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctournament_train.json b/examples/pipelines/all_configs/Ctournament_train.json new file mode 100644 index 0000000..36a53cd --- /dev/null +++ b/examples/pipelines/all_configs/Ctournament_train.json @@ -0,0 +1,30 @@ +[ + { + "n": 2, + "k": 2 + }, + { + "n": 1, + "k": 1 + }, + { + "n": 50, + "k": 3 + }, + { + "n": 5, + "k": 1 + }, + { + "n": 3, + "k": 2 + }, + { + "n": 10, + "k": 5 + }, + { + "n": 5, + "k": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctrack_test.json b/examples/pipelines/all_configs/Ctrack_test.json new file mode 100644 index 0000000..ce204c2 --- /dev/null +++ b/examples/pipelines/all_configs/Ctrack_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 6, + "m": 2, + "k": 4, + "max_attempts": 300 + }, + { + "n": 4, + "m": 4, + "k": 3, + "max_attempts": 200 + }, + { + "n": 3, + "m": 5, + "k": 1, + "max_attempts": 150 + }, + { + "n": 2, + "m": 5, + "k": 2, + "max_attempts": 120 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctrack_train.json b/examples/pipelines/all_configs/Ctrack_train.json new file mode 100644 index 0000000..ce204c2 --- /dev/null +++ b/examples/pipelines/all_configs/Ctrack_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 6, + "m": 2, + "k": 4, + "max_attempts": 300 + }, + { + "n": 4, + "m": 4, + "k": 3, + "max_attempts": 200 + }, + { + "n": 3, + "m": 5, + "k": 1, + "max_attempts": 150 + }, + { + "n": 2, + "m": 5, + "k": 2, + "max_attempts": 120 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctrailinglovesorloeufs_test.json b/examples/pipelines/all_configs/Ctrailinglovesorloeufs_test.json new file mode 100644 index 0000000..be6602d --- /dev/null +++ b/examples/pipelines/all_configs/Ctrailinglovesorloeufs_test.json @@ -0,0 +1,10 @@ +[ + { + "max_n": 1000, + "max_b": 100 + }, + { + "max_n": 1000000, + "max_b": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctrailinglovesorloeufs_train.json b/examples/pipelines/all_configs/Ctrailinglovesorloeufs_train.json new file mode 100644 index 0000000..be6602d --- /dev/null +++ b/examples/pipelines/all_configs/Ctrailinglovesorloeufs_train.json @@ -0,0 +1,10 @@ +[ + { + "max_n": 1000, + "max_b": 100 + }, + { + "max_n": 1000000, + "max_b": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctram_test.json b/examples/pipelines/all_configs/Ctram_test.json new file mode 100644 index 0000000..7a0c644 --- /dev/null +++ b/examples/pipelines/all_configs/Ctram_test.json @@ -0,0 +1,26 @@ +[ + { + "s_min": 2, + "s_max": 500, + "t_min": 1, + "t_max": 500 + }, + { + "s_min": 500, + "s_max": 1000, + "t_min": 500, + "t_max": 1000 + }, + { + "s_min": 2, + "s_max": 1000, + "t_min": 1, + "t_max": 1000 + }, + { + "s_min": 100, + "s_max": 500, + "t_min": 100, + "t_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctram_train.json b/examples/pipelines/all_configs/Ctram_train.json new file mode 100644 index 0000000..7a0c644 --- /dev/null +++ b/examples/pipelines/all_configs/Ctram_train.json @@ -0,0 +1,26 @@ +[ + { + "s_min": 2, + "s_max": 500, + "t_min": 1, + "t_max": 500 + }, + { + "s_min": 500, + "s_max": 1000, + "t_min": 500, + "t_max": 1000 + }, + { + "s_min": 2, + "s_max": 1000, + "t_min": 1, + "t_max": 1000 + }, + { + "s_min": 100, + "s_max": 500, + "t_min": 100, + "t_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctravellingsalesmanandspecialnumbers_test.json b/examples/pipelines/all_configs/Ctravellingsalesmanandspecialnumbers_test.json new file mode 100644 index 0000000..3593485 --- /dev/null +++ b/examples/pipelines/all_configs/Ctravellingsalesmanandspecialnumbers_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n_length": 50, + "seed": 789, + "difficulty_level": "hard" + }, + { + "max_n_length": 20, + "seed": 123, + "difficulty_level": "medium" + }, + { + "max_n_length": 10, + "seed": 42, + "difficulty_level": "easy" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctravellingsalesmanandspecialnumbers_train.json b/examples/pipelines/all_configs/Ctravellingsalesmanandspecialnumbers_train.json new file mode 100644 index 0000000..3593485 --- /dev/null +++ b/examples/pipelines/all_configs/Ctravellingsalesmanandspecialnumbers_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n_length": 50, + "seed": 789, + "difficulty_level": "hard" + }, + { + "max_n_length": 20, + "seed": 123, + "difficulty_level": "medium" + }, + { + "max_n_length": 10, + "seed": 42, + "difficulty_level": "easy" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctravellingsalesmanproblem_test.json b/examples/pipelines/all_configs/Ctravellingsalesmanproblem_test.json new file mode 100644 index 0000000..9bb2ef7 --- /dev/null +++ b/examples/pipelines/all_configs/Ctravellingsalesmanproblem_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 4, + "max_n": 12, + "a_min": 0, + "a_max": 500000, + "c_min": 500, + "c_max": 500000 + }, + { + "min_n": 2, + "max_n": 15, + "a_min": 0, + "a_max": 100000, + "c_min": 0, + "c_max": 100000 + }, + { + "min_n": 2, + "max_n": 15, + "a_min": 500, + "a_max": 1000000, + "c_min": 0, + "c_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctravellingsalesmanproblem_train.json b/examples/pipelines/all_configs/Ctravellingsalesmanproblem_train.json new file mode 100644 index 0000000..9bb2ef7 --- /dev/null +++ b/examples/pipelines/all_configs/Ctravellingsalesmanproblem_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 4, + "max_n": 12, + "a_min": 0, + "a_max": 500000, + "c_min": 500, + "c_max": 500000 + }, + { + "min_n": 2, + "max_n": 15, + "a_min": 0, + "a_max": 100000, + "c_min": 0, + "c_max": 100000 + }, + { + "min_n": 2, + "max_n": 15, + "a_min": 500, + "a_max": 1000000, + "c_min": 0, + "c_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctreegenerator_test.json b/examples/pipelines/all_configs/Ctreegenerator_test.json new file mode 100644 index 0000000..fa402de --- /dev/null +++ b/examples/pipelines/all_configs/Ctreegenerator_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_q": 20 + }, + { + "max_n": 20, + "max_q": 10 + }, + { + "max_n": 10, + "max_q": 5 + }, + { + "max_n": 200, + "max_q": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctreegenerator_train.json b/examples/pipelines/all_configs/Ctreegenerator_train.json new file mode 100644 index 0000000..fa402de --- /dev/null +++ b/examples/pipelines/all_configs/Ctreegenerator_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_q": 20 + }, + { + "max_n": 20, + "max_q": 10 + }, + { + "max_n": 10, + "max_q": 5 + }, + { + "max_n": 200, + "max_q": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctrees_test.json b/examples/pipelines/all_configs/Ctrees_test.json new file mode 100644 index 0000000..ce720b6 --- /dev/null +++ b/examples/pipelines/all_configs/Ctrees_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 200, + "max_height": 200 + }, + { + "max_n": 1000, + "max_height": 1000 + }, + { + "max_n": 100, + "max_height": 500 + }, + { + "max_n": 1, + "max_height": 1 + }, + { + "max_n": 500, + "max_height": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctrees_train.json b/examples/pipelines/all_configs/Ctrees_train.json new file mode 100644 index 0000000..ce720b6 --- /dev/null +++ b/examples/pipelines/all_configs/Ctrees_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 200, + "max_height": 200 + }, + { + "max_n": 1000, + "max_height": 1000 + }, + { + "max_n": 100, + "max_height": 500 + }, + { + "max_n": 1, + "max_height": 1 + }, + { + "max_n": 500, + "max_height": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctreesoftranquillity_test.json b/examples/pipelines/all_configs/Ctreesoftranquillity_test.json new file mode 100644 index 0000000..33f5ff1 --- /dev/null +++ b/examples/pipelines/all_configs/Ctreesoftranquillity_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 20 + }, + { + "max_n": 5 + }, + { + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctreesoftranquillity_train.json b/examples/pipelines/all_configs/Ctreesoftranquillity_train.json new file mode 100644 index 0000000..33f5ff1 --- /dev/null +++ b/examples/pipelines/all_configs/Ctreesoftranquillity_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 20 + }, + { + "max_n": 5 + }, + { + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctriangles_test.json b/examples/pipelines/all_configs/Ctriangles_test.json new file mode 100644 index 0000000..cbfd22e --- /dev/null +++ b/examples/pipelines/all_configs/Ctriangles_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 2, + "max_n": 3 + }, + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "min_n": 1, + "max_n": 3 + }, + { + "min_n": 4, + "max_n": 5 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctriangles_train.json b/examples/pipelines/all_configs/Ctriangles_train.json new file mode 100644 index 0000000..cbfd22e --- /dev/null +++ b/examples/pipelines/all_configs/Ctriangles_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 2, + "max_n": 3 + }, + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "min_n": 1, + "max_n": 3 + }, + { + "min_n": 4, + "max_n": 5 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctryandcatch_test.json b/examples/pipelines/all_configs/Ctryandcatch_test.json new file mode 100644 index 0000000..c8a32ed --- /dev/null +++ b/examples/pipelines/all_configs/Ctryandcatch_test.json @@ -0,0 +1,18 @@ +[ + { + "max_depth": 5, + "case_type": 2 + }, + { + "max_depth": 2, + "case_type": 1 + }, + { + "max_depth": 1, + "case_type": 0 + }, + { + "max_depth": 3, + "case_type": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctryandcatch_train.json b/examples/pipelines/all_configs/Ctryandcatch_train.json new file mode 100644 index 0000000..c8a32ed --- /dev/null +++ b/examples/pipelines/all_configs/Ctryandcatch_train.json @@ -0,0 +1,18 @@ +[ + { + "max_depth": 5, + "case_type": 2 + }, + { + "max_depth": 2, + "case_type": 1 + }, + { + "max_depth": 1, + "case_type": 0 + }, + { + "max_depth": 3, + "case_type": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctwopermutations_test.json b/examples/pipelines/all_configs/Ctwopermutations_test.json new file mode 100644 index 0000000..fa1f1c7 --- /dev/null +++ b/examples/pipelines/all_configs/Ctwopermutations_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 25, + "max_m": 10 + }, + { + "max_n": 30, + "max_m": 15 + }, + { + "max_n": 5, + "max_m": 1 + }, + { + "max_n": 10, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ctwopermutations_train.json b/examples/pipelines/all_configs/Ctwopermutations_train.json new file mode 100644 index 0000000..fa1f1c7 --- /dev/null +++ b/examples/pipelines/all_configs/Ctwopermutations_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 25, + "max_m": 10 + }, + { + "max_n": 30, + "max_m": 15 + }, + { + "max_n": 5, + "max_m": 1 + }, + { + "max_n": 10, + "max_m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cu2_test.json b/examples/pipelines/all_configs/Cu2_test.json new file mode 100644 index 0000000..983fad7 --- /dev/null +++ b/examples/pipelines/all_configs/Cu2_test.json @@ -0,0 +1,46 @@ +[ + { + "n": 15, + "x_range": [ + -600, + 600 + ], + "y_range": [ + -800, + 800 + ] + }, + { + "n": 7, + "x_range": [ + -200, + 200 + ], + "y_range": [ + -300, + 300 + ] + }, + { + "n": 3, + "x_range": [ + -100, + 100 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "n": 20, + "x_range": [ + -500, + 500 + ], + "y_range": [ + -500, + 500 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cu2_train.json b/examples/pipelines/all_configs/Cu2_train.json new file mode 100644 index 0000000..983fad7 --- /dev/null +++ b/examples/pipelines/all_configs/Cu2_train.json @@ -0,0 +1,46 @@ +[ + { + "n": 15, + "x_range": [ + -600, + 600 + ], + "y_range": [ + -800, + 800 + ] + }, + { + "n": 7, + "x_range": [ + -200, + 200 + ], + "y_range": [ + -300, + 300 + ] + }, + { + "n": 3, + "x_range": [ + -100, + 100 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "n": 20, + "x_range": [ + -500, + 500 + ], + "y_range": [ + -500, + 500 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunclebogdanandcountryhappiness_test.json b/examples/pipelines/all_configs/Cunclebogdanandcountryhappiness_test.json new file mode 100644 index 0000000..1988c56 --- /dev/null +++ b/examples/pipelines/all_configs/Cunclebogdanandcountryhappiness_test.json @@ -0,0 +1,20 @@ +[ + { + "n_min": 3, + "n_max": 7, + "m_min": 1, + "m_max": 100 + }, + { + "n_min": 2, + "n_max": 4, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunclebogdanandcountryhappiness_train.json b/examples/pipelines/all_configs/Cunclebogdanandcountryhappiness_train.json new file mode 100644 index 0000000..1988c56 --- /dev/null +++ b/examples/pipelines/all_configs/Cunclebogdanandcountryhappiness_train.json @@ -0,0 +1,20 @@ +[ + { + "n_min": 3, + "n_max": 7, + "m_min": 1, + "m_max": 100 + }, + { + "n_min": 2, + "n_max": 4, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunfairpoll_test.json b/examples/pipelines/all_configs/Cunfairpoll_test.json new file mode 100644 index 0000000..90467f1 --- /dev/null +++ b/examples/pipelines/all_configs/Cunfairpoll_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 1, + "n_max": 50, + "m_min": 50, + "m_max": 100 + }, + { + "n_min": 1, + "n_max": 50, + "m_min": 1, + "m_max": 50 + }, + { + "n_min": 1, + "n_max": 100, + "m_min": 1, + "m_max": 50 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": 50, + "m_max": 100 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunfairpoll_train.json b/examples/pipelines/all_configs/Cunfairpoll_train.json new file mode 100644 index 0000000..90467f1 --- /dev/null +++ b/examples/pipelines/all_configs/Cunfairpoll_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 1, + "n_max": 50, + "m_min": 50, + "m_max": 100 + }, + { + "n_min": 1, + "n_max": 50, + "m_min": 1, + "m_max": 50 + }, + { + "n_min": 1, + "n_max": 100, + "m_min": 1, + "m_max": 50 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": 50, + "m_max": 100 + }, + { + "n_min": 50, + "n_max": 100, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunorderedsubsequence_test.json b/examples/pipelines/all_configs/Cunorderedsubsequence_test.json new file mode 100644 index 0000000..143363e --- /dev/null +++ b/examples/pipelines/all_configs/Cunorderedsubsequence_test.json @@ -0,0 +1,32 @@ +[ + { + "n": 5, + "min_n": 3, + "max_n": 1000 + }, + { + "n": 250, + "min_n": 3, + "max_n": 500 + }, + { + "n": 100, + "min_n": 3, + "max_n": 1000 + }, + { + "n": 1000, + "min_n": 3, + "max_n": 2000 + }, + { + "n": 200, + "min_n": 3, + "max_n": 500 + }, + { + "n": 5, + "min_n": 3, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunorderedsubsequence_train.json b/examples/pipelines/all_configs/Cunorderedsubsequence_train.json new file mode 100644 index 0000000..143363e --- /dev/null +++ b/examples/pipelines/all_configs/Cunorderedsubsequence_train.json @@ -0,0 +1,32 @@ +[ + { + "n": 5, + "min_n": 3, + "max_n": 1000 + }, + { + "n": 250, + "min_n": 3, + "max_n": 500 + }, + { + "n": 100, + "min_n": 3, + "max_n": 1000 + }, + { + "n": 1000, + "min_n": 3, + "max_n": 2000 + }, + { + "n": 200, + "min_n": 3, + "max_n": 500 + }, + { + "n": 5, + "min_n": 3, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunusualproduct_test.json b/examples/pipelines/all_configs/Cunusualproduct_test.json new file mode 100644 index 0000000..d247bee --- /dev/null +++ b/examples/pipelines/all_configs/Cunusualproduct_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 4, + "q": 8, + "random_seed": 321 + }, + { + "n": 3, + "q": 5, + "random_seed": 123 + }, + { + "n": 10, + "q": 15, + "random_seed": 789 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cunusualproduct_train.json b/examples/pipelines/all_configs/Cunusualproduct_train.json new file mode 100644 index 0000000..d247bee --- /dev/null +++ b/examples/pipelines/all_configs/Cunusualproduct_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 4, + "q": 8, + "random_seed": 321 + }, + { + "n": 3, + "q": 5, + "random_seed": 123 + }, + { + "n": 10, + "q": 15, + "random_seed": 789 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cupgradingtree_test.json b/examples/pipelines/all_configs/Cupgradingtree_test.json new file mode 100644 index 0000000..34c4c7b --- /dev/null +++ b/examples/pipelines/all_configs/Cupgradingtree_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "default_n": 50 + }, + { + "max_n": 30, + "default_n": 15 + }, + { + "max_n": 100, + "default_n": 50 + }, + { + "max_n": 20, + "default_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cupgradingtree_train.json b/examples/pipelines/all_configs/Cupgradingtree_train.json new file mode 100644 index 0000000..34c4c7b --- /dev/null +++ b/examples/pipelines/all_configs/Cupgradingtree_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "default_n": 50 + }, + { + "max_n": 30, + "default_n": 15 + }, + { + "max_n": 100, + "default_n": 50 + }, + { + "max_n": 20, + "default_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvaleraandelections_test.json b/examples/pipelines/all_configs/Cvaleraandelections_test.json new file mode 100644 index 0000000..fa387cf --- /dev/null +++ b/examples/pipelines/all_configs/Cvaleraandelections_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 2, + "max_n": 10, + "problem_prob": 0.5 + }, + { + "min_n": 3, + "max_n": 15, + "problem_prob": 0.7 + }, + { + "min_n": 2, + "max_n": 8, + "problem_prob": 0.6 + }, + { + "min_n": 4, + "max_n": 12, + "problem_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvaleraandelections_train.json b/examples/pipelines/all_configs/Cvaleraandelections_train.json new file mode 100644 index 0000000..fa387cf --- /dev/null +++ b/examples/pipelines/all_configs/Cvaleraandelections_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 2, + "max_n": 10, + "problem_prob": 0.5 + }, + { + "min_n": 3, + "max_n": 15, + "problem_prob": 0.7 + }, + { + "min_n": 2, + "max_n": 8, + "problem_prob": 0.6 + }, + { + "min_n": 4, + "max_n": 12, + "problem_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvaleraandtubes_test.json b/examples/pipelines/all_configs/Cvaleraandtubes_test.json new file mode 100644 index 0000000..43e22a4 --- /dev/null +++ b/examples/pipelines/all_configs/Cvaleraandtubes_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 2, + "max_n": 2, + "min_m": 2, + "max_m": 3 + }, + { + "min_n": 10, + "max_n": 10, + "min_m": 10, + "max_m": 10 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 3, + "max_n": 3, + "min_m": 2, + "max_m": 2 + }, + { + "min_n": 5, + "max_n": 6, + "min_m": 5, + "max_m": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvaleraandtubes_train.json b/examples/pipelines/all_configs/Cvaleraandtubes_train.json new file mode 100644 index 0000000..43e22a4 --- /dev/null +++ b/examples/pipelines/all_configs/Cvaleraandtubes_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 2, + "max_n": 2, + "min_m": 2, + "max_m": 3 + }, + { + "min_n": 10, + "max_n": 10, + "min_m": 10, + "max_m": 10 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 3, + "max_n": 3, + "min_m": 2, + "max_m": 2 + }, + { + "min_n": 5, + "max_n": 6, + "min_m": 5, + "max_m": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvalhallasiege_test.json b/examples/pipelines/all_configs/Cvalhallasiege_test.json new file mode 100644 index 0000000..337fd3e --- /dev/null +++ b/examples/pipelines/all_configs/Cvalhallasiege_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "q": 10, + "max_a": 10000000, + "max_k": 10000000000000 + }, + { + "n": 2, + "q": 2, + "max_a": 5, + "max_k": 20 + }, + { + "n": 4, + "q": 4, + "max_a": 1000000, + "max_k": 1000000000000 + }, + { + "n": 5, + "q": 5, + "max_a": 1000000000, + "max_k": 100000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvalhallasiege_train.json b/examples/pipelines/all_configs/Cvalhallasiege_train.json new file mode 100644 index 0000000..337fd3e --- /dev/null +++ b/examples/pipelines/all_configs/Cvalhallasiege_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "q": 10, + "max_a": 10000000, + "max_k": 10000000000000 + }, + { + "n": 2, + "q": 2, + "max_a": 5, + "max_k": 20 + }, + { + "n": 4, + "q": 4, + "max_a": 1000000, + "max_k": 1000000000000 + }, + { + "n": 5, + "q": 5, + "max_a": 1000000000, + "max_k": 100000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvanyaandexams_test.json b/examples/pipelines/all_configs/Cvanyaandexams_test.json new file mode 100644 index 0000000..bb1693c --- /dev/null +++ b/examples/pipelines/all_configs/Cvanyaandexams_test.json @@ -0,0 +1,22 @@ +[ + { + "max_exams": 50, + "max_r": 500, + "max_bi": 1000 + }, + { + "max_exams": 500, + "max_r": 10000, + "max_bi": 1000000 + }, + { + "max_exams": 200, + "max_r": 5000, + "max_bi": 100000 + }, + { + "max_exams": 10, + "max_r": 100, + "max_bi": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvanyaandexams_train.json b/examples/pipelines/all_configs/Cvanyaandexams_train.json new file mode 100644 index 0000000..bb1693c --- /dev/null +++ b/examples/pipelines/all_configs/Cvanyaandexams_train.json @@ -0,0 +1,22 @@ +[ + { + "max_exams": 50, + "max_r": 500, + "max_bi": 1000 + }, + { + "max_exams": 500, + "max_r": 10000, + "max_bi": 1000000 + }, + { + "max_exams": 200, + "max_r": 5000, + "max_bi": 100000 + }, + { + "max_exams": 10, + "max_r": 100, + "max_bi": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvanyaandscales_test.json b/examples/pipelines/all_configs/Cvanyaandscales_test.json new file mode 100644 index 0000000..2c8b8a7 --- /dev/null +++ b/examples/pipelines/all_configs/Cvanyaandscales_test.json @@ -0,0 +1,26 @@ +[ + { + "w_min": 2, + "w_max": 100, + "m_min": 1, + "m_max": 1000 + }, + { + "w_min": 2, + "w_max": 200, + "m_min": 1, + "m_max": 2000 + }, + { + "w_min": 2, + "w_max": 1000, + "m_min": 1, + "m_max": 10000 + }, + { + "w_min": 2, + "w_max": 1000000000, + "m_min": 1, + "m_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvanyaandscales_train.json b/examples/pipelines/all_configs/Cvanyaandscales_train.json new file mode 100644 index 0000000..2c8b8a7 --- /dev/null +++ b/examples/pipelines/all_configs/Cvanyaandscales_train.json @@ -0,0 +1,26 @@ +[ + { + "w_min": 2, + "w_max": 100, + "m_min": 1, + "m_max": 1000 + }, + { + "w_min": 2, + "w_max": 200, + "m_min": 1, + "m_max": 2000 + }, + { + "w_min": 2, + "w_max": 1000, + "m_min": 1, + "m_max": 10000 + }, + { + "w_min": 2, + "w_max": 1000000000, + "m_min": 1, + "m_max": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvasilythebearandsequence_test.json b/examples/pipelines/all_configs/Cvasilythebearandsequence_test.json new file mode 100644 index 0000000..3401695 --- /dev/null +++ b/examples/pipelines/all_configs/Cvasilythebearandsequence_test.json @@ -0,0 +1,22 @@ +[ + { + "min_v": 2, + "max_v": 15, + "max_k": 6 + }, + { + "min_v": 3, + "max_v": 18, + "max_k": 4 + }, + { + "min_v": 0, + "max_v": 25, + "max_k": 8 + }, + { + "min_v": 5, + "max_v": 20, + "max_k": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvasilythebearandsequence_train.json b/examples/pipelines/all_configs/Cvasilythebearandsequence_train.json new file mode 100644 index 0000000..3401695 --- /dev/null +++ b/examples/pipelines/all_configs/Cvasilythebearandsequence_train.json @@ -0,0 +1,22 @@ +[ + { + "min_v": 2, + "max_v": 15, + "max_k": 6 + }, + { + "min_v": 3, + "max_v": 18, + "max_k": 4 + }, + { + "min_v": 0, + "max_v": 25, + "max_k": 8 + }, + { + "min_v": 5, + "max_v": 20, + "max_k": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvasyaandbeautifularrays_test.json b/examples/pipelines/all_configs/Cvasyaandbeautifularrays_test.json new file mode 100644 index 0000000..53ccc92 --- /dev/null +++ b/examples/pipelines/all_configs/Cvasyaandbeautifularrays_test.json @@ -0,0 +1,46 @@ +[ + { + "n_range": [ + 4, + 12 + ], + "k_max": 40, + "a_range": [ + 90, + 900 + ] + }, + { + "n_range": [ + 2, + 5 + ], + "k_max": 30, + "a_range": [ + 80, + 800 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "k_max": 60, + "a_range": [ + 150, + 1500 + ] + }, + { + "n_range": [ + 6, + 12 + ], + "k_max": 60, + "a_range": [ + 110, + 1100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvasyaandbeautifularrays_train.json b/examples/pipelines/all_configs/Cvasyaandbeautifularrays_train.json new file mode 100644 index 0000000..53ccc92 --- /dev/null +++ b/examples/pipelines/all_configs/Cvasyaandbeautifularrays_train.json @@ -0,0 +1,46 @@ +[ + { + "n_range": [ + 4, + 12 + ], + "k_max": 40, + "a_range": [ + 90, + 900 + ] + }, + { + "n_range": [ + 2, + 5 + ], + "k_max": 30, + "a_range": [ + 80, + 800 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "k_max": 60, + "a_range": [ + 150, + 1500 + ] + }, + { + "n_range": [ + 6, + 12 + ], + "k_max": 60, + "a_range": [ + 110, + 1100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvladikandfractions_test.json b/examples/pipelines/all_configs/Cvladikandfractions_test.json new file mode 100644 index 0000000..3fb8646 --- /dev/null +++ b/examples/pipelines/all_configs/Cvladikandfractions_test.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 100 + }, + { + "max_n": 20 + }, + { + "max_n": 500 + }, + { + "max_n": 5000 + }, + { + "max_n": 2000 + }, + { + "max_n": 10000 + }, + { + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvladikandfractions_train.json b/examples/pipelines/all_configs/Cvladikandfractions_train.json new file mode 100644 index 0000000..3fb8646 --- /dev/null +++ b/examples/pipelines/all_configs/Cvladikandfractions_train.json @@ -0,0 +1,23 @@ +[ + { + "max_n": 100 + }, + { + "max_n": 20 + }, + { + "max_n": 500 + }, + { + "max_n": 5000 + }, + { + "max_n": 2000 + }, + { + "max_n": 10000 + }, + { + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvladikandmemorabletrip_test.json b/examples/pipelines/all_configs/Cvladikandmemorabletrip_test.json new file mode 100644 index 0000000..bc84910 --- /dev/null +++ b/examples/pipelines/all_configs/Cvladikandmemorabletrip_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 4, + "max_n": 6, + "max_city": 4 + }, + { + "min_n": 3, + "max_n": 10, + "max_city": 5 + }, + { + "min_n": 4, + "max_n": 7, + "max_city": 6 + }, + { + "min_n": 4, + "max_n": 8, + "max_city": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvladikandmemorabletrip_train.json b/examples/pipelines/all_configs/Cvladikandmemorabletrip_train.json new file mode 100644 index 0000000..bc84910 --- /dev/null +++ b/examples/pipelines/all_configs/Cvladikandmemorabletrip_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 4, + "max_n": 6, + "max_city": 4 + }, + { + "min_n": 3, + "max_n": 10, + "max_city": 5 + }, + { + "min_n": 4, + "max_n": 7, + "max_city": 6 + }, + { + "min_n": 4, + "max_n": 8, + "max_city": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvoting_test.json b/examples/pipelines/all_configs/Cvoting_test.json new file mode 100644 index 0000000..fa580b9 --- /dev/null +++ b/examples/pipelines/all_configs/Cvoting_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 200000, + "d_prob": 0.3 + }, + { + "min_n": 200, + "max_n": 50000, + "d_prob": 0.6 + }, + { + "min_n": 5, + "max_n": 1000, + "d_prob": 0.5 + }, + { + "min_n": 10, + "max_n": 5000, + "d_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvoting_train.json b/examples/pipelines/all_configs/Cvoting_train.json new file mode 100644 index 0000000..fa580b9 --- /dev/null +++ b/examples/pipelines/all_configs/Cvoting_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 200000, + "d_prob": 0.3 + }, + { + "min_n": 200, + "max_n": 50000, + "d_prob": 0.6 + }, + { + "min_n": 5, + "max_n": 1000, + "d_prob": 0.5 + }, + { + "min_n": 10, + "max_n": 5000, + "d_prob": 0.7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvulnerablekerbals_test.json b/examples/pipelines/all_configs/Cvulnerablekerbals_test.json new file mode 100644 index 0000000..d2f1bae --- /dev/null +++ b/examples/pipelines/all_configs/Cvulnerablekerbals_test.json @@ -0,0 +1,18 @@ +[ + { + "m_min": 2, + "m_max": 30 + }, + { + "m_min": 2, + "m_max": 40 + }, + { + "m_min": 2, + "m_max": 20 + }, + { + "m_min": 2, + "m_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvulnerablekerbals_train.json b/examples/pipelines/all_configs/Cvulnerablekerbals_train.json new file mode 100644 index 0000000..d2f1bae --- /dev/null +++ b/examples/pipelines/all_configs/Cvulnerablekerbals_train.json @@ -0,0 +1,18 @@ +[ + { + "m_min": 2, + "m_max": 30 + }, + { + "m_min": 2, + "m_max": 40 + }, + { + "m_min": 2, + "m_max": 20 + }, + { + "m_min": 2, + "m_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvusthecossackandstrings_test.json b/examples/pipelines/all_configs/Cvusthecossackandstrings_test.json new file mode 100644 index 0000000..b2d398c --- /dev/null +++ b/examples/pipelines/all_configs/Cvusthecossackandstrings_test.json @@ -0,0 +1,26 @@ +[ + { + "a_min_len": 7, + "a_max_len": 14 + }, + { + "a_min_len": 4, + "a_max_len": 20 + }, + { + "a_min_len": 6, + "a_max_len": 10 + }, + { + "a_min_len": 8, + "a_max_len": 18 + }, + { + "a_min_len": 10, + "a_max_len": 20 + }, + { + "a_min_len": 3, + "a_max_len": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cvusthecossackandstrings_train.json b/examples/pipelines/all_configs/Cvusthecossackandstrings_train.json new file mode 100644 index 0000000..b2d398c --- /dev/null +++ b/examples/pipelines/all_configs/Cvusthecossackandstrings_train.json @@ -0,0 +1,26 @@ +[ + { + "a_min_len": 7, + "a_max_len": 14 + }, + { + "a_min_len": 4, + "a_max_len": 20 + }, + { + "a_min_len": 6, + "a_max_len": 10 + }, + { + "a_min_len": 8, + "a_max_len": 18 + }, + { + "a_min_len": 10, + "a_max_len": 20 + }, + { + "a_min_len": 3, + "a_max_len": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwaterbalance_test.json b/examples/pipelines/all_configs/Cwaterbalance_test.json new file mode 100644 index 0000000..a2bc450 --- /dev/null +++ b/examples/pipelines/all_configs/Cwaterbalance_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 8, + "min_val": 5, + "max_val": 20 + }, + { + "min_n": 5, + "max_n": 15, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 4, + "max_n": 12, + "min_val": 20, + "max_val": 80 + }, + { + "min_n": 1, + "max_n": 5, + "min_val": 1, + "max_val": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwaterbalance_train.json b/examples/pipelines/all_configs/Cwaterbalance_train.json new file mode 100644 index 0000000..a2bc450 --- /dev/null +++ b/examples/pipelines/all_configs/Cwaterbalance_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 8, + "min_val": 5, + "max_val": 20 + }, + { + "min_n": 5, + "max_n": 15, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 4, + "max_n": 12, + "min_val": 20, + "max_val": 80 + }, + { + "min_n": 1, + "max_n": 5, + "min_val": 1, + "max_val": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwateringflowers_test.json b/examples/pipelines/all_configs/Cwateringflowers_test.json new file mode 100644 index 0000000..e863a0a --- /dev/null +++ b/examples/pipelines/all_configs/Cwateringflowers_test.json @@ -0,0 +1,58 @@ +[ + { + "min_n": 3, + "max_n": 30, + "coord_range": [ + -500, + 500 + ] + }, + { + "min_n": 2, + "max_n": 20, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 2, + "max_n": 10, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 1, + "max_n": 5, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 1, + "max_n": 20, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 1, + "max_n": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 1, + "max_n": 15, + "coord_range": [ + -1000, + 1000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwateringflowers_train.json b/examples/pipelines/all_configs/Cwateringflowers_train.json new file mode 100644 index 0000000..e863a0a --- /dev/null +++ b/examples/pipelines/all_configs/Cwateringflowers_train.json @@ -0,0 +1,58 @@ +[ + { + "min_n": 3, + "max_n": 30, + "coord_range": [ + -500, + 500 + ] + }, + { + "min_n": 2, + "max_n": 20, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 2, + "max_n": 10, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 1, + "max_n": 5, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 1, + "max_n": 20, + "coord_range": [ + -200, + 200 + ] + }, + { + "min_n": 1, + "max_n": 10, + "coord_range": [ + -100, + 100 + ] + }, + { + "min_n": 1, + "max_n": 15, + "coord_range": [ + -1000, + 1000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwetsharkandflowers_test.json b/examples/pipelines/all_configs/Cwetsharkandflowers_test.json new file mode 100644 index 0000000..bc1720f --- /dev/null +++ b/examples/pipelines/all_configs/Cwetsharkandflowers_test.json @@ -0,0 +1,78 @@ +[ + { + "n_min": 3, + "n_max": 20, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 101, + 1009, + 10007, + 100003, + 1000003 + ], + "l_max": 1000000000000 + }, + { + "n_min": 5, + "n_max": 20, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 101, + 1009, + 10007 + ], + "l_max": 10000000000 + }, + { + "n_min": 3, + "n_max": 15, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13 + ], + "l_max": 1000000 + }, + { + "n_min": 4, + "n_max": 25, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 101, + 1009, + 10007, + 100003 + ], + "l_max": 100000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwetsharkandflowers_train.json b/examples/pipelines/all_configs/Cwetsharkandflowers_train.json new file mode 100644 index 0000000..bc1720f --- /dev/null +++ b/examples/pipelines/all_configs/Cwetsharkandflowers_train.json @@ -0,0 +1,78 @@ +[ + { + "n_min": 3, + "n_max": 20, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 101, + 1009, + 10007, + 100003, + 1000003 + ], + "l_max": 1000000000000 + }, + { + "n_min": 5, + "n_max": 20, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 101, + 1009, + 10007 + ], + "l_max": 10000000000 + }, + { + "n_min": 3, + "n_max": 15, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13 + ], + "l_max": 1000000 + }, + { + "n_min": 4, + "n_max": 25, + "p_primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 101, + 1009, + 10007, + 100003 + ], + "l_max": 100000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwilburandpoints_test.json b/examples/pipelines/all_configs/Cwilburandpoints_test.json new file mode 100644 index 0000000..9211a0a --- /dev/null +++ b/examples/pipelines/all_configs/Cwilburandpoints_test.json @@ -0,0 +1,14 @@ +[ + { + "max_size": 10 + }, + { + "max_size": 5 + }, + { + "max_size": 6 + }, + { + "max_size": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwilburandpoints_train.json b/examples/pipelines/all_configs/Cwilburandpoints_train.json new file mode 100644 index 0000000..9211a0a --- /dev/null +++ b/examples/pipelines/all_configs/Cwilburandpoints_train.json @@ -0,0 +1,14 @@ +[ + { + "max_size": 10 + }, + { + "max_size": 5 + }, + { + "max_size": 6 + }, + { + "max_size": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwizardsandnumbers_test.json b/examples/pipelines/all_configs/Cwizardsandnumbers_test.json new file mode 100644 index 0000000..aeb1ae7 --- /dev/null +++ b/examples/pipelines/all_configs/Cwizardsandnumbers_test.json @@ -0,0 +1,38 @@ +[ + { + "a_min": 1, + "a_max": 100000, + "b_min": 1, + "b_max": 100000 + }, + { + "a_min": 0, + "a_max": 100, + "b_min": 0, + "b_max": 100 + }, + { + "a_min": 0, + "a_max": 100000, + "b_min": 0, + "b_max": 100000 + }, + { + "a_min": 0, + "a_max": 1000, + "b_min": 0, + "b_max": 1000 + }, + { + "a_min": 0, + "a_max": 100, + "b_min": 0, + "b_max": 10000 + }, + { + "a_min": 0, + "a_max": 100, + "b_min": 0, + "b_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwizardsandnumbers_train.json b/examples/pipelines/all_configs/Cwizardsandnumbers_train.json new file mode 100644 index 0000000..aeb1ae7 --- /dev/null +++ b/examples/pipelines/all_configs/Cwizardsandnumbers_train.json @@ -0,0 +1,38 @@ +[ + { + "a_min": 1, + "a_max": 100000, + "b_min": 1, + "b_max": 100000 + }, + { + "a_min": 0, + "a_max": 100, + "b_min": 0, + "b_max": 100 + }, + { + "a_min": 0, + "a_max": 100000, + "b_min": 0, + "b_max": 100000 + }, + { + "a_min": 0, + "a_max": 1000, + "b_min": 0, + "b_max": 1000 + }, + { + "a_min": 0, + "a_max": 100, + "b_min": 0, + "b_max": 10000 + }, + { + "a_min": 0, + "a_max": 100, + "b_min": 0, + "b_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwonderfulrandomizedsum_test.json b/examples/pipelines/all_configs/Cwonderfulrandomizedsum_test.json new file mode 100644 index 0000000..235fae9 --- /dev/null +++ b/examples/pipelines/all_configs/Cwonderfulrandomizedsum_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 15, + "min_val": -500, + "max_val": 500 + }, + { + "n_min": 3, + "n_max": 20, + "min_val": -1000, + "max_val": 1000 + }, + { + "n_min": 5, + "n_max": 15, + "min_val": -500, + "max_val": 500 + }, + { + "n_min": 1, + "n_max": 10, + "min_val": -100, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwonderfulrandomizedsum_train.json b/examples/pipelines/all_configs/Cwonderfulrandomizedsum_train.json new file mode 100644 index 0000000..235fae9 --- /dev/null +++ b/examples/pipelines/all_configs/Cwonderfulrandomizedsum_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 15, + "min_val": -500, + "max_val": 500 + }, + { + "n_min": 3, + "n_max": 20, + "min_val": -1000, + "max_val": 1000 + }, + { + "n_min": 5, + "n_max": 15, + "min_val": -500, + "max_val": 500 + }, + { + "n_min": 1, + "n_max": 10, + "min_val": -100, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwoodcutters_test.json b/examples/pipelines/all_configs/Cwoodcutters_test.json new file mode 100644 index 0000000..fd0caf3 --- /dev/null +++ b/examples/pipelines/all_configs/Cwoodcutters_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 5, + "max_n": 20, + "max_h": 50, + "max_x_step": 50 + }, + { + "min_n": 100, + "max_n": 1000, + "max_h": 1000, + "max_x_step": 200 + }, + { + "min_n": 2, + "max_n": 10, + "max_h": 50, + "max_x_step": 100 + }, + { + "min_n": 5, + "max_n": 15, + "max_h": 200, + "max_x_step": 150 + }, + { + "min_n": 3, + "max_n": 5, + "max_h": 20, + "max_x_step": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cwoodcutters_train.json b/examples/pipelines/all_configs/Cwoodcutters_train.json new file mode 100644 index 0000000..fd0caf3 --- /dev/null +++ b/examples/pipelines/all_configs/Cwoodcutters_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 5, + "max_n": 20, + "max_h": 50, + "max_x_step": 50 + }, + { + "min_n": 100, + "max_n": 1000, + "max_h": 1000, + "max_x_step": 200 + }, + { + "min_n": 2, + "max_n": 10, + "max_h": 50, + "max_x_step": 100 + }, + { + "min_n": 5, + "max_n": 15, + "max_h": 200, + "max_x_step": 150 + }, + { + "min_n": 3, + "max_n": 5, + "max_h": 20, + "max_x_step": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cworldeaterbrothers_test.json b/examples/pipelines/all_configs/Cworldeaterbrothers_test.json new file mode 100644 index 0000000..7548751 --- /dev/null +++ b/examples/pipelines/all_configs/Cworldeaterbrothers_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 4 + }, + { + "n": 20 + }, + { + "n": 2 + }, + { + "n": 15 + }, + { + "n": 3 + }, + { + "n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cworldeaterbrothers_train.json b/examples/pipelines/all_configs/Cworldeaterbrothers_train.json new file mode 100644 index 0000000..7548751 --- /dev/null +++ b/examples/pipelines/all_configs/Cworldeaterbrothers_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 4 + }, + { + "n": 20 + }, + { + "n": 2 + }, + { + "n": 15 + }, + { + "n": 3 + }, + { + "n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cworldofdarkraftbattleforazathoth_test.json b/examples/pipelines/all_configs/Cworldofdarkraftbattleforazathoth_test.json new file mode 100644 index 0000000..53c30e0 --- /dev/null +++ b/examples/pipelines/all_configs/Cworldofdarkraftbattleforazathoth_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "m": 5, + "p": 10 + }, + { + "n": 2, + "m": 3, + "p": 3 + }, + { + "n": 3, + "m": 4, + "p": 5 + }, + { + "n": 4, + "m": 6, + "p": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cworldofdarkraftbattleforazathoth_train.json b/examples/pipelines/all_configs/Cworldofdarkraftbattleforazathoth_train.json new file mode 100644 index 0000000..53c30e0 --- /dev/null +++ b/examples/pipelines/all_configs/Cworldofdarkraftbattleforazathoth_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "m": 5, + "p": 10 + }, + { + "n": 2, + "m": 3, + "p": 3 + }, + { + "n": 3, + "m": 4, + "p": 5 + }, + { + "n": 4, + "m": 6, + "p": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cxenonsattackonthegangs_test.json b/examples/pipelines/all_configs/Cxenonsattackonthegangs_test.json new file mode 100644 index 0000000..dcd6e0c --- /dev/null +++ b/examples/pipelines/all_configs/Cxenonsattackonthegangs_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cxenonsattackonthegangs_train.json b/examples/pipelines/all_configs/Cxenonsattackonthegangs_train.json new file mode 100644 index 0000000..dcd6e0c --- /dev/null +++ b/examples/pipelines/all_configs/Cxenonsattackonthegangs_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 3, + "max_n": 15 + }, + { + "min_n": 10, + "max_n": 20 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cxorinverse_test.json b/examples/pipelines/all_configs/Cxorinverse_test.json new file mode 100644 index 0000000..0e419f0 --- /dev/null +++ b/examples/pipelines/all_configs/Cxorinverse_test.json @@ -0,0 +1,20 @@ +[ + { + "n_min": 1, + "n_max": 100, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 1, + "n_max": 1000, + "a_min": 0, + "a_max": 1000000000 + }, + { + "n_min": 3, + "n_max": 3, + "a_min": 0, + "a_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cxorinverse_train.json b/examples/pipelines/all_configs/Cxorinverse_train.json new file mode 100644 index 0000000..0e419f0 --- /dev/null +++ b/examples/pipelines/all_configs/Cxorinverse_train.json @@ -0,0 +1,20 @@ +[ + { + "n_min": 1, + "n_max": 100, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 1, + "n_max": 1000, + "a_min": 0, + "a_max": 1000000000 + }, + { + "n_min": 3, + "n_max": 3, + "a_min": 0, + "a_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cxortree_test.json b/examples/pipelines/all_configs/Cxortree_test.json new file mode 100644 index 0000000..7da1f29 --- /dev/null +++ b/examples/pipelines/all_configs/Cxortree_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "max_val": 1000 + }, + { + "max_n": 18, + "max_val": 500 + }, + { + "max_n": 12, + "max_val": 2000 + }, + { + "max_n": 5, + "max_val": 100 + }, + { + "max_n": 20, + "max_val": 10000 + }, + { + "max_n": 14, + "max_val": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cxortree_train.json b/examples/pipelines/all_configs/Cxortree_train.json new file mode 100644 index 0000000..7da1f29 --- /dev/null +++ b/examples/pipelines/all_configs/Cxortree_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "max_val": 1000 + }, + { + "max_n": 18, + "max_val": 500 + }, + { + "max_n": 12, + "max_val": 2000 + }, + { + "max_n": 5, + "max_val": 100 + }, + { + "max_n": 20, + "max_val": 10000 + }, + { + "max_n": 14, + "max_val": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cyaroslavandalgorithm_test.json b/examples/pipelines/all_configs/Cyaroslavandalgorithm_test.json new file mode 100644 index 0000000..7add97f --- /dev/null +++ b/examples/pipelines/all_configs/Cyaroslavandalgorithm_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 3, + "max_digits": 5 + }, + { + "n": 50, + "max_digits": 25 + }, + { + "n": 1, + "max_digits": 1 + }, + { + "n": 100, + "max_digits": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cyaroslavandalgorithm_train.json b/examples/pipelines/all_configs/Cyaroslavandalgorithm_train.json new file mode 100644 index 0000000..7add97f --- /dev/null +++ b/examples/pipelines/all_configs/Cyaroslavandalgorithm_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 3, + "max_digits": 5 + }, + { + "n": 50, + "max_digits": 25 + }, + { + "n": 1, + "max_digits": 1 + }, + { + "n": 100, + "max_digits": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cyuhaoandaparenthesis_test.json b/examples/pipelines/all_configs/Cyuhaoandaparenthesis_test.json new file mode 100644 index 0000000..fdaedb3 --- /dev/null +++ b/examples/pipelines/all_configs/Cyuhaoandaparenthesis_test.json @@ -0,0 +1,26 @@ +[ + { + "max_opening_pairs": 4, + "max_balanced_pairs": 1, + "max_invalid_sequences": 3, + "max_unmatched_sequences": 1 + }, + { + "max_opening_pairs": 2, + "max_balanced_pairs": 3, + "max_invalid_sequences": 1, + "max_unmatched_sequences": 3 + }, + { + "max_opening_pairs": 3, + "max_balanced_pairs": 2, + "max_invalid_sequences": 2, + "max_unmatched_sequences": 2 + }, + { + "max_opening_pairs": 5, + "max_balanced_pairs": 4, + "max_invalid_sequences": 3, + "max_unmatched_sequences": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Cyuhaoandaparenthesis_train.json b/examples/pipelines/all_configs/Cyuhaoandaparenthesis_train.json new file mode 100644 index 0000000..fdaedb3 --- /dev/null +++ b/examples/pipelines/all_configs/Cyuhaoandaparenthesis_train.json @@ -0,0 +1,26 @@ +[ + { + "max_opening_pairs": 4, + "max_balanced_pairs": 1, + "max_invalid_sequences": 3, + "max_unmatched_sequences": 1 + }, + { + "max_opening_pairs": 2, + "max_balanced_pairs": 3, + "max_invalid_sequences": 1, + "max_unmatched_sequences": 3 + }, + { + "max_opening_pairs": 3, + "max_balanced_pairs": 2, + "max_invalid_sequences": 2, + "max_unmatched_sequences": 2 + }, + { + "max_opening_pairs": 5, + "max_balanced_pairs": 4, + "max_invalid_sequences": 3, + "max_unmatched_sequences": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Czeroone_test.json b/examples/pipelines/all_configs/Czeroone_test.json new file mode 100644 index 0000000..c6451b5 --- /dev/null +++ b/examples/pipelines/all_configs/Czeroone_test.json @@ -0,0 +1,44 @@ +[ + { + "min_length": 2, + "max_length": 10, + "prob_0": 0.1, + "prob_1": 0.4, + "prob_q": 0.5 + }, + { + "min_length": 2, + "max_length": 15, + "prob_0": 0.25, + "prob_1": 0.25, + "prob_q": 0.5 + }, + { + "min_length": 3, + "max_length": 8, + "prob_0": 0.4, + "prob_1": 0.2, + "prob_q": 0.4 + }, + { + "min_length": 2, + "max_length": 10, + "prob_0": 0.2, + "prob_1": 0.4, + "prob_q": 0.4 + }, + { + "min_length": 2, + "max_length": 10, + "prob_0": 0.3, + "prob_1": 0.3, + "prob_q": 0.4 + }, + { + "min_length": 4, + "max_length": 12, + "prob_0": 0.35, + "prob_1": 0.25, + "prob_q": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Czeroone_train.json b/examples/pipelines/all_configs/Czeroone_train.json new file mode 100644 index 0000000..c6451b5 --- /dev/null +++ b/examples/pipelines/all_configs/Czeroone_train.json @@ -0,0 +1,44 @@ +[ + { + "min_length": 2, + "max_length": 10, + "prob_0": 0.1, + "prob_1": 0.4, + "prob_q": 0.5 + }, + { + "min_length": 2, + "max_length": 15, + "prob_0": 0.25, + "prob_1": 0.25, + "prob_q": 0.5 + }, + { + "min_length": 3, + "max_length": 8, + "prob_0": 0.4, + "prob_1": 0.2, + "prob_q": 0.4 + }, + { + "min_length": 2, + "max_length": 10, + "prob_0": 0.2, + "prob_1": 0.4, + "prob_q": 0.4 + }, + { + "min_length": 2, + "max_length": 10, + "prob_0": 0.3, + "prob_1": 0.3, + "prob_q": 0.4 + }, + { + "min_length": 4, + "max_length": 12, + "prob_0": 0.35, + "prob_1": 0.25, + "prob_q": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D1frequencyproblemeasyversion_test.json b/examples/pipelines/all_configs/D1frequencyproblemeasyversion_test.json new file mode 100644 index 0000000..1b89fe5 --- /dev/null +++ b/examples/pipelines/all_configs/D1frequencyproblemeasyversion_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 50 + }, + { + "max_n": 100 + }, + { + "max_n": 20 + }, + { + "max_n": 1 + }, + { + "max_n": 10 + }, + { + "max_n": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D1frequencyproblemeasyversion_train.json b/examples/pipelines/all_configs/D1frequencyproblemeasyversion_train.json new file mode 100644 index 0000000..1b89fe5 --- /dev/null +++ b/examples/pipelines/all_configs/D1frequencyproblemeasyversion_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 50 + }, + { + "max_n": 100 + }, + { + "max_n": 20 + }, + { + "max_n": 1 + }, + { + "max_n": 10 + }, + { + "max_n": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D1kirkandabinarystringeasyversion_test.json b/examples/pipelines/all_configs/D1kirkandabinarystringeasyversion_test.json new file mode 100644 index 0000000..40dc11c --- /dev/null +++ b/examples/pipelines/all_configs/D1kirkandabinarystringeasyversion_test.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 3, + "max_length": 2000, + "special_case_prob": 0 + }, + { + "min_length": 1, + "max_length": 5, + "special_case_prob": 0.2 + }, + { + "min_length": 5, + "max_length": 2000, + "special_case_prob": 0.5 + }, + { + "min_length": 3, + "max_length": 1000, + "special_case_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D1kirkandabinarystringeasyversion_train.json b/examples/pipelines/all_configs/D1kirkandabinarystringeasyversion_train.json new file mode 100644 index 0000000..40dc11c --- /dev/null +++ b/examples/pipelines/all_configs/D1kirkandabinarystringeasyversion_train.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 3, + "max_length": 2000, + "special_case_prob": 0 + }, + { + "min_length": 1, + "max_length": 5, + "special_case_prob": 0.2 + }, + { + "min_length": 5, + "max_length": 2000, + "special_case_prob": 0.5 + }, + { + "min_length": 3, + "max_length": 1000, + "special_case_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2optimalsubsequenceshardversion_test.json b/examples/pipelines/all_configs/D2optimalsubsequenceshardversion_test.json new file mode 100644 index 0000000..4d37c8f --- /dev/null +++ b/examples/pipelines/all_configs/D2optimalsubsequenceshardversion_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 10, + "max_m": 5, + "a_min": 1, + "a_max": 100 + }, + { + "max_n": 200, + "max_m": 20, + "a_min": 10, + "a_max": 1000 + }, + { + "max_n": 100, + "max_m": 20, + "a_min": 5, + "a_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2optimalsubsequenceshardversion_train.json b/examples/pipelines/all_configs/D2optimalsubsequenceshardversion_train.json new file mode 100644 index 0000000..4d37c8f --- /dev/null +++ b/examples/pipelines/all_configs/D2optimalsubsequenceshardversion_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 10, + "max_m": 5, + "a_min": 1, + "a_max": 100 + }, + { + "max_n": 200, + "max_m": 20, + "a_min": 10, + "a_max": 1000 + }, + { + "max_n": 100, + "max_m": 20, + "a_min": 5, + "a_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2rpdandrapsheethardversion_test.json b/examples/pipelines/all_configs/D2rpdandrapsheethardversion_test.json new file mode 100644 index 0000000..be85f94 --- /dev/null +++ b/examples/pipelines/all_configs/D2rpdandrapsheethardversion_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 50, + "k_min": 2, + "k_max": 100 + }, + { + "max_n": 50, + "k_min": 2, + "k_max": 75 + }, + { + "max_n": 10, + "k_min": 2, + "k_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2rpdandrapsheethardversion_train.json b/examples/pipelines/all_configs/D2rpdandrapsheethardversion_train.json new file mode 100644 index 0000000..be85f94 --- /dev/null +++ b/examples/pipelines/all_configs/D2rpdandrapsheethardversion_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 50, + "k_min": 2, + "k_max": 100 + }, + { + "max_n": 50, + "k_min": 2, + "k_max": 75 + }, + { + "max_n": 10, + "k_min": 2, + "k_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2submarineintherybinskseahardedition_test.json b/examples/pipelines/all_configs/D2submarineintherybinskseahardedition_test.json new file mode 100644 index 0000000..26a31c1 --- /dev/null +++ b/examples/pipelines/all_configs/D2submarineintherybinskseahardedition_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_digits": 5 + }, + { + "max_n": 80, + "max_digits": 8 + }, + { + "max_n": 70, + "max_digits": 6 + }, + { + "max_n": 30, + "max_digits": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2submarineintherybinskseahardedition_train.json b/examples/pipelines/all_configs/D2submarineintherybinskseahardedition_train.json new file mode 100644 index 0000000..26a31c1 --- /dev/null +++ b/examples/pipelines/all_configs/D2submarineintherybinskseahardedition_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_digits": 5 + }, + { + "max_n": 80, + "max_digits": 8 + }, + { + "max_n": 70, + "max_digits": 6 + }, + { + "max_n": 30, + "max_digits": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2theworldisjustaprogrammingtaskhardversion_test.json b/examples/pipelines/all_configs/D2theworldisjustaprogrammingtaskhardversion_test.json new file mode 100644 index 0000000..f3ad6a9 --- /dev/null +++ b/examples/pipelines/all_configs/D2theworldisjustaprogrammingtaskhardversion_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 15, + "seed": 7 + }, + { + "n": 12, + "seed": 123 + }, + { + "n": 10, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/D2theworldisjustaprogrammingtaskhardversion_train.json b/examples/pipelines/all_configs/D2theworldisjustaprogrammingtaskhardversion_train.json new file mode 100644 index 0000000..f3ad6a9 --- /dev/null +++ b/examples/pipelines/all_configs/D2theworldisjustaprogrammingtaskhardversion_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 15, + "seed": 7 + }, + { + "n": 12, + "seed": 123 + }, + { + "n": 10, + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dabilitytoconvert_test.json b/examples/pipelines/all_configs/Dabilitytoconvert_test.json new file mode 100644 index 0000000..196fad5 --- /dev/null +++ b/examples/pipelines/all_configs/Dabilitytoconvert_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 50, + "max_k_length": 15, + "min_k_length": 3 + }, + { + "min_n": 2, + "max_n": 100, + "max_k_length": 10, + "min_k_length": 1 + }, + { + "min_n": 2, + "max_n": 50, + "max_k_length": 5, + "min_k_length": 1 + }, + { + "min_n": 5, + "max_n": 100, + "max_k_length": 25, + "min_k_length": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dabilitytoconvert_train.json b/examples/pipelines/all_configs/Dabilitytoconvert_train.json new file mode 100644 index 0000000..196fad5 --- /dev/null +++ b/examples/pipelines/all_configs/Dabilitytoconvert_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 50, + "max_k_length": 15, + "min_k_length": 3 + }, + { + "min_n": 2, + "max_n": 100, + "max_k_length": 10, + "min_k_length": 1 + }, + { + "min_n": 2, + "max_n": 50, + "max_k_length": 5, + "min_k_length": 1 + }, + { + "min_n": 5, + "max_n": 100, + "max_k_length": 25, + "min_k_length": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dalarmclock_test.json b/examples/pipelines/all_configs/Dalarmclock_test.json new file mode 100644 index 0000000..db4d475 --- /dev/null +++ b/examples/pipelines/all_configs/Dalarmclock_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 15, + "max_m": 200, + "max_time": 3000 + }, + { + "max_n": 20, + "max_m": 100, + "max_time": 5000 + }, + { + "max_n": 3, + "max_m": 5, + "max_time": 500 + }, + { + "max_n": 10, + "max_m": 999, + "max_time": 1000 + }, + { + "max_n": 5, + "max_m": 10, + "max_time": 1000 + }, + { + "max_n": 1, + "max_m": 1, + "max_time": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dalarmclock_train.json b/examples/pipelines/all_configs/Dalarmclock_train.json new file mode 100644 index 0000000..db4d475 --- /dev/null +++ b/examples/pipelines/all_configs/Dalarmclock_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 15, + "max_m": 200, + "max_time": 3000 + }, + { + "max_n": 20, + "max_m": 100, + "max_time": 5000 + }, + { + "max_n": 3, + "max_m": 5, + "max_time": 500 + }, + { + "max_n": 10, + "max_m": 999, + "max_time": 1000 + }, + { + "max_n": 5, + "max_m": 10, + "max_time": 1000 + }, + { + "max_n": 1, + "max_m": 1, + "max_time": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Daliceandthedoll_test.json b/examples/pipelines/all_configs/Daliceandthedoll_test.json new file mode 100644 index 0000000..90bdbbe --- /dev/null +++ b/examples/pipelines/all_configs/Daliceandthedoll_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_m": 4, + "max_m": 5 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 3, + "max_n": 5, + "min_m": 1, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Daliceandthedoll_train.json b/examples/pipelines/all_configs/Daliceandthedoll_train.json new file mode 100644 index 0000000..90bdbbe --- /dev/null +++ b/examples/pipelines/all_configs/Daliceandthedoll_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_m": 4, + "max_m": 5 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 5 + }, + { + "min_n": 3, + "max_n": 5, + "min_m": 1, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dandorandsquaresum_test.json b/examples/pipelines/all_configs/Dandorandsquaresum_test.json new file mode 100644 index 0000000..21deb4c --- /dev/null +++ b/examples/pipelines/all_configs/Dandorandsquaresum_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 1, + "max_n": 100, + "max_bits": 20 + }, + { + "min_n": 1, + "max_n": 20, + "max_bits": 10 + }, + { + "min_n": 1, + "max_n": 100, + "max_bits": 15 + }, + { + "min_n": 50, + "max_n": 200, + "max_bits": 20 + }, + { + "min_n": 100, + "max_n": 200, + "max_bits": 20 + }, + { + "min_n": 1, + "max_n": 100, + "max_bits": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dandorandsquaresum_train.json b/examples/pipelines/all_configs/Dandorandsquaresum_train.json new file mode 100644 index 0000000..21deb4c --- /dev/null +++ b/examples/pipelines/all_configs/Dandorandsquaresum_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 1, + "max_n": 100, + "max_bits": 20 + }, + { + "min_n": 1, + "max_n": 20, + "max_bits": 10 + }, + { + "min_n": 1, + "max_n": 100, + "max_bits": 15 + }, + { + "min_n": 50, + "max_n": 200, + "max_bits": 20 + }, + { + "min_n": 100, + "max_n": 200, + "max_bits": 20 + }, + { + "min_n": 1, + "max_n": 100, + "max_bits": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dandreyandproblem_test.json b/examples/pipelines/all_configs/Dandreyandproblem_test.json new file mode 100644 index 0000000..40690f3 --- /dev/null +++ b/examples/pipelines/all_configs/Dandreyandproblem_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 10, + "precision": 1e-09 + }, + { + "min_n": 25, + "max_n": 75, + "precision": 1e-06 + }, + { + "min_n": 1, + "max_n": 100, + "precision": 1e-12 + }, + { + "min_n": 50, + "max_n": 100, + "precision": 1e-12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dandreyandproblem_train.json b/examples/pipelines/all_configs/Dandreyandproblem_train.json new file mode 100644 index 0000000..40690f3 --- /dev/null +++ b/examples/pipelines/all_configs/Dandreyandproblem_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 10, + "precision": 1e-09 + }, + { + "min_n": 25, + "max_n": 75, + "precision": 1e-06 + }, + { + "min_n": 1, + "max_n": 100, + "precision": 1e-12 + }, + { + "min_n": 50, + "max_n": 100, + "precision": 1e-12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dbeautifulpairsofnumbers_test.json b/examples/pipelines/all_configs/Dbeautifulpairsofnumbers_test.json new file mode 100644 index 0000000..17b2662 --- /dev/null +++ b/examples/pipelines/all_configs/Dbeautifulpairsofnumbers_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 500 + }, + { + "max_n": 50, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 20 + }, + { + "max_n": 100, + "min_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dbeautifulpairsofnumbers_train.json b/examples/pipelines/all_configs/Dbeautifulpairsofnumbers_train.json new file mode 100644 index 0000000..17b2662 --- /dev/null +++ b/examples/pipelines/all_configs/Dbeautifulpairsofnumbers_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 500 + }, + { + "max_n": 50, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 20 + }, + { + "max_n": 100, + "min_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dbookshelves_test.json b/examples/pipelines/all_configs/Dbookshelves_test.json new file mode 100644 index 0000000..53d3c5e --- /dev/null +++ b/examples/pipelines/all_configs/Dbookshelves_test.json @@ -0,0 +1,10 @@ +[ + { + "max_n": 30, + "max_book_value": 1048575 + }, + { + "max_n": 40, + "max_book_value": 1099511627775 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dbookshelves_train.json b/examples/pipelines/all_configs/Dbookshelves_train.json new file mode 100644 index 0000000..53d3c5e --- /dev/null +++ b/examples/pipelines/all_configs/Dbookshelves_train.json @@ -0,0 +1,10 @@ +[ + { + "max_n": 30, + "max_book_value": 1048575 + }, + { + "max_n": 40, + "max_book_value": 1099511627775 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dbuildingbridge_test.json b/examples/pipelines/all_configs/Dbuildingbridge_test.json new file mode 100644 index 0000000..c67c5d4 --- /dev/null +++ b/examples/pipelines/all_configs/Dbuildingbridge_test.json @@ -0,0 +1,90 @@ +[ + { + "a_range": [ + 1, + 10000 + ], + "b_shift_range": [ + 1, + 10000 + ], + "n_range": [ + 1, + 20 + ], + "m_range": [ + 1, + 20 + ], + "y_range": [ + -5000, + 5000 + ] + }, + { + "a_range": [ + 1, + 1000 + ], + "b_shift_range": [ + 1, + 1000 + ], + "n_range": [ + 1, + 5 + ], + "m_range": [ + 1, + 5 + ], + "y_range": [ + -1000, + 1000 + ] + }, + { + "a_range": [ + 1, + 2000 + ], + "b_shift_range": [ + 1, + 2000 + ], + "n_range": [ + 1, + 3 + ], + "m_range": [ + 1, + 3 + ], + "y_range": [ + -1500, + 1500 + ] + }, + { + "a_range": [ + 1, + 10000 + ], + "b_shift_range": [ + 1, + 10000 + ], + "n_range": [ + 1, + 15 + ], + "m_range": [ + 1, + 15 + ], + "y_range": [ + -4000, + 4000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dbuildingbridge_train.json b/examples/pipelines/all_configs/Dbuildingbridge_train.json new file mode 100644 index 0000000..c67c5d4 --- /dev/null +++ b/examples/pipelines/all_configs/Dbuildingbridge_train.json @@ -0,0 +1,90 @@ +[ + { + "a_range": [ + 1, + 10000 + ], + "b_shift_range": [ + 1, + 10000 + ], + "n_range": [ + 1, + 20 + ], + "m_range": [ + 1, + 20 + ], + "y_range": [ + -5000, + 5000 + ] + }, + { + "a_range": [ + 1, + 1000 + ], + "b_shift_range": [ + 1, + 1000 + ], + "n_range": [ + 1, + 5 + ], + "m_range": [ + 1, + 5 + ], + "y_range": [ + -1000, + 1000 + ] + }, + { + "a_range": [ + 1, + 2000 + ], + "b_shift_range": [ + 1, + 2000 + ], + "n_range": [ + 1, + 3 + ], + "m_range": [ + 1, + 3 + ], + "y_range": [ + -1500, + 1500 + ] + }, + { + "a_range": [ + 1, + 10000 + ], + "b_shift_range": [ + 1, + 10000 + ], + "n_range": [ + 1, + 15 + ], + "m_range": [ + 1, + 15 + ], + "y_range": [ + -4000, + 4000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcandiesforchildren_test.json b/examples/pipelines/all_configs/Dcandiesforchildren_test.json new file mode 100644 index 0000000..40cff10 --- /dev/null +++ b/examples/pipelines/all_configs/Dcandiesforchildren_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 100000, + "n_max": 10000000, + "k_min": 100000, + "k_max": 10000000 + }, + { + "n_min": 1, + "n_max": 10000000, + "k_min": 10000000, + "k_max": 1000000000 + }, + { + "n_min": 1000, + "n_max": 100000, + "k_min": 1000, + "k_max": 100000 + }, + { + "n_min": 1000000000, + "n_max": 10000000000, + "k_min": 1000000000, + "k_max": 10000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcandiesforchildren_train.json b/examples/pipelines/all_configs/Dcandiesforchildren_train.json new file mode 100644 index 0000000..40cff10 --- /dev/null +++ b/examples/pipelines/all_configs/Dcandiesforchildren_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 100000, + "n_max": 10000000, + "k_min": 100000, + "k_max": 10000000 + }, + { + "n_min": 1, + "n_max": 10000000, + "k_min": 10000000, + "k_max": 1000000000 + }, + { + "n_min": 1000, + "n_max": 100000, + "k_min": 1000, + "k_max": 100000 + }, + { + "n_min": 1000000000, + "n_max": 10000000000, + "k_min": 1000000000, + "k_max": 10000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchallengesinschool41_test.json b/examples/pipelines/all_configs/Dchallengesinschool41_test.json new file mode 100644 index 0000000..dd236c2 --- /dev/null +++ b/examples/pipelines/all_configs/Dchallengesinschool41_test.json @@ -0,0 +1,17 @@ +[ + { + "min_n": 5, + "max_n": 25, + "max_k": 400 + }, + { + "min_n": 2, + "max_n": 10, + "max_k": 100 + }, + { + "min_n": 4, + "max_n": 20, + "max_k": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchallengesinschool41_train.json b/examples/pipelines/all_configs/Dchallengesinschool41_train.json new file mode 100644 index 0000000..dd236c2 --- /dev/null +++ b/examples/pipelines/all_configs/Dchallengesinschool41_train.json @@ -0,0 +1,17 @@ +[ + { + "min_n": 5, + "max_n": 25, + "max_k": 400 + }, + { + "min_n": 2, + "max_n": 10, + "max_k": 100 + }, + { + "min_n": 4, + "max_n": 20, + "max_k": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchangingarray_test.json b/examples/pipelines/all_configs/Dchangingarray_test.json new file mode 100644 index 0000000..3d79ef3 --- /dev/null +++ b/examples/pipelines/all_configs/Dchangingarray_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 5, + "k_min": 5, + "k_max": 15 + }, + { + "n_min": 20, + "n_max": 100, + "k_min": 1, + "k_max": 3 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 2, + "k_max": 10 + }, + { + "n_min": 10, + "n_max": 50, + "k_min": 3, + "k_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchangingarray_train.json b/examples/pipelines/all_configs/Dchangingarray_train.json new file mode 100644 index 0000000..3d79ef3 --- /dev/null +++ b/examples/pipelines/all_configs/Dchangingarray_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 5, + "k_min": 5, + "k_max": 15 + }, + { + "n_min": 20, + "n_max": 100, + "k_min": 1, + "k_max": 3 + }, + { + "n_min": 5, + "n_max": 20, + "k_min": 2, + "k_max": 10 + }, + { + "n_min": 10, + "n_max": 50, + "k_min": 3, + "k_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchaoticv_test.json b/examples/pipelines/all_configs/Dchaoticv_test.json new file mode 100644 index 0000000..50aa7b2 --- /dev/null +++ b/examples/pipelines/all_configs/Dchaoticv_test.json @@ -0,0 +1,14 @@ +[ + { + "max_k": 1000 + }, + { + "max_k": 50 + }, + { + "max_k": 200 + }, + { + "max_k": 3000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchaoticv_train.json b/examples/pipelines/all_configs/Dchaoticv_train.json new file mode 100644 index 0000000..50aa7b2 --- /dev/null +++ b/examples/pipelines/all_configs/Dchaoticv_train.json @@ -0,0 +1,14 @@ +[ + { + "max_k": 1000 + }, + { + "max_k": 50 + }, + { + "max_k": 200 + }, + { + "max_k": 3000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchemicaltable_test.json b/examples/pipelines/all_configs/Dchemicaltable_test.json new file mode 100644 index 0000000..b3c06bd --- /dev/null +++ b/examples/pipelines/all_configs/Dchemicaltable_test.json @@ -0,0 +1,47 @@ +[ + { + "max_n": 5, + "max_m": 5, + "max_q": 200000 + }, + { + "max_n": 20, + "max_m": 20, + "max_q": 50000 + }, + { + "max_n": 40, + "max_m": 40, + "max_q": 100000 + }, + { + "max_n": 25, + "max_m": 25, + "max_q": 200000 + }, + { + "max_n": 15, + "max_m": 15, + "max_q": 100000 + }, + { + "max_n": 5, + "max_m": 5, + "max_q": 200000 + }, + { + "max_n": 8, + "max_m": 8, + "max_q": 200000 + }, + { + "max_n": 6, + "max_m": 6, + "max_q": 100000 + }, + { + "max_n": 10, + "max_m": 10, + "max_q": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dchemicaltable_train.json b/examples/pipelines/all_configs/Dchemicaltable_train.json new file mode 100644 index 0000000..b3c06bd --- /dev/null +++ b/examples/pipelines/all_configs/Dchemicaltable_train.json @@ -0,0 +1,47 @@ +[ + { + "max_n": 5, + "max_m": 5, + "max_q": 200000 + }, + { + "max_n": 20, + "max_m": 20, + "max_q": 50000 + }, + { + "max_n": 40, + "max_m": 40, + "max_q": 100000 + }, + { + "max_n": 25, + "max_m": 25, + "max_q": 200000 + }, + { + "max_n": 15, + "max_m": 15, + "max_q": 100000 + }, + { + "max_n": 5, + "max_m": 5, + "max_q": 200000 + }, + { + "max_n": 8, + "max_m": 8, + "max_q": 200000 + }, + { + "max_n": 6, + "max_m": 6, + "max_q": 100000 + }, + { + "max_n": 10, + "max_m": 10, + "max_q": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcolorfulpoints_test.json b/examples/pipelines/all_configs/Dcolorfulpoints_test.json new file mode 100644 index 0000000..eb880f4 --- /dev/null +++ b/examples/pipelines/all_configs/Dcolorfulpoints_test.json @@ -0,0 +1,27 @@ +[ + { + "min_blocks": 3, + "max_blocks": 9, + "max_block_length": 8 + }, + { + "min_blocks": 4, + "max_blocks": 11, + "max_block_length": 7 + }, + { + "min_blocks": 3, + "max_blocks": 10, + "max_block_length": 5 + }, + { + "min_blocks": 5, + "max_blocks": 12, + "max_block_length": 6 + }, + { + "min_blocks": 3, + "max_blocks": 6, + "max_block_length": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcolorfulpoints_train.json b/examples/pipelines/all_configs/Dcolorfulpoints_train.json new file mode 100644 index 0000000..eb880f4 --- /dev/null +++ b/examples/pipelines/all_configs/Dcolorfulpoints_train.json @@ -0,0 +1,27 @@ +[ + { + "min_blocks": 3, + "max_blocks": 9, + "max_block_length": 8 + }, + { + "min_blocks": 4, + "max_blocks": 11, + "max_block_length": 7 + }, + { + "min_blocks": 3, + "max_blocks": 10, + "max_block_length": 5 + }, + { + "min_blocks": 5, + "max_blocks": 12, + "max_block_length": 6 + }, + { + "min_blocks": 3, + "max_blocks": 6, + "max_block_length": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcompletetripartite_test.json b/examples/pipelines/all_configs/Dcompletetripartite_test.json new file mode 100644 index 0000000..d652eef --- /dev/null +++ b/examples/pipelines/all_configs/Dcompletetripartite_test.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 3, + "n_max": 50, + "seed": 123, + "enforce_valid": false, + "sizes": [ + 2, + 2, + 2 + ], + "edge_ratio": 0.8 + }, + { + "n_min": 3, + "n_max": 20, + "seed": 42, + "enforce_valid": true, + "sizes": [ + 1, + 1, + 1 + ], + "edge_ratio": 1.0 + }, + { + "n_min": 3, + "n_max": 15, + "seed": 101, + "enforce_valid": false, + "sizes": [ + 1, + 2, + 3 + ], + "edge_ratio": 0.9 + }, + { + "n_min": 3, + "n_max": 25, + "seed": 202, + "enforce_valid": true, + "sizes": [ + 4, + 4, + 4 + ], + "edge_ratio": 1.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcompletetripartite_train.json b/examples/pipelines/all_configs/Dcompletetripartite_train.json new file mode 100644 index 0000000..d652eef --- /dev/null +++ b/examples/pipelines/all_configs/Dcompletetripartite_train.json @@ -0,0 +1,50 @@ +[ + { + "n_min": 3, + "n_max": 50, + "seed": 123, + "enforce_valid": false, + "sizes": [ + 2, + 2, + 2 + ], + "edge_ratio": 0.8 + }, + { + "n_min": 3, + "n_max": 20, + "seed": 42, + "enforce_valid": true, + "sizes": [ + 1, + 1, + 1 + ], + "edge_ratio": 1.0 + }, + { + "n_min": 3, + "n_max": 15, + "seed": 101, + "enforce_valid": false, + "sizes": [ + 1, + 2, + 3 + ], + "edge_ratio": 0.9 + }, + { + "n_min": 3, + "n_max": 25, + "seed": 202, + "enforce_valid": true, + "sizes": [ + 4, + 4, + 4 + ], + "edge_ratio": 1.0 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcowandsnacks_test.json b/examples/pipelines/all_configs/Dcowandsnacks_test.json new file mode 100644 index 0000000..8831b57 --- /dev/null +++ b/examples/pipelines/all_configs/Dcowandsnacks_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 30, + "max_k": 60 + }, + { + "max_n": 40, + "max_k": 80 + }, + { + "max_n": 30, + "max_k": 30 + }, + { + "max_n": 40, + "max_k": 40 + }, + { + "max_n": 50, + "max_k": 100 + }, + { + "max_n": 20, + "max_k": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcowandsnacks_train.json b/examples/pipelines/all_configs/Dcowandsnacks_train.json new file mode 100644 index 0000000..8831b57 --- /dev/null +++ b/examples/pipelines/all_configs/Dcowandsnacks_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 30, + "max_k": 60 + }, + { + "max_n": 40, + "max_k": 80 + }, + { + "max_n": 30, + "max_k": 30 + }, + { + "max_n": 40, + "max_k": 40 + }, + { + "max_n": 50, + "max_k": 100 + }, + { + "max_n": 20, + "max_k": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcuptrick_test.json b/examples/pipelines/all_configs/Dcuptrick_test.json new file mode 100644 index 0000000..77d0ad7 --- /dev/null +++ b/examples/pipelines/all_configs/Dcuptrick_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "m": 2, + "valid_probability": 0.7 + }, + { + "n": 10, + "m": 5, + "valid_probability": 0.75 + }, + { + "n": 5, + "m": 3, + "valid_probability": 0.8 + }, + { + "n": 20, + "m": 10, + "valid_probability": 0.9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcuptrick_train.json b/examples/pipelines/all_configs/Dcuptrick_train.json new file mode 100644 index 0000000..77d0ad7 --- /dev/null +++ b/examples/pipelines/all_configs/Dcuptrick_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "m": 2, + "valid_probability": 0.7 + }, + { + "n": 10, + "m": 5, + "valid_probability": 0.75 + }, + { + "n": 5, + "m": 3, + "valid_probability": 0.8 + }, + { + "n": 20, + "m": 10, + "valid_probability": 0.9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcurfew_test.json b/examples/pipelines/all_configs/Dcurfew_test.json new file mode 100644 index 0000000..675e142 --- /dev/null +++ b/examples/pipelines/all_configs/Dcurfew_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_d": 5, + "max_b": 10 + }, + { + "max_n": 15, + "max_d": 7, + "max_b": 15 + }, + { + "max_n": 5, + "max_d": 2, + "max_b": 5 + }, + { + "max_n": 25, + "max_d": 12, + "max_b": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dcurfew_train.json b/examples/pipelines/all_configs/Dcurfew_train.json new file mode 100644 index 0000000..675e142 --- /dev/null +++ b/examples/pipelines/all_configs/Dcurfew_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_d": 5, + "max_b": 10 + }, + { + "max_n": 15, + "max_d": 7, + "max_b": 15 + }, + { + "max_n": 5, + "max_d": 2, + "max_b": 5 + }, + { + "max_n": 25, + "max_d": 12, + "max_b": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddecreasingdebts_test.json b/examples/pipelines/all_configs/Ddecreasingdebts_test.json new file mode 100644 index 0000000..5425187 --- /dev/null +++ b/examples/pipelines/all_configs/Ddecreasingdebts_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_m": 0, + "max_m": 3, + "d_min": 1, + "d_max": 50 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 10, + "max_m": 30, + "d_min": 20, + "d_max": 100 + }, + { + "min_n": 2, + "max_n": 4, + "min_m": 1, + "max_m": 5, + "d_min": 5, + "d_max": 50 + }, + { + "min_n": 3, + "max_n": 10, + "min_m": 5, + "max_m": 20, + "d_min": 10, + "d_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddecreasingdebts_train.json b/examples/pipelines/all_configs/Ddecreasingdebts_train.json new file mode 100644 index 0000000..5425187 --- /dev/null +++ b/examples/pipelines/all_configs/Ddecreasingdebts_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_m": 0, + "max_m": 3, + "d_min": 1, + "d_max": 50 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 10, + "max_m": 30, + "d_min": 20, + "d_max": 100 + }, + { + "min_n": 2, + "max_n": 4, + "min_m": 1, + "max_m": 5, + "d_min": 5, + "d_max": 50 + }, + { + "min_n": 3, + "max_n": 10, + "min_m": 5, + "max_m": 20, + "d_min": 10, + "d_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddensesubsequence_test.json b/examples/pipelines/all_configs/Ddensesubsequence_test.json new file mode 100644 index 0000000..a2669f2 --- /dev/null +++ b/examples/pipelines/all_configs/Ddensesubsequence_test.json @@ -0,0 +1,18 @@ +[ + { + "max_s_length": 50, + "test_edge_cases": true + }, + { + "max_s_length": 20, + "test_edge_cases": true + }, + { + "max_s_length": 20, + "test_edge_cases": false + }, + { + "max_s_length": 30, + "test_edge_cases": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddensesubsequence_train.json b/examples/pipelines/all_configs/Ddensesubsequence_train.json new file mode 100644 index 0000000..a2669f2 --- /dev/null +++ b/examples/pipelines/all_configs/Ddensesubsequence_train.json @@ -0,0 +1,18 @@ +[ + { + "max_s_length": 50, + "test_edge_cases": true + }, + { + "max_s_length": 20, + "test_edge_cases": true + }, + { + "max_s_length": 20, + "test_edge_cases": false + }, + { + "max_s_length": 30, + "test_edge_cases": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddirtydeedsdonedirtcheap_test.json b/examples/pipelines/all_configs/Ddirtydeedsdonedirtcheap_test.json new file mode 100644 index 0000000..6973864 --- /dev/null +++ b/examples/pipelines/all_configs/Ddirtydeedsdonedirtcheap_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 15 + }, + { + "n": 10 + }, + { + "n": 7 + }, + { + "n": 2 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddirtydeedsdonedirtcheap_train.json b/examples/pipelines/all_configs/Ddirtydeedsdonedirtcheap_train.json new file mode 100644 index 0000000..6973864 --- /dev/null +++ b/examples/pipelines/all_configs/Ddirtydeedsdonedirtcheap_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 15 + }, + { + "n": 10 + }, + { + "n": 7 + }, + { + "n": 2 + }, + { + "n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddistinctpaths_test.json b/examples/pipelines/all_configs/Ddistinctpaths_test.json new file mode 100644 index 0000000..cbb0662 --- /dev/null +++ b/examples/pipelines/all_configs/Ddistinctpaths_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_m": 4, + "max_k": 6 + }, + { + "max_n": 1, + "max_m": 1, + "max_k": 1 + }, + { + "max_n": 3, + "max_m": 3, + "max_k": 5 + }, + { + "max_n": 5, + "max_m": 5, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddistinctpaths_train.json b/examples/pipelines/all_configs/Ddistinctpaths_train.json new file mode 100644 index 0000000..cbb0662 --- /dev/null +++ b/examples/pipelines/all_configs/Ddistinctpaths_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_m": 4, + "max_k": 6 + }, + { + "max_n": 1, + "max_m": 1, + "max_k": 1 + }, + { + "max_n": 3, + "max_m": 3, + "max_k": 5 + }, + { + "max_n": 5, + "max_m": 5, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddivideandsummarize_test.json b/examples/pipelines/all_configs/Ddivideandsummarize_test.json new file mode 100644 index 0000000..7c9c747 --- /dev/null +++ b/examples/pipelines/all_configs/Ddivideandsummarize_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 2, + "n_max": 6, + "a_min": 50, + "a_max": 200, + "q_min": 2, + "q_max": 6 + }, + { + "n_min": 1, + "n_max": 5, + "a_min": 1, + "a_max": 100, + "q_min": 1, + "q_max": 5 + }, + { + "n_min": 3, + "n_max": 7, + "a_min": 10, + "a_max": 200, + "q_min": 3, + "q_max": 7 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 100, + "a_max": 500, + "q_min": 5, + "q_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddivideandsummarize_train.json b/examples/pipelines/all_configs/Ddivideandsummarize_train.json new file mode 100644 index 0000000..7c9c747 --- /dev/null +++ b/examples/pipelines/all_configs/Ddivideandsummarize_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 2, + "n_max": 6, + "a_min": 50, + "a_max": 200, + "q_min": 2, + "q_max": 6 + }, + { + "n_min": 1, + "n_max": 5, + "a_min": 1, + "a_max": 100, + "q_min": 1, + "q_max": 5 + }, + { + "n_min": 3, + "n_max": 7, + "a_min": 10, + "a_max": 200, + "q_min": 3, + "q_max": 7 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 100, + "a_max": 500, + "q_min": 5, + "q_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddonkeyandstars_test.json b/examples/pipelines/all_configs/Ddonkeyandstars_test.json new file mode 100644 index 0000000..2d1c92c --- /dev/null +++ b/examples/pipelines/all_configs/Ddonkeyandstars_test.json @@ -0,0 +1,17 @@ +[ + { + "max_stars": 12, + "min_param": 1, + "max_param": 4 + }, + { + "max_stars": 20, + "min_param": 2, + "max_param": 10 + }, + { + "max_stars": 15, + "min_param": 1, + "max_param": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddonkeyandstars_train.json b/examples/pipelines/all_configs/Ddonkeyandstars_train.json new file mode 100644 index 0000000..2d1c92c --- /dev/null +++ b/examples/pipelines/all_configs/Ddonkeyandstars_train.json @@ -0,0 +1,17 @@ +[ + { + "max_stars": 12, + "min_param": 1, + "max_param": 4 + }, + { + "max_stars": 20, + "min_param": 2, + "max_param": 10 + }, + { + "max_stars": 15, + "min_param": 1, + "max_param": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddzylovesmodification_test.json b/examples/pipelines/all_configs/Ddzylovesmodification_test.json new file mode 100644 index 0000000..39745e4 --- /dev/null +++ b/examples/pipelines/all_configs/Ddzylovesmodification_test.json @@ -0,0 +1,90 @@ +[ + { + "n_bounds": [ + 3, + 5 + ], + "m_bounds": [ + 3, + 5 + ], + "k_bounds": [ + 1, + 20 + ], + "p_bounds": [ + 1, + 3 + ], + "a_bounds": [ + 2, + 20 + ] + }, + { + "n_bounds": [ + 2, + 3 + ], + "m_bounds": [ + 2, + 4 + ], + "k_bounds": [ + 5, + 15 + ], + "p_bounds": [ + 2, + 5 + ], + "a_bounds": [ + 5, + 15 + ] + }, + { + "n_bounds": [ + 2, + 4 + ], + "m_bounds": [ + 2, + 4 + ], + "k_bounds": [ + 10, + 20 + ], + "p_bounds": [ + 3, + 5 + ], + "a_bounds": [ + 10, + 20 + ] + }, + { + "n_bounds": [ + 2, + 5 + ], + "m_bounds": [ + 2, + 5 + ], + "k_bounds": [ + 1, + 10 + ], + "p_bounds": [ + 1, + 5 + ], + "a_bounds": [ + 1, + 10 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ddzylovesmodification_train.json b/examples/pipelines/all_configs/Ddzylovesmodification_train.json new file mode 100644 index 0000000..39745e4 --- /dev/null +++ b/examples/pipelines/all_configs/Ddzylovesmodification_train.json @@ -0,0 +1,90 @@ +[ + { + "n_bounds": [ + 3, + 5 + ], + "m_bounds": [ + 3, + 5 + ], + "k_bounds": [ + 1, + 20 + ], + "p_bounds": [ + 1, + 3 + ], + "a_bounds": [ + 2, + 20 + ] + }, + { + "n_bounds": [ + 2, + 3 + ], + "m_bounds": [ + 2, + 4 + ], + "k_bounds": [ + 5, + 15 + ], + "p_bounds": [ + 2, + 5 + ], + "a_bounds": [ + 5, + 15 + ] + }, + { + "n_bounds": [ + 2, + 4 + ], + "m_bounds": [ + 2, + 4 + ], + "k_bounds": [ + 10, + 20 + ], + "p_bounds": [ + 3, + 5 + ], + "a_bounds": [ + 10, + 20 + ] + }, + { + "n_bounds": [ + 2, + 5 + ], + "m_bounds": [ + 2, + 5 + ], + "k_bounds": [ + 1, + 10 + ], + "p_bounds": [ + 1, + 5 + ], + "a_bounds": [ + 1, + 10 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Deels_test.json b/examples/pipelines/all_configs/Deels_test.json new file mode 100644 index 0000000..4a5d350 --- /dev/null +++ b/examples/pipelines/all_configs/Deels_test.json @@ -0,0 +1,26 @@ +[ + { + "q": 500000, + "max_x": 1000000000, + "min_q": 1, + "max_q": 500000 + }, + { + "q": 20, + "max_x": 100000, + "min_q": 1, + "max_q": 50 + }, + { + "q": 100, + "max_x": 1000000, + "min_q": 1, + "max_q": 200 + }, + { + "q": 5, + "max_x": 1000, + "min_q": 1, + "max_q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Deels_train.json b/examples/pipelines/all_configs/Deels_train.json new file mode 100644 index 0000000..4a5d350 --- /dev/null +++ b/examples/pipelines/all_configs/Deels_train.json @@ -0,0 +1,26 @@ +[ + { + "q": 500000, + "max_x": 1000000000, + "min_q": 1, + "max_q": 500000 + }, + { + "q": 20, + "max_x": 100000, + "min_q": 1, + "max_q": 50 + }, + { + "q": 100, + "max_x": 1000000, + "min_q": 1, + "max_q": 200 + }, + { + "q": 5, + "max_x": 1000, + "min_q": 1, + "max_q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dehabthexorcist_test.json b/examples/pipelines/all_configs/Dehabthexorcist_test.json new file mode 100644 index 0000000..1bfce6e --- /dev/null +++ b/examples/pipelines/all_configs/Dehabthexorcist_test.json @@ -0,0 +1,30 @@ +[ + { + "min_u": 0, + "max_u": 1000, + "min_v": 0, + "max_v": 1000, + "case_type": "easy" + }, + { + "min_u": 0, + "max_u": 0, + "min_v": 0, + "max_v": 0, + "case_type": "edge_case" + }, + { + "min_u": 0, + "max_u": 1000000, + "min_v": 0, + "max_v": 1000000, + "case_type": "medium" + }, + { + "min_u": 0, + "max_u": 1000000000000000000, + "min_v": 0, + "max_v": 1000000000000000000, + "case_type": "random" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dehabthexorcist_train.json b/examples/pipelines/all_configs/Dehabthexorcist_train.json new file mode 100644 index 0000000..1bfce6e --- /dev/null +++ b/examples/pipelines/all_configs/Dehabthexorcist_train.json @@ -0,0 +1,30 @@ +[ + { + "min_u": 0, + "max_u": 1000, + "min_v": 0, + "max_v": 1000, + "case_type": "easy" + }, + { + "min_u": 0, + "max_u": 0, + "min_v": 0, + "max_v": 0, + "case_type": "edge_case" + }, + { + "min_u": 0, + "max_u": 1000000, + "min_v": 0, + "max_v": 1000000, + "case_type": "medium" + }, + { + "min_u": 0, + "max_u": 1000000000000000000, + "min_v": 0, + "max_v": 1000000000000000000, + "case_type": "random" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dfafaandancientalphabet_test.json b/examples/pipelines/all_configs/Dfafaandancientalphabet_test.json new file mode 100644 index 0000000..1f19be2 --- /dev/null +++ b/examples/pipelines/all_configs/Dfafaandancientalphabet_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_m": 5, + "p_zero": 0.4 + }, + { + "max_n": 7, + "max_m": 20, + "p_zero": 0.25 + }, + { + "max_n": 5, + "max_m": 5, + "p_zero": 0.2 + }, + { + "max_n": 10, + "max_m": 10, + "p_zero": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dfafaandancientalphabet_train.json b/examples/pipelines/all_configs/Dfafaandancientalphabet_train.json new file mode 100644 index 0000000..1f19be2 --- /dev/null +++ b/examples/pipelines/all_configs/Dfafaandancientalphabet_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_m": 5, + "p_zero": 0.4 + }, + { + "max_n": 7, + "max_m": 20, + "p_zero": 0.25 + }, + { + "max_n": 5, + "max_m": 5, + "p_zero": 0.2 + }, + { + "max_n": 10, + "max_m": 10, + "p_zero": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dfibonacciish_test.json b/examples/pipelines/all_configs/Dfibonacciish_test.json new file mode 100644 index 0000000..8749f30 --- /dev/null +++ b/examples/pipelines/all_configs/Dfibonacciish_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 3, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 2 + }, + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 5, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dfibonacciish_train.json b/examples/pipelines/all_configs/Dfibonacciish_train.json new file mode 100644 index 0000000..8749f30 --- /dev/null +++ b/examples/pipelines/all_configs/Dfibonacciish_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 3, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 2 + }, + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 2, + "max_n": 1000 + }, + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 5, + "max_n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dflipthecards_test.json b/examples/pipelines/all_configs/Dflipthecards_test.json new file mode 100644 index 0000000..d5d9b84 --- /dev/null +++ b/examples/pipelines/all_configs/Dflipthecards_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 100, + "min_n": 10, + "n": null + }, + { + "max_n": 20, + "min_n": 5, + "n": null + }, + { + "max_n": 10, + "min_n": 1, + "n": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dflipthecards_train.json b/examples/pipelines/all_configs/Dflipthecards_train.json new file mode 100644 index 0000000..d5d9b84 --- /dev/null +++ b/examples/pipelines/all_configs/Dflipthecards_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 100, + "min_n": 10, + "n": null + }, + { + "max_n": 20, + "min_n": 5, + "n": null + }, + { + "max_n": 10, + "min_n": 1, + "n": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dfreediv_test.json b/examples/pipelines/all_configs/Dfreediv_test.json new file mode 100644 index 0000000..92d061e --- /dev/null +++ b/examples/pipelines/all_configs/Dfreediv_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_k": 5, + "max_m": 20 + }, + { + "max_n": 5, + "max_k": 3, + "max_m": 10 + }, + { + "max_n": 20, + "max_k": 5, + "max_m": 40 + }, + { + "max_n": 15, + "max_k": 4, + "max_m": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dfreediv_train.json b/examples/pipelines/all_configs/Dfreediv_train.json new file mode 100644 index 0000000..92d061e --- /dev/null +++ b/examples/pipelines/all_configs/Dfreediv_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_k": 5, + "max_m": 20 + }, + { + "max_n": 5, + "max_k": 3, + "max_m": 10 + }, + { + "max_n": 20, + "max_k": 5, + "max_m": 40 + }, + { + "max_n": 15, + "max_k": 4, + "max_m": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgame_test.json b/examples/pipelines/all_configs/Dgame_test.json new file mode 100644 index 0000000..8a6664c --- /dev/null +++ b/examples/pipelines/all_configs/Dgame_test.json @@ -0,0 +1,38 @@ +[ + { + "n": 5, + "r": 10 + }, + { + "n": 6, + "r": 1000 + }, + { + "n": 10, + "r": 100 + }, + { + "n": 2, + "r": 2 + }, + { + "n": 16, + "r": 100000 + }, + { + "n": 7, + "r": 10000 + }, + { + "n": 18, + "r": 0 + }, + { + "n": 12, + "r": 1000 + }, + { + "n": 3, + "r": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgame_train.json b/examples/pipelines/all_configs/Dgame_train.json new file mode 100644 index 0000000..8a6664c --- /dev/null +++ b/examples/pipelines/all_configs/Dgame_train.json @@ -0,0 +1,38 @@ +[ + { + "n": 5, + "r": 10 + }, + { + "n": 6, + "r": 1000 + }, + { + "n": 10, + "r": 100 + }, + { + "n": 2, + "r": 2 + }, + { + "n": 16, + "r": 100000 + }, + { + "n": 7, + "r": 10000 + }, + { + "n": 18, + "r": 0 + }, + { + "n": 12, + "r": 1000 + }, + { + "n": 3, + "r": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgamewitharray_test.json b/examples/pipelines/all_configs/Dgamewitharray_test.json new file mode 100644 index 0000000..b93115e --- /dev/null +++ b/examples/pipelines/all_configs/Dgamewitharray_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 500, + "max_s": 1000000, + "s_margin": 1000 + }, + { + "max_n": 100, + "max_s": 500000, + "s_margin": 2000 + }, + { + "max_n": 50, + "max_s": 1000000, + "s_margin": 500 + }, + { + "max_n": 500, + "max_s": 50000, + "s_margin": 2000 + }, + { + "max_n": 50, + "max_s": 1000, + "s_margin": 500 + }, + { + "max_n": 1000, + "max_s": 100000, + "s_margin": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgamewitharray_train.json b/examples/pipelines/all_configs/Dgamewitharray_train.json new file mode 100644 index 0000000..b93115e --- /dev/null +++ b/examples/pipelines/all_configs/Dgamewitharray_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 500, + "max_s": 1000000, + "s_margin": 1000 + }, + { + "max_n": 100, + "max_s": 500000, + "s_margin": 2000 + }, + { + "max_n": 50, + "max_s": 1000000, + "s_margin": 500 + }, + { + "max_n": 500, + "max_s": 50000, + "s_margin": 2000 + }, + { + "max_n": 50, + "max_s": 1000, + "s_margin": 500 + }, + { + "max_n": 1000, + "max_s": 100000, + "s_margin": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgamewithpowers_test.json b/examples/pipelines/all_configs/Dgamewithpowers_test.json new file mode 100644 index 0000000..b3e0301 --- /dev/null +++ b/examples/pipelines/all_configs/Dgamewithpowers_test.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 8, + "n_max": 8 + }, + { + "n_min": 1, + "n_max": 1000 + }, + { + "n_min": 5, + "n_max": 20 + }, + { + "n_min": 1, + "n_max": 1 + }, + { + "n_min": 1, + "n_max": 1000000000 + }, + { + "n_min": 1, + "n_max": 100000 + }, + { + "n_min": 1, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgamewithpowers_train.json b/examples/pipelines/all_configs/Dgamewithpowers_train.json new file mode 100644 index 0000000..b3e0301 --- /dev/null +++ b/examples/pipelines/all_configs/Dgamewithpowers_train.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 8, + "n_max": 8 + }, + { + "n_min": 1, + "n_max": 1000 + }, + { + "n_min": 5, + "n_max": 20 + }, + { + "n_min": 1, + "n_max": 1 + }, + { + "n_min": 1, + "n_max": 1000000000 + }, + { + "n_min": 1, + "n_max": 100000 + }, + { + "n_min": 1, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgeneratingsets_test.json b/examples/pipelines/all_configs/Dgeneratingsets_test.json new file mode 100644 index 0000000..c03a26d --- /dev/null +++ b/examples/pipelines/all_configs/Dgeneratingsets_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 25, + "max_number": 1500 + }, + { + "n": 15, + "max_number": 750 + }, + { + "n": 5, + "max_number": 100 + }, + { + "n": 10, + "max_number": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgeneratingsets_train.json b/examples/pipelines/all_configs/Dgeneratingsets_train.json new file mode 100644 index 0000000..c03a26d --- /dev/null +++ b/examples/pipelines/all_configs/Dgeneratingsets_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 25, + "max_number": 1500 + }, + { + "n": 15, + "max_number": 750 + }, + { + "n": 5, + "max_number": 100 + }, + { + "n": 10, + "max_number": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgenius_test.json b/examples/pipelines/all_configs/Dgenius_test.json new file mode 100644 index 0000000..adbbf8f --- /dev/null +++ b/examples/pipelines/all_configs/Dgenius_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 20, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgenius_train.json b/examples/pipelines/all_configs/Dgenius_train.json new file mode 100644 index 0000000..adbbf8f --- /dev/null +++ b/examples/pipelines/all_configs/Dgenius_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 20, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgottagofast_test.json b/examples/pipelines/all_configs/Dgottagofast_test.json new file mode 100644 index 0000000..e3709ec --- /dev/null +++ b/examples/pipelines/all_configs/Dgottagofast_test.json @@ -0,0 +1,50 @@ +[ + { + "n": 3, + "R": 60, + "levels": [ + { + "Fi": 10, + "Si": 20, + "Pi": 85 + }, + { + "Fi": 20, + "Si": 30, + "Pi": 90 + }, + { + "Fi": 30, + "Si": 40, + "Pi": 88 + } + ] + }, + { + "n": 2, + "R": 30, + "levels": [ + { + "Fi": 20, + "Si": 30, + "Pi": 80 + }, + { + "Fi": 3, + "Si": 9, + "Pi": 85 + } + ] + }, + { + "n": 1, + "R": 8, + "levels": [ + { + "Fi": 2, + "Si": 8, + "Pi": 81 + } + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgottagofast_train.json b/examples/pipelines/all_configs/Dgottagofast_train.json new file mode 100644 index 0000000..e3709ec --- /dev/null +++ b/examples/pipelines/all_configs/Dgottagofast_train.json @@ -0,0 +1,50 @@ +[ + { + "n": 3, + "R": 60, + "levels": [ + { + "Fi": 10, + "Si": 20, + "Pi": 85 + }, + { + "Fi": 20, + "Si": 30, + "Pi": 90 + }, + { + "Fi": 30, + "Si": 40, + "Pi": 88 + } + ] + }, + { + "n": 2, + "R": 30, + "levels": [ + { + "Fi": 20, + "Si": 30, + "Pi": 80 + }, + { + "Fi": 3, + "Si": 9, + "Pi": 85 + } + ] + }, + { + "n": 1, + "R": 8, + "levels": [ + { + "Fi": 2, + "Si": 8, + "Pi": 81 + } + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgrid00100_test.json b/examples/pipelines/all_configs/Dgrid00100_test.json new file mode 100644 index 0000000..148b87c --- /dev/null +++ b/examples/pipelines/all_configs/Dgrid00100_test.json @@ -0,0 +1,28 @@ +[ + { + "fixed_n": 5, + "fixed_k": 13 + }, + { + "n_min": 100, + "n_max": 200, + "fixed_n": null, + "fixed_k": null + }, + { + "fixed_n": 3, + "fixed_k": 8 + }, + { + "fixed_n": 1, + "fixed_k": 0 + }, + { + "fixed_n": 4, + "fixed_k": 16 + }, + { + "fixed_n": 2, + "fixed_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dgrid00100_train.json b/examples/pipelines/all_configs/Dgrid00100_train.json new file mode 100644 index 0000000..148b87c --- /dev/null +++ b/examples/pipelines/all_configs/Dgrid00100_train.json @@ -0,0 +1,28 @@ +[ + { + "fixed_n": 5, + "fixed_k": 13 + }, + { + "n_min": 100, + "n_max": 200, + "fixed_n": null, + "fixed_k": null + }, + { + "fixed_n": 3, + "fixed_k": 8 + }, + { + "fixed_n": 1, + "fixed_k": 0 + }, + { + "fixed_n": 4, + "fixed_k": 16 + }, + { + "fixed_n": 2, + "fixed_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dhamiltonianspanningtree_test.json b/examples/pipelines/all_configs/Dhamiltonianspanningtree_test.json new file mode 100644 index 0000000..f1c4853 --- /dev/null +++ b/examples/pipelines/all_configs/Dhamiltonianspanningtree_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 3, + "x": 5, + "y": 5 + }, + { + "min_n": 4, + "max_n": 4, + "x": 1, + "y": 100 + }, + { + "min_n": 2, + "max_n": 10, + "x": 2, + "y": 3 + }, + { + "min_n": 10, + "max_n": 10, + "x": 10, + "y": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dhamiltonianspanningtree_train.json b/examples/pipelines/all_configs/Dhamiltonianspanningtree_train.json new file mode 100644 index 0000000..f1c4853 --- /dev/null +++ b/examples/pipelines/all_configs/Dhamiltonianspanningtree_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 3, + "max_n": 3, + "x": 5, + "y": 5 + }, + { + "min_n": 4, + "max_n": 4, + "x": 1, + "y": 100 + }, + { + "min_n": 2, + "max_n": 10, + "x": 2, + "y": 3 + }, + { + "min_n": 10, + "max_n": 10, + "x": 10, + "y": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dharmoniousgraph_test.json b/examples/pipelines/all_configs/Dharmoniousgraph_test.json new file mode 100644 index 0000000..3aa7ff2 --- /dev/null +++ b/examples/pipelines/all_configs/Dharmoniousgraph_test.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 3, + "n_max": 2000, + "m_min": 1, + "max_edges_factor": 0.5, + "harmonious_ratio": 0.5 + }, + { + "n_min": 3, + "n_max": 2000, + "m_min": 1, + "max_edges_factor": 0.3, + "harmonious_ratio": 0.3 + }, + { + "n_min": 3, + "n_max": 2000, + "m_min": 1, + "max_edges_factor": 0.3, + "harmonious_ratio": 0.5 + }, + { + "n_min": 3, + "n_max": 500, + "m_min": 1, + "max_edges_factor": 0.2, + "harmonious_ratio": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dharmoniousgraph_train.json b/examples/pipelines/all_configs/Dharmoniousgraph_train.json new file mode 100644 index 0000000..3aa7ff2 --- /dev/null +++ b/examples/pipelines/all_configs/Dharmoniousgraph_train.json @@ -0,0 +1,30 @@ +[ + { + "n_min": 3, + "n_max": 2000, + "m_min": 1, + "max_edges_factor": 0.5, + "harmonious_ratio": 0.5 + }, + { + "n_min": 3, + "n_max": 2000, + "m_min": 1, + "max_edges_factor": 0.3, + "harmonious_ratio": 0.3 + }, + { + "n_min": 3, + "n_max": 2000, + "m_min": 1, + "max_edges_factor": 0.3, + "harmonious_ratio": 0.5 + }, + { + "n_min": 3, + "n_max": 500, + "m_min": 1, + "max_edges_factor": 0.2, + "harmonious_ratio": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dhugestrings_test.json b/examples/pipelines/all_configs/Dhugestrings_test.json new file mode 100644 index 0000000..596e18d --- /dev/null +++ b/examples/pipelines/all_configs/Dhugestrings_test.json @@ -0,0 +1,22 @@ +[ + { + "n_max": 2, + "m_max": 1, + "max_total_length": 30 + }, + { + "n_max": 3, + "m_max": 2, + "max_total_length": 50 + }, + { + "n_max": 6, + "m_max": 5, + "max_total_length": 90 + }, + { + "n_max": 4, + "m_max": 4, + "max_total_length": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dhugestrings_train.json b/examples/pipelines/all_configs/Dhugestrings_train.json new file mode 100644 index 0000000..596e18d --- /dev/null +++ b/examples/pipelines/all_configs/Dhugestrings_train.json @@ -0,0 +1,22 @@ +[ + { + "n_max": 2, + "m_max": 1, + "max_total_length": 30 + }, + { + "n_max": 3, + "m_max": 2, + "max_total_length": 50 + }, + { + "n_max": 6, + "m_max": 5, + "max_total_length": 90 + }, + { + "n_max": 4, + "m_max": 4, + "max_total_length": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dicesculptures_test.json b/examples/pipelines/all_configs/Dicesculptures_test.json new file mode 100644 index 0000000..d652cf9 --- /dev/null +++ b/examples/pipelines/all_configs/Dicesculptures_test.json @@ -0,0 +1,44 @@ +[ + { + "n_min": 3, + "n_max": 100, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 1000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 50, + "n_max": 1000, + "t_min": -500, + "t_max": 500 + }, + { + "n_min": 50, + "n_max": 2000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 2000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 20000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 1000, + "t_min": -500, + "t_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dicesculptures_train.json b/examples/pipelines/all_configs/Dicesculptures_train.json new file mode 100644 index 0000000..d652cf9 --- /dev/null +++ b/examples/pipelines/all_configs/Dicesculptures_train.json @@ -0,0 +1,44 @@ +[ + { + "n_min": 3, + "n_max": 100, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 1000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 50, + "n_max": 1000, + "t_min": -500, + "t_max": 500 + }, + { + "n_min": 50, + "n_max": 2000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 2000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 20000, + "t_min": -1000, + "t_max": 1000 + }, + { + "n_min": 3, + "n_max": 1000, + "t_min": -500, + "t_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dinterestingarray_test.json b/examples/pipelines/all_configs/Dinterestingarray_test.json new file mode 100644 index 0000000..12caef9 --- /dev/null +++ b/examples/pipelines/all_configs/Dinterestingarray_test.json @@ -0,0 +1,50 @@ +[ + { + "n_range": [ + 5, + 15 + ], + "m_range": [ + 3, + 8 + ], + "bit_width": 10, + "solvable_prob": 0.6 + }, + { + "n_range": [ + 4, + 12 + ], + "m_range": [ + 2, + 7 + ], + "bit_width": 12, + "solvable_prob": 0.7 + }, + { + "n_range": [ + 7, + 16 + ], + "m_range": [ + 3, + 9 + ], + "bit_width": 18, + "solvable_prob": 0.5 + }, + { + "n_range": [ + 6, + 14 + ], + "m_range": [ + 4, + 10 + ], + "bit_width": 15, + "solvable_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dinterestingarray_train.json b/examples/pipelines/all_configs/Dinterestingarray_train.json new file mode 100644 index 0000000..12caef9 --- /dev/null +++ b/examples/pipelines/all_configs/Dinterestingarray_train.json @@ -0,0 +1,50 @@ +[ + { + "n_range": [ + 5, + 15 + ], + "m_range": [ + 3, + 8 + ], + "bit_width": 10, + "solvable_prob": 0.6 + }, + { + "n_range": [ + 4, + 12 + ], + "m_range": [ + 2, + 7 + ], + "bit_width": 12, + "solvable_prob": 0.7 + }, + { + "n_range": [ + 7, + 16 + ], + "m_range": [ + 3, + 9 + ], + "bit_width": 18, + "solvable_prob": 0.5 + }, + { + "n_range": [ + 6, + 14 + ], + "m_range": [ + 4, + 10 + ], + "bit_width": 15, + "solvable_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dintersectingsubtrees_test.json b/examples/pipelines/all_configs/Dintersectingsubtrees_test.json new file mode 100644 index 0000000..be2cca2 --- /dev/null +++ b/examples/pipelines/all_configs/Dintersectingsubtrees_test.json @@ -0,0 +1,50 @@ +[ + { + "n": 3, + "sol_prob": 0.7, + "k1_range": [ + 1, + 2 + ], + "k2_range": [ + 1, + 2 + ] + }, + { + "n": 7, + "sol_prob": 0.3, + "k1_range": [ + 2, + 4 + ], + "k2_range": [ + 2, + 4 + ] + }, + { + "n": 4, + "sol_prob": 0.6, + "k1_range": [ + 1, + 4 + ], + "k2_range": [ + 1, + 4 + ] + }, + { + "n": 6, + "sol_prob": 0.4, + "k1_range": [ + 3, + 5 + ], + "k2_range": [ + 2, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dintersectingsubtrees_train.json b/examples/pipelines/all_configs/Dintersectingsubtrees_train.json new file mode 100644 index 0000000..be2cca2 --- /dev/null +++ b/examples/pipelines/all_configs/Dintersectingsubtrees_train.json @@ -0,0 +1,50 @@ +[ + { + "n": 3, + "sol_prob": 0.7, + "k1_range": [ + 1, + 2 + ], + "k2_range": [ + 1, + 2 + ] + }, + { + "n": 7, + "sol_prob": 0.3, + "k1_range": [ + 2, + 4 + ], + "k2_range": [ + 2, + 4 + ] + }, + { + "n": 4, + "sol_prob": 0.6, + "k1_range": [ + 1, + 4 + ], + "k2_range": [ + 1, + 4 + ] + }, + { + "n": 6, + "sol_prob": 0.4, + "k1_range": [ + 3, + 5 + ], + "k2_range": [ + 2, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dinvarianceoftree_test.json b/examples/pipelines/all_configs/Dinvarianceoftree_test.json new file mode 100644 index 0000000..e68078a --- /dev/null +++ b/examples/pipelines/all_configs/Dinvarianceoftree_test.json @@ -0,0 +1,45 @@ +[ + { + "min_n": 1, + "max_n": 10, + "n": 1 + }, + { + "min_n": 1, + "max_n": 10, + "n": 4, + "p": [ + 4, + 3, + 2, + 1 + ] + }, + { + "min_n": 1, + "max_n": 10, + "n": 3, + "p": [ + 3, + 1, + 2 + ] + }, + { + "min_n": 1, + "max_n": 10, + "n": 10, + "p": [ + 2, + 1, + 5, + 4, + 3, + 10, + 7, + 8, + 9, + 6 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dinvarianceoftree_train.json b/examples/pipelines/all_configs/Dinvarianceoftree_train.json new file mode 100644 index 0000000..e68078a --- /dev/null +++ b/examples/pipelines/all_configs/Dinvarianceoftree_train.json @@ -0,0 +1,45 @@ +[ + { + "min_n": 1, + "max_n": 10, + "n": 1 + }, + { + "min_n": 1, + "max_n": 10, + "n": 4, + "p": [ + 4, + 3, + 2, + 1 + ] + }, + { + "min_n": 1, + "max_n": 10, + "n": 3, + "p": [ + 3, + 1, + 2 + ] + }, + { + "min_n": 1, + "max_n": 10, + "n": 10, + "p": [ + 2, + 1, + 5, + 4, + 3, + 10, + 7, + 8, + 9, + 6 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dirrigation_test.json b/examples/pipelines/all_configs/Dirrigation_test.json new file mode 100644 index 0000000..4a1c8ac --- /dev/null +++ b/examples/pipelines/all_configs/Dirrigation_test.json @@ -0,0 +1,30 @@ +[ + { + "m_max": 1000, + "n_max": 1000 + }, + { + "m_max": 1, + "n_max": 1 + }, + { + "m_max": 500, + "n_max": 2000 + }, + { + "m_max": 500, + "n_max": 100 + }, + { + "m_max": 2000, + "n_max": 500 + }, + { + "m_max": 100, + "n_max": 500 + }, + { + "m_max": 5000, + "n_max": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dirrigation_train.json b/examples/pipelines/all_configs/Dirrigation_train.json new file mode 100644 index 0000000..4a1c8ac --- /dev/null +++ b/examples/pipelines/all_configs/Dirrigation_train.json @@ -0,0 +1,30 @@ +[ + { + "m_max": 1000, + "n_max": 1000 + }, + { + "m_max": 1, + "n_max": 1 + }, + { + "m_max": 500, + "n_max": 2000 + }, + { + "m_max": 500, + "n_max": 100 + }, + { + "m_max": 2000, + "n_max": 500 + }, + { + "m_max": 100, + "n_max": 500 + }, + { + "m_max": 5000, + "n_max": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Djerrysprotest_test.json b/examples/pipelines/all_configs/Djerrysprotest_test.json new file mode 100644 index 0000000..2aa6518 --- /dev/null +++ b/examples/pipelines/all_configs/Djerrysprotest_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 5, + "a_min": 1, + "a_max": 100 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 1, + "a_max": 500 + }, + { + "n_min": 2, + "n_max": 10, + "a_min": 1, + "a_max": 200 + }, + { + "n_min": 2, + "n_max": 15, + "a_min": 1, + "a_max": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Djerrysprotest_train.json b/examples/pipelines/all_configs/Djerrysprotest_train.json new file mode 100644 index 0000000..2aa6518 --- /dev/null +++ b/examples/pipelines/all_configs/Djerrysprotest_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 5, + "a_min": 1, + "a_max": 100 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 1, + "a_max": 500 + }, + { + "n_min": 2, + "n_max": 10, + "a_min": 1, + "a_max": 200 + }, + { + "n_min": 2, + "n_max": 15, + "a_min": 1, + "a_max": 300 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Djonandorbs_test.json b/examples/pipelines/all_configs/Djonandorbs_test.json new file mode 100644 index 0000000..4c573f4 --- /dev/null +++ b/examples/pipelines/all_configs/Djonandorbs_test.json @@ -0,0 +1,26 @@ +[ + { + "max_k": 8, + "max_q": 6, + "max_p": 600, + "d_max": 12000 + }, + { + "max_k": 5, + "max_q": 3, + "max_p": 300, + "d_max": 5000 + }, + { + "max_k": 15, + "max_q": 10, + "max_p": 1000, + "d_max": 15000 + }, + { + "max_k": 20, + "max_q": 7, + "max_p": 750, + "d_max": 20000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Djonandorbs_train.json b/examples/pipelines/all_configs/Djonandorbs_train.json new file mode 100644 index 0000000..4c573f4 --- /dev/null +++ b/examples/pipelines/all_configs/Djonandorbs_train.json @@ -0,0 +1,26 @@ +[ + { + "max_k": 8, + "max_q": 6, + "max_p": 600, + "d_max": 12000 + }, + { + "max_k": 5, + "max_q": 3, + "max_p": 300, + "d_max": 5000 + }, + { + "max_k": 15, + "max_q": 10, + "max_p": 1000, + "d_max": 15000 + }, + { + "max_k": 20, + "max_q": 7, + "max_p": 750, + "d_max": 20000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkarenandtest_test.json b/examples/pipelines/all_configs/Dkarenandtest_test.json new file mode 100644 index 0000000..5568623 --- /dev/null +++ b/examples/pipelines/all_configs/Dkarenandtest_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5000, + "min_n": 1, + "max_a": 1000000 + }, + { + "max_n": 100, + "min_n": 1, + "max_a": 100000 + }, + { + "max_n": 10000, + "min_n": 1, + "max_a": 1000000000 + }, + { + "max_n": 1000, + "min_n": 1, + "max_a": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkarenandtest_train.json b/examples/pipelines/all_configs/Dkarenandtest_train.json new file mode 100644 index 0000000..5568623 --- /dev/null +++ b/examples/pipelines/all_configs/Dkarenandtest_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5000, + "min_n": 1, + "max_a": 1000000 + }, + { + "max_n": 100, + "min_n": 1, + "max_a": 100000 + }, + { + "max_n": 10000, + "min_n": 1, + "max_a": 1000000000 + }, + { + "max_n": 1000, + "min_n": 1, + "max_a": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkonradandcompanyevaluation_test.json b/examples/pipelines/all_configs/Dkonradandcompanyevaluation_test.json new file mode 100644 index 0000000..c7eba99 --- /dev/null +++ b/examples/pipelines/all_configs/Dkonradandcompanyevaluation_test.json @@ -0,0 +1,27 @@ +[ + { + "max_n": 5, + "max_m": 10, + "max_q": 3 + }, + { + "max_n": 10, + "max_m": 20, + "max_q": 5 + }, + { + "max_n": 20, + "max_m": 40, + "max_q": 10 + }, + { + "max_n": 100, + "max_m": 200, + "max_q": 20 + }, + { + "max_n": 20, + "max_m": 50, + "max_q": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkonradandcompanyevaluation_train.json b/examples/pipelines/all_configs/Dkonradandcompanyevaluation_train.json new file mode 100644 index 0000000..c7eba99 --- /dev/null +++ b/examples/pipelines/all_configs/Dkonradandcompanyevaluation_train.json @@ -0,0 +1,27 @@ +[ + { + "max_n": 5, + "max_m": 10, + "max_q": 3 + }, + { + "max_n": 10, + "max_m": 20, + "max_q": 5 + }, + { + "max_n": 20, + "max_m": 40, + "max_q": 10 + }, + { + "max_n": 100, + "max_m": 200, + "max_q": 20 + }, + { + "max_n": 20, + "max_m": 50, + "max_q": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkuroandgcdandxorandsum_test.json b/examples/pipelines/all_configs/Dkuroandgcdandxorandsum_test.json new file mode 100644 index 0000000..39c208e --- /dev/null +++ b/examples/pipelines/all_configs/Dkuroandgcdandxorandsum_test.json @@ -0,0 +1,30 @@ +[ + { + "max_a_size": 20, + "max_u": 5000, + "max_x": 2500, + "max_k": 500, + "max_s": 20000 + }, + { + "max_a_size": 5, + "max_u": 500, + "max_x": 200, + "max_k": 100, + "max_s": 5000 + }, + { + "max_a_size": 15, + "max_u": 2000, + "max_x": 1000, + "max_k": 300, + "max_s": 15000 + }, + { + "max_a_size": 10, + "max_u": 1000, + "max_x": 500, + "max_k": 200, + "max_s": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkuroandgcdandxorandsum_train.json b/examples/pipelines/all_configs/Dkuroandgcdandxorandsum_train.json new file mode 100644 index 0000000..39c208e --- /dev/null +++ b/examples/pipelines/all_configs/Dkuroandgcdandxorandsum_train.json @@ -0,0 +1,30 @@ +[ + { + "max_a_size": 20, + "max_u": 5000, + "max_x": 2500, + "max_k": 500, + "max_s": 20000 + }, + { + "max_a_size": 5, + "max_u": 500, + "max_x": 200, + "max_k": 100, + "max_s": 5000 + }, + { + "max_a_size": 15, + "max_u": 2000, + "max_x": 1000, + "max_k": 300, + "max_s": 15000 + }, + { + "max_a_size": 10, + "max_u": 1000, + "max_x": 500, + "max_k": 200, + "max_s": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkuroniandthecelebration_test.json b/examples/pipelines/all_configs/Dkuroniandthecelebration_test.json new file mode 100644 index 0000000..af02153 --- /dev/null +++ b/examples/pipelines/all_configs/Dkuroniandthecelebration_test.json @@ -0,0 +1,314 @@ +[ + { + "n": 8, + "r": 5, + "edges": [ + [ + 5, + 4 + ], + [ + 5, + 6 + ], + [ + 4, + 3 + ], + [ + 4, + 7 + ], + [ + 6, + 2 + ], + [ + 6, + 8 + ], + [ + 3, + 1 + ] + ] + }, + { + "n": 15, + "r": 8, + "edges": [ + [ + 8, + 7 + ], + [ + 8, + 9 + ], + [ + 7, + 6 + ], + [ + 7, + 5 + ], + [ + 9, + 10 + ], + [ + 9, + 11 + ], + [ + 10, + 12 + ], + [ + 10, + 13 + ], + [ + 11, + 14 + ], + [ + 11, + 15 + ] + ] + }, + { + "n": 50, + "r": 25, + "edges": [ + [ + 25, + 24 + ], + [ + 25, + 26 + ], + [ + 24, + 23 + ], + [ + 24, + 22 + ], + [ + 26, + 27 + ], + [ + 26, + 28 + ], + [ + 23, + 29 + ], + [ + 23, + 30 + ], + [ + 22, + 31 + ], + [ + 22, + 32 + ], + [ + 27, + 33 + ], + [ + 27, + 34 + ], + [ + 28, + 35 + ], + [ + 28, + 36 + ], + [ + 29, + 37 + ], + [ + 29, + 38 + ], + [ + 30, + 39 + ], + [ + 30, + 40 + ], + [ + 31, + 41 + ], + [ + 31, + 42 + ], + [ + 32, + 43 + ], + [ + 32, + 44 + ], + [ + 33, + 45 + ], + [ + 33, + 46 + ], + [ + 34, + 47 + ], + [ + 34, + 48 + ], + [ + 35, + 49 + ], + [ + 35, + 50 + ], + [ + 36, + 1 + ], + [ + 36, + 2 + ], + [ + 37, + 3 + ], + [ + 37, + 4 + ], + [ + 38, + 5 + ], + [ + 38, + 6 + ], + [ + 39, + 7 + ], + [ + 39, + 8 + ], + [ + 40, + 9 + ], + [ + 40, + 10 + ], + [ + 41, + 11 + ], + [ + 41, + 12 + ], + [ + 42, + 13 + ], + [ + 42, + 14 + ], + [ + 43, + 15 + ], + [ + 43, + 16 + ], + [ + 44, + 17 + ], + [ + 44, + 18 + ], + [ + 45, + 19 + ], + [ + 45, + 20 + ], + [ + 46, + 21 + ], + [ + 46, + 22 + ] + ] + }, + { + "n": 6, + "r": 4, + "edges": [ + [ + 1, + 4 + ], + [ + 4, + 2 + ], + [ + 5, + 3 + ], + [ + 6, + 3 + ], + [ + 2, + 3 + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dkuroniandthecelebration_train.json b/examples/pipelines/all_configs/Dkuroniandthecelebration_train.json new file mode 100644 index 0000000..af02153 --- /dev/null +++ b/examples/pipelines/all_configs/Dkuroniandthecelebration_train.json @@ -0,0 +1,314 @@ +[ + { + "n": 8, + "r": 5, + "edges": [ + [ + 5, + 4 + ], + [ + 5, + 6 + ], + [ + 4, + 3 + ], + [ + 4, + 7 + ], + [ + 6, + 2 + ], + [ + 6, + 8 + ], + [ + 3, + 1 + ] + ] + }, + { + "n": 15, + "r": 8, + "edges": [ + [ + 8, + 7 + ], + [ + 8, + 9 + ], + [ + 7, + 6 + ], + [ + 7, + 5 + ], + [ + 9, + 10 + ], + [ + 9, + 11 + ], + [ + 10, + 12 + ], + [ + 10, + 13 + ], + [ + 11, + 14 + ], + [ + 11, + 15 + ] + ] + }, + { + "n": 50, + "r": 25, + "edges": [ + [ + 25, + 24 + ], + [ + 25, + 26 + ], + [ + 24, + 23 + ], + [ + 24, + 22 + ], + [ + 26, + 27 + ], + [ + 26, + 28 + ], + [ + 23, + 29 + ], + [ + 23, + 30 + ], + [ + 22, + 31 + ], + [ + 22, + 32 + ], + [ + 27, + 33 + ], + [ + 27, + 34 + ], + [ + 28, + 35 + ], + [ + 28, + 36 + ], + [ + 29, + 37 + ], + [ + 29, + 38 + ], + [ + 30, + 39 + ], + [ + 30, + 40 + ], + [ + 31, + 41 + ], + [ + 31, + 42 + ], + [ + 32, + 43 + ], + [ + 32, + 44 + ], + [ + 33, + 45 + ], + [ + 33, + 46 + ], + [ + 34, + 47 + ], + [ + 34, + 48 + ], + [ + 35, + 49 + ], + [ + 35, + 50 + ], + [ + 36, + 1 + ], + [ + 36, + 2 + ], + [ + 37, + 3 + ], + [ + 37, + 4 + ], + [ + 38, + 5 + ], + [ + 38, + 6 + ], + [ + 39, + 7 + ], + [ + 39, + 8 + ], + [ + 40, + 9 + ], + [ + 40, + 10 + ], + [ + 41, + 11 + ], + [ + 41, + 12 + ], + [ + 42, + 13 + ], + [ + 42, + 14 + ], + [ + 43, + 15 + ], + [ + 43, + 16 + ], + [ + 44, + 17 + ], + [ + 44, + 18 + ], + [ + 45, + 19 + ], + [ + 45, + 20 + ], + [ + 46, + 21 + ], + [ + 46, + 22 + ] + ] + }, + { + "n": 6, + "r": 4, + "edges": [ + [ + 1, + 4 + ], + [ + 4, + 2 + ], + [ + 5, + 3 + ], + [ + 6, + 3 + ], + [ + 2, + 3 + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dlcc_test.json b/examples/pipelines/all_configs/Dlcc_test.json new file mode 100644 index 0000000..bd9fc14 --- /dev/null +++ b/examples/pipelines/all_configs/Dlcc_test.json @@ -0,0 +1,11 @@ +[ + { + "max_n": 5 + }, + { + "max_n": 3 + }, + { + "max_n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dlcc_train.json b/examples/pipelines/all_configs/Dlcc_train.json new file mode 100644 index 0000000..bd9fc14 --- /dev/null +++ b/examples/pipelines/all_configs/Dlcc_train.json @@ -0,0 +1,11 @@ +[ + { + "max_n": 5 + }, + { + "max_n": 3 + }, + { + "max_n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dletsplaythewords_test.json b/examples/pipelines/all_configs/Dletsplaythewords_test.json new file mode 100644 index 0000000..662f63f --- /dev/null +++ b/examples/pipelines/all_configs/Dletsplaythewords_test.json @@ -0,0 +1,20 @@ +[ + { + "min_words": 5, + "max_words": 20, + "min_length": 3, + "max_length": 8 + }, + { + "min_words": 2, + "max_words": 10, + "min_length": 2, + "max_length": 10 + }, + { + "min_words": 3, + "max_words": 15, + "min_length": 4, + "max_length": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dletsplaythewords_train.json b/examples/pipelines/all_configs/Dletsplaythewords_train.json new file mode 100644 index 0000000..662f63f --- /dev/null +++ b/examples/pipelines/all_configs/Dletsplaythewords_train.json @@ -0,0 +1,20 @@ +[ + { + "min_words": 5, + "max_words": 20, + "min_length": 3, + "max_length": 8 + }, + { + "min_words": 2, + "max_words": 10, + "min_length": 2, + "max_length": 10 + }, + { + "min_words": 3, + "max_words": 15, + "min_length": 4, + "max_length": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dlosttree_test.json b/examples/pipelines/all_configs/Dlosttree_test.json new file mode 100644 index 0000000..2f40607 --- /dev/null +++ b/examples/pipelines/all_configs/Dlosttree_test.json @@ -0,0 +1,11 @@ +[ + { + "n": 2 + }, + { + "n": 5 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dlosttree_train.json b/examples/pipelines/all_configs/Dlosttree_train.json new file mode 100644 index 0000000..2f40607 --- /dev/null +++ b/examples/pipelines/all_configs/Dlosttree_train.json @@ -0,0 +1,11 @@ +[ + { + "n": 2 + }, + { + "n": 5 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dlunarnewyearandawander_test.json b/examples/pipelines/all_configs/Dlunarnewyearandawander_test.json new file mode 100644 index 0000000..379c4a2 --- /dev/null +++ b/examples/pipelines/all_configs/Dlunarnewyearandawander_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 10, + "m": 15 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 3, + "m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dlunarnewyearandawander_train.json b/examples/pipelines/all_configs/Dlunarnewyearandawander_train.json new file mode 100644 index 0000000..379c4a2 --- /dev/null +++ b/examples/pipelines/all_configs/Dlunarnewyearandawander_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 10, + "m": 15 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 3, + "m": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmahmoudandehabandanotherarrayconstructiontask_test.json b/examples/pipelines/all_configs/Dmahmoudandehabandanotherarrayconstructiontask_test.json new file mode 100644 index 0000000..81c3f4f --- /dev/null +++ b/examples/pipelines/all_configs/Dmahmoudandehabandanotherarrayconstructiontask_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_ai": 200 + }, + { + "max_n": 15, + "max_ai": 150 + }, + { + "max_n": 12, + "max_ai": 120 + }, + { + "max_n": 3, + "max_ai": 30 + }, + { + "max_n": 8, + "max_ai": 80 + }, + { + "max_n": 25, + "max_ai": 250 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmahmoudandehabandanotherarrayconstructiontask_train.json b/examples/pipelines/all_configs/Dmahmoudandehabandanotherarrayconstructiontask_train.json new file mode 100644 index 0000000..81c3f4f --- /dev/null +++ b/examples/pipelines/all_configs/Dmahmoudandehabandanotherarrayconstructiontask_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_ai": 200 + }, + { + "max_n": 15, + "max_ai": 150 + }, + { + "max_n": 12, + "max_ai": 120 + }, + { + "max_n": 3, + "max_ai": 30 + }, + { + "max_n": 8, + "max_ai": 80 + }, + { + "max_n": 25, + "max_ai": 250 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmahmoudandehabandthebinarystring_test.json b/examples/pipelines/all_configs/Dmahmoudandehabandthebinarystring_test.json new file mode 100644 index 0000000..c7bb248 --- /dev/null +++ b/examples/pipelines/all_configs/Dmahmoudandehabandthebinarystring_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 999, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 500 + }, + { + "min_n": 100, + "max_n": 500 + }, + { + "min_n": 2, + "max_n": 200 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmahmoudandehabandthebinarystring_train.json b/examples/pipelines/all_configs/Dmahmoudandehabandthebinarystring_train.json new file mode 100644 index 0000000..c7bb248 --- /dev/null +++ b/examples/pipelines/all_configs/Dmahmoudandehabandthebinarystring_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 999, + "max_n": 1000 + }, + { + "min_n": 2, + "max_n": 500 + }, + { + "min_n": 100, + "max_n": 500 + }, + { + "min_n": 2, + "max_n": 200 + }, + { + "min_n": 2, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmarsrover_test.json b/examples/pipelines/all_configs/Dmarsrover_test.json new file mode 100644 index 0000000..350903f --- /dev/null +++ b/examples/pipelines/all_configs/Dmarsrover_test.json @@ -0,0 +1,30 @@ +[ + { + "max_depth": 5, + "min_inputs": 5 + }, + { + "max_depth": 5, + "min_inputs": 4 + }, + { + "max_depth": 4, + "min_inputs": 5 + }, + { + "max_depth": 5, + "min_inputs": 3 + }, + { + "max_depth": 4, + "min_inputs": 3 + }, + { + "max_depth": 3, + "min_inputs": 3 + }, + { + "max_depth": 3, + "min_inputs": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmarsrover_train.json b/examples/pipelines/all_configs/Dmarsrover_train.json new file mode 100644 index 0000000..350903f --- /dev/null +++ b/examples/pipelines/all_configs/Dmarsrover_train.json @@ -0,0 +1,30 @@ +[ + { + "max_depth": 5, + "min_inputs": 5 + }, + { + "max_depth": 5, + "min_inputs": 4 + }, + { + "max_depth": 4, + "min_inputs": 5 + }, + { + "max_depth": 5, + "min_inputs": 3 + }, + { + "max_depth": 4, + "min_inputs": 3 + }, + { + "max_depth": 3, + "min_inputs": 3 + }, + { + "max_depth": 3, + "min_inputs": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmashmokhandwatertanks_test.json b/examples/pipelines/all_configs/Dmashmokhandwatertanks_test.json new file mode 100644 index 0000000..23a2c26 --- /dev/null +++ b/examples/pipelines/all_configs/Dmashmokhandwatertanks_test.json @@ -0,0 +1,22 @@ +[ + { + "m": 10, + "k": 5, + "p": 500 + }, + { + "m": 10, + "k": 0, + "p": 0 + }, + { + "m": 20, + "k": 10, + "p": 1000 + }, + { + "m": 10, + "k": 2, + "p": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmashmokhandwatertanks_train.json b/examples/pipelines/all_configs/Dmashmokhandwatertanks_train.json new file mode 100644 index 0000000..23a2c26 --- /dev/null +++ b/examples/pipelines/all_configs/Dmashmokhandwatertanks_train.json @@ -0,0 +1,22 @@ +[ + { + "m": 10, + "k": 5, + "p": 500 + }, + { + "m": 10, + "k": 0, + "p": 0 + }, + { + "m": 20, + "k": 10, + "p": 1000 + }, + { + "m": 10, + "k": 2, + "p": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmaxmedian_test.json b/examples/pipelines/all_configs/Dmaxmedian_test.json new file mode 100644 index 0000000..65792e1 --- /dev/null +++ b/examples/pipelines/all_configs/Dmaxmedian_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 30, + "max_val": 50, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 20, + "max_val": 50, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 20, + "max_val": 20, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 25, + "max_val": 30, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmaxmedian_train.json b/examples/pipelines/all_configs/Dmaxmedian_train.json new file mode 100644 index 0000000..65792e1 --- /dev/null +++ b/examples/pipelines/all_configs/Dmaxmedian_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 10, + "max_n": 30, + "max_val": 50, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 20, + "max_val": 50, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 20, + "max_val": 20, + "ensure_solvable": true + }, + { + "min_n": 5, + "max_n": 25, + "max_val": 30, + "ensure_solvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmichaelandchargingstations_test.json b/examples/pipelines/all_configs/Dmichaelandchargingstations_test.json new file mode 100644 index 0000000..76e78b4 --- /dev/null +++ b/examples/pipelines/all_configs/Dmichaelandchargingstations_test.json @@ -0,0 +1,18 @@ +[ + { + "max_days": 100, + "seed": null + }, + { + "max_days": 10, + "seed": 456 + }, + { + "max_days": 300000, + "seed": 2048 + }, + { + "max_days": 200, + "seed": 1024 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmichaelandchargingstations_train.json b/examples/pipelines/all_configs/Dmichaelandchargingstations_train.json new file mode 100644 index 0000000..76e78b4 --- /dev/null +++ b/examples/pipelines/all_configs/Dmichaelandchargingstations_train.json @@ -0,0 +1,18 @@ +[ + { + "max_days": 100, + "seed": null + }, + { + "max_days": 10, + "seed": 456 + }, + { + "max_days": 300000, + "seed": 2048 + }, + { + "max_days": 200, + "seed": 1024 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dminimumdiametertree_test.json b/examples/pipelines/all_configs/Dminimumdiametertree_test.json new file mode 100644 index 0000000..4f075df --- /dev/null +++ b/examples/pipelines/all_configs/Dminimumdiametertree_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 200, + "min_s": 1, + "max_s": 1000000 + }, + { + "min_n": 2, + "max_n": 100, + "min_s": 1, + "max_s": 1000000000 + }, + { + "min_n": 2, + "max_n": 20, + "min_s": 1, + "max_s": 10000000 + }, + { + "min_n": 2, + "max_n": 10, + "min_s": 1, + "max_s": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dminimumdiametertree_train.json b/examples/pipelines/all_configs/Dminimumdiametertree_train.json new file mode 100644 index 0000000..4f075df --- /dev/null +++ b/examples/pipelines/all_configs/Dminimumdiametertree_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 200, + "min_s": 1, + "max_s": 1000000 + }, + { + "min_n": 2, + "max_n": 100, + "min_s": 1, + "max_s": 1000000000 + }, + { + "min_n": 2, + "max_n": 20, + "min_s": 1, + "max_s": 10000000 + }, + { + "min_n": 2, + "max_n": 10, + "min_s": 1, + "max_s": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmissionimpassable_test.json b/examples/pipelines/all_configs/Dmissionimpassable_test.json new file mode 100644 index 0000000..69a1510 --- /dev/null +++ b/examples/pipelines/all_configs/Dmissionimpassable_test.json @@ -0,0 +1,18 @@ +[ + { + "max_length": 50, + "a_positive_prob": 0.7 + }, + { + "max_length": 60, + "a_positive_prob": 0.8 + }, + { + "max_length": 70, + "a_positive_prob": 0.9 + }, + { + "max_length": 40, + "a_positive_prob": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmissionimpassable_train.json b/examples/pipelines/all_configs/Dmissionimpassable_train.json new file mode 100644 index 0000000..69a1510 --- /dev/null +++ b/examples/pipelines/all_configs/Dmissionimpassable_train.json @@ -0,0 +1,18 @@ +[ + { + "max_length": 50, + "a_positive_prob": 0.7 + }, + { + "max_length": 60, + "a_positive_prob": 0.8 + }, + { + "max_length": 70, + "a_positive_prob": 0.9 + }, + { + "max_length": 40, + "a_positive_prob": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmisspunyverse_test.json b/examples/pipelines/all_configs/Dmisspunyverse_test.json new file mode 100644 index 0000000..94c319f --- /dev/null +++ b/examples/pipelines/all_configs/Dmisspunyverse_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "min_n": 5, + "max_value": 1000 + }, + { + "max_n": 10, + "min_n": 2, + "max_value": 100 + }, + { + "max_n": 30, + "min_n": 5, + "max_value": 10000 + }, + { + "max_n": 25, + "min_n": 4, + "max_value": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmisspunyverse_train.json b/examples/pipelines/all_configs/Dmisspunyverse_train.json new file mode 100644 index 0000000..94c319f --- /dev/null +++ b/examples/pipelines/all_configs/Dmisspunyverse_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "min_n": 5, + "max_value": 1000 + }, + { + "max_n": 10, + "min_n": 2, + "max_value": 100 + }, + { + "max_n": 30, + "min_n": 5, + "max_value": 10000 + }, + { + "max_n": 25, + "min_n": 4, + "max_value": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmrkitayutascolorfulgraph_test.json b/examples/pipelines/all_configs/Dmrkitayutascolorfulgraph_test.json new file mode 100644 index 0000000..dd3dcd9 --- /dev/null +++ b/examples/pipelines/all_configs/Dmrkitayutascolorfulgraph_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "m": 5, + "q": 3, + "c_max": 3 + }, + { + "n": 6, + "m": 8, + "q": 4, + "c_max": 2 + }, + { + "n": 7, + "m": 10, + "q": 6, + "c_max": 5 + }, + { + "n": 3, + "m": 4, + "q": 2, + "c_max": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmrkitayutascolorfulgraph_train.json b/examples/pipelines/all_configs/Dmrkitayutascolorfulgraph_train.json new file mode 100644 index 0000000..dd3dcd9 --- /dev/null +++ b/examples/pipelines/all_configs/Dmrkitayutascolorfulgraph_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "m": 5, + "q": 3, + "c_max": 3 + }, + { + "n": 6, + "m": 8, + "q": 4, + "c_max": 2 + }, + { + "n": 7, + "m": 10, + "q": 6, + "c_max": 5 + }, + { + "n": 3, + "m": 4, + "q": 2, + "c_max": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmultiplesandpowerdifferences_test.json b/examples/pipelines/all_configs/Dmultiplesandpowerdifferences_test.json new file mode 100644 index 0000000..3d64a9b --- /dev/null +++ b/examples/pipelines/all_configs/Dmultiplesandpowerdifferences_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 2, + "m": 3, + "min_a": 1, + "max_a": 16 + }, + { + "n": 2, + "m": 2, + "min_a": 3, + "max_a": 8 + }, + { + "n": 5, + "m": 4, + "min_a": 2, + "max_a": 16 + }, + { + "n": 4, + "m": 5, + "min_a": 1, + "max_a": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dmultiplesandpowerdifferences_train.json b/examples/pipelines/all_configs/Dmultiplesandpowerdifferences_train.json new file mode 100644 index 0000000..3d64a9b --- /dev/null +++ b/examples/pipelines/all_configs/Dmultiplesandpowerdifferences_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 2, + "m": 3, + "min_a": 1, + "max_a": 16 + }, + { + "n": 2, + "m": 2, + "min_a": 3, + "max_a": 8 + }, + { + "n": 5, + "m": 4, + "min_a": 2, + "max_a": 16 + }, + { + "n": 4, + "m": 5, + "min_a": 1, + "max_a": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnashmatrix_test.json b/examples/pipelines/all_configs/Dnashmatrix_test.json new file mode 100644 index 0000000..ae7c116 --- /dev/null +++ b/examples/pipelines/all_configs/Dnashmatrix_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "x_prob": 0.1, + "invalid_prob": 0.2 + }, + { + "n": 20, + "x_prob": 0.3, + "invalid_prob": 0.4 + }, + { + "n": 3, + "x_prob": 0.2, + "invalid_prob": 0.3 + }, + { + "n": 10, + "x_prob": 0.25, + "invalid_prob": 0.35 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnashmatrix_train.json b/examples/pipelines/all_configs/Dnashmatrix_train.json new file mode 100644 index 0000000..ae7c116 --- /dev/null +++ b/examples/pipelines/all_configs/Dnashmatrix_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "x_prob": 0.1, + "invalid_prob": 0.2 + }, + { + "n": 20, + "x_prob": 0.3, + "invalid_prob": 0.4 + }, + { + "n": 3, + "x_prob": 0.2, + "invalid_prob": 0.3 + }, + { + "n": 10, + "x_prob": 0.25, + "invalid_prob": 0.35 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnauuoandportals_test.json b/examples/pipelines/all_configs/Dnauuoandportals_test.json new file mode 100644 index 0000000..c75aea3 --- /dev/null +++ b/examples/pipelines/all_configs/Dnauuoandportals_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 1 + }, + { + "n": 3 + }, + { + "n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnauuoandportals_train.json b/examples/pipelines/all_configs/Dnauuoandportals_train.json new file mode 100644 index 0000000..c75aea3 --- /dev/null +++ b/examples/pipelines/all_configs/Dnauuoandportals_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 1 + }, + { + "n": 3 + }, + { + "n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnewpassengertrams_test.json b/examples/pipelines/all_configs/Dnewpassengertrams_test.json new file mode 100644 index 0000000..1ef52ff --- /dev/null +++ b/examples/pipelines/all_configs/Dnewpassengertrams_test.json @@ -0,0 +1,26 @@ +[ + { + "h": 24, + "m": 60, + "k": 15, + "n": 5 + }, + { + "h": 36, + "m": 60, + "k": 30, + "n": 10 + }, + { + "h": 10, + "m": 60, + "k": 10, + "n": 5 + }, + { + "h": 24, + "m": 40, + "k": 20, + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnewpassengertrams_train.json b/examples/pipelines/all_configs/Dnewpassengertrams_train.json new file mode 100644 index 0000000..1ef52ff --- /dev/null +++ b/examples/pipelines/all_configs/Dnewpassengertrams_train.json @@ -0,0 +1,26 @@ +[ + { + "h": 24, + "m": 60, + "k": 15, + "n": 5 + }, + { + "h": 36, + "m": 60, + "k": 30, + "n": 10 + }, + { + "h": 10, + "m": 60, + "k": 10, + "n": 5 + }, + { + "h": 24, + "m": 40, + "k": 20, + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnewyearandancientprophecy_test.json b/examples/pipelines/all_configs/Dnewyearandancientprophecy_test.json new file mode 100644 index 0000000..85eb141 --- /dev/null +++ b/examples/pipelines/all_configs/Dnewyearandancientprophecy_test.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 1, + "max_length": 15 + }, + { + "min_length": 2, + "max_length": 10 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 3, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnewyearandancientprophecy_train.json b/examples/pipelines/all_configs/Dnewyearandancientprophecy_train.json new file mode 100644 index 0000000..85eb141 --- /dev/null +++ b/examples/pipelines/all_configs/Dnewyearandancientprophecy_train.json @@ -0,0 +1,22 @@ +[ + { + "min_length": 1, + "max_length": 15 + }, + { + "min_length": 2, + "max_length": 10 + }, + { + "min_length": 1, + "max_length": 5 + }, + { + "min_length": 3, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnewyearsantanetwork_test.json b/examples/pipelines/all_configs/Dnewyearsantanetwork_test.json new file mode 100644 index 0000000..a975ab2 --- /dev/null +++ b/examples/pipelines/all_configs/Dnewyearsantanetwork_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 100, + "q": 20, + "max_initial_length": 1000 + }, + { + "n": 4, + "q": 2, + "max_initial_length": 5000 + }, + { + "n": 5, + "q": 3, + "max_initial_length": 200 + }, + { + "n": 10, + "q": 10, + "max_initial_length": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnewyearsantanetwork_train.json b/examples/pipelines/all_configs/Dnewyearsantanetwork_train.json new file mode 100644 index 0000000..a975ab2 --- /dev/null +++ b/examples/pipelines/all_configs/Dnewyearsantanetwork_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 100, + "q": 20, + "max_initial_length": 1000 + }, + { + "n": 4, + "q": 2, + "max_initial_length": 5000 + }, + { + "n": 5, + "q": 3, + "max_initial_length": 200 + }, + { + "n": 10, + "q": 10, + "max_initial_length": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnudistbeach_test.json b/examples/pipelines/all_configs/Dnudistbeach_test.json new file mode 100644 index 0000000..56ead92 --- /dev/null +++ b/examples/pipelines/all_configs/Dnudistbeach_test.json @@ -0,0 +1,32 @@ +[ + { + "n": 6, + "m": 7, + "k": 2 + }, + { + "n": 10, + "m": 15, + "k": 3 + }, + { + "n": 8, + "m": 10, + "k": 2 + }, + { + "n": 9, + "m": 12, + "k": 4 + }, + { + "n": 12, + "m": 18, + "k": 4 + }, + { + "n": 5, + "m": 5, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dnudistbeach_train.json b/examples/pipelines/all_configs/Dnudistbeach_train.json new file mode 100644 index 0000000..56ead92 --- /dev/null +++ b/examples/pipelines/all_configs/Dnudistbeach_train.json @@ -0,0 +1,32 @@ +[ + { + "n": 6, + "m": 7, + "k": 2 + }, + { + "n": 10, + "m": 15, + "k": 3 + }, + { + "n": 8, + "m": 10, + "k": 2 + }, + { + "n": 9, + "m": 12, + "k": 4 + }, + { + "n": 12, + "m": 18, + "k": 4 + }, + { + "n": 5, + "m": 5, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dolyaandmagicalsquare_test.json b/examples/pipelines/all_configs/Dolyaandmagicalsquare_test.json new file mode 100644 index 0000000..d6783a7 --- /dev/null +++ b/examples/pipelines/all_configs/Dolyaandmagicalsquare_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 1, + "n_max": 20, + "k_ratio": [ + 0.3, + 0.7 + ], + "random_seed": 666, + "test_case_type": "invalid" + }, + { + "n_min": 1, + "n_max": 10, + "k_ratio": [ + 0.1, + 0.9 + ], + "random_seed": 42, + "test_case_type": "mixed" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dolyaandmagicalsquare_train.json b/examples/pipelines/all_configs/Dolyaandmagicalsquare_train.json new file mode 100644 index 0000000..d6783a7 --- /dev/null +++ b/examples/pipelines/all_configs/Dolyaandmagicalsquare_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 1, + "n_max": 20, + "k_ratio": [ + 0.3, + 0.7 + ], + "random_seed": 666, + "test_case_type": "invalid" + }, + { + "n_min": 1, + "n_max": 10, + "k_ratio": [ + 0.1, + 0.9 + ], + "random_seed": 42, + "test_case_type": "mixed" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Domkarandbedwars_test.json b/examples/pipelines/all_configs/Domkarandbedwars_test.json new file mode 100644 index 0000000..487cb18 --- /dev/null +++ b/examples/pipelines/all_configs/Domkarandbedwars_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 4, + "max_n": 15 + }, + { + "min_n": 5, + "max_n": 25 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Domkarandbedwars_train.json b/examples/pipelines/all_configs/Domkarandbedwars_train.json new file mode 100644 index 0000000..487cb18 --- /dev/null +++ b/examples/pipelines/all_configs/Domkarandbedwars_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 4, + "max_n": 15 + }, + { + "min_n": 5, + "max_n": 25 + }, + { + "min_n": 3, + "max_n": 20 + }, + { + "min_n": 3, + "max_n": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Domnomandnecklace_test.json b/examples/pipelines/all_configs/Domnomandnecklace_test.json new file mode 100644 index 0000000..3706c38 --- /dev/null +++ b/examples/pipelines/all_configs/Domnomandnecklace_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 20, + "max_k": 5 + }, + { + "max_n": 200, + "max_k": 50 + }, + { + "max_n": 50, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Domnomandnecklace_train.json b/examples/pipelines/all_configs/Domnomandnecklace_train.json new file mode 100644 index 0000000..3706c38 --- /dev/null +++ b/examples/pipelines/all_configs/Domnomandnecklace_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 20, + "max_k": 5 + }, + { + "max_n": 200, + "max_k": 50 + }, + { + "max_n": 50, + "max_k": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpackagedelivery_test.json b/examples/pipelines/all_configs/Dpackagedelivery_test.json new file mode 100644 index 0000000..214c0fe --- /dev/null +++ b/examples/pipelines/all_configs/Dpackagedelivery_test.json @@ -0,0 +1,18 @@ +[ + { + "d_min": 50, + "d_max": 500, + "n_min": 5, + "n_max": 200, + "m_min": 5, + "m_max": 100 + }, + { + "d_min": 10, + "d_max": 100, + "n_min": 1, + "n_max": 50, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpackagedelivery_train.json b/examples/pipelines/all_configs/Dpackagedelivery_train.json new file mode 100644 index 0000000..214c0fe --- /dev/null +++ b/examples/pipelines/all_configs/Dpackagedelivery_train.json @@ -0,0 +1,18 @@ +[ + { + "d_min": 50, + "d_max": 500, + "n_min": 5, + "n_max": 200, + "m_min": 5, + "m_max": 100 + }, + { + "d_min": 10, + "d_max": 100, + "n_min": 1, + "n_max": 50, + "m_min": 1, + "m_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpaintthetree_test.json b/examples/pipelines/all_configs/Dpaintthetree_test.json new file mode 100644 index 0000000..f5424c1 --- /dev/null +++ b/examples/pipelines/all_configs/Dpaintthetree_test.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 3, + "max_n": 10, + "chain_prob": 0.5, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 20, + "chain_prob": 0.4, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 15, + "chain_prob": 0.5, + "cost_min": 1, + "cost_max": 20 + }, + { + "min_n": 3, + "max_n": 5, + "chain_prob": 0.5, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 10, + "chain_prob": 0.8, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 10, + "chain_prob": 0.7, + "cost_min": 1, + "cost_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpaintthetree_train.json b/examples/pipelines/all_configs/Dpaintthetree_train.json new file mode 100644 index 0000000..f5424c1 --- /dev/null +++ b/examples/pipelines/all_configs/Dpaintthetree_train.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 3, + "max_n": 10, + "chain_prob": 0.5, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 20, + "chain_prob": 0.4, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 15, + "chain_prob": 0.5, + "cost_min": 1, + "cost_max": 20 + }, + { + "min_n": 3, + "max_n": 5, + "chain_prob": 0.5, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 10, + "chain_prob": 0.8, + "cost_min": 1, + "cost_max": 10 + }, + { + "min_n": 3, + "max_n": 10, + "chain_prob": 0.7, + "cost_min": 1, + "cost_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpalindromiccharacteristics_test.json b/examples/pipelines/all_configs/Dpalindromiccharacteristics_test.json new file mode 100644 index 0000000..5ee2faa --- /dev/null +++ b/examples/pipelines/all_configs/Dpalindromiccharacteristics_test.json @@ -0,0 +1,37 @@ +[ + { + "min_length": 1, + "max_length": 20, + "allowed_chars": "a" + }, + { + "min_length": 5, + "max_length": 20, + "allowed_chars": "xyz" + }, + { + "min_length": 5, + "max_length": 15, + "allowed_chars": "lmnop" + }, + { + "min_length": 2, + "max_length": 15, + "allowed_chars": "abcdef" + }, + { + "min_length": 2, + "max_length": 20, + "allowed_chars": "abcdefg" + }, + { + "min_length": 3, + "max_length": 10, + "allowed_chars": "abcd" + }, + { + "min_length": 10, + "max_length": 20, + "allowed_chars": "qwerty" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpalindromiccharacteristics_train.json b/examples/pipelines/all_configs/Dpalindromiccharacteristics_train.json new file mode 100644 index 0000000..5ee2faa --- /dev/null +++ b/examples/pipelines/all_configs/Dpalindromiccharacteristics_train.json @@ -0,0 +1,37 @@ +[ + { + "min_length": 1, + "max_length": 20, + "allowed_chars": "a" + }, + { + "min_length": 5, + "max_length": 20, + "allowed_chars": "xyz" + }, + { + "min_length": 5, + "max_length": 15, + "allowed_chars": "lmnop" + }, + { + "min_length": 2, + "max_length": 15, + "allowed_chars": "abcdef" + }, + { + "min_length": 2, + "max_length": 20, + "allowed_chars": "abcdefg" + }, + { + "min_length": 3, + "max_length": 10, + "allowed_chars": "abcd" + }, + { + "min_length": 10, + "max_length": 20, + "allowed_chars": "qwerty" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpickingstrings_test.json b/examples/pipelines/all_configs/Dpickingstrings_test.json new file mode 100644 index 0000000..99222c0 --- /dev/null +++ b/examples/pipelines/all_configs/Dpickingstrings_test.json @@ -0,0 +1,44 @@ +[ + { + "max_s_length": 12, + "max_t_length": 12, + "max_queries": 6, + "max_attempts": 12 + }, + { + "max_s_length": 5, + "max_t_length": 5, + "max_queries": 3, + "max_attempts": 5 + }, + { + "max_s_length": 15, + "max_t_length": 15, + "max_queries": 8, + "max_attempts": 15 + }, + { + "max_s_length": 18, + "max_t_length": 18, + "max_queries": 9, + "max_attempts": 18 + }, + { + "max_s_length": 3, + "max_t_length": 3, + "max_queries": 2, + "max_attempts": 3 + }, + { + "max_s_length": 8, + "max_t_length": 8, + "max_queries": 5, + "max_attempts": 8 + }, + { + "max_s_length": 4, + "max_t_length": 4, + "max_queries": 3, + "max_attempts": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpickingstrings_train.json b/examples/pipelines/all_configs/Dpickingstrings_train.json new file mode 100644 index 0000000..99222c0 --- /dev/null +++ b/examples/pipelines/all_configs/Dpickingstrings_train.json @@ -0,0 +1,44 @@ +[ + { + "max_s_length": 12, + "max_t_length": 12, + "max_queries": 6, + "max_attempts": 12 + }, + { + "max_s_length": 5, + "max_t_length": 5, + "max_queries": 3, + "max_attempts": 5 + }, + { + "max_s_length": 15, + "max_t_length": 15, + "max_queries": 8, + "max_attempts": 15 + }, + { + "max_s_length": 18, + "max_t_length": 18, + "max_queries": 9, + "max_attempts": 18 + }, + { + "max_s_length": 3, + "max_t_length": 3, + "max_queries": 2, + "max_attempts": 3 + }, + { + "max_s_length": 8, + "max_t_length": 8, + "max_queries": 5, + "max_attempts": 8 + }, + { + "max_s_length": 4, + "max_t_length": 4, + "max_queries": 3, + "max_attempts": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpiet_test.json b/examples/pipelines/all_configs/Dpiet_test.json new file mode 100644 index 0000000..205d9f6 --- /dev/null +++ b/examples/pipelines/all_configs/Dpiet_test.json @@ -0,0 +1,22 @@ +[ + { + "max_rows": 5, + "max_cols": 10, + "max_steps": 1000 + }, + { + "max_rows": 3, + "max_cols": 5, + "max_steps": 200 + }, + { + "max_rows": 3, + "max_cols": 3, + "max_steps": 100 + }, + { + "max_rows": 5, + "max_cols": 5, + "max_steps": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpiet_train.json b/examples/pipelines/all_configs/Dpiet_train.json new file mode 100644 index 0000000..205d9f6 --- /dev/null +++ b/examples/pipelines/all_configs/Dpiet_train.json @@ -0,0 +1,22 @@ +[ + { + "max_rows": 5, + "max_cols": 10, + "max_steps": 1000 + }, + { + "max_rows": 3, + "max_cols": 5, + "max_steps": 200 + }, + { + "max_rows": 3, + "max_cols": 3, + "max_steps": 100 + }, + { + "max_rows": 5, + "max_cols": 5, + "max_steps": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpolyline_test.json b/examples/pipelines/all_configs/Dpolyline_test.json new file mode 100644 index 0000000..6772b71 --- /dev/null +++ b/examples/pipelines/all_configs/Dpolyline_test.json @@ -0,0 +1,42 @@ +[ + { + "x_range": [ + -100, + 100 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "x_range": [ + -1000000, + 1000000 + ], + "y_range": [ + -1000000, + 1000000 + ] + }, + { + "x_range": [ + -1000, + 1000 + ], + "y_range": [ + -1000, + 1000 + ] + }, + { + "x_range": [ + -100000, + 100000 + ], + "y_range": [ + -100000, + 100000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpolyline_train.json b/examples/pipelines/all_configs/Dpolyline_train.json new file mode 100644 index 0000000..6772b71 --- /dev/null +++ b/examples/pipelines/all_configs/Dpolyline_train.json @@ -0,0 +1,42 @@ +[ + { + "x_range": [ + -100, + 100 + ], + "y_range": [ + -100, + 100 + ] + }, + { + "x_range": [ + -1000000, + 1000000 + ], + "y_range": [ + -1000000, + 1000000 + ] + }, + { + "x_range": [ + -1000, + 1000 + ], + "y_range": [ + -1000, + 1000 + ] + }, + { + "x_range": [ + -100000, + 100000 + ], + "y_range": [ + -100000, + 100000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dportals_test.json b/examples/pipelines/all_configs/Dportals_test.json new file mode 100644 index 0000000..2a39258 --- /dev/null +++ b/examples/pipelines/all_configs/Dportals_test.json @@ -0,0 +1,12 @@ +[ + { + "max_n": 6, + "max_m": 5, + "max_k": 5000 + }, + { + "max_n": 5, + "max_m": 4, + "max_k": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dportals_train.json b/examples/pipelines/all_configs/Dportals_train.json new file mode 100644 index 0000000..2a39258 --- /dev/null +++ b/examples/pipelines/all_configs/Dportals_train.json @@ -0,0 +1,12 @@ +[ + { + "max_n": 6, + "max_m": 5, + "max_k": 5000 + }, + { + "max_n": 5, + "max_m": 4, + "max_k": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpowerfulksenia_test.json b/examples/pipelines/all_configs/Dpowerfulksenia_test.json new file mode 100644 index 0000000..3327eab --- /dev/null +++ b/examples/pipelines/all_configs/Dpowerfulksenia_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 4, + "max_n": 4, + "possible": false + }, + { + "min_n": 3, + "max_n": 5, + "possible": true + }, + { + "min_n": 3, + "max_n": 10, + "possible": null + }, + { + "min_n": 5, + "max_n": 7, + "possible": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpowerfulksenia_train.json b/examples/pipelines/all_configs/Dpowerfulksenia_train.json new file mode 100644 index 0000000..3327eab --- /dev/null +++ b/examples/pipelines/all_configs/Dpowerfulksenia_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 4, + "max_n": 4, + "possible": false + }, + { + "min_n": 3, + "max_n": 5, + "possible": true + }, + { + "min_n": 3, + "max_n": 10, + "possible": null + }, + { + "min_n": 5, + "max_n": 7, + "possible": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpricefixed_test.json b/examples/pipelines/all_configs/Dpricefixed_test.json new file mode 100644 index 0000000..0deef40 --- /dev/null +++ b/examples/pipelines/all_configs/Dpricefixed_test.json @@ -0,0 +1,8 @@ +[ + { + "max_n": 5000, + "max_a": 100000, + "max_b": 100000, + "max_total_a": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dpricefixed_train.json b/examples/pipelines/all_configs/Dpricefixed_train.json new file mode 100644 index 0000000..5150cc7 --- /dev/null +++ b/examples/pipelines/all_configs/Dpricefixed_train.json @@ -0,0 +1,8 @@ +[ + { + "max_n": 5000, + "max_a": 100000, + "max_b": 100000, + "max_total_a": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dprogramminglanguage_test.json b/examples/pipelines/all_configs/Dprogramminglanguage_test.json new file mode 100644 index 0000000..fd764ab --- /dev/null +++ b/examples/pipelines/all_configs/Dprogramminglanguage_test.json @@ -0,0 +1,26 @@ +[ + { + "max_procedures": 12, + "max_variables": 8, + "max_calls": 15, + "procedure_name_length": 6, + "var_name_length": 4, + "t_probability": 0.5 + }, + { + "max_procedures": 10, + "max_variables": 10, + "max_calls": 5, + "procedure_name_length": 3, + "var_name_length": 3, + "t_probability": 0.2 + }, + { + "max_procedures": 20, + "max_variables": 20, + "max_calls": 10, + "procedure_name_length": 7, + "var_name_length": 7, + "t_probability": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dprogramminglanguage_train.json b/examples/pipelines/all_configs/Dprogramminglanguage_train.json new file mode 100644 index 0000000..fd764ab --- /dev/null +++ b/examples/pipelines/all_configs/Dprogramminglanguage_train.json @@ -0,0 +1,26 @@ +[ + { + "max_procedures": 12, + "max_variables": 8, + "max_calls": 15, + "procedure_name_length": 6, + "var_name_length": 4, + "t_probability": 0.5 + }, + { + "max_procedures": 10, + "max_variables": 10, + "max_calls": 5, + "procedure_name_length": 3, + "var_name_length": 3, + "t_probability": 0.2 + }, + { + "max_procedures": 20, + "max_variables": 20, + "max_calls": 10, + "procedure_name_length": 7, + "var_name_length": 7, + "t_probability": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dqueue_test.json b/examples/pipelines/all_configs/Dqueue_test.json new file mode 100644 index 0000000..d60ebc1 --- /dev/null +++ b/examples/pipelines/all_configs/Dqueue_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 3, + "max_n": 25, + "ti_min": 20, + "ti_max": 10000 + }, + { + "min_n": 3, + "max_n": 10, + "ti_min": 5, + "ti_max": 50 + }, + { + "min_n": 2, + "max_n": 30, + "ti_min": 50, + "ti_max": 1000 + }, + { + "min_n": 1, + "max_n": 10, + "ti_min": 1, + "ti_max": 1000 + }, + { + "min_n": 4, + "max_n": 30, + "ti_min": 10, + "ti_max": 1000 + }, + { + "min_n": 2, + "max_n": 15, + "ti_min": 1, + "ti_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dqueue_train.json b/examples/pipelines/all_configs/Dqueue_train.json new file mode 100644 index 0000000..d60ebc1 --- /dev/null +++ b/examples/pipelines/all_configs/Dqueue_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 3, + "max_n": 25, + "ti_min": 20, + "ti_max": 10000 + }, + { + "min_n": 3, + "max_n": 10, + "ti_min": 5, + "ti_max": 50 + }, + { + "min_n": 2, + "max_n": 30, + "ti_min": 50, + "ti_max": 1000 + }, + { + "min_n": 1, + "max_n": 10, + "ti_min": 1, + "ti_max": 1000 + }, + { + "min_n": 4, + "max_n": 30, + "ti_min": 10, + "ti_max": 1000 + }, + { + "min_n": 2, + "max_n": 15, + "ti_min": 1, + "ti_max": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drarityandnewdress_test.json b/examples/pipelines/all_configs/Drarityandnewdress_test.json new file mode 100644 index 0000000..40a2bb1 --- /dev/null +++ b/examples/pipelines/all_configs/Drarityandnewdress_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 100, + "max_m": 100 + }, + { + "max_n": 2000, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 2000 + }, + { + "max_n": 2000, + "max_m": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drarityandnewdress_train.json b/examples/pipelines/all_configs/Drarityandnewdress_train.json new file mode 100644 index 0000000..40a2bb1 --- /dev/null +++ b/examples/pipelines/all_configs/Drarityandnewdress_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 100, + "max_m": 100 + }, + { + "max_n": 2000, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 2000 + }, + { + "max_n": 2000, + "max_m": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dratingcompression_test.json b/examples/pipelines/all_configs/Dratingcompression_test.json new file mode 100644 index 0000000..cff6577 --- /dev/null +++ b/examples/pipelines/all_configs/Dratingcompression_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 5, + "min_n": 5 + }, + { + "max_n": 2, + "min_n": 1 + }, + { + "max_n": 3, + "min_n": 3 + }, + { + "max_n": 10, + "min_n": 1 + }, + { + "max_n": 100, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 100 + }, + { + "max_n": 20, + "min_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dratingcompression_train.json b/examples/pipelines/all_configs/Dratingcompression_train.json new file mode 100644 index 0000000..cff6577 --- /dev/null +++ b/examples/pipelines/all_configs/Dratingcompression_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 5, + "min_n": 5 + }, + { + "max_n": 2, + "min_n": 1 + }, + { + "max_n": 3, + "min_n": 3 + }, + { + "max_n": 10, + "min_n": 1 + }, + { + "max_n": 100, + "min_n": 1 + }, + { + "max_n": 1000, + "min_n": 100 + }, + { + "max_n": 20, + "min_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drearrange_test.json b/examples/pipelines/all_configs/Drearrange_test.json new file mode 100644 index 0000000..89920d2 --- /dev/null +++ b/examples/pipelines/all_configs/Drearrange_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 1, + "m": 5 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 2, + "m": 2 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 5, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drearrange_train.json b/examples/pipelines/all_configs/Drearrange_train.json new file mode 100644 index 0000000..89920d2 --- /dev/null +++ b/examples/pipelines/all_configs/Drearrange_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 1, + "m": 5 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 2, + "m": 2 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 5, + "m": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drecoveringbst_test.json b/examples/pipelines/all_configs/Drecoveringbst_test.json new file mode 100644 index 0000000..5144aa0 --- /dev/null +++ b/examples/pipelines/all_configs/Drecoveringbst_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 12, + "yes_ratio": 0.7, + "max_attempts": 75 + }, + { + "n_min": 5, + "n_max": 20, + "yes_ratio": 0.5, + "max_attempts": 200 + }, + { + "n_min": 2, + "n_max": 20, + "yes_ratio": 0.3, + "max_attempts": 50 + }, + { + "n_min": 2, + "n_max": 10, + "yes_ratio": 0.6, + "max_attempts": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drecoveringbst_train.json b/examples/pipelines/all_configs/Drecoveringbst_train.json new file mode 100644 index 0000000..5144aa0 --- /dev/null +++ b/examples/pipelines/all_configs/Drecoveringbst_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 12, + "yes_ratio": 0.7, + "max_attempts": 75 + }, + { + "n_min": 5, + "n_max": 20, + "yes_ratio": 0.5, + "max_attempts": 200 + }, + { + "n_min": 2, + "n_max": 20, + "yes_ratio": 0.3, + "max_attempts": 50 + }, + { + "n_min": 2, + "n_max": 10, + "yes_ratio": 0.6, + "max_attempts": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drectanglepainting1_test.json b/examples/pipelines/all_configs/Drectanglepainting1_test.json new file mode 100644 index 0000000..e7c160e --- /dev/null +++ b/examples/pipelines/all_configs/Drectanglepainting1_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 4, + "max_n": 8, + "black_prob": 0.6 + }, + { + "min_n": 1, + "max_n": 10, + "black_prob": 0.7 + }, + { + "min_n": 3, + "max_n": 10, + "black_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 5, + "black_prob": 0.5 + }, + { + "min_n": 1, + "max_n": 5, + "black_prob": 0.3 + }, + { + "min_n": 2, + "max_n": 7, + "black_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drectanglepainting1_train.json b/examples/pipelines/all_configs/Drectanglepainting1_train.json new file mode 100644 index 0000000..e7c160e --- /dev/null +++ b/examples/pipelines/all_configs/Drectanglepainting1_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 4, + "max_n": 8, + "black_prob": 0.6 + }, + { + "min_n": 1, + "max_n": 10, + "black_prob": 0.7 + }, + { + "min_n": 3, + "max_n": 10, + "black_prob": 0.5 + }, + { + "min_n": 2, + "max_n": 5, + "black_prob": 0.5 + }, + { + "min_n": 1, + "max_n": 5, + "black_prob": 0.3 + }, + { + "min_n": 2, + "max_n": 7, + "black_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dreplacebymex_test.json b/examples/pipelines/all_configs/Dreplacebymex_test.json new file mode 100644 index 0000000..303fd99 --- /dev/null +++ b/examples/pipelines/all_configs/Dreplacebymex_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 3 + }, + { + "n": 9 + }, + { + "n": 5 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dreplacebymex_train.json b/examples/pipelines/all_configs/Dreplacebymex_train.json new file mode 100644 index 0000000..303fd99 --- /dev/null +++ b/examples/pipelines/all_configs/Dreplacebymex_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 3 + }, + { + "n": 9 + }, + { + "n": 5 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drestorecube_test.json b/examples/pipelines/all_configs/Drestorecube_test.json new file mode 100644 index 0000000..78fb1ae --- /dev/null +++ b/examples/pipelines/all_configs/Drestorecube_test.json @@ -0,0 +1,37 @@ +[ + { + "solvable": false, + "cube_size": 4, + "max_shift": 3 + }, + { + "solvable": false, + "cube_size": 2, + "max_shift": 1 + }, + { + "solvable": true, + "cube_size": 5, + "max_shift": 5 + }, + { + "solvable": false, + "cube_size": 1, + "max_shift": 0 + }, + { + "solvable": false, + "cube_size": 5, + "max_shift": 5 + }, + { + "solvable": true, + "cube_size": 4, + "max_shift": 3 + }, + { + "solvable": true, + "cube_size": 3, + "max_shift": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drestorecube_train.json b/examples/pipelines/all_configs/Drestorecube_train.json new file mode 100644 index 0000000..78fb1ae --- /dev/null +++ b/examples/pipelines/all_configs/Drestorecube_train.json @@ -0,0 +1,37 @@ +[ + { + "solvable": false, + "cube_size": 4, + "max_shift": 3 + }, + { + "solvable": false, + "cube_size": 2, + "max_shift": 1 + }, + { + "solvable": true, + "cube_size": 5, + "max_shift": 5 + }, + { + "solvable": false, + "cube_size": 1, + "max_shift": 0 + }, + { + "solvable": false, + "cube_size": 5, + "max_shift": 5 + }, + { + "solvable": true, + "cube_size": 4, + "max_shift": 3 + }, + { + "solvable": true, + "cube_size": 3, + "max_shift": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dreturninghome_test.json b/examples/pipelines/all_configs/Dreturninghome_test.json new file mode 100644 index 0000000..f290bac --- /dev/null +++ b/examples/pipelines/all_configs/Dreturninghome_test.json @@ -0,0 +1,18 @@ +[ + { + "max_m": 50, + "max_n": 1000000000 + }, + { + "max_m": 100, + "max_n": 1000000000 + }, + { + "max_m": 200, + "max_n": 500000000 + }, + { + "max_m": 500, + "max_n": 500000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dreturninghome_train.json b/examples/pipelines/all_configs/Dreturninghome_train.json new file mode 100644 index 0000000..f290bac --- /dev/null +++ b/examples/pipelines/all_configs/Dreturninghome_train.json @@ -0,0 +1,18 @@ +[ + { + "max_m": 50, + "max_n": 1000000000 + }, + { + "max_m": 100, + "max_n": 1000000000 + }, + { + "max_m": 200, + "max_n": 500000000 + }, + { + "max_m": 500, + "max_n": 500000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drobotvacuumcleaner_test.json b/examples/pipelines/all_configs/Drobotvacuumcleaner_test.json new file mode 100644 index 0000000..ee19d7a --- /dev/null +++ b/examples/pipelines/all_configs/Drobotvacuumcleaner_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "max_str_len": 20, + "s_prob": 0.7 + }, + { + "max_n": 100, + "max_str_len": 100, + "s_prob": 0.5 + }, + { + "max_n": 5, + "max_str_len": 3, + "s_prob": 0.5 + }, + { + "max_n": 15, + "max_str_len": 25, + "s_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drobotvacuumcleaner_train.json b/examples/pipelines/all_configs/Drobotvacuumcleaner_train.json new file mode 100644 index 0000000..ee19d7a --- /dev/null +++ b/examples/pipelines/all_configs/Drobotvacuumcleaner_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 20, + "max_str_len": 20, + "s_prob": 0.7 + }, + { + "max_n": 100, + "max_str_len": 100, + "s_prob": 0.5 + }, + { + "max_n": 5, + "max_str_len": 3, + "s_prob": 0.5 + }, + { + "max_n": 15, + "max_str_len": 25, + "s_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dromandigits_test.json b/examples/pipelines/all_configs/Dromandigits_test.json new file mode 100644 index 0000000..d335802 --- /dev/null +++ b/examples/pipelines/all_configs/Dromandigits_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 10, + "max_n": 1000 + }, + { + "min_n": 11, + "max_n": 12 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dromandigits_train.json b/examples/pipelines/all_configs/Dromandigits_train.json new file mode 100644 index 0000000..d335802 --- /dev/null +++ b/examples/pipelines/all_configs/Dromandigits_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 10, + "max_n": 1000 + }, + { + "min_n": 11, + "max_n": 12 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drussianroulette_test.json b/examples/pipelines/all_configs/Drussianroulette_test.json new file mode 100644 index 0000000..c1caf86 --- /dev/null +++ b/examples/pipelines/all_configs/Drussianroulette_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 18, + "p_min": 1, + "p_max": 3 + }, + { + "n_min": 5, + "n_max": 15, + "p_min": 2, + "p_max": 4 + }, + { + "n_min": 3, + "n_max": 20, + "p_min": 1, + "p_max": 5 + }, + { + "n_min": 6, + "n_max": 20, + "p_min": 3, + "p_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Drussianroulette_train.json b/examples/pipelines/all_configs/Drussianroulette_train.json new file mode 100644 index 0000000..c1caf86 --- /dev/null +++ b/examples/pipelines/all_configs/Drussianroulette_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 4, + "n_max": 18, + "p_min": 1, + "p_max": 3 + }, + { + "n_min": 5, + "n_max": 15, + "p_min": 2, + "p_max": 4 + }, + { + "n_min": 3, + "n_max": 20, + "p_min": 1, + "p_max": 5 + }, + { + "n_min": 6, + "n_max": 20, + "p_min": 3, + "p_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsashaandinterestingfactfromgraphtheory_test.json b/examples/pipelines/all_configs/Dsashaandinterestingfactfromgraphtheory_test.json new file mode 100644 index 0000000..59762f2 --- /dev/null +++ b/examples/pipelines/all_configs/Dsashaandinterestingfactfromgraphtheory_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 50, + "max_m": 50 + }, + { + "max_n": 200, + "max_m": 200 + }, + { + "max_n": 200, + "max_m": 100 + }, + { + "max_n": 100, + "max_m": 50 + }, + { + "max_n": 300, + "max_m": 100 + }, + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 50, + "max_m": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsashaandinterestingfactfromgraphtheory_train.json b/examples/pipelines/all_configs/Dsashaandinterestingfactfromgraphtheory_train.json new file mode 100644 index 0000000..59762f2 --- /dev/null +++ b/examples/pipelines/all_configs/Dsashaandinterestingfactfromgraphtheory_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 50, + "max_m": 50 + }, + { + "max_n": 200, + "max_m": 200 + }, + { + "max_n": 200, + "max_m": 100 + }, + { + "max_n": 100, + "max_m": 50 + }, + { + "max_n": 300, + "max_m": 100 + }, + { + "max_n": 10, + "max_m": 10 + }, + { + "max_n": 50, + "max_m": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsashaandonemorename_test.json b/examples/pipelines/all_configs/Dsashaandonemorename_test.json new file mode 100644 index 0000000..4f41b5a --- /dev/null +++ b/examples/pipelines/all_configs/Dsashaandonemorename_test.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 10, + "max_length": 50 + }, + { + "min_length": 3, + "max_length": 50 + }, + { + "min_length": 1, + "max_length": 3 + }, + { + "min_length": 4, + "max_length": 4 + }, + { + "min_length": 200, + "max_length": 400 + }, + { + "min_length": 5, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsashaandonemorename_train.json b/examples/pipelines/all_configs/Dsashaandonemorename_train.json new file mode 100644 index 0000000..4f41b5a --- /dev/null +++ b/examples/pipelines/all_configs/Dsashaandonemorename_train.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 10, + "max_length": 50 + }, + { + "min_length": 3, + "max_length": 50 + }, + { + "min_length": 1, + "max_length": 3 + }, + { + "min_length": 4, + "max_length": 4 + }, + { + "min_length": 200, + "max_length": 400 + }, + { + "min_length": 5, + "max_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dseabattle_test.json b/examples/pipelines/all_configs/Dseabattle_test.json new file mode 100644 index 0000000..4c40cc7 --- /dev/null +++ b/examples/pipelines/all_configs/Dseabattle_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 9, + "a": 4, + "b": 2, + "k": 3 + }, + { + "n": 7, + "a": 3, + "b": 2, + "k": 2 + }, + { + "n": 5, + "a": 1, + "b": 2, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dseabattle_train.json b/examples/pipelines/all_configs/Dseabattle_train.json new file mode 100644 index 0000000..4c40cc7 --- /dev/null +++ b/examples/pipelines/all_configs/Dseabattle_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 9, + "a": 4, + "b": 2, + "k": 3 + }, + { + "n": 7, + "a": 3, + "b": 2, + "k": 2 + }, + { + "n": 5, + "a": 1, + "b": 2, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsecretpasswords_test.json b/examples/pipelines/all_configs/Dsecretpasswords_test.json new file mode 100644 index 0000000..2f72ad5 --- /dev/null +++ b/examples/pipelines/all_configs/Dsecretpasswords_test.json @@ -0,0 +1,22 @@ +[ + { + "max_groups": 4, + "min_passwords": 1, + "max_passwords": 5 + }, + { + "max_groups": 3, + "min_passwords": 1, + "max_passwords": 3 + }, + { + "max_groups": 1, + "min_passwords": 1, + "max_passwords": 2 + }, + { + "max_groups": 5, + "min_passwords": 1, + "max_passwords": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsecretpasswords_train.json b/examples/pipelines/all_configs/Dsecretpasswords_train.json new file mode 100644 index 0000000..2f72ad5 --- /dev/null +++ b/examples/pipelines/all_configs/Dsecretpasswords_train.json @@ -0,0 +1,22 @@ +[ + { + "max_groups": 4, + "min_passwords": 1, + "max_passwords": 5 + }, + { + "max_groups": 3, + "min_passwords": 1, + "max_passwords": 3 + }, + { + "max_groups": 1, + "min_passwords": 1, + "max_passwords": 2 + }, + { + "max_groups": 5, + "min_passwords": 1, + "max_passwords": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dservalandrootedtree_test.json b/examples/pipelines/all_configs/Dservalandrootedtree_test.json new file mode 100644 index 0000000..d4fe821 --- /dev/null +++ b/examples/pipelines/all_configs/Dservalandrootedtree_test.json @@ -0,0 +1,18 @@ +[ + { + "min_nodes": 5, + "max_nodes": 15 + }, + { + "min_nodes": 2, + "max_nodes": 20 + }, + { + "min_nodes": 15, + "max_nodes": 30 + }, + { + "min_nodes": 10, + "max_nodes": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dservalandrootedtree_train.json b/examples/pipelines/all_configs/Dservalandrootedtree_train.json new file mode 100644 index 0000000..d4fe821 --- /dev/null +++ b/examples/pipelines/all_configs/Dservalandrootedtree_train.json @@ -0,0 +1,18 @@ +[ + { + "min_nodes": 5, + "max_nodes": 15 + }, + { + "min_nodes": 2, + "max_nodes": 20 + }, + { + "min_nodes": 15, + "max_nodes": 30 + }, + { + "min_nodes": 10, + "max_nodes": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsetofpoints_test.json b/examples/pipelines/all_configs/Dsetofpoints_test.json new file mode 100644 index 0000000..681a18e --- /dev/null +++ b/examples/pipelines/all_configs/Dsetofpoints_test.json @@ -0,0 +1,17 @@ +[ + { + "m_min": 3, + "m_max": 100, + "max_coordinate": 100000000 + }, + { + "m_min": 5, + "m_max": 20, + "max_coordinate": 100000 + }, + { + "m_min": 3, + "m_max": 3, + "max_coordinate": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsetofpoints_train.json b/examples/pipelines/all_configs/Dsetofpoints_train.json new file mode 100644 index 0000000..681a18e --- /dev/null +++ b/examples/pipelines/all_configs/Dsetofpoints_train.json @@ -0,0 +1,17 @@ +[ + { + "m_min": 3, + "m_max": 100, + "max_coordinate": 100000000 + }, + { + "m_min": 5, + "m_max": 20, + "max_coordinate": 100000 + }, + { + "m_min": 3, + "m_max": 3, + "max_coordinate": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dshichikujiandpowergrid_test.json b/examples/pipelines/all_configs/Dshichikujiandpowergrid_test.json new file mode 100644 index 0000000..e653e0f --- /dev/null +++ b/examples/pipelines/all_configs/Dshichikujiandpowergrid_test.json @@ -0,0 +1,34 @@ +[ + { + "n": 3, + "max_coord": 100000, + "min_c": 1000, + "max_c": 10000, + "min_k": 1000, + "max_k": 10000 + }, + { + "n": 10, + "max_coord": 100000, + "min_c": 100, + "max_c": 500, + "min_k": 50, + "max_k": 150 + }, + { + "n": 3, + "max_coord": 100000, + "min_c": 1, + "max_c": 100, + "min_k": 1, + "max_k": 100 + }, + { + "n": 20, + "max_coord": 100000, + "min_c": 500, + "max_c": 1000, + "min_k": 100, + "max_k": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dshichikujiandpowergrid_train.json b/examples/pipelines/all_configs/Dshichikujiandpowergrid_train.json new file mode 100644 index 0000000..e653e0f --- /dev/null +++ b/examples/pipelines/all_configs/Dshichikujiandpowergrid_train.json @@ -0,0 +1,34 @@ +[ + { + "n": 3, + "max_coord": 100000, + "min_c": 1000, + "max_c": 10000, + "min_k": 1000, + "max_k": 10000 + }, + { + "n": 10, + "max_coord": 100000, + "min_c": 100, + "max_c": 500, + "min_k": 50, + "max_k": 150 + }, + { + "n": 3, + "max_coord": 100000, + "min_c": 1, + "max_c": 100, + "min_k": 1, + "max_k": 100 + }, + { + "n": 20, + "max_coord": 100000, + "min_c": 500, + "max_c": 1000, + "min_k": 100, + "max_k": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dshortestandlongestlis_test.json b/examples/pipelines/all_configs/Dshortestandlongestlis_test.json new file mode 100644 index 0000000..25025c6 --- /dev/null +++ b/examples/pipelines/all_configs/Dshortestandlongestlis_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 20, + "max_n": 100 + }, + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 50, + "max_n": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dshortestandlongestlis_train.json b/examples/pipelines/all_configs/Dshortestandlongestlis_train.json new file mode 100644 index 0000000..25025c6 --- /dev/null +++ b/examples/pipelines/all_configs/Dshortestandlongestlis_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 20, + "max_n": 100 + }, + { + "min_n": 10, + "max_n": 50 + }, + { + "min_n": 50, + "max_n": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dskills_test.json b/examples/pipelines/all_configs/Dskills_test.json new file mode 100644 index 0000000..15e3806 --- /dev/null +++ b/examples/pipelines/all_configs/Dskills_test.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 10, + "n_max": 20000, + "A_min": 200, + "A_max": 2000, + "cf_min": 1, + "cf_max": 1000, + "cm_min": 1, + "cm_max": 1000, + "m_min": 0, + "m_max": 500000000000000 + }, + { + "n_min": 2, + "n_max": 50000, + "A_min": 100, + "A_max": 5000, + "cf_min": 100, + "cf_max": 200, + "cm_min": 10, + "cm_max": 200, + "m_min": 0, + "m_max": 1000000000000 + }, + { + "n_min": 5, + "n_max": 5000, + "A_min": 100, + "A_max": 1000, + "cf_min": 50, + "cf_max": 200, + "cm_min": 50, + "cm_max": 500, + "m_min": 0, + "m_max": 1000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dskills_train.json b/examples/pipelines/all_configs/Dskills_train.json new file mode 100644 index 0000000..15e3806 --- /dev/null +++ b/examples/pipelines/all_configs/Dskills_train.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 10, + "n_max": 20000, + "A_min": 200, + "A_max": 2000, + "cf_min": 1, + "cf_max": 1000, + "cm_min": 1, + "cm_max": 1000, + "m_min": 0, + "m_max": 500000000000000 + }, + { + "n_min": 2, + "n_max": 50000, + "A_min": 100, + "A_max": 5000, + "cf_min": 100, + "cf_max": 200, + "cm_min": 10, + "cm_max": 200, + "m_min": 0, + "m_max": 1000000000000 + }, + { + "n_min": 5, + "n_max": 5000, + "A_min": 100, + "A_max": 1000, + "cf_min": 50, + "cf_max": 200, + "cm_min": 50, + "cm_max": 500, + "m_min": 0, + "m_max": 1000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dslime_test.json b/examples/pipelines/all_configs/Dslime_test.json new file mode 100644 index 0000000..d3c912f --- /dev/null +++ b/examples/pipelines/all_configs/Dslime_test.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 50, + "max_n": 500, + "allow_positive": true, + "allow_negative": true, + "min_val": -1000000000, + "max_val": 1000000000 + }, + { + "min_n": 1, + "max_n": 1, + "allow_positive": true, + "allow_negative": true, + "min_val": 0, + "max_val": 0 + }, + { + "min_n": 10, + "max_n": 100, + "allow_positive": true, + "allow_negative": true, + "min_val": -1000, + "max_val": 1000 + }, + { + "min_n": 2, + "max_n": 5, + "allow_positive": false, + "allow_negative": true, + "min_val": -1000000000, + "max_val": -1 + }, + { + "min_n": 3, + "max_n": 10, + "allow_positive": true, + "allow_negative": false, + "min_val": 1, + "max_val": 1000000000 + }, + { + "min_n": 5, + "max_n": 20, + "allow_positive": false, + "allow_negative": true, + "min_val": -100, + "max_val": -1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dslime_train.json b/examples/pipelines/all_configs/Dslime_train.json new file mode 100644 index 0000000..d3c912f --- /dev/null +++ b/examples/pipelines/all_configs/Dslime_train.json @@ -0,0 +1,50 @@ +[ + { + "min_n": 50, + "max_n": 500, + "allow_positive": true, + "allow_negative": true, + "min_val": -1000000000, + "max_val": 1000000000 + }, + { + "min_n": 1, + "max_n": 1, + "allow_positive": true, + "allow_negative": true, + "min_val": 0, + "max_val": 0 + }, + { + "min_n": 10, + "max_n": 100, + "allow_positive": true, + "allow_negative": true, + "min_val": -1000, + "max_val": 1000 + }, + { + "min_n": 2, + "max_n": 5, + "allow_positive": false, + "allow_negative": true, + "min_val": -1000000000, + "max_val": -1 + }, + { + "min_n": 3, + "max_n": 10, + "allow_positive": true, + "allow_negative": false, + "min_val": 1, + "max_val": 1000000000 + }, + { + "min_n": 5, + "max_n": 20, + "allow_positive": false, + "allow_negative": true, + "min_val": -100, + "max_val": -1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsocialcircles_test.json b/examples/pipelines/all_configs/Dsocialcircles_test.json new file mode 100644 index 0000000..b6c036f --- /dev/null +++ b/examples/pipelines/all_configs/Dsocialcircles_test.json @@ -0,0 +1,22 @@ +[ + { + "max_guests": 5000, + "min_lr": 100, + "max_lr": 500000 + }, + { + "max_guests": 1000, + "min_lr": 0, + "max_lr": 100000 + }, + { + "max_guests": 2000, + "min_lr": 500, + "max_lr": 200000 + }, + { + "max_guests": 4000, + "min_lr": 10, + "max_lr": 400000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsocialcircles_train.json b/examples/pipelines/all_configs/Dsocialcircles_train.json new file mode 100644 index 0000000..b6c036f --- /dev/null +++ b/examples/pipelines/all_configs/Dsocialcircles_train.json @@ -0,0 +1,22 @@ +[ + { + "max_guests": 5000, + "min_lr": 100, + "max_lr": 500000 + }, + { + "max_guests": 1000, + "min_lr": 0, + "max_lr": 100000 + }, + { + "max_guests": 2000, + "min_lr": 500, + "max_lr": 200000 + }, + { + "max_guests": 4000, + "min_lr": 10, + "max_lr": 400000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsocialnetwork_test.json b/examples/pipelines/all_configs/Dsocialnetwork_test.json new file mode 100644 index 0000000..a2e5a75 --- /dev/null +++ b/examples/pipelines/all_configs/Dsocialnetwork_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 6, + "max_n": 12, + "min_M": 2, + "max_M": 4, + "min_T": 20, + "max_T": 200 + }, + { + "min_n": 7, + "max_n": 14, + "min_M": 4, + "max_M": 7, + "min_T": 15, + "max_T": 120 + }, + { + "min_n": 3, + "max_n": 8, + "min_M": 2, + "max_M": 5, + "min_T": 10, + "max_T": 50 + }, + { + "min_n": 4, + "max_n": 10, + "min_M": 2, + "max_M": 5, + "min_T": 10, + "max_T": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsocialnetwork_train.json b/examples/pipelines/all_configs/Dsocialnetwork_train.json new file mode 100644 index 0000000..2386c9e --- /dev/null +++ b/examples/pipelines/all_configs/Dsocialnetwork_train.json @@ -0,0 +1,37 @@ +[ + { + "n": 7, + "M": 4, + "T": 600 + }, + { + "n": 9, + "M": 4, + "T": 30 + }, + { + "n": 5, + "M": 5, + "T": 100 + }, + { + "n": 4, + "M": 3, + "T": 60 + }, + { + "n": 3, + "M": 1, + "T": 3600 + }, + { + "n": 5, + "M": 2, + "T": 10 + }, + { + "n": 10, + "M": 5, + "T": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsolvethemaze_test.json b/examples/pipelines/all_configs/Dsolvethemaze_test.json new file mode 100644 index 0000000..52b704b --- /dev/null +++ b/examples/pipelines/all_configs/Dsolvethemaze_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 50 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 5, + "max_m": 10 + }, + { + "min_n": 10, + "max_n": 50, + "min_m": 10, + "max_m": 50 + }, + { + "min_n": 20, + "max_n": 50, + "min_m": 20, + "max_m": 50 + }, + { + "min_n": 5, + "max_n": 50, + "min_m": 5, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsolvethemaze_train.json b/examples/pipelines/all_configs/Dsolvethemaze_train.json new file mode 100644 index 0000000..52b704b --- /dev/null +++ b/examples/pipelines/all_configs/Dsolvethemaze_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 50 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 5, + "max_m": 10 + }, + { + "min_n": 10, + "max_n": 50, + "min_m": 10, + "max_m": 50 + }, + { + "min_n": 20, + "max_n": 50, + "min_m": 20, + "max_m": 50 + }, + { + "min_n": 5, + "max_n": 50, + "min_m": 5, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dspacemines_test.json b/examples/pipelines/all_configs/Dspacemines_test.json new file mode 100644 index 0000000..d63bef0 --- /dev/null +++ b/examples/pipelines/all_configs/Dspacemines_test.json @@ -0,0 +1,62 @@ +[ + { + "A": [ + 100, + 100, + 100 + ], + "v": [ + 0, + 1, + 0 + ], + "R": 20, + "min_mines": 2, + "max_mines": 5 + }, + { + "A": [ + 100, + 0, + 0 + ], + "v": [ + 0, + 1, + 1 + ], + "R": 18, + "min_mines": 1, + "max_mines": 3 + }, + { + "A": [ + 0, + 100, + 0 + ], + "v": [ + 1, + 1, + 0 + ], + "R": 15, + "min_mines": 3, + "max_mines": 5 + }, + { + "A": [ + 0, + 0, + 0 + ], + "v": [ + 1, + 0, + 0 + ], + "R": 5, + "min_mines": 1, + "max_mines": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dspacemines_train.json b/examples/pipelines/all_configs/Dspacemines_train.json new file mode 100644 index 0000000..d63bef0 --- /dev/null +++ b/examples/pipelines/all_configs/Dspacemines_train.json @@ -0,0 +1,62 @@ +[ + { + "A": [ + 100, + 100, + 100 + ], + "v": [ + 0, + 1, + 0 + ], + "R": 20, + "min_mines": 2, + "max_mines": 5 + }, + { + "A": [ + 100, + 0, + 0 + ], + "v": [ + 0, + 1, + 1 + ], + "R": 18, + "min_mines": 1, + "max_mines": 3 + }, + { + "A": [ + 0, + 100, + 0 + ], + "v": [ + 1, + 1, + 0 + ], + "R": 15, + "min_mines": 3, + "max_mines": 5 + }, + { + "A": [ + 0, + 0, + 0 + ], + "v": [ + 1, + 0, + 0 + ], + "R": 5, + "min_mines": 1, + "max_mines": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstasandthequeueatthebuffet_test.json b/examples/pipelines/all_configs/Dstasandthequeueatthebuffet_test.json new file mode 100644 index 0000000..e895913 --- /dev/null +++ b/examples/pipelines/all_configs/Dstasandthequeueatthebuffet_test.json @@ -0,0 +1,37 @@ +[ + { + "n_min": 5, + "n_max": 15, + "a_max": 500 + }, + { + "n_min": 6, + "n_max": 18, + "a_max": 1500 + }, + { + "n_min": 3, + "n_max": 10, + "a_max": 250 + }, + { + "n_min": 2, + "n_max": 7, + "a_max": 100 + }, + { + "n_min": 5, + "n_max": 15, + "a_max": 1000 + }, + { + "n_min": 2, + "n_max": 10, + "a_max": 100 + }, + { + "n_min": 3, + "n_max": 12, + "a_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstasandthequeueatthebuffet_train.json b/examples/pipelines/all_configs/Dstasandthequeueatthebuffet_train.json new file mode 100644 index 0000000..e895913 --- /dev/null +++ b/examples/pipelines/all_configs/Dstasandthequeueatthebuffet_train.json @@ -0,0 +1,37 @@ +[ + { + "n_min": 5, + "n_max": 15, + "a_max": 500 + }, + { + "n_min": 6, + "n_max": 18, + "a_max": 1500 + }, + { + "n_min": 3, + "n_max": 10, + "a_max": 250 + }, + { + "n_min": 2, + "n_max": 7, + "a_max": 100 + }, + { + "n_min": 5, + "n_max": 15, + "a_max": 1000 + }, + { + "n_min": 2, + "n_max": 10, + "a_max": 100 + }, + { + "n_min": 3, + "n_max": 12, + "a_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstrangehousing_test.json b/examples/pipelines/all_configs/Dstrangehousing_test.json new file mode 100644 index 0000000..fa3fd81 --- /dev/null +++ b/examples/pipelines/all_configs/Dstrangehousing_test.json @@ -0,0 +1,18 @@ +[ + { + "max_houses": 10, + "max_paths": 15 + }, + { + "max_houses": 5, + "max_paths": 7 + }, + { + "max_houses": 15, + "max_paths": 20 + }, + { + "max_houses": 8, + "max_paths": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstrangehousing_train.json b/examples/pipelines/all_configs/Dstrangehousing_train.json new file mode 100644 index 0000000..fa3fd81 --- /dev/null +++ b/examples/pipelines/all_configs/Dstrangehousing_train.json @@ -0,0 +1,18 @@ +[ + { + "max_houses": 10, + "max_paths": 15 + }, + { + "max_houses": 5, + "max_paths": 7 + }, + { + "max_houses": 15, + "max_paths": 20 + }, + { + "max_houses": 8, + "max_paths": 12 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstring_test.json b/examples/pipelines/all_configs/Dstring_test.json new file mode 100644 index 0000000..da06c7f --- /dev/null +++ b/examples/pipelines/all_configs/Dstring_test.json @@ -0,0 +1,26 @@ +[ + { + "s_len_min": 5, + "s_len_max": 15, + "k_min": 1, + "k_max": 200 + }, + { + "s_len_min": 3, + "s_len_max": 10, + "k_min": 1, + "k_max": 100 + }, + { + "s_len_min": 4, + "s_len_max": 12, + "k_min": 10, + "k_max": 200 + }, + { + "s_len_min": 2, + "s_len_max": 8, + "k_min": 1, + "k_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstring_train.json b/examples/pipelines/all_configs/Dstring_train.json new file mode 100644 index 0000000..da06c7f --- /dev/null +++ b/examples/pipelines/all_configs/Dstring_train.json @@ -0,0 +1,26 @@ +[ + { + "s_len_min": 5, + "s_len_max": 15, + "k_min": 1, + "k_max": 200 + }, + { + "s_len_min": 3, + "s_len_max": 10, + "k_min": 1, + "k_max": 100 + }, + { + "s_len_min": 4, + "s_len_max": 12, + "k_min": 10, + "k_max": 200 + }, + { + "s_len_min": 2, + "s_len_max": 8, + "k_min": 1, + "k_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstrip_test.json b/examples/pipelines/all_configs/Dstrip_test.json new file mode 100644 index 0000000..59c0e18 --- /dev/null +++ b/examples/pipelines/all_configs/Dstrip_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 5, + "max_n": 15, + "min_s": 1, + "max_s": 20, + "min_l": 2, + "max_l": 5, + "ensure_solvable": false + }, + { + "min_n": 10, + "max_n": 25, + "min_s": 5, + "max_s": 30, + "min_l": 4, + "max_l": 10, + "ensure_solvable": false + }, + { + "min_n": 3, + "max_n": 10, + "min_s": 0, + "max_s": 10, + "min_l": 1, + "max_l": 3, + "ensure_solvable": false + }, + { + "min_n": 10, + "max_n": 20, + "min_s": 5, + "max_s": 30, + "min_l": 3, + "max_l": 7, + "ensure_solvable": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dstrip_train.json b/examples/pipelines/all_configs/Dstrip_train.json new file mode 100644 index 0000000..59c0e18 --- /dev/null +++ b/examples/pipelines/all_configs/Dstrip_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 5, + "max_n": 15, + "min_s": 1, + "max_s": 20, + "min_l": 2, + "max_l": 5, + "ensure_solvable": false + }, + { + "min_n": 10, + "max_n": 25, + "min_s": 5, + "max_s": 30, + "min_l": 4, + "max_l": 10, + "ensure_solvable": false + }, + { + "min_n": 3, + "max_n": 10, + "min_s": 0, + "max_s": 10, + "min_l": 1, + "max_l": 3, + "ensure_solvable": false + }, + { + "min_n": 10, + "max_n": 20, + "min_s": 5, + "max_s": 30, + "min_l": 3, + "max_l": 7, + "ensure_solvable": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsubstring_test.json b/examples/pipelines/all_configs/Dsubstring_test.json new file mode 100644 index 0000000..5936fe3 --- /dev/null +++ b/examples/pipelines/all_configs/Dsubstring_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 10, + "m": 15, + "seed": 456 + }, + { + "n": 15, + "m": 20, + "seed": 789 + }, + { + "n": 5, + "m": 4, + "seed": 123 + }, + { + "n": 25, + "m": 30, + "seed": 112 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsubstring_train.json b/examples/pipelines/all_configs/Dsubstring_train.json new file mode 100644 index 0000000..5936fe3 --- /dev/null +++ b/examples/pipelines/all_configs/Dsubstring_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 10, + "m": 15, + "seed": 456 + }, + { + "n": 15, + "m": 20, + "seed": 789 + }, + { + "n": 5, + "m": 4, + "seed": 123 + }, + { + "n": 25, + "m": 30, + "seed": 112 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsum_test.json b/examples/pipelines/all_configs/Dsum_test.json new file mode 100644 index 0000000..508ab4b --- /dev/null +++ b/examples/pipelines/all_configs/Dsum_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 20, + "t_i_min": 1, + "t_i_max": 100, + "k_max": 150, + "element_step": 50 + }, + { + "n_min": 1, + "n_max": 10, + "t_i_min": 1, + "t_i_max": 50, + "k_max": 100, + "element_step": 100 + }, + { + "n_min": 3, + "n_max": 30, + "t_i_min": 5, + "t_i_max": 150, + "k_max": 200, + "element_step": 200 + }, + { + "n_min": 5, + "n_max": 50, + "t_i_min": 10, + "t_i_max": 200, + "k_max": 500, + "element_step": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsum_train.json b/examples/pipelines/all_configs/Dsum_train.json new file mode 100644 index 0000000..508ab4b --- /dev/null +++ b/examples/pipelines/all_configs/Dsum_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 1, + "n_max": 20, + "t_i_min": 1, + "t_i_max": 100, + "k_max": 150, + "element_step": 50 + }, + { + "n_min": 1, + "n_max": 10, + "t_i_min": 1, + "t_i_max": 50, + "k_max": 100, + "element_step": 100 + }, + { + "n_min": 3, + "n_max": 30, + "t_i_min": 5, + "t_i_max": 150, + "k_max": 200, + "element_step": 200 + }, + { + "n_min": 5, + "n_max": 50, + "t_i_min": 10, + "t_i_max": 200, + "k_max": 500, + "element_step": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsumofpaths_test.json b/examples/pipelines/all_configs/Dsumofpaths_test.json new file mode 100644 index 0000000..3360499 --- /dev/null +++ b/examples/pipelines/all_configs/Dsumofpaths_test.json @@ -0,0 +1,34 @@ +[ + { + "n": 5000, + "k": 1, + "q": 5, + "seed": 654321, + "min_a": 1, + "max_a": 100000000 + }, + { + "n": 100, + "k": 50, + "q": 20, + "seed": 789, + "min_a": 1, + "max_a": 10000000 + }, + { + "n": 50, + "k": 20, + "q": 10, + "seed": 123, + "min_a": 1, + "max_a": 1000000 + }, + { + "n": 100, + "k": 100, + "q": 5, + "seed": 987, + "min_a": 1, + "max_a": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dsumofpaths_train.json b/examples/pipelines/all_configs/Dsumofpaths_train.json new file mode 100644 index 0000000..3360499 --- /dev/null +++ b/examples/pipelines/all_configs/Dsumofpaths_train.json @@ -0,0 +1,34 @@ +[ + { + "n": 5000, + "k": 1, + "q": 5, + "seed": 654321, + "min_a": 1, + "max_a": 100000000 + }, + { + "n": 100, + "k": 50, + "q": 20, + "seed": 789, + "min_a": 1, + "max_a": 10000000 + }, + { + "n": 50, + "k": 20, + "q": 10, + "seed": 123, + "min_a": 1, + "max_a": 1000000 + }, + { + "n": 100, + "k": 100, + "q": 5, + "seed": 987, + "min_a": 1, + "max_a": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtaxes_test.json b/examples/pipelines/all_configs/Dtaxes_test.json new file mode 100644 index 0000000..b3a0202 --- /dev/null +++ b/examples/pipelines/all_configs/Dtaxes_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 2000000000 + }, + { + "min_n": 4, + "max_n": 100 + }, + { + "min_n": 100000, + "max_n": 1000000 + }, + { + "min_n": 100, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtaxes_train.json b/examples/pipelines/all_configs/Dtaxes_train.json new file mode 100644 index 0000000..b3a0202 --- /dev/null +++ b/examples/pipelines/all_configs/Dtaxes_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 2, + "max_n": 2000000000 + }, + { + "min_n": 4, + "max_n": 100 + }, + { + "min_n": 100000, + "max_n": 1000000 + }, + { + "min_n": 100, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dteamsformation_test.json b/examples/pipelines/all_configs/Dteamsformation_test.json new file mode 100644 index 0000000..955e673 --- /dev/null +++ b/examples/pipelines/all_configs/Dteamsformation_test.json @@ -0,0 +1,38 @@ +[ + { + "max_n": 80, + "max_k": 80, + "max_m": 80, + "city_max": 40 + }, + { + "max_n": 50, + "max_k": 100, + "max_m": 100, + "city_max": 50 + }, + { + "max_n": 90, + "max_k": 90, + "max_m": 90, + "city_max": 40 + }, + { + "max_n": 100, + "max_k": 50, + "max_m": 50, + "city_max": 20 + }, + { + "max_n": 50, + "max_k": 50, + "max_m": 50, + "city_max": 20 + }, + { + "max_n": 20, + "max_k": 50, + "max_m": 50, + "city_max": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dteamsformation_train.json b/examples/pipelines/all_configs/Dteamsformation_train.json new file mode 100644 index 0000000..955e673 --- /dev/null +++ b/examples/pipelines/all_configs/Dteamsformation_train.json @@ -0,0 +1,38 @@ +[ + { + "max_n": 80, + "max_k": 80, + "max_m": 80, + "city_max": 40 + }, + { + "max_n": 50, + "max_k": 100, + "max_m": 100, + "city_max": 50 + }, + { + "max_n": 90, + "max_k": 90, + "max_m": 90, + "city_max": 40 + }, + { + "max_n": 100, + "max_k": 50, + "max_m": 50, + "city_max": 20 + }, + { + "max_n": 50, + "max_k": 50, + "max_m": 50, + "city_max": 20 + }, + { + "max_n": 20, + "max_k": 50, + "max_m": 50, + "city_max": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dthebestvacation_test.json b/examples/pipelines/all_configs/Dthebestvacation_test.json new file mode 100644 index 0000000..2675ee0 --- /dev/null +++ b/examples/pipelines/all_configs/Dthebestvacation_test.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 3, + "n_max": 7, + "d_min": 2, + "d_max": 7 + }, + { + "n_min": 1, + "n_max": 10, + "d_min": 1, + "d_max": 10 + }, + { + "n_min": 1, + "n_max": 5, + "d_min": 1, + "d_max": 10 + }, + { + "n_min": 1, + "n_max": 3, + "d_min": 1, + "d_max": 3 + }, + { + "n_min": 5, + "n_max": 10, + "d_min": 5, + "d_max": 10 + }, + { + "n_min": 4, + "n_max": 8, + "d_min": 3, + "d_max": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dthebestvacation_train.json b/examples/pipelines/all_configs/Dthebestvacation_train.json new file mode 100644 index 0000000..2675ee0 --- /dev/null +++ b/examples/pipelines/all_configs/Dthebestvacation_train.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 3, + "n_max": 7, + "d_min": 2, + "d_max": 7 + }, + { + "n_min": 1, + "n_max": 10, + "d_min": 1, + "d_max": 10 + }, + { + "n_min": 1, + "n_max": 5, + "d_min": 1, + "d_max": 10 + }, + { + "n_min": 1, + "n_max": 3, + "d_min": 1, + "d_max": 3 + }, + { + "n_min": 5, + "n_max": 10, + "d_min": 5, + "d_max": 10 + }, + { + "n_min": 4, + "n_max": 8, + "d_min": 3, + "d_max": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dthewu_test.json b/examples/pipelines/all_configs/Dthewu_test.json new file mode 100644 index 0000000..2b3edf8 --- /dev/null +++ b/examples/pipelines/all_configs/Dthewu_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 2, + "m": 5 + }, + { + "n": 12, + "m": 10000 + }, + { + "n": 8, + "m": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dthewu_train.json b/examples/pipelines/all_configs/Dthewu_train.json new file mode 100644 index 0000000..2b3edf8 --- /dev/null +++ b/examples/pipelines/all_configs/Dthewu_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 2, + "m": 5 + }, + { + "n": 12, + "m": 10000 + }, + { + "n": 8, + "m": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dthreereligions_test.json b/examples/pipelines/all_configs/Dthreereligions_test.json new file mode 100644 index 0000000..55faf5d --- /dev/null +++ b/examples/pipelines/all_configs/Dthreereligions_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 60000, + "max_q": 600, + "max_op_len": 210 + }, + { + "max_n": 90000, + "max_q": 900, + "max_op_len": 230 + }, + { + "max_n": 70000, + "max_q": 700, + "max_op_len": 220 + }, + { + "max_n": 50000, + "max_q": 500, + "max_op_len": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dthreereligions_train.json b/examples/pipelines/all_configs/Dthreereligions_train.json new file mode 100644 index 0000000..55faf5d --- /dev/null +++ b/examples/pipelines/all_configs/Dthreereligions_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 60000, + "max_q": 600, + "max_op_len": 210 + }, + { + "max_n": 90000, + "max_q": 900, + "max_op_len": 230 + }, + { + "max_n": 70000, + "max_q": 700, + "max_op_len": 220 + }, + { + "max_n": 50000, + "max_q": 500, + "max_op_len": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtimetorun_test.json b/examples/pipelines/all_configs/Dtimetorun_test.json new file mode 100644 index 0000000..c748018 --- /dev/null +++ b/examples/pipelines/all_configs/Dtimetorun_test.json @@ -0,0 +1,58 @@ +[ + { + "min_n": 20, + "max_n": 50, + "min_m": 20, + "max_m": 50, + "possible_prob": 0.4, + "max_k": 10000 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 50, + "possible_prob": 0.4, + "max_k": 15000 + }, + { + "min_n": 4, + "max_n": 35, + "min_m": 4, + "max_m": 35, + "possible_prob": 0.5, + "max_k": 12000 + }, + { + "min_n": 10, + "max_n": 40, + "min_m": 10, + "max_m": 40, + "possible_prob": 0.6, + "max_k": 20000 + }, + { + "min_n": 1, + "max_n": 10, + "min_m": 1, + "max_m": 10, + "possible_prob": 0.9, + "max_k": 500 + }, + { + "min_n": 2, + "max_n": 30, + "min_m": 2, + "max_m": 30, + "possible_prob": 0.5, + "max_k": 5000 + }, + { + "min_n": 1, + "max_n": 20, + "min_m": 1, + "max_m": 20, + "possible_prob": 0.3, + "max_k": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtimetorun_train.json b/examples/pipelines/all_configs/Dtimetorun_train.json new file mode 100644 index 0000000..c748018 --- /dev/null +++ b/examples/pipelines/all_configs/Dtimetorun_train.json @@ -0,0 +1,58 @@ +[ + { + "min_n": 20, + "max_n": 50, + "min_m": 20, + "max_m": 50, + "possible_prob": 0.4, + "max_k": 10000 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 50, + "possible_prob": 0.4, + "max_k": 15000 + }, + { + "min_n": 4, + "max_n": 35, + "min_m": 4, + "max_m": 35, + "possible_prob": 0.5, + "max_k": 12000 + }, + { + "min_n": 10, + "max_n": 40, + "min_m": 10, + "max_m": 40, + "possible_prob": 0.6, + "max_k": 20000 + }, + { + "min_n": 1, + "max_n": 10, + "min_m": 1, + "max_m": 10, + "possible_prob": 0.9, + "max_k": 500 + }, + { + "min_n": 2, + "max_n": 30, + "min_m": 2, + "max_m": 30, + "possible_prob": 0.5, + "max_k": 5000 + }, + { + "min_n": 1, + "max_n": 20, + "min_m": 1, + "max_m": 20, + "possible_prob": 0.3, + "max_k": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtokitsukazeandstrangerectangle_test.json b/examples/pipelines/all_configs/Dtokitsukazeandstrangerectangle_test.json new file mode 100644 index 0000000..a73ddcc --- /dev/null +++ b/examples/pipelines/all_configs/Dtokitsukazeandstrangerectangle_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 4, + "max_n": 9 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 3 + }, + { + "min_n": 2, + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtokitsukazeandstrangerectangle_train.json b/examples/pipelines/all_configs/Dtokitsukazeandstrangerectangle_train.json new file mode 100644 index 0000000..a73ddcc --- /dev/null +++ b/examples/pipelines/all_configs/Dtokitsukazeandstrangerectangle_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 4, + "max_n": 9 + }, + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 3, + "max_n": 3 + }, + { + "min_n": 2, + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtooeasyproblems_test.json b/examples/pipelines/all_configs/Dtooeasyproblems_test.json new file mode 100644 index 0000000..581e6cf --- /dev/null +++ b/examples/pipelines/all_configs/Dtooeasyproblems_test.json @@ -0,0 +1,32 @@ +[ + { + "n": 20, + "ti_min": 1, + "ti_max": 50 + }, + { + "n": 10, + "ti_min": 20, + "ti_max": 200 + }, + { + "n": 5, + "ti_min": 1, + "ti_max": 100 + }, + { + "n": 20, + "ti_min": 2, + "ti_max": 50 + }, + { + "n": 10, + "ti_min": 10, + "ti_max": 100 + }, + { + "n": 15, + "ti_min": 5, + "ti_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtooeasyproblems_train.json b/examples/pipelines/all_configs/Dtooeasyproblems_train.json new file mode 100644 index 0000000..581e6cf --- /dev/null +++ b/examples/pipelines/all_configs/Dtooeasyproblems_train.json @@ -0,0 +1,32 @@ +[ + { + "n": 20, + "ti_min": 1, + "ti_max": 50 + }, + { + "n": 10, + "ti_min": 20, + "ti_max": 200 + }, + { + "n": 5, + "ti_min": 1, + "ti_max": 100 + }, + { + "n": 20, + "ti_min": 2, + "ti_max": 50 + }, + { + "n": 10, + "ti_min": 10, + "ti_max": 100 + }, + { + "n": 15, + "ti_min": 5, + "ti_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtopsecrettask_test.json b/examples/pipelines/all_configs/Dtopsecrettask_test.json new file mode 100644 index 0000000..d5516d5 --- /dev/null +++ b/examples/pipelines/all_configs/Dtopsecrettask_test.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_k": 5, + "max_k": 100, + "min_s": 10, + "max_s": 1000, + "q_min": 10, + "q_max": 10000 + }, + { + "min_n": 3, + "max_n": 50, + "min_k": 1, + "max_k": 50, + "min_s": 1, + "max_s": 500, + "q_min": 1, + "q_max": 1000 + }, + { + "min_n": 3, + "max_n": 50, + "min_k": 1, + "max_k": 50, + "min_s": 1, + "max_s": 500, + "q_min": 1, + "q_max": 100 + }, + { + "min_n": 50, + "max_n": 150, + "min_k": 10, + "max_k": 150, + "min_s": 500, + "max_s": 1000, + "q_min": 100, + "q_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtopsecrettask_train.json b/examples/pipelines/all_configs/Dtopsecrettask_train.json new file mode 100644 index 0000000..d5516d5 --- /dev/null +++ b/examples/pipelines/all_configs/Dtopsecrettask_train.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 10, + "max_n": 100, + "min_k": 5, + "max_k": 100, + "min_s": 10, + "max_s": 1000, + "q_min": 10, + "q_max": 10000 + }, + { + "min_n": 3, + "max_n": 50, + "min_k": 1, + "max_k": 50, + "min_s": 1, + "max_s": 500, + "q_min": 1, + "q_max": 1000 + }, + { + "min_n": 3, + "max_n": 50, + "min_k": 1, + "max_k": 50, + "min_s": 1, + "max_s": 500, + "q_min": 1, + "q_max": 100 + }, + { + "min_n": 50, + "max_n": 150, + "min_k": 10, + "max_k": 150, + "min_s": 500, + "max_s": 1000, + "q_min": 100, + "q_max": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtreearray_test.json b/examples/pipelines/all_configs/Dtreearray_test.json new file mode 100644 index 0000000..58b963d --- /dev/null +++ b/examples/pipelines/all_configs/Dtreearray_test.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 150, + "n_max": 200 + }, + { + "n_min": 2, + "n_max": 20 + }, + { + "n_min": 30, + "n_max": 80 + }, + { + "n_min": 50, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtreearray_train.json b/examples/pipelines/all_configs/Dtreearray_train.json new file mode 100644 index 0000000..58b963d --- /dev/null +++ b/examples/pipelines/all_configs/Dtreearray_train.json @@ -0,0 +1,18 @@ +[ + { + "n_min": 150, + "n_max": 200 + }, + { + "n_min": 2, + "n_max": 20 + }, + { + "n_min": 30, + "n_max": 80 + }, + { + "n_min": 50, + "n_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtshirtsdistribution_test.json b/examples/pipelines/all_configs/Dtshirtsdistribution_test.json new file mode 100644 index 0000000..4d6bfff --- /dev/null +++ b/examples/pipelines/all_configs/Dtshirtsdistribution_test.json @@ -0,0 +1,22 @@ +[ + { + "min_participants": 1, + "max_participants": 10, + "double_prob": 0.3 + }, + { + "min_participants": 2, + "max_participants": 7, + "double_prob": 0.4 + }, + { + "min_participants": 3, + "max_participants": 15, + "double_prob": 0.2 + }, + { + "min_participants": 5, + "max_participants": 20, + "double_prob": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dtshirtsdistribution_train.json b/examples/pipelines/all_configs/Dtshirtsdistribution_train.json new file mode 100644 index 0000000..4d6bfff --- /dev/null +++ b/examples/pipelines/all_configs/Dtshirtsdistribution_train.json @@ -0,0 +1,22 @@ +[ + { + "min_participants": 1, + "max_participants": 10, + "double_prob": 0.3 + }, + { + "min_participants": 2, + "max_participants": 7, + "double_prob": 0.4 + }, + { + "min_participants": 3, + "max_participants": 15, + "double_prob": 0.2 + }, + { + "min_participants": 5, + "max_participants": 20, + "double_prob": 0.25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dunmerge_test.json b/examples/pipelines/all_configs/Dunmerge_test.json new file mode 100644 index 0000000..5517809 --- /dev/null +++ b/examples/pipelines/all_configs/Dunmerge_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "min_n": 4, + "max_n": 100 + }, + { + "min_n": 500, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dunmerge_train.json b/examples/pipelines/all_configs/Dunmerge_train.json new file mode 100644 index 0000000..5517809 --- /dev/null +++ b/examples/pipelines/all_configs/Dunmerge_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 2 + }, + { + "min_n": 2, + "max_n": 4 + }, + { + "min_n": 4, + "max_n": 100 + }, + { + "min_n": 500, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvalidbfs_test.json b/examples/pipelines/all_configs/Dvalidbfs_test.json new file mode 100644 index 0000000..6f6ce34 --- /dev/null +++ b/examples/pipelines/all_configs/Dvalidbfs_test.json @@ -0,0 +1,11 @@ +[ + { + "n": 10 + }, + { + "n": 6 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvalidbfs_train.json b/examples/pipelines/all_configs/Dvalidbfs_train.json new file mode 100644 index 0000000..6f6ce34 --- /dev/null +++ b/examples/pipelines/all_configs/Dvalidbfs_train.json @@ -0,0 +1,11 @@ +[ + { + "n": 10 + }, + { + "n": 6 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvasyaandchess_test.json b/examples/pipelines/all_configs/Dvasyaandchess_test.json new file mode 100644 index 0000000..430be12 --- /dev/null +++ b/examples/pipelines/all_configs/Dvasyaandchess_test.json @@ -0,0 +1,39 @@ +[ + { + "min_n": 4, + "max_n": 6, + "parity": "even" + }, + { + "n": 2, + "min_n": 2, + "max_n": 1000000000, + "parity": "even" + }, + { + "min_n": 10, + "max_n": 1000000000, + "parity": "even" + }, + { + "min_n": 3, + "max_n": 1000000000, + "parity": "odd" + }, + { + "n": 4, + "min_n": 2, + "max_n": 1000000000, + "parity": "even" + }, + { + "min_n": 2, + "max_n": 4, + "parity": "odd" + }, + { + "min_n": 2, + "max_n": 100, + "parity": "odd" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvasyaandchess_train.json b/examples/pipelines/all_configs/Dvasyaandchess_train.json new file mode 100644 index 0000000..430be12 --- /dev/null +++ b/examples/pipelines/all_configs/Dvasyaandchess_train.json @@ -0,0 +1,39 @@ +[ + { + "min_n": 4, + "max_n": 6, + "parity": "even" + }, + { + "n": 2, + "min_n": 2, + "max_n": 1000000000, + "parity": "even" + }, + { + "min_n": 10, + "max_n": 1000000000, + "parity": "even" + }, + { + "min_n": 3, + "max_n": 1000000000, + "parity": "odd" + }, + { + "n": 4, + "min_n": 2, + "max_n": 1000000000, + "parity": "even" + }, + { + "min_n": 2, + "max_n": 4, + "parity": "odd" + }, + { + "min_n": 2, + "max_n": 100, + "parity": "odd" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvolcanoes_test.json b/examples/pipelines/all_configs/Dvolcanoes_test.json new file mode 100644 index 0000000..a73e718 --- /dev/null +++ b/examples/pipelines/all_configs/Dvolcanoes_test.json @@ -0,0 +1,86 @@ +[ + { + "n": 7, + "m": 8, + "volcanoes": [ + [ + 1, + 6 + ], + [ + 2, + 6 + ], + [ + 3, + 5 + ], + [ + 3, + 6 + ], + [ + 4, + 3 + ], + [ + 5, + 1 + ], + [ + 5, + 2 + ], + [ + 5, + 3 + ] + ] + }, + { + "n": 4, + "m": 2, + "volcanoes": [ + [ + 1, + 3 + ], + [ + 1, + 4 + ] + ] + }, + { + "n": 2, + "m": 2, + "volcanoes": [ + [ + 1, + 2 + ], + [ + 2, + 1 + ] + ] + }, + { + "n": 6, + "m": 3, + "volcanoes": [ + [ + 2, + 2 + ], + [ + 3, + 3 + ], + [ + 4, + 4 + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvolcanoes_train.json b/examples/pipelines/all_configs/Dvolcanoes_train.json new file mode 100644 index 0000000..a73e718 --- /dev/null +++ b/examples/pipelines/all_configs/Dvolcanoes_train.json @@ -0,0 +1,86 @@ +[ + { + "n": 7, + "m": 8, + "volcanoes": [ + [ + 1, + 6 + ], + [ + 2, + 6 + ], + [ + 3, + 5 + ], + [ + 3, + 6 + ], + [ + 4, + 3 + ], + [ + 5, + 1 + ], + [ + 5, + 2 + ], + [ + 5, + 3 + ] + ] + }, + { + "n": 4, + "m": 2, + "volcanoes": [ + [ + 1, + 3 + ], + [ + 1, + 4 + ] + ] + }, + { + "n": 2, + "m": 2, + "volcanoes": [ + [ + 1, + 2 + ], + [ + 2, + 1 + ] + ] + }, + { + "n": 6, + "m": 3, + "volcanoes": [ + [ + 2, + 2 + ], + [ + 3, + 3 + ], + [ + 4, + 4 + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvolleyball_test.json b/examples/pipelines/all_configs/Dvolleyball_test.json new file mode 100644 index 0000000..1fc4f30 --- /dev/null +++ b/examples/pipelines/all_configs/Dvolleyball_test.json @@ -0,0 +1,194 @@ +[ + { + "n": 5, + "m": 5, + "x": 1, + "y": 5, + "roads": [ + [ + 1, + 2, + 1 + ], + [ + 2, + 3, + 1 + ], + [ + 3, + 4, + 1 + ], + [ + 4, + 5, + 1 + ], + [ + 1, + 5, + 100 + ] + ], + "taxis": [ + [ + 10, + 10 + ], + [ + 10, + 10 + ], + [ + 10, + 10 + ], + [ + 10, + 10 + ], + [ + 10, + 10 + ] + ], + "correct_answer": 40 + }, + { + "n": 4, + "m": 4, + "x": 1, + "y": 3, + "roads": [ + [ + 1, + 2, + 3 + ], + [ + 1, + 4, + 1 + ], + [ + 2, + 4, + 1 + ], + [ + 2, + 3, + 5 + ] + ], + "taxis": [ + [ + 2, + 7 + ], + [ + 7, + 2 + ], + [ + 1, + 2 + ], + [ + 7, + 7 + ] + ], + "correct_answer": 9 + }, + { + "n": 6, + "m": 6, + "x": 1, + "y": 6, + "roads": [ + [ + 1, + 2, + 1 + ], + [ + 2, + 3, + 1 + ], + [ + 3, + 4, + 1 + ], + [ + 4, + 5, + 1 + ], + [ + 5, + 6, + 1 + ], + [ + 1, + 6, + 100 + ] + ], + "taxis": [ + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ] + ], + "correct_answer": 100 + }, + { + "n": 2, + "m": 1, + "x": 1, + "y": 2, + "roads": [ + [ + 1, + 2, + 10 + ] + ], + "taxis": [ + [ + 10, + 5 + ], + [ + 10, + 5 + ] + ], + "correct_answer": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvolleyball_train.json b/examples/pipelines/all_configs/Dvolleyball_train.json new file mode 100644 index 0000000..1fc4f30 --- /dev/null +++ b/examples/pipelines/all_configs/Dvolleyball_train.json @@ -0,0 +1,194 @@ +[ + { + "n": 5, + "m": 5, + "x": 1, + "y": 5, + "roads": [ + [ + 1, + 2, + 1 + ], + [ + 2, + 3, + 1 + ], + [ + 3, + 4, + 1 + ], + [ + 4, + 5, + 1 + ], + [ + 1, + 5, + 100 + ] + ], + "taxis": [ + [ + 10, + 10 + ], + [ + 10, + 10 + ], + [ + 10, + 10 + ], + [ + 10, + 10 + ], + [ + 10, + 10 + ] + ], + "correct_answer": 40 + }, + { + "n": 4, + "m": 4, + "x": 1, + "y": 3, + "roads": [ + [ + 1, + 2, + 3 + ], + [ + 1, + 4, + 1 + ], + [ + 2, + 4, + 1 + ], + [ + 2, + 3, + 5 + ] + ], + "taxis": [ + [ + 2, + 7 + ], + [ + 7, + 2 + ], + [ + 1, + 2 + ], + [ + 7, + 7 + ] + ], + "correct_answer": 9 + }, + { + "n": 6, + "m": 6, + "x": 1, + "y": 6, + "roads": [ + [ + 1, + 2, + 1 + ], + [ + 2, + 3, + 1 + ], + [ + 3, + 4, + 1 + ], + [ + 4, + 5, + 1 + ], + [ + 5, + 6, + 1 + ], + [ + 1, + 6, + 100 + ] + ], + "taxis": [ + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ], + [ + 5, + 20 + ] + ], + "correct_answer": 100 + }, + { + "n": 2, + "m": 1, + "x": 1, + "y": 2, + "roads": [ + [ + 1, + 2, + 10 + ] + ], + "taxis": [ + [ + 10, + 5 + ], + [ + 10, + 5 + ] + ], + "correct_answer": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvusthecossackandnumbers_test.json b/examples/pipelines/all_configs/Dvusthecossackandnumbers_test.json new file mode 100644 index 0000000..aace6c6 --- /dev/null +++ b/examples/pipelines/all_configs/Dvusthecossackandnumbers_test.json @@ -0,0 +1,17 @@ +[ + { + "n_min": 5, + "n_max": 20, + "max_int": 10 + }, + { + "n_min": 1, + "n_max": 10, + "max_int": 5 + }, + { + "n_min": 3, + "n_max": 15, + "max_int": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dvusthecossackandnumbers_train.json b/examples/pipelines/all_configs/Dvusthecossackandnumbers_train.json new file mode 100644 index 0000000..aace6c6 --- /dev/null +++ b/examples/pipelines/all_configs/Dvusthecossackandnumbers_train.json @@ -0,0 +1,17 @@ +[ + { + "n_min": 5, + "n_max": 20, + "max_int": 10 + }, + { + "n_min": 1, + "n_max": 10, + "max_int": 5 + }, + { + "n_min": 3, + "n_max": 15, + "max_int": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dwasherdryerfolder_test.json b/examples/pipelines/all_configs/Dwasherdryerfolder_test.json new file mode 100644 index 0000000..2f030c4 --- /dev/null +++ b/examples/pipelines/all_configs/Dwasherdryerfolder_test.json @@ -0,0 +1,42 @@ +[ + { + "k_min": 100, + "k_max": 1000, + "n_min": 20, + "n_max": 200, + "t_min": 10, + "t_max": 100 + }, + { + "k_min": 1000, + "k_max": 10000, + "n_min": 100, + "n_max": 1000, + "t_min": 50, + "t_max": 500 + }, + { + "k_min": 500, + "k_max": 5000, + "n_min": 50, + "n_max": 500, + "t_min": 20, + "t_max": 200 + }, + { + "k_min": 10, + "k_max": 100, + "n_min": 3, + "n_max": 30, + "t_min": 3, + "t_max": 30 + }, + { + "k_min": 5, + "k_max": 50, + "n_min": 2, + "n_max": 20, + "t_min": 2, + "t_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dwasherdryerfolder_train.json b/examples/pipelines/all_configs/Dwasherdryerfolder_train.json new file mode 100644 index 0000000..2f030c4 --- /dev/null +++ b/examples/pipelines/all_configs/Dwasherdryerfolder_train.json @@ -0,0 +1,42 @@ +[ + { + "k_min": 100, + "k_max": 1000, + "n_min": 20, + "n_max": 200, + "t_min": 10, + "t_max": 100 + }, + { + "k_min": 1000, + "k_max": 10000, + "n_min": 100, + "n_max": 1000, + "t_min": 50, + "t_max": 500 + }, + { + "k_min": 500, + "k_max": 5000, + "n_min": 50, + "n_max": 500, + "t_min": 20, + "t_max": 200 + }, + { + "k_min": 10, + "k_max": 100, + "n_min": 3, + "n_max": 30, + "t_min": 3, + "t_max": 30 + }, + { + "k_min": 5, + "k_max": 50, + "n_min": 2, + "n_max": 20, + "t_min": 2, + "t_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dweirdchess_test.json b/examples/pipelines/all_configs/Dweirdchess_test.json new file mode 100644 index 0000000..ecb9ece --- /dev/null +++ b/examples/pipelines/all_configs/Dweirdchess_test.json @@ -0,0 +1,42 @@ +[ + { + "n": 10, + "min_o": 2, + "max_o": 4, + "move_types": [ + "knight" + ], + "move_type": "knight" + }, + { + "n": 5, + "min_o": 1, + "max_o": 3, + "move_types": [ + "random", + "rook" + ], + "move_type": "rook" + }, + { + "n": 25, + "min_o": 2, + "max_o": 4, + "move_types": [ + "random", + "rook", + "knight" + ], + "move_type": "random" + }, + { + "n": 20, + "min_o": 3, + "max_o": 5, + "move_types": [ + "rook", + "knight" + ], + "move_type": "rook" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dweirdchess_train.json b/examples/pipelines/all_configs/Dweirdchess_train.json new file mode 100644 index 0000000..ecb9ece --- /dev/null +++ b/examples/pipelines/all_configs/Dweirdchess_train.json @@ -0,0 +1,42 @@ +[ + { + "n": 10, + "min_o": 2, + "max_o": 4, + "move_types": [ + "knight" + ], + "move_type": "knight" + }, + { + "n": 5, + "min_o": 1, + "max_o": 3, + "move_types": [ + "random", + "rook" + ], + "move_type": "rook" + }, + { + "n": 25, + "min_o": 2, + "max_o": 4, + "move_types": [ + "random", + "rook", + "knight" + ], + "move_type": "random" + }, + { + "n": 20, + "min_o": 3, + "max_o": 5, + "move_types": [ + "rook", + "knight" + ], + "move_type": "rook" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dweirdjourney_test.json b/examples/pipelines/all_configs/Dweirdjourney_test.json new file mode 100644 index 0000000..ecfb50e --- /dev/null +++ b/examples/pipelines/all_configs/Dweirdjourney_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 10, + "min_m": 2, + "max_m": 100 + }, + { + "min_n": 3, + "max_n": 10, + "min_m": 3, + "max_m": 20 + }, + { + "min_n": 4, + "max_n": 20, + "min_m": 4, + "max_m": 80 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dweirdjourney_train.json b/examples/pipelines/all_configs/Dweirdjourney_train.json new file mode 100644 index 0000000..ecfb50e --- /dev/null +++ b/examples/pipelines/all_configs/Dweirdjourney_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 10, + "min_m": 2, + "max_m": 100 + }, + { + "min_n": 3, + "max_n": 10, + "min_m": 3, + "max_m": 20 + }, + { + "min_n": 4, + "max_n": 20, + "min_m": 4, + "max_m": 80 + }, + { + "min_n": 2, + "max_n": 5, + "min_m": 2, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dwindingpolygonalline_test.json b/examples/pipelines/all_configs/Dwindingpolygonalline_test.json new file mode 100644 index 0000000..0265b4a --- /dev/null +++ b/examples/pipelines/all_configs/Dwindingpolygonalline_test.json @@ -0,0 +1,46 @@ +[ + { + "n": 5, + "x_range": [ + -1000, + 1000 + ], + "y_range": [ + -1000, + 1000 + ] + }, + { + "n": 6, + "x_range": [ + -100000, + 100000 + ], + "y_range": [ + -100000, + 100000 + ] + }, + { + "n": 10, + "x_range": [ + -1000000, + 1000000 + ], + "y_range": [ + -1000000, + 1000000 + ] + }, + { + "n": 8, + "x_range": [ + -10000, + 10000 + ], + "y_range": [ + -10000, + 10000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dwindingpolygonalline_train.json b/examples/pipelines/all_configs/Dwindingpolygonalline_train.json new file mode 100644 index 0000000..0265b4a --- /dev/null +++ b/examples/pipelines/all_configs/Dwindingpolygonalline_train.json @@ -0,0 +1,46 @@ +[ + { + "n": 5, + "x_range": [ + -1000, + 1000 + ], + "y_range": [ + -1000, + 1000 + ] + }, + { + "n": 6, + "x_range": [ + -100000, + 100000 + ], + "y_range": [ + -100000, + 100000 + ] + }, + { + "n": 10, + "x_range": [ + -1000000, + 1000000 + ], + "y_range": [ + -1000000, + 1000000 + ] + }, + { + "n": 8, + "x_range": [ + -10000, + 10000 + ], + "y_range": [ + -10000, + 10000 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dzookeeperandtheinfinitezoo_test.json b/examples/pipelines/all_configs/Dzookeeperandtheinfinitezoo_test.json new file mode 100644 index 0000000..a23b3a7 --- /dev/null +++ b/examples/pipelines/all_configs/Dzookeeperandtheinfinitezoo_test.json @@ -0,0 +1,44 @@ +[ + { + "u_min": 100, + "u_max": 200, + "v_min": 50, + "v_max": 250 + }, + { + "u_min": 1, + "u_max": 1000, + "v_min": 1, + "v_max": 1000 + }, + { + "u_min": 1, + "u_max": 1000, + "v_min": 1, + "v_max": 1000 + }, + { + "u_min": 1000, + "u_max": 2000, + "v_min": 1000, + "v_max": 2000 + }, + { + "u_min": 1, + "u_max": 10000, + "v_min": 1, + "v_max": 1000 + }, + { + "u_min": 1, + "u_max": 100, + "v_min": 1, + "v_max": 100 + }, + { + "u_min": 1, + "u_max": 1000, + "v_min": 1, + "v_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dzookeeperandtheinfinitezoo_train.json b/examples/pipelines/all_configs/Dzookeeperandtheinfinitezoo_train.json new file mode 100644 index 0000000..a23b3a7 --- /dev/null +++ b/examples/pipelines/all_configs/Dzookeeperandtheinfinitezoo_train.json @@ -0,0 +1,44 @@ +[ + { + "u_min": 100, + "u_max": 200, + "v_min": 50, + "v_max": 250 + }, + { + "u_min": 1, + "u_max": 1000, + "v_min": 1, + "v_max": 1000 + }, + { + "u_min": 1, + "u_max": 1000, + "v_min": 1, + "v_max": 1000 + }, + { + "u_min": 1000, + "u_max": 2000, + "v_min": 1000, + "v_max": 2000 + }, + { + "u_min": 1, + "u_max": 10000, + "v_min": 1, + "v_max": 1000 + }, + { + "u_min": 1, + "u_max": 100, + "v_min": 1, + "v_max": 100 + }, + { + "u_min": 1, + "u_max": 1000, + "v_min": 1, + "v_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dzuma_test.json b/examples/pipelines/all_configs/Dzuma_test.json new file mode 100644 index 0000000..2d2ee0d --- /dev/null +++ b/examples/pipelines/all_configs/Dzuma_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 3, + "max_n": 15, + "color_range": 5 + }, + { + "min_n": 10, + "max_n": 500, + "color_range": 10 + }, + { + "min_n": 6, + "max_n": 25, + "color_range": 15 + }, + { + "min_n": 4, + "max_n": 10, + "color_range": 4 + }, + { + "min_n": 3, + "max_n": 15, + "color_range": 10 + }, + { + "min_n": 2, + "max_n": 10, + "color_range": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Dzuma_train.json b/examples/pipelines/all_configs/Dzuma_train.json new file mode 100644 index 0000000..2d2ee0d --- /dev/null +++ b/examples/pipelines/all_configs/Dzuma_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 3, + "max_n": 15, + "color_range": 5 + }, + { + "min_n": 10, + "max_n": 500, + "color_range": 10 + }, + { + "min_n": 6, + "max_n": 25, + "color_range": 15 + }, + { + "min_n": 4, + "max_n": 10, + "color_range": 4 + }, + { + "min_n": 3, + "max_n": 15, + "color_range": 10 + }, + { + "min_n": 2, + "max_n": 10, + "color_range": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1asterismeasyversion_test.json b/examples/pipelines/all_configs/E1asterismeasyversion_test.json new file mode 100644 index 0000000..3e7b1ce --- /dev/null +++ b/examples/pipelines/all_configs/E1asterismeasyversion_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 7, + "max_a": 2000 + }, + { + "min_n": 2, + "max_n": 10, + "max_a": 500 + }, + { + "min_n": 5, + "max_n": 10, + "max_a": 500 + }, + { + "min_n": 2, + "max_n": 2000, + "max_a": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1asterismeasyversion_train.json b/examples/pipelines/all_configs/E1asterismeasyversion_train.json new file mode 100644 index 0000000..3e7b1ce --- /dev/null +++ b/examples/pipelines/all_configs/E1asterismeasyversion_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 3, + "max_n": 7, + "max_a": 2000 + }, + { + "min_n": 2, + "max_n": 10, + "max_a": 500 + }, + { + "min_n": 5, + "max_n": 10, + "max_a": 500 + }, + { + "min_n": 2, + "max_n": 2000, + "max_a": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1chiorianddollpickingeasyversion_test.json b/examples/pipelines/all_configs/E1chiorianddollpickingeasyversion_test.json new file mode 100644 index 0000000..1d5d58e --- /dev/null +++ b/examples/pipelines/all_configs/E1chiorianddollpickingeasyversion_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 5, + "max_n": 15, + "min_m": 3, + "max_m": 10, + "min_k": 1, + "max_k": 5 + }, + { + "min_n": 1, + "max_n": 10, + "min_m": 0, + "max_m": 5, + "min_k": 0, + "max_k": 2 + }, + { + "min_n": 10, + "max_n": 20, + "min_m": 5, + "max_m": 15, + "min_k": 3, + "max_k": 7 + }, + { + "min_n": 20, + "max_n": 30, + "min_m": 10, + "max_m": 15, + "min_k": 5, + "max_k": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1chiorianddollpickingeasyversion_train.json b/examples/pipelines/all_configs/E1chiorianddollpickingeasyversion_train.json new file mode 100644 index 0000000..1d5d58e --- /dev/null +++ b/examples/pipelines/all_configs/E1chiorianddollpickingeasyversion_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 5, + "max_n": 15, + "min_m": 3, + "max_m": 10, + "min_k": 1, + "max_k": 5 + }, + { + "min_n": 1, + "max_n": 10, + "min_m": 0, + "max_m": 5, + "min_k": 0, + "max_k": 2 + }, + { + "min_n": 10, + "max_n": 20, + "min_m": 5, + "max_m": 15, + "min_k": 3, + "max_k": 7 + }, + { + "min_n": 20, + "max_n": 30, + "min_m": 10, + "max_m": 15, + "min_k": 5, + "max_k": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1convergingarrayeasyversion_test.json b/examples/pipelines/all_configs/E1convergingarrayeasyversion_test.json new file mode 100644 index 0000000..d693e3d --- /dev/null +++ b/examples/pipelines/all_configs/E1convergingarrayeasyversion_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 2, + "n_max": 3, + "c_min": 0, + "c_max": 10, + "b_min": 0, + "b_max": 2, + "x_min": -10, + "x_max": 0 + }, + { + "n_min": 2, + "n_max": 5, + "c_min": 50, + "c_max": 100, + "b_min": 50, + "b_max": 100, + "x_min": -100, + "x_max": 0 + }, + { + "n_min": 2, + "n_max": 3, + "c_min": 0, + "c_max": 5, + "b_min": 0, + "b_max": 5, + "x_min": -1000, + "x_max": -100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1convergingarrayeasyversion_train.json b/examples/pipelines/all_configs/E1convergingarrayeasyversion_train.json new file mode 100644 index 0000000..d693e3d --- /dev/null +++ b/examples/pipelines/all_configs/E1convergingarrayeasyversion_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 2, + "n_max": 3, + "c_min": 0, + "c_max": 10, + "b_min": 0, + "b_max": 2, + "x_min": -10, + "x_max": 0 + }, + { + "n_min": 2, + "n_max": 5, + "c_min": 50, + "c_max": 100, + "b_min": 50, + "b_max": 100, + "x_min": -100, + "x_max": 0 + }, + { + "n_min": 2, + "n_max": 3, + "c_min": 0, + "c_max": 5, + "b_min": 0, + "b_max": 5, + "x_min": -1000, + "x_max": -100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1squarefreedivisioneasyversion_test.json b/examples/pipelines/all_configs/E1squarefreedivisioneasyversion_test.json new file mode 100644 index 0000000..bd62ebf --- /dev/null +++ b/examples/pipelines/all_configs/E1squarefreedivisioneasyversion_test.json @@ -0,0 +1,3353 @@ +[ + { + "max_prime": 3162, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 31, + 37, + 41, + 43, + 47, + 53, + 59, + 61, + 67, + 71, + 73, + 79, + 83, + 89, + 97, + 101, + 103, + 107, + 109, + 113, + 127, + 131, + 137, + 139, + 149, + 151, + 157, + 163, + 167, + 173, + 179, + 181, + 191, + 193, + 197, + 199, + 211, + 223, + 227, + 229, + 233, + 239, + 241, + 251, + 257, + 263, + 269, + 271, + 277, + 281, + 283, + 293, + 307, + 311, + 313, + 317, + 331, + 337, + 347, + 349, + 353, + 359, + 367, + 373, + 379, + 383, + 389, + 397, + 401, + 409, + 419, + 421, + 431, + 433, + 439, + 443, + 449, + 457, + 461, + 463, + 467, + 479, + 487, + 491, + 499, + 503, + 509, + 521, + 523, + 541, + 547, + 557, + 563, + 569, + 571, + 577, + 587, + 593, + 599, + 601, + 607, + 613, + 617, + 619, + 631, + 641, + 643, + 647, + 653, + 659, + 661, + 673, + 677, + 683, + 691, + 701, + 709, + 719, + 727, + 733, + 739, + 743, + 751, + 757, + 761, + 769, + 773, + 787, + 797, + 809, + 811, + 821, + 823, + 827, + 829, + 839, + 853, + 857, + 859, + 863, + 877, + 881, + 883, + 887, + 907, + 911, + 919, + 929, + 937, + 941, + 947, + 953, + 967, + 971, + 977, + 983, + 991, + 997, + 1009, + 1013, + 1019, + 1021, + 1031, + 1033, + 1039, + 1049, + 1051, + 1061, + 1063, + 1069, + 1087, + 1091, + 1093, + 1097, + 1103, + 1109, + 1117, + 1123, + 1129, + 1151, + 1153, + 1163, + 1171, + 1181, + 1193, + 1201, + 1213, + 1217, + 1223, + 1229, + 1231, + 1237, + 1249, + 1259, + 1277, + 1279, + 1283, + 1289, + 1291, + 1297, + 1301, + 1303, + 1307, + 1319, + 1321, + 1327, + 1361, + 1367, + 1373, + 1381, + 1399, + 1409, + 1411, + 1423, + 1427, + 1429, + 1433, + 1439, + 1447, + 1451, + 1453, + 1459, + 1471, + 1481, + 1483, + 1487, + 1493, + 1499, + 1511, + 1523, + 1531, + 1543, + 1549, + 1553, + 1559, + 1567, + 1571, + 1579, + 1583, + 1597, + 1601, + 1607, + 1609, + 1613, + 1619, + 1621, + 1627, + 1637, + 1657, + 1663, + 1667, + 1673, + 1693, + 1697, + 1699, + 1709, + 1721, + 1723, + 1733, + 1741, + 1747, + 1753, + 1759, + 1777, + 1783, + 1787, + 1789, + 1801, + 1811, + 1823, + 1831, + 1847, + 1861, + 1867, + 1871, + 1873, + 1877, + 1879, + 1889, + 1901, + 1907, + 1913, + 1931, + 1933, + 1949, + 1951, + 1973, + 1979, + 1987, + 1993, + 1997, + 1999, + 2003, + 2011, + 2017, + 2027, + 2029, + 2039, + 2053, + 2063, + 2069, + 2081, + 2083, + 2087, + 2089, + 2099, + 2111, + 2113, + 2129, + 2131, + 2137, + 2141, + 2143, + 2153, + 2161, + 2179, + 2203, + 2207, + 2213, + 2221, + 2237, + 2239, + 2243, + 2251, + 2267, + 2269, + 2273, + 2281, + 2293, + 2297, + 2309, + 2311, + 2333, + 2339, + 2341, + 2347, + 2351, + 2357, + 2371, + 2377, + 2381, + 2383, + 2389, + 2393, + 2399, + 2411, + 2417, + 2423, + 2437, + 2441, + 2447, + 2459, + 2467, + 2473, + 2477, + 2503, + 2521, + 2531, + 2539, + 2543, + 2549, + 2551, + 2557, + 2561, + 2579, + 2591, + 2593, + 2609, + 2617, + 2621, + 2633, + 2647, + 2657, + 2659, + 2663, + 2677, + 2683, + 2687, + 2689, + 2693, + 2699, + 2707, + 2711, + 2713, + 2719, + 2729, + 2731, + 2741, + 2749, + 2753, + 2767, + 2777, + 2789, + 2791, + 2797, + 2801, + 2803, + 2819, + 2833, + 2837, + 2843, + 2851, + 2857, + 2861, + 2879, + 2887, + 2897, + 2903, + 2909, + 2917, + 2927, + 2939, + 2953, + 2957, + 2963, + 2969, + 2971, + 2999, + 3001, + 3011, + 3019, + 3023, + 3037, + 3041, + 3049, + 3061, + 3067, + 3079, + 3083, + 3089, + 3109, + 3119, + 3121, + 3137, + 3163, + 3167, + 3169 + ] + }, + { + "max_prime": 4000, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 31, + 37, + 41, + 43, + 47, + 53, + 59, + 61, + 67, + 71, + 73, + 79, + 83, + 89, + 97, + 101, + 103, + 107, + 109, + 113, + 127, + 131, + 137, + 139, + 149, + 151, + 157, + 163, + 167, + 173, + 179, + 181, + 191, + 193, + 197, + 199, + 211, + 223, + 227, + 229, + 233, + 239, + 241, + 251, + 257, + 263, + 269, + 271, + 277, + 281, + 283, + 293, + 307, + 311, + 313, + 317, + 331, + 337, + 347, + 349, + 353, + 359, + 367, + 373, + 379, + 383, + 389, + 397, + 401, + 409, + 419, + 421, + 431, + 433, + 439, + 443, + 449, + 457, + 461, + 463, + 467, + 479, + 487, + 491, + 499, + 503, + 509, + 521, + 523, + 541, + 547, + 557, + 563, + 569, + 571, + 577, + 587, + 593, + 599, + 601, + 607, + 613, + 617, + 619, + 631, + 641, + 643, + 647, + 653, + 659, + 661, + 673, + 677, + 683, + 691, + 701, + 709, + 719, + 727, + 733, + 739, + 743, + 751, + 757, + 761, + 769, + 773, + 787, + 797, + 809, + 811, + 821, + 823, + 827, + 829, + 839, + 853, + 857, + 859, + 863, + 877, + 881, + 883, + 887, + 907, + 911, + 919, + 929, + 937, + 941, + 947, + 953, + 967, + 971, + 977, + 983, + 991, + 997, + 1009, + 1013, + 1019, + 1021, + 1031, + 1033, + 1039, + 1049, + 1051, + 1061, + 1063, + 1069, + 1087, + 1091, + 1093, + 1097, + 1103, + 1109, + 1117, + 1123, + 1129, + 1151, + 1153, + 1163, + 1171, + 1181, + 1193, + 1201, + 1213, + 1217, + 1223, + 1229, + 1231, + 1237, + 1249, + 1259, + 1277, + 1279, + 1283, + 1289, + 1291, + 1297, + 1301, + 1303, + 1307, + 1319, + 1321, + 1327, + 1361, + 1367, + 1373, + 1381, + 1399, + 1409, + 1411, + 1423, + 1427, + 1429, + 1433, + 1439, + 1447, + 1451, + 1453, + 1459, + 1471, + 1481, + 1483, + 1487, + 1493, + 1499, + 1511, + 1523, + 1531, + 1543, + 1549, + 1553, + 1559, + 1567, + 1571, + 1579, + 1583, + 1597, + 1601, + 1607, + 1609, + 1613, + 1619, + 1621, + 1627, + 1637, + 1657, + 1663, + 1667, + 1673, + 1693, + 1697, + 1699, + 1709, + 1721, + 1723, + 1733, + 1741, + 1747, + 1753, + 1759, + 1777, + 1783, + 1787, + 1789, + 1801, + 1811, + 1823, + 1831, + 1847, + 1861, + 1867, + 1871, + 1873, + 1877, + 1879, + 1889, + 1901, + 1907, + 1913, + 1931, + 1933, + 1949, + 1951, + 1973, + 1979, + 1987, + 1993, + 1997, + 1999, + 2003, + 2011, + 2017, + 2027, + 2029, + 2039, + 2053, + 2063, + 2069, + 2081, + 2083, + 2087, + 2089, + 2099, + 2111, + 2113, + 2129, + 2131, + 2137, + 2141, + 2143, + 2153, + 2161, + 2179, + 2203, + 2207, + 2213, + 2221, + 2237, + 2239, + 2243, + 2251, + 2267, + 2269, + 2273, + 2281, + 2293, + 2297, + 2309, + 2311, + 2333, + 2339, + 2341, + 2347, + 2351, + 2357, + 2371, + 2377, + 2381, + 2383, + 2389, + 2393, + 2399, + 2411, + 2417, + 2423, + 2437, + 2441, + 2447, + 2459, + 2467, + 2473, + 2477, + 2503, + 2521, + 2531, + 2539, + 2543, + 2549, + 2551, + 2557, + 2561, + 2579, + 2591, + 2593, + 2609, + 2617, + 2621, + 2633, + 2647, + 2657, + 2659, + 2663, + 2677, + 2683, + 2687, + 2689, + 2693, + 2699, + 2707, + 2711, + 2713, + 2719, + 2729, + 2731, + 2741, + 2749, + 2753, + 2767, + 2777, + 2789, + 2791, + 2797, + 2801, + 2803, + 2819, + 2833, + 2837, + 2843, + 2851, + 2857, + 2861, + 2879, + 2887, + 2897, + 2903, + 2909, + 2917, + 2927, + 2939, + 2953, + 2957, + 2963, + 2969, + 2971, + 2999, + 3001, + 3011, + 3019, + 3023, + 3037, + 3041, + 3049, + 3061, + 3067, + 3079, + 3083, + 3089, + 3109, + 3119, + 3121, + 3137, + 3163, + 3167, + 3169, + 3181, + 3187, + 3191, + 3193, + 3199, + 3203, + 3209, + 3217, + 3221, + 3229, + 3251, + 3253, + 3257, + 3259, + 3271, + 3299, + 3301, + 3307, + 3313, + 3319, + 3323, + 3329, + 3331, + 3343, + 3347, + 3353, + 3359, + 3361, + 3371, + 3373, + 3389, + 3391, + 3407, + 3413, + 3433, + 3449, + 3457, + 3461, + 3463, + 3467, + 3469, + 3491, + 3499, + 3511, + 3517, + 3527, + 3529, + 3533, + 3539, + 3541, + 3557, + 3559, + 3571, + 3581, + 3583, + 3593, + 3607, + 3613, + 3617, + 3623, + 3631, + 3637, + 3643, + 3659, + 3661, + 3671, + 3673, + 3677, + 3691, + 3697, + 3701, + 3709, + 3719, + 3727, + 3733, + 3739, + 3761, + 3767, + 3769, + 3779, + 3793, + 3797, + 3803, + 3821, + 3823, + 3833, + 3847, + 3851, + 3853, + 3863, + 3877, + 3881, + 3889, + 3907, + 3911, + 3917, + 3919, + 3923, + 3929, + 3931, + 3943, + 3947, + 3967, + 3971, + 3989, + 4001, + 4003, + 4007, + 4013, + 4019, + 4021, + 4027, + 4049, + 4051, + 4057, + 4073, + 4079, + 4091, + 4093, + 4099, + 4111, + 4127, + 4129, + 4133, + 4139, + 4153, + 4157, + 4159, + 4177, + 4187, + 4189, + 4193, + 4199, + 4201, + 4211, + 4213, + 4217, + 4219, + 4229, + 4231, + 4237, + 4241, + 4243, + 4253, + 4259, + 4261, + 4271, + 4273, + 4283, + 4289, + 4297, + 4327, + 4337, + 4339, + 4349, + 4357, + 4363, + 4373, + 4387, + 4391, + 4397, + 4409, + 4421, + 4423, + 4447, + 4451, + 4457, + 4463, + 4481, + 4483, + 4493, + 4507, + 4513, + 4517, + 4519, + 4523, + 4547, + 4549, + 4561, + 4567, + 4583, + 4591, + 4597, + 4603, + 4621, + 4637, + 4639, + 4643, + 4649, + 4651, + 4657, + 4663, + 4679, + 4691, + 4703, + 4709, + 4711, + 4721, + 4723, + 4729, + 4733, + 4751, + 4759, + 4771, + 4783, + 4789, + 4793, + 4799, + 4801, + 4813, + 4817, + 4831, + 4861, + 4871, + 4873, + 4877, + 4889, + 4903, + 4909, + 4919, + 4931, + 4933, + 4937, + 4943, + 4951, + 4957, + 4967, + 4969, + 4973, + 4987, + 4993, + 4999, + 5003, + 5009, + 5011, + 5021, + 5023, + 5039, + 5051, + 5059, + 5071, + 5077, + 5081, + 5087, + 5099, + 5101, + 5107, + 5113, + 5119, + 5147, + 5153, + 5167, + 5171, + 5179, + 5189, + 5197, + 5201, + 5209, + 5227, + 5231, + 5233, + 5237, + 5261, + 5273, + 5279, + 5281, + 5297, + 5303, + 5309, + 5323, + 5333, + 5347, + 5351, + 5381, + 5387, + 5393, + 5399, + 5407, + 5413, + 5417, + 5419, + 5431, + 5437, + 5441, + 5443, + 5449, + 5471, + 5477, + 5483, + 5501, + 5503, + 5507, + 5521, + 5527, + 5531, + 5557, + 5563, + 5569, + 5573, + 5581, + 5591, + 5623, + 5639, + 5641, + 5647, + 5651, + 5653, + 5657, + 5659, + 5669, + 5683, + 5689, + 5693, + 5701, + 5711, + 5717, + 5737, + 5741, + 5743, + 5749, + 5779, + 5783, + 5791, + 5801, + 5807, + 5813, + 5821, + 5827, + 5839, + 5843, + 5849, + 5851, + 5857, + 5861, + 5867, + 5869, + 5879, + 5881, + 5897, + 5903, + 5923, + 5927, + 5939, + 5953, + 5981, + 5987, + 6007, + 6011, + 6029, + 6037, + 6043, + 6047, + 6053, + 6067, + 6073, + 6079, + 6089, + 6091, + 6101, + 6113, + 6121, + 6131, + 6133, + 6143, + 6151, + 6163, + 6173, + 6199, + 6203, + 6211, + 6217, + 6221, + 6229, + 6247, + 6257, + 6263, + 6269, + 6271, + 6277, + 6287, + 6299, + 6301, + 6311, + 6317, + 6329, + 6337, + 6343, + 6353, + 6359, + 6361, + 6367, + 6373, + 6379, + 6389, + 6397, + 6419, + 6421, + 6427, + 6449, + 6451, + 6469, + 6473, + 6481, + 6491, + 6521, + 6529, + 6547, + 6551, + 6553, + 6563, + 6569, + 6571, + 6577, + 6581, + 6599, + 6607, + 6619, + 6637, + 6653, + 6659, + 6661, + 6673, + 6679, + 6689, + 6691, + 6701, + 6703, + 6709, + 6719, + 6733, + 6737, + 6761, + 6763, + 6779, + 6781, + 6791, + 6793, + 6803, + 6823, + 6827, + 6829, + 6833, + 6841, + 6857, + 6863, + 6869, + 6871, + 6883, + 6899, + 6907, + 6911, + 6917, + 6947, + 6949, + 6959, + 6961, + 6967, + 6971, + 6977, + 6983, + 6991, + 6997, + 7001, + 7013, + 7019, + 7027, + 7037, + 7039, + 7043, + 7057, + 7069, + 7079, + 7103, + 7109, + 7121, + 7127, + 7129, + 7151, + 7153, + 7177, + 7187, + 7193, + 7207, + 7211, + 7213, + 7219, + 7229, + 7237, + 7243, + 7247, + 7253, + 7283, + 7297, + 7307, + 7309, + 7321, + 7331, + 7333, + 7349, + 7351, + 7369, + 7393, + 7397, + 7411, + 7417, + 7421, + 7433, + 7451, + 7457, + 7477, + 7481, + 7487, + 7489, + 7499, + 7507, + 7517, + 7523, + 7529, + 7537, + 7541, + 7547, + 7549, + 7559, + 7561, + 7573, + 7577, + 7583, + 7589, + 7591, + 7603, + 7607, + 7621, + 7639, + 7643, + 7649, + 7669, + 7673, + 7681, + 7687, + 7691, + 7699, + 7703, + 7717, + 7723, + 7727, + 7733, + 7741, + 7753, + 7757, + 7759, + 7789, + 7793, + 7817, + 7823, + 7829, + 7841, + 7853, + 7867, + 7873, + 7877, + 7879, + 7883, + 7901, + 7907, + 7919, + 7927, + 7933, + 7937, + 7949, + 7951, + 7963, + 7973, + 7993, + 8009, + 8011, + 8017, + 8039, + 8053, + 8059, + 8069, + 8081, + 8087, + 8089, + 8093, + 8101, + 8111, + 8117, + 8123, + 8147, + 8161, + 8167, + 8171, + 8179, + 8191, + 8209, + 8219, + 8221, + 8231, + 8233, + 8237, + 8243, + 8263, + 8269, + 8273, + 8287, + 8291, + 8293, + 8297, + 8311, + 8317, + 8329, + 8353, + 8363, + 8369, + 8377, + 8387, + 8389, + 8419, + 8423, + 8429, + 8431, + 8443, + 8447, + 8461, + 8467, + 8501, + 8513, + 8521, + 8527, + 8537, + 8539, + 8543, + 8563, + 8573, + 8597, + 8599, + 8609, + 8623, + 8627, + 8629, + 8641, + 8647, + 8659, + 8663, + 8677, + 8681, + 8689, + 8693, + 8699, + 8707, + 8713, + 8717, + 8731, + 8737, + 8741, + 8747, + 8753, + 8761, + 8779, + 8783, + 8803, + 8807, + 8819, + 8821, + 8831, + 8833, + 8837, + 8839, + 8849, + 8861, + 8863, + 8867, + 8887, + 8893, + 8923, + 8929, + 8933, + 8941, + 8951, + 8963, + 8969, + 8971, + 8999, + 9001, + 9007, + 9011, + 9029, + 9041, + 9043, + 9049, + 9061, + 9067, + 9091, + 9103, + 9109, + 9127, + 9133, + 9137, + 9151, + 9157, + 9161, + 9173, + 9181, + 9199, + 9203, + 9209, + 9221, + 9227, + 9239, + 9241, + 9257, + 9277, + 9281, + 9283, + 9293, + 9311, + 9319, + 9323, + 9337, + 9341, + 9343, + 9349, + 9371, + 9377, + 9391, + 9397, + 9403, + 9413, + 9419, + 9421, + 9431, + 9433, + 9437, + 9439, + 9461, + 9463, + 9467, + 9473, + 9479, + 9491, + 9497, + 9511, + 9521, + 9533, + 9539, + 9547, + 9551, + 9587, + 9599, + 9601, + 9613, + 9619, + 9623, + 9629, + 9637, + 9643, + 9649, + 9661, + 9677, + 9679, + 9689, + 9697, + 9719, + 9721, + 9733, + 9739, + 9743, + 9749, + 9767, + 9769, + 9773, + 9781, + 9787, + 9791, + 9803, + 9811, + 9817, + 9829, + 9833, + 9839, + 9851, + 9857, + 9859, + 9863, + 9871, + 9883, + 9887, + 9901, + 9907, + 9911, + 9917, + 9923, + 9929, + 9941, + 9949, + 9967, + 9973, + 9979, + 10007, + 10009, + 10037, + 10039, + 10061, + 10067, + 10069, + 10079, + 10091, + 10093, + 10099, + 10103, + 10111, + 10133, + 10151, + 10159, + 10163, + 10169, + 10177, + 10181, + 10193, + 10211, + 10223, + 10243, + 10247, + 10253, + 10259, + 10267, + 10271, + 10273, + 10289, + 10301, + 10303, + 10313, + 10321, + 10331, + 10333, + 10343, + 10357, + 10369, + 10391, + 10399, + 10427, + 10429, + 10433, + 10453, + 10457, + 10459, + 10463, + 10477, + 10487, + 10499, + 10501, + 10513, + 10529, + 10559, + 10567, + 10589, + 10597, + 10601, + 10607, + 10613, + 10627, + 10631, + 10639, + 10651, + 10657, + 10663, + 10667, + 10687, + 10691, + 10709, + 10711, + 10723, + 10729, + 10733, + 10739, + 10753, + 10771, + 10781, + 10789, + 10799, + 10831, + 10837, + 10859, + 10861, + 10867, + 10873, + 10883, + 10889, + 10891, + 10903, + 10909, + 10913, + 10919, + 10937, + 10939, + 10949, + 10957, + 10973, + 10979, + 10987, + 10993, + 11027, + 11057, + 11069, + 11071, + 11083, + 11087, + 11093, + 11113, + 11117, + 11119, + 11131, + 11143, + 11149, + 11159, + 11161, + 11171, + 11173, + 11177, + 11197, + 11213, + 11239, + 11243, + 11251, + 11257, + 11261, + 11273, + 11279, + 11287, + 11299, + 11311, + 11317, + 11321, + 11329, + 11351, + 11353, + 11369, + 11383, + 11399, + 11411, + 11423, + 11437, + 11443, + 11447, + 11467, + 11471, + 11483, + 11489, + 11491, + 11503, + 11519, + 11527, + 11549, + 11551, + 11579, + 11587, + 11593, + 11597, + 11617, + 11621, + 11633, + 11657, + 11677, + 11681, + 11689, + 11699, + 11701, + 11717, + 11719, + 11731, + 11743, + 11777, + 11779, + 11783, + 11789, + 11801, + 11807, + 11813, + 11821, + 11827, + 11831, + 11833, + 11839, + 11863, + 11867, + 11887, + 11897, + 11903, + 11909, + 11923, + 11927, + 11939, + 11941, + 11953, + 11959, + 11969, + 11971, + 11981, + 11987, + 12007, + 12011, + 12037, + 12041, + 12043, + 12049, + 12071, + 12073, + 12097, + 12101, + 12107, + 12109, + 12113, + 12119, + 12143, + 12149, + 12157, + 12161, + 12163, + 12173, + 12187, + 12193, + 12203, + 12211, + 12227, + 12233, + 12239, + 12241, + 12251, + 12253, + 12263, + 12269, + 12277, + 12281, + 12289, + 12301, + 12313, + 12323, + 12329, + 12343, + 12347, + 12373, + 12377, + 12379, + 12391, + 12401, + 12409, + 12413, + 12421, + 12433, + 12437, + 12443, + 12451, + 12457, + 12473, + 12479, + 12487, + 12491, + 12497, + 12503, + 12511, + 12527, + 12539, + 12541, + 12547, + 12553, + 12569, + 12577, + 12583, + 12589, + 12601, + 12611, + 12613, + 12619, + 12637, + 12641, + 12647, + 12653, + 12659, + 12671, + 12689, + 12697, + 12703, + 12713, + 12721, + 12739, + 12743, + 12757, + 12763, + 12769, + 12781, + 12799, + 12809, + 12821, + 12823, + 12829, + 12841, + 12853, + 12859, + 12871, + 12889, + 12893, + 12899, + 12907, + 12911, + 12917, + 12919, + 12923, + 12941, + 12953, + 12959, + 12967, + 12973, + 12979, + 12983, + 13001, + 13003, + 13007, + 13009, + 13033, + 13037, + 13043, + 13049, + 13063, + 13093, + 13099, + 13103, + 13109, + 13121, + 13127, + 13147, + 13151, + 13159, + 13169, + 13183, + 13187, + 13199, + 13217, + 13219, + 13229, + 13241, + 13249, + 13259, + 13267, + 13291, + 13297, + 13309, + 13313, + 13327, + 13331, + 13337, + 13339, + 13361, + 13367, + 13381, + 13397, + 13399, + 13411, + 13417, + 13421, + 13441, + 13451, + 13457, + 13463, + 13469, + 13477, + 13487, + 13499, + 13513, + 13523, + 13537, + 13553, + 13567, + 13577, + 13591, + 13613, + 13619, + 13627, + 13633, + 13649, + 13661, + 13669, + 13679, + 13681, + 13687, + 13691, + 13693, + 13697, + 13709, + 13711, + 13717, + 13721, + 13729, + 13751, + 13757, + 13759, + 13763, + 13781, + 13789, + 13799, + 13807, + 13829, + 13831, + 13841, + 13859, + 13873, + 13877, + 13879, + 13883, + 13901, + 13903, + 13907, + 13913, + 13921, + 13931, + 13963, + 13967, + 13997, + 13999, + 14003, + 14009, + 14011, + 14029, + 14033, + 14051, + 14057, + 14063, + 14071, + 14081, + 14083, + 14087, + 14107, + 14137, + 14143, + 14149, + 14153, + 14159, + 14173, + 14177, + 14197, + 14207, + 14221, + 14243, + 14249, + 14251, + 14257, + 14263, + 14269, + 14281, + 14293, + 14303, + 14321, + 14323, + 14327, + 14341, + 14347, + 14351, + 14369, + 14387, + 14389, + 14401, + 14407, + 14411, + 14413, + 14419, + 14423, + 14431, + 14437, + 14447, + 14449, + 14461, + 14467, + 14479, + 14489, + 14519, + 14533, + 14537, + 14543, + 14549, + 14551, + 14557, + 14561, + 14563, + 14587, + 14591, + 14593, + 14621, + 14627, + 14629, + 14633, + 14639, + 14641, + 14647, + 14657, + 14669, + 14683, + 14689, + 14699, + 14713, + 14717, + 14723, + 14731, + 14737, + 14741, + 14747, + 14753, + 14759, + 14767, + 14771, + 14779, + 14783, + 14797, + 14801, + 14803, + 14809, + 14813, + 14821, + 14827, + 14831, + 14833, + 14843, + 14851, + 14867, + 14869, + 14879, + 14881, + 14887, + 14891, + 14897, + 14923, + 14929, + 14939, + 14947, + 14951, + 14957, + 14969, + 14983, + 15013, + 15017, + 15031, + 15053, + 15061, + 15073, + 15077, + 15083, + 15091, + 15101, + 15107, + 15121, + 15131, + 15137, + 15139, + 15149, + 15161, + 15173, + 15187, + 15193, + 15199, + 15217, + 15227, + 15233, + 15239, + 15241, + 15259, + 15263, + 15269, + 15271, + 15277, + 15289, + 15307, + 15313, + 15319, + 15329, + 15331, + 15349, + 15359, + 15361, + 15373, + 15377, + 15383, + 15391, + 15401, + 15413, + 15427, + 15439, + 15443, + 15449, + 15461, + 15467, + 15481, + 15493, + 15497, + 15511, + 15527, + 15541, + 15551, + 15553, + 15569, + 15581, + 15583, + 15601, + 15607, + 15619, + 15629, + 15641, + 15643, + 15647, + 15649, + 15661, + 15667, + 15671, + 15679, + 15683, + 15701, + 15703, + 15727, + 15731, + 15733, + 15737, + 15739, + 15749, + 15751, + 15757, + 15767, + 15773, + 15787, + 15803, + 15809, + 15811, + 15823, + 15833, + 15847, + 15859, + 15871, + 15877, + 15881, + 15887, + 15889, + 15901, + 15907, + 15913, + 15919, + 15923, + 15937, + 15943, + 15959, + 15961, + 15973, + 15977, + 15983, + 15991, + 16001, + 16007, + 16031, + 16033, + 16057, + 16061, + 16063, + 16067, + 16073, + 16081, + 16087, + 16103, + 16111, + 16127, + 16139, + 16141, + 16147, + 16153, + 16163, + 16171, + 16183, + 16187, + 16189, + 16217, + 16223, + 16231, + 16237, + 16249, + 16253, + 16267, + 16273, + 16277, + 16283, + 16289, + 16301, + 16319, + 16333, + 16339, + 16349, + 16351, + 16361, + 16363, + 16369, + 16381, + 16393, + 16411, + 16417, + 16421, + 16427, + 16433, + 16447, + 16451, + 16457, + 16477, + 16481, + 16487, + 16493, + 16511, + 16519, + 16529, + 16531, + 16537, + 16553, + 16561, + 16567, + 16573, + 16583, + 16603, + 16607, + 16619, + 16631, + 16633, + 16649, + 16651, + 16657, + 16661, + 16673, + 16691, + 16693, + 16699, + 16703, + 16729, + 16733, + 16741, + 16747, + 16759, + 16763, + 16787, + 16811, + 16813, + 16817, + 16819, + 16829, + 16831, + 16837, + 16843, + 16853, + 16861, + 16871, + 16873, + 16879, + 16883, + 16889, + 16901, + 16903, + 16921, + 16927, + 16931, + 16937, + 16943, + 16963, + 16967, + 16973, + 16979, + 16981, + 16987, + 16993, + 16997, + 17011, + 17017, + 17021, + 17027, + 17029, + 17033, + 17047, + 17053, + 17059, + 17077, + 17093, + 17099, + 17107, + 17117, + 17119, + 17123, + 17137, + 17141, + 17143, + 17147, + 17153, + 17159, + 17167, + 17173, + 17177, + 17183, + 17189, + 17191, + 17197, + 17203, + 17207, + 17209, + 17213, + 17219, + 17221, + 17231, + 17239, + 17249, + 17257, + 17269, + 17273, + 17287, + 17291, + 17293, + 17299, + 17303, + 17309, + 17317, + 17327, + 17333, + 17351, + 17359, + 17377, + 17383, + 17387, + 17389, + 17393, + 17401, + 17407, + 17413, + 17417, + 17419, + 17431, + 17443, + 17449, + 17453, + 17459, + 17467, + 17471, + 17473, + 17477, + 17483, + 17489, + 17491, + 17497, + 17509, + 17513, + 17519, + 17521, + 17539, + 17551, + 17569, + 17573, + 17579, + 17581, + 17597, + 17609, + 17611, + 17623, + 17627, + 17633, + 17657, + 17659, + 17669, + 17681, + 17683, + 17687, + 17689, + 17693, + 17699, + 17707, + 17711, + 17713, + 17719, + 17729, + 17737, + 17741, + 17747, + 17749, + 17753, + 17761, + 17771, + 17777, + 17783, + 17789, + 17791, + 17803, + 17807, + 17813, + 17827, + 17839, + 17843, + 17849, + 17851, + 17863, + 17867, + 17869, + 17873, + 17881, + 17891, + 17903, + 17909, + 17911, + 17917, + 17921, + 17923, + 17929, + 17939, + 17941, + 17947, + 17951, + 17957, + 17959, + 17971, + 17977, + 17981, + 17983, + 17987, + 17989, + 18013, + 18041, + 18043, + 18047, + 18059, + 18061, + 18073, + 18077, + 18083, + 18089, + 18097, + 18113, + 18119, + 18121, + 18127, + 18131, + 18139, + 18149, + 18151, + 18169, + 18173, + 18179, + 18181, + 18191, + 18199, + 18211, + 18217, + 18223, + 18229, + 18233, + 18251, + 18257, + 18263, + 18269, + 18271, + 18287, + 18289, + 18301, + 18307, + 18311, + 18313, + 18317, + 18329, + 18337, + 18341, + 18347, + 18353, + 18359, + 18367, + 18371, + 18379, + 18397, + 18401, + 18413, + 18427, + 18433, + 18439, + 18443, + 18451, + 18457, + 18461, + 18467, + 18481, + 18487, + 18493, + 18503, + 18511, + 18521, + 18523, + 18533, + 18539, + 18541, + 18553, + 18563, + 18571, + 18583, + 18587, + 18593, + 18617, + 18637, + 18641, + 18643, + 18649, + 18661, + 18671, + 18673, + 18679, + 18691, + 18701, + 18713, + 18719, + 18721, + 18731, + 18733, + 18739, + 18749, + 18757, + 18763, + 18773, + 18787, + 18793, + 18797, + 18803, + 18811, + 18817, + 18823, + 18839, + 18841, + 18853, + 18859, + 18869, + 18871, + 18877, + 18889, + 18899, + 18901, + 18911, + 18913, + 18919, + 18923, + 18929, + 18947, + 18959, + 18973, + 18979, + 18983, + 19001, + 19007, + 19009, + 19013, + 19031, + 19037, + 19043, + 19049, + 19051, + 19069, + 19073, + 19081, + 19087, + 19109, + 19111, + 19121, + 19139, + 19141, + 19151, + 19153, + 19157, + 19163, + 19169, + 19177, + 19183, + 19189, + 19193, + 19207, + 19211, + 19213, + 19219, + 19231, + 19237, + 19241, + 19243, + 19249, + 19259, + 19261, + 19273, + 19289, + 19297, + 19301, + 19307, + 19309, + 19319, + 19333, + 19337, + 19339, + 19349, + 19351, + 19361, + 19373, + 19379, + 19381, + 19387, + 19391, + 19403, + 19409, + 19417, + 19421, + 19423, + 19427, + 19429, + 19433, + 19439, + 19441, + 19447, + 19457, + 19463, + 19469, + 19471, + 19477, + 19483, + 19487, + 19489, + 19493, + 19499, + 19501, + 19507, + 19511, + 19513, + 19523, + 19531, + 19537, + 19541, + 19543, + 19553, + 19559, + 19571, + 19577, + 19583, + 19609, + 19613, + 19619, + 19621, + 19637, + 19639, + 19649, + 19657, + 19661, + 19673, + 19681, + 19687, + 19697, + 19699, + 19703, + 19709, + 19711, + 19717, + 19727, + 19739, + 19751, + 19753, + 19759, + 19763, + 19777, + 19787, + 19793, + 19801, + 19807, + 19813, + 19819, + 19823, + 19831, + 19837, + 19841, + 19843, + 19853, + 19861, + 19867, + 19873, + 19891, + 19897, + 19901, + 19903, + 19907, + 19913, + 19919, + 19927, + 19937, + 19943, + 19949, + 19951, + 19961, + 19963, + 19973, + 19979, + 19981, + 19991, + 19993, + 19997, + 19999 + ] + }, + { + "max_prime": 1000, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 31, + 37, + 41, + 43, + 47, + 53, + 59, + 61, + 67, + 71, + 73, + 79, + 83, + 89, + 97, + 101, + 103, + 107, + 109, + 113, + 127, + 131, + 137, + 139, + 149, + 151, + 157, + 163, + 167, + 173, + 179, + 181, + 191, + 193, + 197, + 199, + 211, + 223, + 227, + 229, + 233, + 239, + 241, + 251, + 257, + 263, + 269, + 271, + 277, + 281, + 283, + 293, + 307, + 311, + 313, + 317, + 331, + 337, + 347, + 349, + 353, + 359, + 367, + 373, + 379, + 383, + 389, + 397, + 401, + 409, + 419, + 421, + 431, + 433, + 439, + 443, + 449, + 457, + 461, + 463, + 467, + 479, + 487, + 491, + 499, + 503, + 509, + 521, + 523, + 541, + 547, + 557, + 563, + 569, + 571, + 577, + 587, + 593, + 599, + 601, + 607, + 613, + 617, + 619, + 631, + 641, + 643, + 647, + 653, + 659, + 661, + 673, + 677, + 683, + 691, + 701, + 709, + 719, + 727, + 733, + 739, + 743, + 751, + 757, + 761, + 769, + 773, + 787, + 797, + 809, + 811, + 821, + 823, + 827, + 829, + 839, + 853, + 857, + 859, + 863, + 877, + 881, + 883, + 887, + 907, + 911, + 919, + 929, + 937, + 941, + 947, + 953, + 967, + 971, + 977, + 983, + 991, + 997, + 1009, + 1013, + 1019, + 1021, + 1031, + 1033, + 1039, + 1049, + 1051, + 1061, + 1063, + 1069, + 1087, + 1091, + 1093, + 1097, + 1103, + 1109, + 1117, + 1123, + 1129, + 1151, + 1153, + 1163, + 1171, + 1181, + 1193, + 1201, + 1213, + 1217, + 1223, + 1229, + 1231, + 1237, + 1249, + 1259, + 1277, + 1279, + 1283, + 1289, + 1291, + 1297, + 1301, + 1303, + 1307, + 1319, + 1321, + 1327, + 1361, + 1367, + 1373, + 1381, + 1399, + 1409, + 1411, + 1423, + 1427, + 1429, + 1433, + 1439, + 1447, + 1451, + 1453, + 1459, + 1471, + 1481, + 1483, + 1487, + 1493, + 1499, + 1511, + 1523, + 1531, + 1543, + 1549, + 1553, + 1559, + 1567, + 1571, + 1579, + 1583, + 1597, + 1601, + 1607, + 1609, + 1613, + 1619, + 1621, + 1627, + 1637, + 1657, + 1663, + 1667, + 1673, + 1693, + 1697, + 1699, + 1709, + 1721, + 1723, + 1733, + 1741, + 1747, + 1753, + 1759, + 1777, + 1783, + 1787, + 1789, + 1801, + 1811, + 1823, + 1831, + 1847, + 1861, + 1867, + 1871, + 1873, + 1877, + 1879, + 1889, + 1901, + 1907, + 1913, + 1931, + 1933, + 1949, + 1951, + 1973, + 1979, + 1987, + 1993, + 1997, + 1999, + 2003, + 2011, + 2017, + 2027, + 2029, + 2039, + 2053, + 2063, + 2069, + 2081, + 2083, + 2087, + 2089, + 2099, + 2111, + 2113, + 2129, + 2131, + 2137, + 2141, + 2143, + 2153, + 2161, + 2179, + 2203, + 2207, + 2213, + 2221, + 2237, + 2239, + 2243, + 2251, + 2267, + 2269, + 2273, + 2281, + 2293, + 2297, + 2309, + 2311, + 2333, + 2339, + 2341, + 2347, + 2351, + 2357, + 2371, + 2377, + 2381, + 2383, + 2389, + 2393, + 2399, + 2411, + 2417, + 2423, + 2437, + 2441, + 2447, + 2459, + 2467, + 2473, + 2477, + 2503, + 2521, + 2531, + 2539, + 2543, + 2549, + 2551, + 2557, + 2561, + 2579, + 2591, + 2593, + 2609, + 2617, + 2621, + 2633, + 2647, + 2657, + 2659, + 2663, + 2677, + 2683, + 2687, + 2689, + 2693, + 2699, + 2707, + 2711, + 2713, + 2719, + 2729, + 2731, + 2741, + 2749, + 2753, + 2767, + 2777, + 2789, + 2791, + 2797, + 2801, + 2803, + 2819, + 2833, + 2837, + 2843, + 2851, + 2857, + 2861, + 2879, + 2887, + 2897, + 2903, + 2909, + 2917, + 2927, + 2939, + 2953, + 2957, + 2963, + 2969, + 2971, + 2999, + 3001, + 3011, + 3019, + 3023, + 3037, + 3041, + 3049, + 3061, + 3067, + 3079, + 3083, + 3089, + 3109, + 3119, + 3121, + 3137, + 3163, + 3167, + 3169 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1squarefreedivisioneasyversion_train.json b/examples/pipelines/all_configs/E1squarefreedivisioneasyversion_train.json new file mode 100644 index 0000000..bd62ebf --- /dev/null +++ b/examples/pipelines/all_configs/E1squarefreedivisioneasyversion_train.json @@ -0,0 +1,3353 @@ +[ + { + "max_prime": 3162, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 31, + 37, + 41, + 43, + 47, + 53, + 59, + 61, + 67, + 71, + 73, + 79, + 83, + 89, + 97, + 101, + 103, + 107, + 109, + 113, + 127, + 131, + 137, + 139, + 149, + 151, + 157, + 163, + 167, + 173, + 179, + 181, + 191, + 193, + 197, + 199, + 211, + 223, + 227, + 229, + 233, + 239, + 241, + 251, + 257, + 263, + 269, + 271, + 277, + 281, + 283, + 293, + 307, + 311, + 313, + 317, + 331, + 337, + 347, + 349, + 353, + 359, + 367, + 373, + 379, + 383, + 389, + 397, + 401, + 409, + 419, + 421, + 431, + 433, + 439, + 443, + 449, + 457, + 461, + 463, + 467, + 479, + 487, + 491, + 499, + 503, + 509, + 521, + 523, + 541, + 547, + 557, + 563, + 569, + 571, + 577, + 587, + 593, + 599, + 601, + 607, + 613, + 617, + 619, + 631, + 641, + 643, + 647, + 653, + 659, + 661, + 673, + 677, + 683, + 691, + 701, + 709, + 719, + 727, + 733, + 739, + 743, + 751, + 757, + 761, + 769, + 773, + 787, + 797, + 809, + 811, + 821, + 823, + 827, + 829, + 839, + 853, + 857, + 859, + 863, + 877, + 881, + 883, + 887, + 907, + 911, + 919, + 929, + 937, + 941, + 947, + 953, + 967, + 971, + 977, + 983, + 991, + 997, + 1009, + 1013, + 1019, + 1021, + 1031, + 1033, + 1039, + 1049, + 1051, + 1061, + 1063, + 1069, + 1087, + 1091, + 1093, + 1097, + 1103, + 1109, + 1117, + 1123, + 1129, + 1151, + 1153, + 1163, + 1171, + 1181, + 1193, + 1201, + 1213, + 1217, + 1223, + 1229, + 1231, + 1237, + 1249, + 1259, + 1277, + 1279, + 1283, + 1289, + 1291, + 1297, + 1301, + 1303, + 1307, + 1319, + 1321, + 1327, + 1361, + 1367, + 1373, + 1381, + 1399, + 1409, + 1411, + 1423, + 1427, + 1429, + 1433, + 1439, + 1447, + 1451, + 1453, + 1459, + 1471, + 1481, + 1483, + 1487, + 1493, + 1499, + 1511, + 1523, + 1531, + 1543, + 1549, + 1553, + 1559, + 1567, + 1571, + 1579, + 1583, + 1597, + 1601, + 1607, + 1609, + 1613, + 1619, + 1621, + 1627, + 1637, + 1657, + 1663, + 1667, + 1673, + 1693, + 1697, + 1699, + 1709, + 1721, + 1723, + 1733, + 1741, + 1747, + 1753, + 1759, + 1777, + 1783, + 1787, + 1789, + 1801, + 1811, + 1823, + 1831, + 1847, + 1861, + 1867, + 1871, + 1873, + 1877, + 1879, + 1889, + 1901, + 1907, + 1913, + 1931, + 1933, + 1949, + 1951, + 1973, + 1979, + 1987, + 1993, + 1997, + 1999, + 2003, + 2011, + 2017, + 2027, + 2029, + 2039, + 2053, + 2063, + 2069, + 2081, + 2083, + 2087, + 2089, + 2099, + 2111, + 2113, + 2129, + 2131, + 2137, + 2141, + 2143, + 2153, + 2161, + 2179, + 2203, + 2207, + 2213, + 2221, + 2237, + 2239, + 2243, + 2251, + 2267, + 2269, + 2273, + 2281, + 2293, + 2297, + 2309, + 2311, + 2333, + 2339, + 2341, + 2347, + 2351, + 2357, + 2371, + 2377, + 2381, + 2383, + 2389, + 2393, + 2399, + 2411, + 2417, + 2423, + 2437, + 2441, + 2447, + 2459, + 2467, + 2473, + 2477, + 2503, + 2521, + 2531, + 2539, + 2543, + 2549, + 2551, + 2557, + 2561, + 2579, + 2591, + 2593, + 2609, + 2617, + 2621, + 2633, + 2647, + 2657, + 2659, + 2663, + 2677, + 2683, + 2687, + 2689, + 2693, + 2699, + 2707, + 2711, + 2713, + 2719, + 2729, + 2731, + 2741, + 2749, + 2753, + 2767, + 2777, + 2789, + 2791, + 2797, + 2801, + 2803, + 2819, + 2833, + 2837, + 2843, + 2851, + 2857, + 2861, + 2879, + 2887, + 2897, + 2903, + 2909, + 2917, + 2927, + 2939, + 2953, + 2957, + 2963, + 2969, + 2971, + 2999, + 3001, + 3011, + 3019, + 3023, + 3037, + 3041, + 3049, + 3061, + 3067, + 3079, + 3083, + 3089, + 3109, + 3119, + 3121, + 3137, + 3163, + 3167, + 3169 + ] + }, + { + "max_prime": 4000, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 31, + 37, + 41, + 43, + 47, + 53, + 59, + 61, + 67, + 71, + 73, + 79, + 83, + 89, + 97, + 101, + 103, + 107, + 109, + 113, + 127, + 131, + 137, + 139, + 149, + 151, + 157, + 163, + 167, + 173, + 179, + 181, + 191, + 193, + 197, + 199, + 211, + 223, + 227, + 229, + 233, + 239, + 241, + 251, + 257, + 263, + 269, + 271, + 277, + 281, + 283, + 293, + 307, + 311, + 313, + 317, + 331, + 337, + 347, + 349, + 353, + 359, + 367, + 373, + 379, + 383, + 389, + 397, + 401, + 409, + 419, + 421, + 431, + 433, + 439, + 443, + 449, + 457, + 461, + 463, + 467, + 479, + 487, + 491, + 499, + 503, + 509, + 521, + 523, + 541, + 547, + 557, + 563, + 569, + 571, + 577, + 587, + 593, + 599, + 601, + 607, + 613, + 617, + 619, + 631, + 641, + 643, + 647, + 653, + 659, + 661, + 673, + 677, + 683, + 691, + 701, + 709, + 719, + 727, + 733, + 739, + 743, + 751, + 757, + 761, + 769, + 773, + 787, + 797, + 809, + 811, + 821, + 823, + 827, + 829, + 839, + 853, + 857, + 859, + 863, + 877, + 881, + 883, + 887, + 907, + 911, + 919, + 929, + 937, + 941, + 947, + 953, + 967, + 971, + 977, + 983, + 991, + 997, + 1009, + 1013, + 1019, + 1021, + 1031, + 1033, + 1039, + 1049, + 1051, + 1061, + 1063, + 1069, + 1087, + 1091, + 1093, + 1097, + 1103, + 1109, + 1117, + 1123, + 1129, + 1151, + 1153, + 1163, + 1171, + 1181, + 1193, + 1201, + 1213, + 1217, + 1223, + 1229, + 1231, + 1237, + 1249, + 1259, + 1277, + 1279, + 1283, + 1289, + 1291, + 1297, + 1301, + 1303, + 1307, + 1319, + 1321, + 1327, + 1361, + 1367, + 1373, + 1381, + 1399, + 1409, + 1411, + 1423, + 1427, + 1429, + 1433, + 1439, + 1447, + 1451, + 1453, + 1459, + 1471, + 1481, + 1483, + 1487, + 1493, + 1499, + 1511, + 1523, + 1531, + 1543, + 1549, + 1553, + 1559, + 1567, + 1571, + 1579, + 1583, + 1597, + 1601, + 1607, + 1609, + 1613, + 1619, + 1621, + 1627, + 1637, + 1657, + 1663, + 1667, + 1673, + 1693, + 1697, + 1699, + 1709, + 1721, + 1723, + 1733, + 1741, + 1747, + 1753, + 1759, + 1777, + 1783, + 1787, + 1789, + 1801, + 1811, + 1823, + 1831, + 1847, + 1861, + 1867, + 1871, + 1873, + 1877, + 1879, + 1889, + 1901, + 1907, + 1913, + 1931, + 1933, + 1949, + 1951, + 1973, + 1979, + 1987, + 1993, + 1997, + 1999, + 2003, + 2011, + 2017, + 2027, + 2029, + 2039, + 2053, + 2063, + 2069, + 2081, + 2083, + 2087, + 2089, + 2099, + 2111, + 2113, + 2129, + 2131, + 2137, + 2141, + 2143, + 2153, + 2161, + 2179, + 2203, + 2207, + 2213, + 2221, + 2237, + 2239, + 2243, + 2251, + 2267, + 2269, + 2273, + 2281, + 2293, + 2297, + 2309, + 2311, + 2333, + 2339, + 2341, + 2347, + 2351, + 2357, + 2371, + 2377, + 2381, + 2383, + 2389, + 2393, + 2399, + 2411, + 2417, + 2423, + 2437, + 2441, + 2447, + 2459, + 2467, + 2473, + 2477, + 2503, + 2521, + 2531, + 2539, + 2543, + 2549, + 2551, + 2557, + 2561, + 2579, + 2591, + 2593, + 2609, + 2617, + 2621, + 2633, + 2647, + 2657, + 2659, + 2663, + 2677, + 2683, + 2687, + 2689, + 2693, + 2699, + 2707, + 2711, + 2713, + 2719, + 2729, + 2731, + 2741, + 2749, + 2753, + 2767, + 2777, + 2789, + 2791, + 2797, + 2801, + 2803, + 2819, + 2833, + 2837, + 2843, + 2851, + 2857, + 2861, + 2879, + 2887, + 2897, + 2903, + 2909, + 2917, + 2927, + 2939, + 2953, + 2957, + 2963, + 2969, + 2971, + 2999, + 3001, + 3011, + 3019, + 3023, + 3037, + 3041, + 3049, + 3061, + 3067, + 3079, + 3083, + 3089, + 3109, + 3119, + 3121, + 3137, + 3163, + 3167, + 3169, + 3181, + 3187, + 3191, + 3193, + 3199, + 3203, + 3209, + 3217, + 3221, + 3229, + 3251, + 3253, + 3257, + 3259, + 3271, + 3299, + 3301, + 3307, + 3313, + 3319, + 3323, + 3329, + 3331, + 3343, + 3347, + 3353, + 3359, + 3361, + 3371, + 3373, + 3389, + 3391, + 3407, + 3413, + 3433, + 3449, + 3457, + 3461, + 3463, + 3467, + 3469, + 3491, + 3499, + 3511, + 3517, + 3527, + 3529, + 3533, + 3539, + 3541, + 3557, + 3559, + 3571, + 3581, + 3583, + 3593, + 3607, + 3613, + 3617, + 3623, + 3631, + 3637, + 3643, + 3659, + 3661, + 3671, + 3673, + 3677, + 3691, + 3697, + 3701, + 3709, + 3719, + 3727, + 3733, + 3739, + 3761, + 3767, + 3769, + 3779, + 3793, + 3797, + 3803, + 3821, + 3823, + 3833, + 3847, + 3851, + 3853, + 3863, + 3877, + 3881, + 3889, + 3907, + 3911, + 3917, + 3919, + 3923, + 3929, + 3931, + 3943, + 3947, + 3967, + 3971, + 3989, + 4001, + 4003, + 4007, + 4013, + 4019, + 4021, + 4027, + 4049, + 4051, + 4057, + 4073, + 4079, + 4091, + 4093, + 4099, + 4111, + 4127, + 4129, + 4133, + 4139, + 4153, + 4157, + 4159, + 4177, + 4187, + 4189, + 4193, + 4199, + 4201, + 4211, + 4213, + 4217, + 4219, + 4229, + 4231, + 4237, + 4241, + 4243, + 4253, + 4259, + 4261, + 4271, + 4273, + 4283, + 4289, + 4297, + 4327, + 4337, + 4339, + 4349, + 4357, + 4363, + 4373, + 4387, + 4391, + 4397, + 4409, + 4421, + 4423, + 4447, + 4451, + 4457, + 4463, + 4481, + 4483, + 4493, + 4507, + 4513, + 4517, + 4519, + 4523, + 4547, + 4549, + 4561, + 4567, + 4583, + 4591, + 4597, + 4603, + 4621, + 4637, + 4639, + 4643, + 4649, + 4651, + 4657, + 4663, + 4679, + 4691, + 4703, + 4709, + 4711, + 4721, + 4723, + 4729, + 4733, + 4751, + 4759, + 4771, + 4783, + 4789, + 4793, + 4799, + 4801, + 4813, + 4817, + 4831, + 4861, + 4871, + 4873, + 4877, + 4889, + 4903, + 4909, + 4919, + 4931, + 4933, + 4937, + 4943, + 4951, + 4957, + 4967, + 4969, + 4973, + 4987, + 4993, + 4999, + 5003, + 5009, + 5011, + 5021, + 5023, + 5039, + 5051, + 5059, + 5071, + 5077, + 5081, + 5087, + 5099, + 5101, + 5107, + 5113, + 5119, + 5147, + 5153, + 5167, + 5171, + 5179, + 5189, + 5197, + 5201, + 5209, + 5227, + 5231, + 5233, + 5237, + 5261, + 5273, + 5279, + 5281, + 5297, + 5303, + 5309, + 5323, + 5333, + 5347, + 5351, + 5381, + 5387, + 5393, + 5399, + 5407, + 5413, + 5417, + 5419, + 5431, + 5437, + 5441, + 5443, + 5449, + 5471, + 5477, + 5483, + 5501, + 5503, + 5507, + 5521, + 5527, + 5531, + 5557, + 5563, + 5569, + 5573, + 5581, + 5591, + 5623, + 5639, + 5641, + 5647, + 5651, + 5653, + 5657, + 5659, + 5669, + 5683, + 5689, + 5693, + 5701, + 5711, + 5717, + 5737, + 5741, + 5743, + 5749, + 5779, + 5783, + 5791, + 5801, + 5807, + 5813, + 5821, + 5827, + 5839, + 5843, + 5849, + 5851, + 5857, + 5861, + 5867, + 5869, + 5879, + 5881, + 5897, + 5903, + 5923, + 5927, + 5939, + 5953, + 5981, + 5987, + 6007, + 6011, + 6029, + 6037, + 6043, + 6047, + 6053, + 6067, + 6073, + 6079, + 6089, + 6091, + 6101, + 6113, + 6121, + 6131, + 6133, + 6143, + 6151, + 6163, + 6173, + 6199, + 6203, + 6211, + 6217, + 6221, + 6229, + 6247, + 6257, + 6263, + 6269, + 6271, + 6277, + 6287, + 6299, + 6301, + 6311, + 6317, + 6329, + 6337, + 6343, + 6353, + 6359, + 6361, + 6367, + 6373, + 6379, + 6389, + 6397, + 6419, + 6421, + 6427, + 6449, + 6451, + 6469, + 6473, + 6481, + 6491, + 6521, + 6529, + 6547, + 6551, + 6553, + 6563, + 6569, + 6571, + 6577, + 6581, + 6599, + 6607, + 6619, + 6637, + 6653, + 6659, + 6661, + 6673, + 6679, + 6689, + 6691, + 6701, + 6703, + 6709, + 6719, + 6733, + 6737, + 6761, + 6763, + 6779, + 6781, + 6791, + 6793, + 6803, + 6823, + 6827, + 6829, + 6833, + 6841, + 6857, + 6863, + 6869, + 6871, + 6883, + 6899, + 6907, + 6911, + 6917, + 6947, + 6949, + 6959, + 6961, + 6967, + 6971, + 6977, + 6983, + 6991, + 6997, + 7001, + 7013, + 7019, + 7027, + 7037, + 7039, + 7043, + 7057, + 7069, + 7079, + 7103, + 7109, + 7121, + 7127, + 7129, + 7151, + 7153, + 7177, + 7187, + 7193, + 7207, + 7211, + 7213, + 7219, + 7229, + 7237, + 7243, + 7247, + 7253, + 7283, + 7297, + 7307, + 7309, + 7321, + 7331, + 7333, + 7349, + 7351, + 7369, + 7393, + 7397, + 7411, + 7417, + 7421, + 7433, + 7451, + 7457, + 7477, + 7481, + 7487, + 7489, + 7499, + 7507, + 7517, + 7523, + 7529, + 7537, + 7541, + 7547, + 7549, + 7559, + 7561, + 7573, + 7577, + 7583, + 7589, + 7591, + 7603, + 7607, + 7621, + 7639, + 7643, + 7649, + 7669, + 7673, + 7681, + 7687, + 7691, + 7699, + 7703, + 7717, + 7723, + 7727, + 7733, + 7741, + 7753, + 7757, + 7759, + 7789, + 7793, + 7817, + 7823, + 7829, + 7841, + 7853, + 7867, + 7873, + 7877, + 7879, + 7883, + 7901, + 7907, + 7919, + 7927, + 7933, + 7937, + 7949, + 7951, + 7963, + 7973, + 7993, + 8009, + 8011, + 8017, + 8039, + 8053, + 8059, + 8069, + 8081, + 8087, + 8089, + 8093, + 8101, + 8111, + 8117, + 8123, + 8147, + 8161, + 8167, + 8171, + 8179, + 8191, + 8209, + 8219, + 8221, + 8231, + 8233, + 8237, + 8243, + 8263, + 8269, + 8273, + 8287, + 8291, + 8293, + 8297, + 8311, + 8317, + 8329, + 8353, + 8363, + 8369, + 8377, + 8387, + 8389, + 8419, + 8423, + 8429, + 8431, + 8443, + 8447, + 8461, + 8467, + 8501, + 8513, + 8521, + 8527, + 8537, + 8539, + 8543, + 8563, + 8573, + 8597, + 8599, + 8609, + 8623, + 8627, + 8629, + 8641, + 8647, + 8659, + 8663, + 8677, + 8681, + 8689, + 8693, + 8699, + 8707, + 8713, + 8717, + 8731, + 8737, + 8741, + 8747, + 8753, + 8761, + 8779, + 8783, + 8803, + 8807, + 8819, + 8821, + 8831, + 8833, + 8837, + 8839, + 8849, + 8861, + 8863, + 8867, + 8887, + 8893, + 8923, + 8929, + 8933, + 8941, + 8951, + 8963, + 8969, + 8971, + 8999, + 9001, + 9007, + 9011, + 9029, + 9041, + 9043, + 9049, + 9061, + 9067, + 9091, + 9103, + 9109, + 9127, + 9133, + 9137, + 9151, + 9157, + 9161, + 9173, + 9181, + 9199, + 9203, + 9209, + 9221, + 9227, + 9239, + 9241, + 9257, + 9277, + 9281, + 9283, + 9293, + 9311, + 9319, + 9323, + 9337, + 9341, + 9343, + 9349, + 9371, + 9377, + 9391, + 9397, + 9403, + 9413, + 9419, + 9421, + 9431, + 9433, + 9437, + 9439, + 9461, + 9463, + 9467, + 9473, + 9479, + 9491, + 9497, + 9511, + 9521, + 9533, + 9539, + 9547, + 9551, + 9587, + 9599, + 9601, + 9613, + 9619, + 9623, + 9629, + 9637, + 9643, + 9649, + 9661, + 9677, + 9679, + 9689, + 9697, + 9719, + 9721, + 9733, + 9739, + 9743, + 9749, + 9767, + 9769, + 9773, + 9781, + 9787, + 9791, + 9803, + 9811, + 9817, + 9829, + 9833, + 9839, + 9851, + 9857, + 9859, + 9863, + 9871, + 9883, + 9887, + 9901, + 9907, + 9911, + 9917, + 9923, + 9929, + 9941, + 9949, + 9967, + 9973, + 9979, + 10007, + 10009, + 10037, + 10039, + 10061, + 10067, + 10069, + 10079, + 10091, + 10093, + 10099, + 10103, + 10111, + 10133, + 10151, + 10159, + 10163, + 10169, + 10177, + 10181, + 10193, + 10211, + 10223, + 10243, + 10247, + 10253, + 10259, + 10267, + 10271, + 10273, + 10289, + 10301, + 10303, + 10313, + 10321, + 10331, + 10333, + 10343, + 10357, + 10369, + 10391, + 10399, + 10427, + 10429, + 10433, + 10453, + 10457, + 10459, + 10463, + 10477, + 10487, + 10499, + 10501, + 10513, + 10529, + 10559, + 10567, + 10589, + 10597, + 10601, + 10607, + 10613, + 10627, + 10631, + 10639, + 10651, + 10657, + 10663, + 10667, + 10687, + 10691, + 10709, + 10711, + 10723, + 10729, + 10733, + 10739, + 10753, + 10771, + 10781, + 10789, + 10799, + 10831, + 10837, + 10859, + 10861, + 10867, + 10873, + 10883, + 10889, + 10891, + 10903, + 10909, + 10913, + 10919, + 10937, + 10939, + 10949, + 10957, + 10973, + 10979, + 10987, + 10993, + 11027, + 11057, + 11069, + 11071, + 11083, + 11087, + 11093, + 11113, + 11117, + 11119, + 11131, + 11143, + 11149, + 11159, + 11161, + 11171, + 11173, + 11177, + 11197, + 11213, + 11239, + 11243, + 11251, + 11257, + 11261, + 11273, + 11279, + 11287, + 11299, + 11311, + 11317, + 11321, + 11329, + 11351, + 11353, + 11369, + 11383, + 11399, + 11411, + 11423, + 11437, + 11443, + 11447, + 11467, + 11471, + 11483, + 11489, + 11491, + 11503, + 11519, + 11527, + 11549, + 11551, + 11579, + 11587, + 11593, + 11597, + 11617, + 11621, + 11633, + 11657, + 11677, + 11681, + 11689, + 11699, + 11701, + 11717, + 11719, + 11731, + 11743, + 11777, + 11779, + 11783, + 11789, + 11801, + 11807, + 11813, + 11821, + 11827, + 11831, + 11833, + 11839, + 11863, + 11867, + 11887, + 11897, + 11903, + 11909, + 11923, + 11927, + 11939, + 11941, + 11953, + 11959, + 11969, + 11971, + 11981, + 11987, + 12007, + 12011, + 12037, + 12041, + 12043, + 12049, + 12071, + 12073, + 12097, + 12101, + 12107, + 12109, + 12113, + 12119, + 12143, + 12149, + 12157, + 12161, + 12163, + 12173, + 12187, + 12193, + 12203, + 12211, + 12227, + 12233, + 12239, + 12241, + 12251, + 12253, + 12263, + 12269, + 12277, + 12281, + 12289, + 12301, + 12313, + 12323, + 12329, + 12343, + 12347, + 12373, + 12377, + 12379, + 12391, + 12401, + 12409, + 12413, + 12421, + 12433, + 12437, + 12443, + 12451, + 12457, + 12473, + 12479, + 12487, + 12491, + 12497, + 12503, + 12511, + 12527, + 12539, + 12541, + 12547, + 12553, + 12569, + 12577, + 12583, + 12589, + 12601, + 12611, + 12613, + 12619, + 12637, + 12641, + 12647, + 12653, + 12659, + 12671, + 12689, + 12697, + 12703, + 12713, + 12721, + 12739, + 12743, + 12757, + 12763, + 12769, + 12781, + 12799, + 12809, + 12821, + 12823, + 12829, + 12841, + 12853, + 12859, + 12871, + 12889, + 12893, + 12899, + 12907, + 12911, + 12917, + 12919, + 12923, + 12941, + 12953, + 12959, + 12967, + 12973, + 12979, + 12983, + 13001, + 13003, + 13007, + 13009, + 13033, + 13037, + 13043, + 13049, + 13063, + 13093, + 13099, + 13103, + 13109, + 13121, + 13127, + 13147, + 13151, + 13159, + 13169, + 13183, + 13187, + 13199, + 13217, + 13219, + 13229, + 13241, + 13249, + 13259, + 13267, + 13291, + 13297, + 13309, + 13313, + 13327, + 13331, + 13337, + 13339, + 13361, + 13367, + 13381, + 13397, + 13399, + 13411, + 13417, + 13421, + 13441, + 13451, + 13457, + 13463, + 13469, + 13477, + 13487, + 13499, + 13513, + 13523, + 13537, + 13553, + 13567, + 13577, + 13591, + 13613, + 13619, + 13627, + 13633, + 13649, + 13661, + 13669, + 13679, + 13681, + 13687, + 13691, + 13693, + 13697, + 13709, + 13711, + 13717, + 13721, + 13729, + 13751, + 13757, + 13759, + 13763, + 13781, + 13789, + 13799, + 13807, + 13829, + 13831, + 13841, + 13859, + 13873, + 13877, + 13879, + 13883, + 13901, + 13903, + 13907, + 13913, + 13921, + 13931, + 13963, + 13967, + 13997, + 13999, + 14003, + 14009, + 14011, + 14029, + 14033, + 14051, + 14057, + 14063, + 14071, + 14081, + 14083, + 14087, + 14107, + 14137, + 14143, + 14149, + 14153, + 14159, + 14173, + 14177, + 14197, + 14207, + 14221, + 14243, + 14249, + 14251, + 14257, + 14263, + 14269, + 14281, + 14293, + 14303, + 14321, + 14323, + 14327, + 14341, + 14347, + 14351, + 14369, + 14387, + 14389, + 14401, + 14407, + 14411, + 14413, + 14419, + 14423, + 14431, + 14437, + 14447, + 14449, + 14461, + 14467, + 14479, + 14489, + 14519, + 14533, + 14537, + 14543, + 14549, + 14551, + 14557, + 14561, + 14563, + 14587, + 14591, + 14593, + 14621, + 14627, + 14629, + 14633, + 14639, + 14641, + 14647, + 14657, + 14669, + 14683, + 14689, + 14699, + 14713, + 14717, + 14723, + 14731, + 14737, + 14741, + 14747, + 14753, + 14759, + 14767, + 14771, + 14779, + 14783, + 14797, + 14801, + 14803, + 14809, + 14813, + 14821, + 14827, + 14831, + 14833, + 14843, + 14851, + 14867, + 14869, + 14879, + 14881, + 14887, + 14891, + 14897, + 14923, + 14929, + 14939, + 14947, + 14951, + 14957, + 14969, + 14983, + 15013, + 15017, + 15031, + 15053, + 15061, + 15073, + 15077, + 15083, + 15091, + 15101, + 15107, + 15121, + 15131, + 15137, + 15139, + 15149, + 15161, + 15173, + 15187, + 15193, + 15199, + 15217, + 15227, + 15233, + 15239, + 15241, + 15259, + 15263, + 15269, + 15271, + 15277, + 15289, + 15307, + 15313, + 15319, + 15329, + 15331, + 15349, + 15359, + 15361, + 15373, + 15377, + 15383, + 15391, + 15401, + 15413, + 15427, + 15439, + 15443, + 15449, + 15461, + 15467, + 15481, + 15493, + 15497, + 15511, + 15527, + 15541, + 15551, + 15553, + 15569, + 15581, + 15583, + 15601, + 15607, + 15619, + 15629, + 15641, + 15643, + 15647, + 15649, + 15661, + 15667, + 15671, + 15679, + 15683, + 15701, + 15703, + 15727, + 15731, + 15733, + 15737, + 15739, + 15749, + 15751, + 15757, + 15767, + 15773, + 15787, + 15803, + 15809, + 15811, + 15823, + 15833, + 15847, + 15859, + 15871, + 15877, + 15881, + 15887, + 15889, + 15901, + 15907, + 15913, + 15919, + 15923, + 15937, + 15943, + 15959, + 15961, + 15973, + 15977, + 15983, + 15991, + 16001, + 16007, + 16031, + 16033, + 16057, + 16061, + 16063, + 16067, + 16073, + 16081, + 16087, + 16103, + 16111, + 16127, + 16139, + 16141, + 16147, + 16153, + 16163, + 16171, + 16183, + 16187, + 16189, + 16217, + 16223, + 16231, + 16237, + 16249, + 16253, + 16267, + 16273, + 16277, + 16283, + 16289, + 16301, + 16319, + 16333, + 16339, + 16349, + 16351, + 16361, + 16363, + 16369, + 16381, + 16393, + 16411, + 16417, + 16421, + 16427, + 16433, + 16447, + 16451, + 16457, + 16477, + 16481, + 16487, + 16493, + 16511, + 16519, + 16529, + 16531, + 16537, + 16553, + 16561, + 16567, + 16573, + 16583, + 16603, + 16607, + 16619, + 16631, + 16633, + 16649, + 16651, + 16657, + 16661, + 16673, + 16691, + 16693, + 16699, + 16703, + 16729, + 16733, + 16741, + 16747, + 16759, + 16763, + 16787, + 16811, + 16813, + 16817, + 16819, + 16829, + 16831, + 16837, + 16843, + 16853, + 16861, + 16871, + 16873, + 16879, + 16883, + 16889, + 16901, + 16903, + 16921, + 16927, + 16931, + 16937, + 16943, + 16963, + 16967, + 16973, + 16979, + 16981, + 16987, + 16993, + 16997, + 17011, + 17017, + 17021, + 17027, + 17029, + 17033, + 17047, + 17053, + 17059, + 17077, + 17093, + 17099, + 17107, + 17117, + 17119, + 17123, + 17137, + 17141, + 17143, + 17147, + 17153, + 17159, + 17167, + 17173, + 17177, + 17183, + 17189, + 17191, + 17197, + 17203, + 17207, + 17209, + 17213, + 17219, + 17221, + 17231, + 17239, + 17249, + 17257, + 17269, + 17273, + 17287, + 17291, + 17293, + 17299, + 17303, + 17309, + 17317, + 17327, + 17333, + 17351, + 17359, + 17377, + 17383, + 17387, + 17389, + 17393, + 17401, + 17407, + 17413, + 17417, + 17419, + 17431, + 17443, + 17449, + 17453, + 17459, + 17467, + 17471, + 17473, + 17477, + 17483, + 17489, + 17491, + 17497, + 17509, + 17513, + 17519, + 17521, + 17539, + 17551, + 17569, + 17573, + 17579, + 17581, + 17597, + 17609, + 17611, + 17623, + 17627, + 17633, + 17657, + 17659, + 17669, + 17681, + 17683, + 17687, + 17689, + 17693, + 17699, + 17707, + 17711, + 17713, + 17719, + 17729, + 17737, + 17741, + 17747, + 17749, + 17753, + 17761, + 17771, + 17777, + 17783, + 17789, + 17791, + 17803, + 17807, + 17813, + 17827, + 17839, + 17843, + 17849, + 17851, + 17863, + 17867, + 17869, + 17873, + 17881, + 17891, + 17903, + 17909, + 17911, + 17917, + 17921, + 17923, + 17929, + 17939, + 17941, + 17947, + 17951, + 17957, + 17959, + 17971, + 17977, + 17981, + 17983, + 17987, + 17989, + 18013, + 18041, + 18043, + 18047, + 18059, + 18061, + 18073, + 18077, + 18083, + 18089, + 18097, + 18113, + 18119, + 18121, + 18127, + 18131, + 18139, + 18149, + 18151, + 18169, + 18173, + 18179, + 18181, + 18191, + 18199, + 18211, + 18217, + 18223, + 18229, + 18233, + 18251, + 18257, + 18263, + 18269, + 18271, + 18287, + 18289, + 18301, + 18307, + 18311, + 18313, + 18317, + 18329, + 18337, + 18341, + 18347, + 18353, + 18359, + 18367, + 18371, + 18379, + 18397, + 18401, + 18413, + 18427, + 18433, + 18439, + 18443, + 18451, + 18457, + 18461, + 18467, + 18481, + 18487, + 18493, + 18503, + 18511, + 18521, + 18523, + 18533, + 18539, + 18541, + 18553, + 18563, + 18571, + 18583, + 18587, + 18593, + 18617, + 18637, + 18641, + 18643, + 18649, + 18661, + 18671, + 18673, + 18679, + 18691, + 18701, + 18713, + 18719, + 18721, + 18731, + 18733, + 18739, + 18749, + 18757, + 18763, + 18773, + 18787, + 18793, + 18797, + 18803, + 18811, + 18817, + 18823, + 18839, + 18841, + 18853, + 18859, + 18869, + 18871, + 18877, + 18889, + 18899, + 18901, + 18911, + 18913, + 18919, + 18923, + 18929, + 18947, + 18959, + 18973, + 18979, + 18983, + 19001, + 19007, + 19009, + 19013, + 19031, + 19037, + 19043, + 19049, + 19051, + 19069, + 19073, + 19081, + 19087, + 19109, + 19111, + 19121, + 19139, + 19141, + 19151, + 19153, + 19157, + 19163, + 19169, + 19177, + 19183, + 19189, + 19193, + 19207, + 19211, + 19213, + 19219, + 19231, + 19237, + 19241, + 19243, + 19249, + 19259, + 19261, + 19273, + 19289, + 19297, + 19301, + 19307, + 19309, + 19319, + 19333, + 19337, + 19339, + 19349, + 19351, + 19361, + 19373, + 19379, + 19381, + 19387, + 19391, + 19403, + 19409, + 19417, + 19421, + 19423, + 19427, + 19429, + 19433, + 19439, + 19441, + 19447, + 19457, + 19463, + 19469, + 19471, + 19477, + 19483, + 19487, + 19489, + 19493, + 19499, + 19501, + 19507, + 19511, + 19513, + 19523, + 19531, + 19537, + 19541, + 19543, + 19553, + 19559, + 19571, + 19577, + 19583, + 19609, + 19613, + 19619, + 19621, + 19637, + 19639, + 19649, + 19657, + 19661, + 19673, + 19681, + 19687, + 19697, + 19699, + 19703, + 19709, + 19711, + 19717, + 19727, + 19739, + 19751, + 19753, + 19759, + 19763, + 19777, + 19787, + 19793, + 19801, + 19807, + 19813, + 19819, + 19823, + 19831, + 19837, + 19841, + 19843, + 19853, + 19861, + 19867, + 19873, + 19891, + 19897, + 19901, + 19903, + 19907, + 19913, + 19919, + 19927, + 19937, + 19943, + 19949, + 19951, + 19961, + 19963, + 19973, + 19979, + 19981, + 19991, + 19993, + 19997, + 19999 + ] + }, + { + "max_prime": 1000, + "primes": [ + 2, + 3, + 5, + 7, + 11, + 13, + 17, + 19, + 23, + 29, + 31, + 37, + 41, + 43, + 47, + 53, + 59, + 61, + 67, + 71, + 73, + 79, + 83, + 89, + 97, + 101, + 103, + 107, + 109, + 113, + 127, + 131, + 137, + 139, + 149, + 151, + 157, + 163, + 167, + 173, + 179, + 181, + 191, + 193, + 197, + 199, + 211, + 223, + 227, + 229, + 233, + 239, + 241, + 251, + 257, + 263, + 269, + 271, + 277, + 281, + 283, + 293, + 307, + 311, + 313, + 317, + 331, + 337, + 347, + 349, + 353, + 359, + 367, + 373, + 379, + 383, + 389, + 397, + 401, + 409, + 419, + 421, + 431, + 433, + 439, + 443, + 449, + 457, + 461, + 463, + 467, + 479, + 487, + 491, + 499, + 503, + 509, + 521, + 523, + 541, + 547, + 557, + 563, + 569, + 571, + 577, + 587, + 593, + 599, + 601, + 607, + 613, + 617, + 619, + 631, + 641, + 643, + 647, + 653, + 659, + 661, + 673, + 677, + 683, + 691, + 701, + 709, + 719, + 727, + 733, + 739, + 743, + 751, + 757, + 761, + 769, + 773, + 787, + 797, + 809, + 811, + 821, + 823, + 827, + 829, + 839, + 853, + 857, + 859, + 863, + 877, + 881, + 883, + 887, + 907, + 911, + 919, + 929, + 937, + 941, + 947, + 953, + 967, + 971, + 977, + 983, + 991, + 997, + 1009, + 1013, + 1019, + 1021, + 1031, + 1033, + 1039, + 1049, + 1051, + 1061, + 1063, + 1069, + 1087, + 1091, + 1093, + 1097, + 1103, + 1109, + 1117, + 1123, + 1129, + 1151, + 1153, + 1163, + 1171, + 1181, + 1193, + 1201, + 1213, + 1217, + 1223, + 1229, + 1231, + 1237, + 1249, + 1259, + 1277, + 1279, + 1283, + 1289, + 1291, + 1297, + 1301, + 1303, + 1307, + 1319, + 1321, + 1327, + 1361, + 1367, + 1373, + 1381, + 1399, + 1409, + 1411, + 1423, + 1427, + 1429, + 1433, + 1439, + 1447, + 1451, + 1453, + 1459, + 1471, + 1481, + 1483, + 1487, + 1493, + 1499, + 1511, + 1523, + 1531, + 1543, + 1549, + 1553, + 1559, + 1567, + 1571, + 1579, + 1583, + 1597, + 1601, + 1607, + 1609, + 1613, + 1619, + 1621, + 1627, + 1637, + 1657, + 1663, + 1667, + 1673, + 1693, + 1697, + 1699, + 1709, + 1721, + 1723, + 1733, + 1741, + 1747, + 1753, + 1759, + 1777, + 1783, + 1787, + 1789, + 1801, + 1811, + 1823, + 1831, + 1847, + 1861, + 1867, + 1871, + 1873, + 1877, + 1879, + 1889, + 1901, + 1907, + 1913, + 1931, + 1933, + 1949, + 1951, + 1973, + 1979, + 1987, + 1993, + 1997, + 1999, + 2003, + 2011, + 2017, + 2027, + 2029, + 2039, + 2053, + 2063, + 2069, + 2081, + 2083, + 2087, + 2089, + 2099, + 2111, + 2113, + 2129, + 2131, + 2137, + 2141, + 2143, + 2153, + 2161, + 2179, + 2203, + 2207, + 2213, + 2221, + 2237, + 2239, + 2243, + 2251, + 2267, + 2269, + 2273, + 2281, + 2293, + 2297, + 2309, + 2311, + 2333, + 2339, + 2341, + 2347, + 2351, + 2357, + 2371, + 2377, + 2381, + 2383, + 2389, + 2393, + 2399, + 2411, + 2417, + 2423, + 2437, + 2441, + 2447, + 2459, + 2467, + 2473, + 2477, + 2503, + 2521, + 2531, + 2539, + 2543, + 2549, + 2551, + 2557, + 2561, + 2579, + 2591, + 2593, + 2609, + 2617, + 2621, + 2633, + 2647, + 2657, + 2659, + 2663, + 2677, + 2683, + 2687, + 2689, + 2693, + 2699, + 2707, + 2711, + 2713, + 2719, + 2729, + 2731, + 2741, + 2749, + 2753, + 2767, + 2777, + 2789, + 2791, + 2797, + 2801, + 2803, + 2819, + 2833, + 2837, + 2843, + 2851, + 2857, + 2861, + 2879, + 2887, + 2897, + 2903, + 2909, + 2917, + 2927, + 2939, + 2953, + 2957, + 2963, + 2969, + 2971, + 2999, + 3001, + 3011, + 3019, + 3023, + 3037, + 3041, + 3049, + 3061, + 3067, + 3079, + 3083, + 3089, + 3109, + 3119, + 3121, + 3137, + 3163, + 3167, + 3169 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1twilightandancientscrolleasierversion_test.json b/examples/pipelines/all_configs/E1twilightandancientscrolleasierversion_test.json new file mode 100644 index 0000000..a454017 --- /dev/null +++ b/examples/pipelines/all_configs/E1twilightandancientscrolleasierversion_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 1, + "max_total_length": 100 + }, + { + "max_n": 200, + "max_total_length": 5000 + }, + { + "max_n": 500, + "max_total_length": 10000 + }, + { + "max_n": 1000, + "max_total_length": 20000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E1twilightandancientscrolleasierversion_train.json b/examples/pipelines/all_configs/E1twilightandancientscrolleasierversion_train.json new file mode 100644 index 0000000..a454017 --- /dev/null +++ b/examples/pipelines/all_configs/E1twilightandancientscrolleasierversion_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 1, + "max_total_length": 100 + }, + { + "max_n": 200, + "max_total_length": 5000 + }, + { + "max_n": 500, + "max_total_length": 10000 + }, + { + "max_n": 1000, + "max_total_length": 20000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E2chiorianddollpickinghardversion_test.json b/examples/pipelines/all_configs/E2chiorianddollpickinghardversion_test.json new file mode 100644 index 0000000..155f351 --- /dev/null +++ b/examples/pipelines/all_configs/E2chiorianddollpickinghardversion_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_m": 0 + }, + { + "max_n": 50, + "max_m": 6 + }, + { + "max_n": 5, + "max_m": 53 + }, + { + "max_n": 10, + "max_m": 5 + }, + { + "max_n": 100, + "max_m": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E2chiorianddollpickinghardversion_train.json b/examples/pipelines/all_configs/E2chiorianddollpickinghardversion_train.json new file mode 100644 index 0000000..155f351 --- /dev/null +++ b/examples/pipelines/all_configs/E2chiorianddollpickinghardversion_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10, + "max_m": 0 + }, + { + "max_n": 50, + "max_m": 6 + }, + { + "max_n": 5, + "max_m": 53 + }, + { + "max_n": 10, + "max_m": 5 + }, + { + "max_n": 100, + "max_m": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E2rotatecolumnshardversion_test.json b/examples/pipelines/all_configs/E2rotatecolumnshardversion_test.json new file mode 100644 index 0000000..a374b56 --- /dev/null +++ b/examples/pipelines/all_configs/E2rotatecolumnshardversion_test.json @@ -0,0 +1,30 @@ +[ + { + "t": 3, + "max_n": 3, + "max_m": 5, + "min_val": 1, + "max_val": 100 + }, + { + "t": 1, + "max_n": 12, + "max_m": 2000, + "min_val": 1, + "max_val": 100000 + }, + { + "t": 20, + "max_n": 12, + "max_m": 1000, + "min_val": 1, + "max_val": 100000 + }, + { + "t": 5, + "max_n": 6, + "max_m": 1000, + "min_val": 5, + "max_val": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E2rotatecolumnshardversion_train.json b/examples/pipelines/all_configs/E2rotatecolumnshardversion_train.json new file mode 100644 index 0000000..a374b56 --- /dev/null +++ b/examples/pipelines/all_configs/E2rotatecolumnshardversion_train.json @@ -0,0 +1,30 @@ +[ + { + "t": 3, + "max_n": 3, + "max_m": 5, + "min_val": 1, + "max_val": 100 + }, + { + "t": 1, + "max_n": 12, + "max_m": 2000, + "min_val": 1, + "max_val": 100000 + }, + { + "t": 20, + "max_n": 12, + "max_m": 1000, + "min_val": 1, + "max_val": 100000 + }, + { + "t": 5, + "max_n": 6, + "max_m": 1000, + "min_val": 5, + "max_val": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E2twilightandancientscrollharderversion_test.json b/examples/pipelines/all_configs/E2twilightandancientscrollharderversion_test.json new file mode 100644 index 0000000..816e959 --- /dev/null +++ b/examples/pipelines/all_configs/E2twilightandancientscrollharderversion_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_word_length": 5 + }, + { + "max_n": 10, + "max_word_length": 3 + }, + { + "max_n": 10, + "max_word_length": 10 + }, + { + "max_n": 3, + "max_word_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/E2twilightandancientscrollharderversion_train.json b/examples/pipelines/all_configs/E2twilightandancientscrollharderversion_train.json new file mode 100644 index 0000000..816e959 --- /dev/null +++ b/examples/pipelines/all_configs/E2twilightandancientscrollharderversion_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_word_length": 5 + }, + { + "max_n": 10, + "max_word_length": 3 + }, + { + "max_n": 10, + "max_word_length": 10 + }, + { + "max_n": 3, + "max_word_length": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eacolourfulprospect_test.json b/examples/pipelines/all_configs/Eacolourfulprospect_test.json new file mode 100644 index 0000000..67c4561 --- /dev/null +++ b/examples/pipelines/all_configs/Eacolourfulprospect_test.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_x": -5, + "max_x": 5, + "min_y": -5, + "max_y": 5, + "min_r": 2, + "max_r": 5 + }, + { + "min_n": 3, + "max_n": 3, + "min_x": -10, + "max_x": 10, + "min_y": -10, + "max_y": 10, + "min_r": 5, + "max_r": 10 + }, + { + "min_n": 1, + "max_n": 3, + "min_x": -10, + "max_x": 10, + "min_y": -10, + "max_y": 10, + "min_r": 1, + "max_r": 10 + }, + { + "min_n": 1, + "max_n": 1, + "min_x": -5, + "max_x": 5, + "min_y": -5, + "max_y": 5, + "min_r": 1, + "max_r": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eacolourfulprospect_train.json b/examples/pipelines/all_configs/Eacolourfulprospect_train.json new file mode 100644 index 0000000..67c4561 --- /dev/null +++ b/examples/pipelines/all_configs/Eacolourfulprospect_train.json @@ -0,0 +1,42 @@ +[ + { + "min_n": 2, + "max_n": 3, + "min_x": -5, + "max_x": 5, + "min_y": -5, + "max_y": 5, + "min_r": 2, + "max_r": 5 + }, + { + "min_n": 3, + "max_n": 3, + "min_x": -10, + "max_x": 10, + "min_y": -10, + "max_y": 10, + "min_r": 5, + "max_r": 10 + }, + { + "min_n": 1, + "max_n": 3, + "min_x": -10, + "max_x": 10, + "min_y": -10, + "max_y": 10, + "min_r": 1, + "max_r": 10 + }, + { + "min_n": 1, + "max_n": 1, + "min_x": -5, + "max_x": 5, + "min_y": -5, + "max_y": 5, + "min_r": 1, + "max_r": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ealiceboborangesandapples_test.json b/examples/pipelines/all_configs/Ealiceboborangesandapples_test.json new file mode 100644 index 0000000..befe6c2 --- /dev/null +++ b/examples/pipelines/all_configs/Ealiceboborangesandapples_test.json @@ -0,0 +1,14 @@ +[ + { + "max_value": 20000000 + }, + { + "max_value": 10000000 + }, + { + "max_value": 2000000 + }, + { + "max_value": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ealiceboborangesandapples_train.json b/examples/pipelines/all_configs/Ealiceboborangesandapples_train.json new file mode 100644 index 0000000..befe6c2 --- /dev/null +++ b/examples/pipelines/all_configs/Ealiceboborangesandapples_train.json @@ -0,0 +1,14 @@ +[ + { + "max_value": 20000000 + }, + { + "max_value": 10000000 + }, + { + "max_value": 2000000 + }, + { + "max_value": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ealyonaandtowers_test.json b/examples/pipelines/all_configs/Ealyonaandtowers_test.json new file mode 100644 index 0000000..92c7716 --- /dev/null +++ b/examples/pipelines/all_configs/Ealyonaandtowers_test.json @@ -0,0 +1,42 @@ +[ + { + "n_max": 10, + "n_min": 1, + "m_max": 5, + "m_min": 1, + "d_max": 10, + "d_min": 1, + "a_max": 10, + "a_min": 1 + }, + { + "n_max": 15, + "n_min": 2, + "m_max": 7, + "m_min": 2, + "d_max": 15, + "d_min": 2, + "a_max": 15, + "a_min": 2 + }, + { + "n_max": 12, + "n_min": 1, + "m_max": 6, + "m_min": 1, + "d_max": 12, + "d_min": 1, + "a_max": 12, + "a_min": 1 + }, + { + "n_max": 18, + "n_min": 2, + "m_max": 8, + "m_min": 2, + "d_max": 18, + "d_min": 2, + "a_max": 18, + "a_min": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ealyonaandtowers_train.json b/examples/pipelines/all_configs/Ealyonaandtowers_train.json new file mode 100644 index 0000000..92c7716 --- /dev/null +++ b/examples/pipelines/all_configs/Ealyonaandtowers_train.json @@ -0,0 +1,42 @@ +[ + { + "n_max": 10, + "n_min": 1, + "m_max": 5, + "m_min": 1, + "d_max": 10, + "d_min": 1, + "a_max": 10, + "a_min": 1 + }, + { + "n_max": 15, + "n_min": 2, + "m_max": 7, + "m_min": 2, + "d_max": 15, + "d_min": 2, + "a_max": 15, + "a_min": 2 + }, + { + "n_max": 12, + "n_min": 1, + "m_max": 6, + "m_min": 1, + "d_max": 12, + "d_min": 1, + "a_max": 12, + "a_min": 1 + }, + { + "n_max": 18, + "n_min": 2, + "m_max": 8, + "m_min": 2, + "d_max": 18, + "d_min": 2, + "a_max": 18, + "a_min": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eandreachability_test.json b/examples/pipelines/all_configs/Eandreachability_test.json new file mode 100644 index 0000000..9be057d --- /dev/null +++ b/examples/pipelines/all_configs/Eandreachability_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 25, + "max_q": 15, + "max_val": 150000 + }, + { + "max_n": 10, + "max_q": 5, + "max_val": 300000 + }, + { + "max_n": 5, + "max_q": 3, + "max_val": 300000 + }, + { + "max_n": 15, + "max_q": 7, + "max_val": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eandreachability_train.json b/examples/pipelines/all_configs/Eandreachability_train.json new file mode 100644 index 0000000..9be057d --- /dev/null +++ b/examples/pipelines/all_configs/Eandreachability_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 25, + "max_q": 15, + "max_val": 150000 + }, + { + "max_n": 10, + "max_q": 5, + "max_val": 300000 + }, + { + "max_n": 5, + "max_q": 3, + "max_val": 300000 + }, + { + "max_n": 15, + "max_q": 7, + "max_val": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eanniversary_test.json b/examples/pipelines/all_configs/Eanniversary_test.json new file mode 100644 index 0000000..c069c9b --- /dev/null +++ b/examples/pipelines/all_configs/Eanniversary_test.json @@ -0,0 +1,26 @@ +[ + { + "m": 100, + "l": 100, + "r": 1000, + "k": 3 + }, + { + "m": 10, + "l": 1, + "r": 8, + "k": 2 + }, + { + "m": 1000000000, + "l": 1000000000, + "r": 1000000000000, + "k": 1000000 + }, + { + "m": 1000000, + "l": 1000000, + "r": 10000000, + "k": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eanniversary_train.json b/examples/pipelines/all_configs/Eanniversary_train.json new file mode 100644 index 0000000..c069c9b --- /dev/null +++ b/examples/pipelines/all_configs/Eanniversary_train.json @@ -0,0 +1,26 @@ +[ + { + "m": 100, + "l": 100, + "r": 1000, + "k": 3 + }, + { + "m": 10, + "l": 1, + "r": 8, + "k": 2 + }, + { + "m": 1000000000, + "l": 1000000000, + "r": 1000000000000, + "k": 1000000 + }, + { + "m": 1000000, + "l": 1000000, + "r": 10000000, + "k": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eapolloversuspan_test.json b/examples/pipelines/all_configs/Eapolloversuspan_test.json new file mode 100644 index 0000000..a2dd5ca --- /dev/null +++ b/examples/pipelines/all_configs/Eapolloversuspan_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 500, + "max_x": 1000000000000000000 + }, + { + "min_n": 1, + "max_n": 1000, + "max_x": 1000000000000000000 + }, + { + "min_n": 1, + "max_n": 500000, + "max_x": 1152921504606846975 + }, + { + "min_n": 1, + "max_n": 1000, + "max_x": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eapolloversuspan_train.json b/examples/pipelines/all_configs/Eapolloversuspan_train.json new file mode 100644 index 0000000..a2dd5ca --- /dev/null +++ b/examples/pipelines/all_configs/Eapolloversuspan_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 500, + "max_x": 1000000000000000000 + }, + { + "min_n": 1, + "max_n": 1000, + "max_x": 1000000000000000000 + }, + { + "min_n": 1, + "max_n": 500000, + "max_x": 1152921504606846975 + }, + { + "min_n": 1, + "max_n": 1000, + "max_x": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eapplemanandasheetofpaper_test.json b/examples/pipelines/all_configs/Eapplemanandasheetofpaper_test.json new file mode 100644 index 0000000..58ee7c8 --- /dev/null +++ b/examples/pipelines/all_configs/Eapplemanandasheetofpaper_test.json @@ -0,0 +1,46 @@ +[ + { + "n_range": [ + 5, + 15 + ], + "q_range": [ + 3, + 10 + ], + "min_type2": 2 + }, + { + "n_range": [ + 10, + 20 + ], + "q_range": [ + 5, + 15 + ], + "min_type2": 3 + }, + { + "n_range": [ + 7, + 12 + ], + "q_range": [ + 4, + 8 + ], + "min_type2": 2 + }, + { + "n_range": [ + 15, + 25 + ], + "q_range": [ + 8, + 15 + ], + "min_type2": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eapplemanandasheetofpaper_train.json b/examples/pipelines/all_configs/Eapplemanandasheetofpaper_train.json new file mode 100644 index 0000000..58ee7c8 --- /dev/null +++ b/examples/pipelines/all_configs/Eapplemanandasheetofpaper_train.json @@ -0,0 +1,46 @@ +[ + { + "n_range": [ + 5, + 15 + ], + "q_range": [ + 3, + 10 + ], + "min_type2": 2 + }, + { + "n_range": [ + 10, + 20 + ], + "q_range": [ + 5, + 15 + ], + "min_type2": 3 + }, + { + "n_range": [ + 7, + 12 + ], + "q_range": [ + 4, + 8 + ], + "min_type2": 2 + }, + { + "n_range": [ + 15, + 25 + ], + "q_range": [ + 8, + 15 + ], + "min_type2": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Earpaandagamewithmojtaba_test.json b/examples/pipelines/all_configs/Earpaandagamewithmojtaba_test.json new file mode 100644 index 0000000..fe6d691 --- /dev/null +++ b/examples/pipelines/all_configs/Earpaandagamewithmojtaba_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_num": 1000000 + }, + { + "max_n": 5, + "max_num": 100 + }, + { + "max_n": 100, + "max_num": 1000000000 + }, + { + "max_n": 10, + "max_num": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Earpaandagamewithmojtaba_train.json b/examples/pipelines/all_configs/Earpaandagamewithmojtaba_train.json new file mode 100644 index 0000000..fe6d691 --- /dev/null +++ b/examples/pipelines/all_configs/Earpaandagamewithmojtaba_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 50, + "max_num": 1000000 + }, + { + "max_n": 5, + "max_num": 100 + }, + { + "max_n": 100, + "max_num": 1000000000 + }, + { + "max_n": 10, + "max_num": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Earrangement_test.json b/examples/pipelines/all_configs/Earrangement_test.json new file mode 100644 index 0000000..57a1459 --- /dev/null +++ b/examples/pipelines/all_configs/Earrangement_test.json @@ -0,0 +1,11 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 16 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Earrangement_train.json b/examples/pipelines/all_configs/Earrangement_train.json new file mode 100644 index 0000000..57a1459 --- /dev/null +++ b/examples/pipelines/all_configs/Earrangement_train.json @@ -0,0 +1,11 @@ +[ + { + "max_n": 10 + }, + { + "max_n": 5 + }, + { + "max_n": 16 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eartemandarray_test.json b/examples/pipelines/all_configs/Eartemandarray_test.json new file mode 100644 index 0000000..11027c0 --- /dev/null +++ b/examples/pipelines/all_configs/Eartemandarray_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 3, + "max_n": 25, + "min_val": 20, + "max_val": 300 + }, + { + "min_n": 1, + "max_n": 10, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": 50, + "max_val": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eartemandarray_train.json b/examples/pipelines/all_configs/Eartemandarray_train.json new file mode 100644 index 0000000..11027c0 --- /dev/null +++ b/examples/pipelines/all_configs/Eartemandarray_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 3, + "max_n": 25, + "min_val": 20, + "max_val": 300 + }, + { + "min_n": 1, + "max_n": 10, + "min_val": 1, + "max_val": 100 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": 50, + "max_val": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebearandcompany_test.json b/examples/pipelines/all_configs/Ebearandcompany_test.json new file mode 100644 index 0000000..949494e --- /dev/null +++ b/examples/pipelines/all_configs/Ebearandcompany_test.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 5, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 75 + }, + { + "min_length": 20, + "max_length": 75 + }, + { + "min_length": 15, + "max_length": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebearandcompany_train.json b/examples/pipelines/all_configs/Ebearandcompany_train.json new file mode 100644 index 0000000..949494e --- /dev/null +++ b/examples/pipelines/all_configs/Ebearandcompany_train.json @@ -0,0 +1,18 @@ +[ + { + "min_length": 5, + "max_length": 20 + }, + { + "min_length": 1, + "max_length": 75 + }, + { + "min_length": 20, + "max_length": 75 + }, + { + "min_length": 15, + "max_length": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebearanddrawing_test.json b/examples/pipelines/all_configs/Ebearanddrawing_test.json new file mode 100644 index 0000000..4587253 --- /dev/null +++ b/examples/pipelines/all_configs/Ebearanddrawing_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 25 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebearanddrawing_train.json b/examples/pipelines/all_configs/Ebearanddrawing_train.json new file mode 100644 index 0000000..4587253 --- /dev/null +++ b/examples/pipelines/all_configs/Ebearanddrawing_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 5, + "max_n": 20 + }, + { + "min_n": 5, + "max_n": 25 + }, + { + "min_n": 5, + "max_n": 10 + }, + { + "min_n": 10, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebeavermuncher0xff_test.json b/examples/pipelines/all_configs/Ebeavermuncher0xff_test.json new file mode 100644 index 0000000..153bc75 --- /dev/null +++ b/examples/pipelines/all_configs/Ebeavermuncher0xff_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5, + "min_k": 1, + "max_k": 5 + }, + { + "max_n": 20, + "min_k": 1, + "max_k": 20 + }, + { + "max_n": 10, + "min_k": 1, + "max_k": 10 + }, + { + "max_n": 10, + "min_k": 1, + "max_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebeavermuncher0xff_train.json b/examples/pipelines/all_configs/Ebeavermuncher0xff_train.json new file mode 100644 index 0000000..153bc75 --- /dev/null +++ b/examples/pipelines/all_configs/Ebeavermuncher0xff_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5, + "min_k": 1, + "max_k": 5 + }, + { + "max_n": 20, + "min_k": 1, + "max_k": 20 + }, + { + "max_n": 10, + "min_k": 1, + "max_k": 10 + }, + { + "max_n": 10, + "min_k": 1, + "max_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eblackwhiteandgreytree_test.json b/examples/pipelines/all_configs/Eblackwhiteandgreytree_test.json new file mode 100644 index 0000000..ec888ee --- /dev/null +++ b/examples/pipelines/all_configs/Eblackwhiteandgreytree_test.json @@ -0,0 +1,30 @@ +[ + { + "min_nodes": 2, + "max_nodes": 300, + "grey_prob": 0.3, + "white_prob": 0.3, + "black_prob": 0.4 + }, + { + "min_nodes": 2, + "max_nodes": 200, + "grey_prob": 0.1, + "white_prob": 0.45, + "black_prob": 0.45 + }, + { + "min_nodes": 2, + "max_nodes": 250, + "grey_prob": 0.5, + "white_prob": 0.25, + "black_prob": 0.25 + }, + { + "min_nodes": 2, + "max_nodes": 300, + "grey_prob": 0.4, + "white_prob": 0.3, + "black_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eblackwhiteandgreytree_train.json b/examples/pipelines/all_configs/Eblackwhiteandgreytree_train.json new file mode 100644 index 0000000..ec888ee --- /dev/null +++ b/examples/pipelines/all_configs/Eblackwhiteandgreytree_train.json @@ -0,0 +1,30 @@ +[ + { + "min_nodes": 2, + "max_nodes": 300, + "grey_prob": 0.3, + "white_prob": 0.3, + "black_prob": 0.4 + }, + { + "min_nodes": 2, + "max_nodes": 200, + "grey_prob": 0.1, + "white_prob": 0.45, + "black_prob": 0.45 + }, + { + "min_nodes": 2, + "max_nodes": 250, + "grey_prob": 0.5, + "white_prob": 0.25, + "black_prob": 0.25 + }, + { + "min_nodes": 2, + "max_nodes": 300, + "grey_prob": 0.4, + "white_prob": 0.3, + "black_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eblackwidow_test.json b/examples/pipelines/all_configs/Eblackwidow_test.json new file mode 100644 index 0000000..2e3bf0d --- /dev/null +++ b/examples/pipelines/all_configs/Eblackwidow_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_m": 1, + "max_m": 10 + }, + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 5, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eblackwidow_train.json b/examples/pipelines/all_configs/Eblackwidow_train.json new file mode 100644 index 0000000..2e3bf0d --- /dev/null +++ b/examples/pipelines/all_configs/Eblackwidow_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_m": 1, + "max_m": 10 + }, + { + "min_n": 1, + "max_n": 5, + "min_m": 1, + "max_m": 5 + }, + { + "min_n": 5, + "max_n": 10, + "min_m": 5, + "max_m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eboredom_test.json b/examples/pipelines/all_configs/Eboredom_test.json new file mode 100644 index 0000000..ebf5694 --- /dev/null +++ b/examples/pipelines/all_configs/Eboredom_test.json @@ -0,0 +1,27 @@ +[ + { + "n": 2, + "q": 1, + "max_limit": 200000 + }, + { + "n": 10, + "q": 5, + "max_limit": 200000 + }, + { + "n": 4, + "q": 2, + "max_limit": 200000 + }, + { + "n": 200000, + "q": 200000, + "max_limit": 200000 + }, + { + "n": 500, + "q": 500, + "max_limit": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eboredom_train.json b/examples/pipelines/all_configs/Eboredom_train.json new file mode 100644 index 0000000..ebf5694 --- /dev/null +++ b/examples/pipelines/all_configs/Eboredom_train.json @@ -0,0 +1,27 @@ +[ + { + "n": 2, + "q": 1, + "max_limit": 200000 + }, + { + "n": 10, + "q": 5, + "max_limit": 200000 + }, + { + "n": 4, + "q": 2, + "max_limit": 200000 + }, + { + "n": 200000, + "q": 200000, + "max_limit": 200000 + }, + { + "n": 500, + "q": 500, + "max_limit": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebrackets_test.json b/examples/pipelines/all_configs/Ebrackets_test.json new file mode 100644 index 0000000..9e42338 --- /dev/null +++ b/examples/pipelines/all_configs/Ebrackets_test.json @@ -0,0 +1,14 @@ +[ + { + "max_dim": 2 + }, + { + "max_dim": 1 + }, + { + "max_dim": 5 + }, + { + "max_dim": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ebrackets_train.json b/examples/pipelines/all_configs/Ebrackets_train.json new file mode 100644 index 0000000..9e42338 --- /dev/null +++ b/examples/pipelines/all_configs/Ebrackets_train.json @@ -0,0 +1,14 @@ +[ + { + "max_dim": 2 + }, + { + "max_dim": 1 + }, + { + "max_dim": 5 + }, + { + "max_dim": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecarrotsforrabbits_test.json b/examples/pipelines/all_configs/Ecarrotsforrabbits_test.json new file mode 100644 index 0000000..2092e86 --- /dev/null +++ b/examples/pipelines/all_configs/Ecarrotsforrabbits_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 15, + "max_a": 100000, + "max_k": 10000 + }, + { + "max_n": 20, + "max_a": 100000, + "max_k": 500 + }, + { + "max_n": 10, + "max_a": 1000000, + "max_k": 100000 + }, + { + "max_n": 1, + "max_a": 1000000, + "max_k": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecarrotsforrabbits_train.json b/examples/pipelines/all_configs/Ecarrotsforrabbits_train.json new file mode 100644 index 0000000..2092e86 --- /dev/null +++ b/examples/pipelines/all_configs/Ecarrotsforrabbits_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 15, + "max_a": 100000, + "max_k": 10000 + }, + { + "max_n": 20, + "max_a": 100000, + "max_k": 500 + }, + { + "max_n": 10, + "max_a": 1000000, + "max_k": 100000 + }, + { + "max_n": 1, + "max_a": 1000000, + "max_k": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Echoosingballs_test.json b/examples/pipelines/all_configs/Echoosingballs_test.json new file mode 100644 index 0000000..0b7edd7 --- /dev/null +++ b/examples/pipelines/all_configs/Echoosingballs_test.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 5, + "n_max": 10, + "v_min": -3, + "v_max": 3, + "c_max": 5, + "q_min": 1, + "q_max": 4 + }, + { + "n_min": 4, + "n_max": 8, + "v_min": -5, + "v_max": 5, + "c_max": 4, + "q_min": 2, + "q_max": 5 + }, + { + "n_min": 3, + "n_max": 7, + "v_min": -8, + "v_max": 8, + "c_max": 5, + "q_min": 1, + "q_max": 3 + }, + { + "n_min": 2, + "n_max": 5, + "v_min": -10, + "v_max": 10, + "c_max": 2, + "q_min": 1, + "q_max": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Echoosingballs_train.json b/examples/pipelines/all_configs/Echoosingballs_train.json new file mode 100644 index 0000000..0b7edd7 --- /dev/null +++ b/examples/pipelines/all_configs/Echoosingballs_train.json @@ -0,0 +1,38 @@ +[ + { + "n_min": 5, + "n_max": 10, + "v_min": -3, + "v_max": 3, + "c_max": 5, + "q_min": 1, + "q_max": 4 + }, + { + "n_min": 4, + "n_max": 8, + "v_min": -5, + "v_max": 5, + "c_max": 4, + "q_min": 2, + "q_max": 5 + }, + { + "n_min": 3, + "n_max": 7, + "v_min": -8, + "v_max": 8, + "c_max": 5, + "q_min": 1, + "q_max": 3 + }, + { + "n_min": 2, + "n_max": 5, + "v_min": -10, + "v_max": 10, + "c_max": 2, + "q_min": 1, + "q_max": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecielthecommander_test.json b/examples/pipelines/all_configs/Ecielthecommander_test.json new file mode 100644 index 0000000..06fbb84 --- /dev/null +++ b/examples/pipelines/all_configs/Ecielthecommander_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "min_n": 3 + }, + { + "max_n": 8, + "min_n": 2 + }, + { + "max_n": 20, + "min_n": 5 + }, + { + "max_n": 10, + "min_n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecielthecommander_train.json b/examples/pipelines/all_configs/Ecielthecommander_train.json new file mode 100644 index 0000000..06fbb84 --- /dev/null +++ b/examples/pipelines/all_configs/Ecielthecommander_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "min_n": 3 + }, + { + "max_n": 8, + "min_n": 2 + }, + { + "max_n": 20, + "min_n": 5 + }, + { + "max_n": 10, + "min_n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecipher_test.json b/examples/pipelines/all_configs/Ecipher_test.json new file mode 100644 index 0000000..7f6cd12 --- /dev/null +++ b/examples/pipelines/all_configs/Ecipher_test.json @@ -0,0 +1,26 @@ +[ + { + "min_len": 1, + "max_len": 10 + }, + { + "min_len": 20, + "max_len": 30 + }, + { + "min_len": 10, + "max_len": 20 + }, + { + "min_len": 1, + "max_len": 100 + }, + { + "min_len": 50, + "max_len": 100 + }, + { + "min_len": 30, + "max_len": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecipher_train.json b/examples/pipelines/all_configs/Ecipher_train.json new file mode 100644 index 0000000..7f6cd12 --- /dev/null +++ b/examples/pipelines/all_configs/Ecipher_train.json @@ -0,0 +1,26 @@ +[ + { + "min_len": 1, + "max_len": 10 + }, + { + "min_len": 20, + "max_len": 30 + }, + { + "min_len": 10, + "max_len": 20 + }, + { + "min_len": 1, + "max_len": 100 + }, + { + "min_len": 50, + "max_len": 100 + }, + { + "min_len": 30, + "max_len": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecirclingroundtreasures_test.json b/examples/pipelines/all_configs/Ecirclingroundtreasures_test.json new file mode 100644 index 0000000..7629ab4 --- /dev/null +++ b/examples/pipelines/all_configs/Ecirclingroundtreasures_test.json @@ -0,0 +1,30 @@ +[ + { + "max_grid_size": 10, + "max_objects": 5 + }, + { + "max_grid_size": 1, + "max_objects": 8 + }, + { + "max_grid_size": 6, + "max_objects": 5 + }, + { + "max_grid_size": 6, + "max_objects": 6 + }, + { + "max_grid_size": 10, + "max_objects": 8 + }, + { + "max_grid_size": 8, + "max_objects": 8 + }, + { + "max_grid_size": 9, + "max_objects": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecirclingroundtreasures_train.json b/examples/pipelines/all_configs/Ecirclingroundtreasures_train.json new file mode 100644 index 0000000..7629ab4 --- /dev/null +++ b/examples/pipelines/all_configs/Ecirclingroundtreasures_train.json @@ -0,0 +1,30 @@ +[ + { + "max_grid_size": 10, + "max_objects": 5 + }, + { + "max_grid_size": 1, + "max_objects": 8 + }, + { + "max_grid_size": 6, + "max_objects": 5 + }, + { + "max_grid_size": 6, + "max_objects": 6 + }, + { + "max_grid_size": 10, + "max_objects": 8 + }, + { + "max_grid_size": 8, + "max_objects": 8 + }, + { + "max_grid_size": 9, + "max_objects": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecivilization_test.json b/examples/pipelines/all_configs/Ecivilization_test.json new file mode 100644 index 0000000..202d200 --- /dev/null +++ b/examples/pipelines/all_configs/Ecivilization_test.json @@ -0,0 +1,32 @@ +[ + { + "default_n": 10, + "default_m": 4, + "default_q": 5 + }, + { + "default_n": 2, + "default_m": 0, + "default_q": 2 + }, + { + "default_n": 1, + "default_m": 0, + "default_q": 1 + }, + { + "default_n": 8, + "default_m": 3, + "default_q": 4 + }, + { + "default_n": 5, + "default_m": 2, + "default_q": 3 + }, + { + "default_n": 4, + "default_m": 1, + "default_q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecivilization_train.json b/examples/pipelines/all_configs/Ecivilization_train.json new file mode 100644 index 0000000..202d200 --- /dev/null +++ b/examples/pipelines/all_configs/Ecivilization_train.json @@ -0,0 +1,32 @@ +[ + { + "default_n": 10, + "default_m": 4, + "default_q": 5 + }, + { + "default_n": 2, + "default_m": 0, + "default_q": 2 + }, + { + "default_n": 1, + "default_m": 0, + "default_q": 1 + }, + { + "default_n": 8, + "default_m": 3, + "default_q": 4 + }, + { + "default_n": 5, + "default_m": 2, + "default_q": 3 + }, + { + "default_n": 4, + "default_m": 1, + "default_q": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecleverfatrat_test.json b/examples/pipelines/all_configs/Ecleverfatrat_test.json new file mode 100644 index 0000000..7360ba0 --- /dev/null +++ b/examples/pipelines/all_configs/Ecleverfatrat_test.json @@ -0,0 +1,35 @@ +[ + { + "max_n": 3, + "min_a": 1, + "max_a": 50, + "min_w": 1, + "max_w": 100, + "n_rows_strategy": "fixed", + "aGenerationStrategy": "low", + "wGenerationStrategy": "high", + "test_case_type": "easy" + }, + { + "max_n": 5, + "min_a": 50, + "max_a": 100, + "min_w": 1, + "max_w": 50, + "n_rows_strategy": "random", + "aGenerationStrategy": "high", + "wGenerationStrategy": "low", + "test_case_type": "hard" + }, + { + "max_n": 2, + "min_a": 1, + "max_a": 10, + "min_w": 1, + "max_w": 10, + "n_rows_strategy": "fixed", + "aGenerationStrategy": "random", + "wGenerationStrategy": "random", + "test_case_type": "small" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecleverfatrat_train.json b/examples/pipelines/all_configs/Ecleverfatrat_train.json new file mode 100644 index 0000000..7360ba0 --- /dev/null +++ b/examples/pipelines/all_configs/Ecleverfatrat_train.json @@ -0,0 +1,35 @@ +[ + { + "max_n": 3, + "min_a": 1, + "max_a": 50, + "min_w": 1, + "max_w": 100, + "n_rows_strategy": "fixed", + "aGenerationStrategy": "low", + "wGenerationStrategy": "high", + "test_case_type": "easy" + }, + { + "max_n": 5, + "min_a": 50, + "max_a": 100, + "min_w": 1, + "max_w": 50, + "n_rows_strategy": "random", + "aGenerationStrategy": "high", + "wGenerationStrategy": "low", + "test_case_type": "hard" + }, + { + "max_n": 2, + "min_a": 1, + "max_a": 10, + "min_w": 1, + "max_w": 10, + "n_rows_strategy": "fixed", + "aGenerationStrategy": "random", + "wGenerationStrategy": "random", + "test_case_type": "small" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecnf2_test.json b/examples/pipelines/all_configs/Ecnf2_test.json new file mode 100644 index 0000000..602deac --- /dev/null +++ b/examples/pipelines/all_configs/Ecnf2_test.json @@ -0,0 +1,18 @@ +[ + { + "max_variables": 5, + "max_clauses": 10 + }, + { + "max_variables": 8, + "max_clauses": 15 + }, + { + "max_variables": 15, + "max_clauses": 30 + }, + { + "max_variables": 10, + "max_clauses": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecnf2_train.json b/examples/pipelines/all_configs/Ecnf2_train.json new file mode 100644 index 0000000..602deac --- /dev/null +++ b/examples/pipelines/all_configs/Ecnf2_train.json @@ -0,0 +1,18 @@ +[ + { + "max_variables": 5, + "max_clauses": 10 + }, + { + "max_variables": 8, + "max_clauses": 15 + }, + { + "max_variables": 15, + "max_clauses": 30 + }, + { + "max_variables": 10, + "max_clauses": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecointroubles_test.json b/examples/pipelines/all_configs/Ecointroubles_test.json new file mode 100644 index 0000000..f00bd70 --- /dev/null +++ b/examples/pipelines/all_configs/Ecointroubles_test.json @@ -0,0 +1,29 @@ +[ + { + "n_range": [ + 4, + 6 + ], + "max_coin_value": 10, + "max_t": 100, + "max_generate_attempts": 1500 + }, + { + "n_range": [ + 3, + 5 + ], + "max_coin_value": 5, + "max_t": 50, + "max_generate_attempts": 1000 + }, + { + "n_range": [ + 5, + 7 + ], + "max_coin_value": 15, + "max_t": 150, + "max_generate_attempts": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecointroubles_train.json b/examples/pipelines/all_configs/Ecointroubles_train.json new file mode 100644 index 0000000..f00bd70 --- /dev/null +++ b/examples/pipelines/all_configs/Ecointroubles_train.json @@ -0,0 +1,29 @@ +[ + { + "n_range": [ + 4, + 6 + ], + "max_coin_value": 10, + "max_t": 100, + "max_generate_attempts": 1500 + }, + { + "n_range": [ + 3, + 5 + ], + "max_coin_value": 5, + "max_t": 50, + "max_generate_attempts": 1000 + }, + { + "n_range": [ + 5, + 7 + ], + "max_coin_value": 15, + "max_t": 150, + "max_generate_attempts": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecoloradopotatobeetle_test.json b/examples/pipelines/all_configs/Ecoloradopotatobeetle_test.json new file mode 100644 index 0000000..da9da03 --- /dev/null +++ b/examples/pipelines/all_configs/Ecoloradopotatobeetle_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 30, + "step_min": 1, + "step_max": 500 + }, + { + "n_min": 1, + "n_max": 20, + "step_min": 1, + "step_max": 1000 + }, + { + "n_min": 10, + "n_max": 20, + "step_min": 10, + "step_max": 300 + }, + { + "n_min": 5, + "n_max": 15, + "step_min": 5, + "step_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecoloradopotatobeetle_train.json b/examples/pipelines/all_configs/Ecoloradopotatobeetle_train.json new file mode 100644 index 0000000..da9da03 --- /dev/null +++ b/examples/pipelines/all_configs/Ecoloradopotatobeetle_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 30, + "step_min": 1, + "step_max": 500 + }, + { + "n_min": 1, + "n_max": 20, + "step_min": 1, + "step_max": 1000 + }, + { + "n_min": 10, + "n_max": 20, + "step_min": 10, + "step_max": 300 + }, + { + "n_min": 5, + "n_max": 15, + "step_min": 5, + "step_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecompartments_test.json b/examples/pipelines/all_configs/Ecompartments_test.json new file mode 100644 index 0000000..bd318d6 --- /dev/null +++ b/examples/pipelines/all_configs/Ecompartments_test.json @@ -0,0 +1,56 @@ +[ + { + "n": 5, + "a": [ + 1, + 2, + 2, + 4, + 3 + ] + }, + { + "n": 4, + "a": [ + 1, + 1, + 1, + 2 + ] + }, + { + "n": 4, + "a": [ + 0, + 3, + 0, + 4 + ] + }, + { + "n": 3, + "a": [ + 2, + 2, + 2 + ] + }, + { + "n": 5, + "a": [ + 0, + 1, + 2, + 3, + 4 + ] + }, + { + "n": 3, + "a": [ + 4, + 1, + 1 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecompartments_train.json b/examples/pipelines/all_configs/Ecompartments_train.json new file mode 100644 index 0000000..bd318d6 --- /dev/null +++ b/examples/pipelines/all_configs/Ecompartments_train.json @@ -0,0 +1,56 @@ +[ + { + "n": 5, + "a": [ + 1, + 2, + 2, + 4, + 3 + ] + }, + { + "n": 4, + "a": [ + 1, + 1, + 1, + 2 + ] + }, + { + "n": 4, + "a": [ + 0, + 3, + 0, + 4 + ] + }, + { + "n": 3, + "a": [ + 2, + 2, + 2 + ] + }, + { + "n": 5, + "a": [ + 0, + 1, + 2, + 3, + 4 + ] + }, + { + "n": 3, + "a": [ + 4, + 1, + 1 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Econveyor_test.json b/examples/pipelines/all_configs/Econveyor_test.json new file mode 100644 index 0000000..222b375 --- /dev/null +++ b/examples/pipelines/all_configs/Econveyor_test.json @@ -0,0 +1,62 @@ +[ + { + "max_n": 500, + "l_range": [ + 100000, + 100000 + ], + "v1_range": [ + 100, + 100 + ], + "v2_range": [ + 200, + 200 + ] + }, + { + "max_n": 1, + "l_range": [ + 1, + 1 + ], + "v1_range": [ + 1, + 1 + ], + "v2_range": [ + 1, + 1 + ] + }, + { + "max_n": 100, + "l_range": [ + 1000, + 1000 + ], + "v1_range": [ + 5, + 5 + ], + "v2_range": [ + 5, + 5 + ] + }, + { + "max_n": 2, + "l_range": [ + 3, + 3 + ], + "v1_range": [ + 1, + 1 + ], + "v2_range": [ + 2, + 2 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Econveyor_train.json b/examples/pipelines/all_configs/Econveyor_train.json new file mode 100644 index 0000000..222b375 --- /dev/null +++ b/examples/pipelines/all_configs/Econveyor_train.json @@ -0,0 +1,62 @@ +[ + { + "max_n": 500, + "l_range": [ + 100000, + 100000 + ], + "v1_range": [ + 100, + 100 + ], + "v2_range": [ + 200, + 200 + ] + }, + { + "max_n": 1, + "l_range": [ + 1, + 1 + ], + "v1_range": [ + 1, + 1 + ], + "v2_range": [ + 1, + 1 + ] + }, + { + "max_n": 100, + "l_range": [ + 1000, + 1000 + ], + "v1_range": [ + 5, + 5 + ], + "v2_range": [ + 5, + 5 + ] + }, + { + "max_n": 2, + "l_range": [ + 3, + 3 + ], + "v1_range": [ + 1, + 1 + ], + "v2_range": [ + 2, + 2 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecountpairs_test.json b/examples/pipelines/all_configs/Ecountpairs_test.json new file mode 100644 index 0000000..c6e30e7 --- /dev/null +++ b/examples/pipelines/all_configs/Ecountpairs_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 3, + "n_max": 15, + "p_min": 3, + "p_max": 50 + }, + { + "n_min": 2, + "n_max": 10, + "p_min": 2, + "p_max": 100 + }, + { + "n_min": 5, + "n_max": 20, + "p_min": 101, + "p_max": 1000 + }, + { + "n_min": 10, + "n_max": 100, + "p_min": 100003, + "p_max": 100007 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecountpairs_train.json b/examples/pipelines/all_configs/Ecountpairs_train.json new file mode 100644 index 0000000..c6e30e7 --- /dev/null +++ b/examples/pipelines/all_configs/Ecountpairs_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 3, + "n_max": 15, + "p_min": 3, + "p_max": 50 + }, + { + "n_min": 2, + "n_max": 10, + "p_min": 2, + "p_max": 100 + }, + { + "n_min": 5, + "n_max": 20, + "p_min": 101, + "p_max": 1000 + }, + { + "n_min": 10, + "n_max": 100, + "p_min": 100003, + "p_max": 100007 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecubeproblem_test.json b/examples/pipelines/all_configs/Ecubeproblem_test.json new file mode 100644 index 0000000..5048faa --- /dev/null +++ b/examples/pipelines/all_configs/Ecubeproblem_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 100000000, + "seed": 42 + }, + { + "max_n": 1000000000000, + "seed": 98765 + }, + { + "max_n": 1000000000, + "seed": 12345 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecubeproblem_train.json b/examples/pipelines/all_configs/Ecubeproblem_train.json new file mode 100644 index 0000000..5048faa --- /dev/null +++ b/examples/pipelines/all_configs/Ecubeproblem_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 100000000, + "seed": 42 + }, + { + "max_n": 1000000000000, + "seed": 98765 + }, + { + "max_n": 1000000000, + "seed": 12345 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecuptrick_test.json b/examples/pipelines/all_configs/Ecuptrick_test.json new file mode 100644 index 0000000..1c14b2b --- /dev/null +++ b/examples/pipelines/all_configs/Ecuptrick_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 2, + "m": 1, + "gen_valid": true + }, + { + "n": 5, + "m": 3, + "gen_valid": false + }, + { + "n": 4, + "m": 2, + "gen_valid": true + }, + { + "n": 3, + "m": 3, + "gen_valid": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecuptrick_train.json b/examples/pipelines/all_configs/Ecuptrick_train.json new file mode 100644 index 0000000..1c14b2b --- /dev/null +++ b/examples/pipelines/all_configs/Ecuptrick_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 2, + "m": 1, + "gen_valid": true + }, + { + "n": 5, + "m": 3, + "gen_valid": false + }, + { + "n": 4, + "m": 2, + "gen_valid": true + }, + { + "n": 3, + "m": 3, + "gen_valid": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecuttingrectangle_test.json b/examples/pipelines/all_configs/Ecuttingrectangle_test.json new file mode 100644 index 0000000..f6aac8d --- /dev/null +++ b/examples/pipelines/all_configs/Ecuttingrectangle_test.json @@ -0,0 +1,53 @@ +[ + { + "n": 3, + "w_range": [ + 100, + 1000 + ], + "h_range": [ + 100, + 1000 + ], + "c_range": [ + 100, + 1000 + ], + "use_same_w": true, + "use_same_h": true + }, + { + "n": 5, + "w_range": [ + 50, + 200 + ], + "h_range": [ + 50, + 200 + ], + "c_range": [ + 50, + 200 + ], + "use_same_w": false, + "use_same_h": true + }, + { + "n": 1, + "w_range": [ + 1, + 10 + ], + "h_range": [ + 1, + 10 + ], + "c_range": [ + 1, + 10 + ], + "use_same_w": false, + "use_same_h": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecuttingrectangle_train.json b/examples/pipelines/all_configs/Ecuttingrectangle_train.json new file mode 100644 index 0000000..f6aac8d --- /dev/null +++ b/examples/pipelines/all_configs/Ecuttingrectangle_train.json @@ -0,0 +1,53 @@ +[ + { + "n": 3, + "w_range": [ + 100, + 1000 + ], + "h_range": [ + 100, + 1000 + ], + "c_range": [ + 100, + 1000 + ], + "use_same_w": true, + "use_same_h": true + }, + { + "n": 5, + "w_range": [ + 50, + 200 + ], + "h_range": [ + 50, + 200 + ], + "c_range": [ + 50, + 200 + ], + "use_same_w": false, + "use_same_h": true + }, + { + "n": 1, + "w_range": [ + 1, + 10 + ], + "h_range": [ + 1, + 10 + ], + "c_range": [ + 1, + 10 + ], + "use_same_w": false, + "use_same_h": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecyclicalquest_test.json b/examples/pipelines/all_configs/Ecyclicalquest_test.json new file mode 100644 index 0000000..b90cef0 --- /dev/null +++ b/examples/pipelines/all_configs/Ecyclicalquest_test.json @@ -0,0 +1,38 @@ +[ + { + "max_s_length": 8, + "min_s_length": 4, + "max_queries": 3, + "min_queries": 1 + }, + { + "max_s_length": 7, + "min_s_length": 3, + "max_queries": 3, + "min_queries": 1 + }, + { + "max_s_length": 10, + "min_s_length": 5, + "max_queries": 5, + "min_queries": 1 + }, + { + "max_s_length": 6, + "min_s_length": 3, + "max_queries": 5, + "min_queries": 2 + }, + { + "max_s_length": 15, + "min_s_length": 8, + "max_queries": 7, + "min_queries": 2 + }, + { + "max_s_length": 20, + "min_s_length": 12, + "max_queries": 8, + "min_queries": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ecyclicalquest_train.json b/examples/pipelines/all_configs/Ecyclicalquest_train.json new file mode 100644 index 0000000..b90cef0 --- /dev/null +++ b/examples/pipelines/all_configs/Ecyclicalquest_train.json @@ -0,0 +1,38 @@ +[ + { + "max_s_length": 8, + "min_s_length": 4, + "max_queries": 3, + "min_queries": 1 + }, + { + "max_s_length": 7, + "min_s_length": 3, + "max_queries": 3, + "min_queries": 1 + }, + { + "max_s_length": 10, + "min_s_length": 5, + "max_queries": 5, + "min_queries": 1 + }, + { + "max_s_length": 6, + "min_s_length": 3, + "max_queries": 5, + "min_queries": 2 + }, + { + "max_s_length": 15, + "min_s_length": 8, + "max_queries": 7, + "min_queries": 2 + }, + { + "max_s_length": 20, + "min_s_length": 12, + "max_queries": 8, + "min_queries": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edatacentermaintenance_test.json b/examples/pipelines/all_configs/Edatacentermaintenance_test.json new file mode 100644 index 0000000..f3524e3 --- /dev/null +++ b/examples/pipelines/all_configs/Edatacentermaintenance_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 2, + "max_m": 2, + "max_h": 3 + }, + { + "max_n": 10, + "max_m": 10, + "max_h": 24 + }, + { + "max_n": 50, + "max_m": 50, + "max_h": 48 + }, + { + "max_n": 100, + "max_m": 100, + "max_h": 24 + }, + { + "max_n": 5, + "max_m": 5, + "max_h": 12 + }, + { + "max_n": 30, + "max_m": 30, + "max_h": 24 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edatacentermaintenance_train.json b/examples/pipelines/all_configs/Edatacentermaintenance_train.json new file mode 100644 index 0000000..f3524e3 --- /dev/null +++ b/examples/pipelines/all_configs/Edatacentermaintenance_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 2, + "max_m": 2, + "max_h": 3 + }, + { + "max_n": 10, + "max_m": 10, + "max_h": 24 + }, + { + "max_n": 50, + "max_m": 50, + "max_h": 48 + }, + { + "max_n": 100, + "max_m": 100, + "max_h": 24 + }, + { + "max_n": 5, + "max_m": 5, + "max_h": 12 + }, + { + "max_n": 30, + "max_m": 30, + "max_h": 24 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edigittree_test.json b/examples/pipelines/all_configs/Edigittree_test.json new file mode 100644 index 0000000..6739968 --- /dev/null +++ b/examples/pipelines/all_configs/Edigittree_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 2, + "n_max": 15, + "m_max": 300 + }, + { + "n_min": 3, + "n_max": 10, + "m_max": 150 + }, + { + "n_min": 4, + "n_max": 12, + "m_max": 250 + }, + { + "n_min": 2, + "n_max": 9, + "m_max": 120 + }, + { + "n_min": 5, + "n_max": 11, + "m_max": 200 + }, + { + "n_min": 2, + "n_max": 12, + "m_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edigittree_train.json b/examples/pipelines/all_configs/Edigittree_train.json new file mode 100644 index 0000000..6739968 --- /dev/null +++ b/examples/pipelines/all_configs/Edigittree_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 2, + "n_max": 15, + "m_max": 300 + }, + { + "n_min": 3, + "n_max": 10, + "m_max": 150 + }, + { + "n_min": 4, + "n_max": 12, + "m_max": 250 + }, + { + "n_min": 2, + "n_max": 9, + "m_max": 120 + }, + { + "n_min": 5, + "n_max": 11, + "m_max": 200 + }, + { + "n_min": 2, + "n_max": 12, + "m_max": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ednaevolution_test.json b/examples/pipelines/all_configs/Ednaevolution_test.json new file mode 100644 index 0000000..a708934 --- /dev/null +++ b/examples/pipelines/all_configs/Ednaevolution_test.json @@ -0,0 +1,26 @@ +[ + { + "max_length": 200, + "max_queries": 100, + "min_queries": 5, + "query_prob": 0.3 + }, + { + "max_length": 80, + "max_queries": 80, + "min_queries": 4, + "query_prob": 0.6 + }, + { + "max_length": 150, + "max_queries": 75, + "min_queries": 10, + "query_prob": 0.4 + }, + { + "max_length": 100, + "max_queries": 100, + "min_queries": 5, + "query_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ednaevolution_train.json b/examples/pipelines/all_configs/Ednaevolution_train.json new file mode 100644 index 0000000..a708934 --- /dev/null +++ b/examples/pipelines/all_configs/Ednaevolution_train.json @@ -0,0 +1,26 @@ +[ + { + "max_length": 200, + "max_queries": 100, + "min_queries": 5, + "query_prob": 0.3 + }, + { + "max_length": 80, + "max_queries": 80, + "min_queries": 4, + "query_prob": 0.6 + }, + { + "max_length": 150, + "max_queries": 75, + "min_queries": 10, + "query_prob": 0.4 + }, + { + "max_length": 100, + "max_queries": 100, + "min_queries": 5, + "query_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edoegraphs_test.json b/examples/pipelines/all_configs/Edoegraphs_test.json new file mode 100644 index 0000000..3882969 --- /dev/null +++ b/examples/pipelines/all_configs/Edoegraphs_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 20, + "max_queries": 20 + }, + { + "max_n": 5, + "max_queries": 5 + }, + { + "max_n": 10, + "max_queries": 10 + }, + { + "max_n": 15, + "max_queries": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edoegraphs_train.json b/examples/pipelines/all_configs/Edoegraphs_train.json new file mode 100644 index 0000000..3882969 --- /dev/null +++ b/examples/pipelines/all_configs/Edoegraphs_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 20, + "max_queries": 20 + }, + { + "max_n": 5, + "max_queries": 5 + }, + { + "max_n": 10, + "max_queries": 10 + }, + { + "max_n": 15, + "max_queries": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edoublehappiness_test.json b/examples/pipelines/all_configs/Edoublehappiness_test.json new file mode 100644 index 0000000..a3a056c --- /dev/null +++ b/examples/pipelines/all_configs/Edoublehappiness_test.json @@ -0,0 +1,17 @@ +[ + { + "max_limit": 500000 + }, + { + "max_limit": 200000 + }, + { + "max_limit": 100000 + }, + { + "max_limit": 300000 + }, + { + "max_limit": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edoublehappiness_train.json b/examples/pipelines/all_configs/Edoublehappiness_train.json new file mode 100644 index 0000000..a3a056c --- /dev/null +++ b/examples/pipelines/all_configs/Edoublehappiness_train.json @@ -0,0 +1,17 @@ +[ + { + "max_limit": 500000 + }, + { + "max_limit": 200000 + }, + { + "max_limit": 100000 + }, + { + "max_limit": 300000 + }, + { + "max_limit": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edoubleprofiles_test.json b/examples/pipelines/all_configs/Edoubleprofiles_test.json new file mode 100644 index 0000000..fd3ac25 --- /dev/null +++ b/examples/pipelines/all_configs/Edoubleprofiles_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 20, + "seed": null + }, + { + "min_n": 1, + "max_n": 5, + "seed": null + }, + { + "min_n": 100, + "max_n": 500, + "seed": null + }, + { + "min_n": 50, + "max_n": 100, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edoubleprofiles_train.json b/examples/pipelines/all_configs/Edoubleprofiles_train.json new file mode 100644 index 0000000..fd3ac25 --- /dev/null +++ b/examples/pipelines/all_configs/Edoubleprofiles_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 20, + "seed": null + }, + { + "min_n": 1, + "max_n": 5, + "seed": null + }, + { + "min_n": 100, + "max_n": 500, + "seed": null + }, + { + "min_n": 50, + "max_n": 100, + "seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edrazillikesheap_test.json b/examples/pipelines/all_configs/Edrazillikesheap_test.json new file mode 100644 index 0000000..1948ed6 --- /dev/null +++ b/examples/pipelines/all_configs/Edrazillikesheap_test.json @@ -0,0 +1,30 @@ +[ + { + "h": 5, + "g": 4 + }, + { + "h": 4, + "g": 1 + }, + { + "h": 2, + "g": 1 + }, + { + "h": 5, + "g": 1 + }, + { + "h": 4, + "g": 2 + }, + { + "h": 3, + "g": 2 + }, + { + "h": 4, + "g": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edrazillikesheap_train.json b/examples/pipelines/all_configs/Edrazillikesheap_train.json new file mode 100644 index 0000000..1948ed6 --- /dev/null +++ b/examples/pipelines/all_configs/Edrazillikesheap_train.json @@ -0,0 +1,30 @@ +[ + { + "h": 5, + "g": 4 + }, + { + "h": 4, + "g": 1 + }, + { + "h": 2, + "g": 1 + }, + { + "h": 5, + "g": 1 + }, + { + "h": 4, + "g": 2 + }, + { + "h": 3, + "g": 2 + }, + { + "h": 4, + "g": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edzylovesfibonaccinumbers_test.json b/examples/pipelines/all_configs/Edzylovesfibonaccinumbers_test.json new file mode 100644 index 0000000..f11d46a --- /dev/null +++ b/examples/pipelines/all_configs/Edzylovesfibonaccinumbers_test.json @@ -0,0 +1,44 @@ +[ + { + "n_range": [ + 1, + 5 + ], + "m_range": [ + 1, + 5 + ], + "a_range": [ + 1, + 10 + ] + }, + { + "n_range": [ + 2, + 8 + ], + "m_range": [ + 2, + 8 + ], + "a_range": [ + 1, + 15 + ] + }, + { + "n_range": [ + 3, + 10 + ], + "m_range": [ + 3, + 10 + ], + "a_range": [ + 1, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Edzylovesfibonaccinumbers_train.json b/examples/pipelines/all_configs/Edzylovesfibonaccinumbers_train.json new file mode 100644 index 0000000..f11d46a --- /dev/null +++ b/examples/pipelines/all_configs/Edzylovesfibonaccinumbers_train.json @@ -0,0 +1,44 @@ +[ + { + "n_range": [ + 1, + 5 + ], + "m_range": [ + 1, + 5 + ], + "a_range": [ + 1, + 10 + ] + }, + { + "n_range": [ + 2, + 8 + ], + "m_range": [ + 2, + 8 + ], + "a_range": [ + 1, + 15 + ] + }, + { + "n_range": [ + 3, + 10 + ], + "m_range": [ + 3, + 10 + ], + "a_range": [ + 1, + 20 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eelectriccharges_test.json b/examples/pipelines/all_configs/Eelectriccharges_test.json new file mode 100644 index 0000000..20e397b --- /dev/null +++ b/examples/pipelines/all_configs/Eelectriccharges_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 2, + "coord_range": 5 + }, + { + "max_n": 5, + "coord_range": 20 + }, + { + "max_n": 4, + "coord_range": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eelectriccharges_train.json b/examples/pipelines/all_configs/Eelectriccharges_train.json new file mode 100644 index 0000000..20e397b --- /dev/null +++ b/examples/pipelines/all_configs/Eelectriccharges_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 2, + "coord_range": 5 + }, + { + "max_n": 5, + "coord_range": 20 + }, + { + "max_n": 4, + "coord_range": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eereaderdisplay_test.json b/examples/pipelines/all_configs/Eereaderdisplay_test.json new file mode 100644 index 0000000..67e72b9 --- /dev/null +++ b/examples/pipelines/all_configs/Eereaderdisplay_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 50 + }, + { + "n": 5 + }, + { + "n": 100 + }, + { + "n": 10 + }, + { + "n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eereaderdisplay_train.json b/examples/pipelines/all_configs/Eereaderdisplay_train.json new file mode 100644 index 0000000..67e72b9 --- /dev/null +++ b/examples/pipelines/all_configs/Eereaderdisplay_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 50 + }, + { + "n": 5 + }, + { + "n": 100 + }, + { + "n": 10 + }, + { + "n": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eeverhungrykrakozyabra_test.json b/examples/pipelines/all_configs/Eeverhungrykrakozyabra_test.json new file mode 100644 index 0000000..5c8988b --- /dev/null +++ b/examples/pipelines/all_configs/Eeverhungrykrakozyabra_test.json @@ -0,0 +1,14 @@ +[ + { + "max_case_size": 100000 + }, + { + "max_case_size": 1000 + }, + { + "max_case_size": 10000 + }, + { + "max_case_size": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eeverhungrykrakozyabra_train.json b/examples/pipelines/all_configs/Eeverhungrykrakozyabra_train.json new file mode 100644 index 0000000..5c8988b --- /dev/null +++ b/examples/pipelines/all_configs/Eeverhungrykrakozyabra_train.json @@ -0,0 +1,14 @@ +[ + { + "max_case_size": 100000 + }, + { + "max_case_size": 1000 + }, + { + "max_case_size": 10000 + }, + { + "max_case_size": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efetchthetreasure_test.json b/examples/pipelines/all_configs/Efetchthetreasure_test.json new file mode 100644 index 0000000..dc9657e --- /dev/null +++ b/examples/pipelines/all_configs/Efetchthetreasure_test.json @@ -0,0 +1,26 @@ +[ + { + "h_max": 1000000000000.0, + "n_max": 50000, + "m_max": 50000, + "k_max": 5000 + }, + { + "h_max": 1000000000000000.0, + "n_max": 10000, + "m_max": 10000, + "k_max": 10000 + }, + { + "h_max": 1000000000.0, + "n_max": 20000, + "m_max": 20000, + "k_max": 2000 + }, + { + "h_max": 1e+18, + "n_max": 100000, + "m_max": 100000, + "k_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efetchthetreasure_train.json b/examples/pipelines/all_configs/Efetchthetreasure_train.json new file mode 100644 index 0000000..dc9657e --- /dev/null +++ b/examples/pipelines/all_configs/Efetchthetreasure_train.json @@ -0,0 +1,26 @@ +[ + { + "h_max": 1000000000000.0, + "n_max": 50000, + "m_max": 50000, + "k_max": 5000 + }, + { + "h_max": 1000000000000000.0, + "n_max": 10000, + "m_max": 10000, + "k_max": 10000 + }, + { + "h_max": 1000000000.0, + "n_max": 20000, + "m_max": 20000, + "k_max": 2000 + }, + { + "h_max": 1e+18, + "n_max": 100000, + "m_max": 100000, + "k_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efibtree_test.json b/examples/pipelines/all_configs/Efibtree_test.json new file mode 100644 index 0000000..ea00ab5 --- /dev/null +++ b/examples/pipelines/all_configs/Efibtree_test.json @@ -0,0 +1,22 @@ +[ + { + "yes_prob": 0.7, + "case_type": "YES", + "max_n": 100000 + }, + { + "yes_prob": 0.8, + "case_type": "NO", + "max_n": 200000 + }, + { + "yes_prob": 0.2, + "case_type": "None", + "max_n": 150000 + }, + { + "yes_prob": 0.3, + "case_type": "None", + "max_n": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efibtree_train.json b/examples/pipelines/all_configs/Efibtree_train.json new file mode 100644 index 0000000..ea00ab5 --- /dev/null +++ b/examples/pipelines/all_configs/Efibtree_train.json @@ -0,0 +1,22 @@ +[ + { + "yes_prob": 0.7, + "case_type": "YES", + "max_n": 100000 + }, + { + "yes_prob": 0.8, + "case_type": "NO", + "max_n": 200000 + }, + { + "yes_prob": 0.2, + "case_type": "None", + "max_n": 150000 + }, + { + "yes_prob": 0.3, + "case_type": "None", + "max_n": 200000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efixedpointremoval_test.json b/examples/pipelines/all_configs/Efixedpointremoval_test.json new file mode 100644 index 0000000..4493008 --- /dev/null +++ b/examples/pipelines/all_configs/Efixedpointremoval_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 100, + "q": 20, + "seed": 67890 + }, + { + "n": 1, + "q": 1, + "seed": 42 + }, + { + "n": 13, + "q": 5, + "seed": 12345 + }, + { + "n": 1000, + "q": 500, + "seed": 98765 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efixedpointremoval_train.json b/examples/pipelines/all_configs/Efixedpointremoval_train.json new file mode 100644 index 0000000..4493008 --- /dev/null +++ b/examples/pipelines/all_configs/Efixedpointremoval_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 100, + "q": 20, + "seed": 67890 + }, + { + "n": 1, + "q": 1, + "seed": 42 + }, + { + "n": 13, + "q": 5, + "seed": 12345 + }, + { + "n": 1000, + "q": 500, + "seed": 98765 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eflawedflow_test.json b/examples/pipelines/all_configs/Eflawedflow_test.json new file mode 100644 index 0000000..37b1b3d --- /dev/null +++ b/examples/pipelines/all_configs/Eflawedflow_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_m": 40 + }, + { + "max_n": 30, + "max_m": 60 + }, + { + "max_n": 5, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 35, + "max_m": 70 + }, + { + "max_n": 40, + "max_m": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eflawedflow_train.json b/examples/pipelines/all_configs/Eflawedflow_train.json new file mode 100644 index 0000000..37b1b3d --- /dev/null +++ b/examples/pipelines/all_configs/Eflawedflow_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_m": 40 + }, + { + "max_n": 30, + "max_m": 60 + }, + { + "max_n": 5, + "max_m": 10 + }, + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 35, + "max_m": 70 + }, + { + "max_n": 40, + "max_m": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efragilebridges_test.json b/examples/pipelines/all_configs/Efragilebridges_test.json new file mode 100644 index 0000000..89cd3ad --- /dev/null +++ b/examples/pipelines/all_configs/Efragilebridges_test.json @@ -0,0 +1,18 @@ +[ + { + "max_platforms": 100, + "max_bridge": 100000 + }, + { + "max_platforms": 10, + "max_bridge": 1000 + }, + { + "max_platforms": 50000, + "max_bridge": 500000000000000000 + }, + { + "max_platforms": 1000, + "max_bridge": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efragilebridges_train.json b/examples/pipelines/all_configs/Efragilebridges_train.json new file mode 100644 index 0000000..89cd3ad --- /dev/null +++ b/examples/pipelines/all_configs/Efragilebridges_train.json @@ -0,0 +1,18 @@ +[ + { + "max_platforms": 100, + "max_bridge": 100000 + }, + { + "max_platforms": 10, + "max_bridge": 1000 + }, + { + "max_platforms": 50000, + "max_bridge": 500000000000000000 + }, + { + "max_platforms": 1000, + "max_bridge": 1000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efreelancersdreams_test.json b/examples/pipelines/all_configs/Efreelancersdreams_test.json new file mode 100644 index 0000000..5bfff90 --- /dev/null +++ b/examples/pipelines/all_configs/Efreelancersdreams_test.json @@ -0,0 +1,90 @@ +[ + { + "n_range": [ + 1, + 5 + ], + "a_range": [ + 1, + 50 + ], + "b_range": [ + 1, + 50 + ], + "p_range": [ + 1, + 50 + ], + "q_range": [ + 1, + 50 + ] + }, + { + "n_range": [ + 1, + 10 + ], + "a_range": [ + 10, + 50 + ], + "b_range": [ + 10, + 50 + ], + "p_range": [ + 50, + 200 + ], + "q_range": [ + 50, + 200 + ] + }, + { + "n_range": [ + 5, + 20 + ], + "a_range": [ + 1, + 200 + ], + "b_range": [ + 1, + 200 + ], + "p_range": [ + 100, + 500 + ], + "q_range": [ + 100, + 500 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "a_range": [ + 5, + 50 + ], + "b_range": [ + 5, + 50 + ], + "p_range": [ + 50, + 100 + ], + "q_range": [ + 50, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Efreelancersdreams_train.json b/examples/pipelines/all_configs/Efreelancersdreams_train.json new file mode 100644 index 0000000..5bfff90 --- /dev/null +++ b/examples/pipelines/all_configs/Efreelancersdreams_train.json @@ -0,0 +1,90 @@ +[ + { + "n_range": [ + 1, + 5 + ], + "a_range": [ + 1, + 50 + ], + "b_range": [ + 1, + 50 + ], + "p_range": [ + 1, + 50 + ], + "q_range": [ + 1, + 50 + ] + }, + { + "n_range": [ + 1, + 10 + ], + "a_range": [ + 10, + 50 + ], + "b_range": [ + 10, + 50 + ], + "p_range": [ + 50, + 200 + ], + "q_range": [ + 50, + 200 + ] + }, + { + "n_range": [ + 5, + 20 + ], + "a_range": [ + 1, + 200 + ], + "b_range": [ + 1, + 200 + ], + "p_range": [ + 100, + 500 + ], + "q_range": [ + 100, + 500 + ] + }, + { + "n_range": [ + 5, + 15 + ], + "a_range": [ + 5, + 50 + ], + "b_range": [ + 5, + 50 + ], + "p_range": [ + 50, + 100 + ], + "q_range": [ + 50, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egameontree_test.json b/examples/pipelines/all_configs/Egameontree_test.json new file mode 100644 index 0000000..1e67e6a --- /dev/null +++ b/examples/pipelines/all_configs/Egameontree_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 3, + "max_n": 30 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egameontree_train.json b/examples/pipelines/all_configs/Egameontree_train.json new file mode 100644 index 0000000..1e67e6a --- /dev/null +++ b/examples/pipelines/all_configs/Egameontree_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 5, + "max_n": 15 + }, + { + "min_n": 1, + "max_n": 5 + }, + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 3, + "max_n": 30 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egameswithrectangle_test.json b/examples/pipelines/all_configs/Egameswithrectangle_test.json new file mode 100644 index 0000000..b7f6844 --- /dev/null +++ b/examples/pipelines/all_configs/Egameswithrectangle_test.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 4, + "n_max": 25, + "m_min": 4, + "m_max": 25, + "k_min": 1, + "k_max": 4 + }, + { + "n_min": 3, + "n_max": 18, + "m_min": 3, + "m_max": 25, + "k_min": 1, + "k_max": 4 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 5, + "m_max": 15, + "k_min": 2, + "k_max": 3 + }, + { + "n_min": 3, + "n_max": 20, + "m_min": 3, + "m_max": 20, + "k_min": 1, + "k_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egameswithrectangle_train.json b/examples/pipelines/all_configs/Egameswithrectangle_train.json new file mode 100644 index 0000000..b7f6844 --- /dev/null +++ b/examples/pipelines/all_configs/Egameswithrectangle_train.json @@ -0,0 +1,34 @@ +[ + { + "n_min": 4, + "n_max": 25, + "m_min": 4, + "m_max": 25, + "k_min": 1, + "k_max": 4 + }, + { + "n_min": 3, + "n_max": 18, + "m_min": 3, + "m_max": 25, + "k_min": 1, + "k_max": 4 + }, + { + "n_min": 5, + "n_max": 15, + "m_min": 5, + "m_max": 15, + "k_min": 2, + "k_max": 3 + }, + { + "n_min": 3, + "n_max": 20, + "m_min": 3, + "m_max": 20, + "k_min": 1, + "k_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egamewithstrings_test.json b/examples/pipelines/all_configs/Egamewithstrings_test.json new file mode 100644 index 0000000..34f6ef5 --- /dev/null +++ b/examples/pipelines/all_configs/Egamewithstrings_test.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 1, + "max_n": 30, + "min_m": 3, + "max_m": 15 + }, + { + "min_n": 3, + "max_n": 50, + "min_m": 2, + "max_m": 18 + }, + { + "min_n": 5, + "max_n": 45, + "min_m": 3, + "max_m": 18 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 20 + }, + { + "min_n": 10, + "max_n": 40, + "min_m": 5, + "max_m": 15 + }, + { + "min_n": 1, + "max_n": 25, + "min_m": 5, + "max_m": 20 + }, + { + "min_n": 20, + "max_n": 50, + "min_m": 10, + "max_m": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egamewithstrings_train.json b/examples/pipelines/all_configs/Egamewithstrings_train.json new file mode 100644 index 0000000..34f6ef5 --- /dev/null +++ b/examples/pipelines/all_configs/Egamewithstrings_train.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 1, + "max_n": 30, + "min_m": 3, + "max_m": 15 + }, + { + "min_n": 3, + "max_n": 50, + "min_m": 2, + "max_m": 18 + }, + { + "min_n": 5, + "max_n": 45, + "min_m": 3, + "max_m": 18 + }, + { + "min_n": 1, + "max_n": 50, + "min_m": 1, + "max_m": 20 + }, + { + "min_n": 10, + "max_n": 40, + "min_m": 5, + "max_m": 15 + }, + { + "min_n": 1, + "max_n": 25, + "min_m": 5, + "max_m": 20 + }, + { + "min_n": 20, + "max_n": 50, + "min_m": 10, + "max_m": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egeraldandgiantchess_test.json b/examples/pipelines/all_configs/Egeraldandgiantchess_test.json new file mode 100644 index 0000000..c3f1a13 --- /dev/null +++ b/examples/pipelines/all_configs/Egeraldandgiantchess_test.json @@ -0,0 +1,46 @@ +[ + { + "h_range": [ + 1, + 100 + ], + "w_range": [ + 1, + 50 + ], + "n_max": 1500 + }, + { + "h_range": [ + 1, + 50 + ], + "w_range": [ + 1, + 200 + ], + "n_max": 2500 + }, + { + "h_range": [ + 1, + 200 + ], + "w_range": [ + 1, + 200 + ], + "n_max": 3000 + }, + { + "h_range": [ + 1, + 100 + ], + "w_range": [ + 1, + 100 + ], + "n_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egeraldandgiantchess_train.json b/examples/pipelines/all_configs/Egeraldandgiantchess_train.json new file mode 100644 index 0000000..c3f1a13 --- /dev/null +++ b/examples/pipelines/all_configs/Egeraldandgiantchess_train.json @@ -0,0 +1,46 @@ +[ + { + "h_range": [ + 1, + 100 + ], + "w_range": [ + 1, + 50 + ], + "n_max": 1500 + }, + { + "h_range": [ + 1, + 50 + ], + "w_range": [ + 1, + 200 + ], + "n_max": 2500 + }, + { + "h_range": [ + 1, + 200 + ], + "w_range": [ + 1, + 200 + ], + "n_max": 3000 + }, + { + "h_range": [ + 1, + 100 + ], + "w_range": [ + 1, + 100 + ], + "n_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egoodbyesouvenir_test.json b/examples/pipelines/all_configs/Egoodbyesouvenir_test.json new file mode 100644 index 0000000..ebb0cfc --- /dev/null +++ b/examples/pipelines/all_configs/Egoodbyesouvenir_test.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 10, + "max_m": 10, + "random_seed": 4321 + }, + { + "max_n": 15, + "max_m": 15, + "random_seed": 9876 + }, + { + "max_n": 7, + "max_m": 6, + "random_seed": 12345 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egoodbyesouvenir_train.json b/examples/pipelines/all_configs/Egoodbyesouvenir_train.json new file mode 100644 index 0000000..ebb0cfc --- /dev/null +++ b/examples/pipelines/all_configs/Egoodbyesouvenir_train.json @@ -0,0 +1,17 @@ +[ + { + "max_n": 10, + "max_m": 10, + "random_seed": 4321 + }, + { + "max_n": 15, + "max_m": 15, + "random_seed": 9876 + }, + { + "max_n": 7, + "max_m": 6, + "random_seed": 12345 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egraphreconstruction_test.json b/examples/pipelines/all_configs/Egraphreconstruction_test.json new file mode 100644 index 0000000..57b3734 --- /dev/null +++ b/examples/pipelines/all_configs/Egraphreconstruction_test.json @@ -0,0 +1,30 @@ +[ + { + "max_nodes": 12, + "prob_impossible": 0.15 + }, + { + "max_nodes": 50, + "prob_impossible": 0.25 + }, + { + "max_nodes": 7, + "prob_impossible": 0.45 + }, + { + "max_nodes": 10, + "prob_impossible": 0.5 + }, + { + "max_nodes": 8, + "prob_impossible": 0.2 + }, + { + "max_nodes": 100, + "prob_impossible": 0.35 + }, + { + "max_nodes": 25, + "prob_impossible": 0.28 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egraphreconstruction_train.json b/examples/pipelines/all_configs/Egraphreconstruction_train.json new file mode 100644 index 0000000..57b3734 --- /dev/null +++ b/examples/pipelines/all_configs/Egraphreconstruction_train.json @@ -0,0 +1,30 @@ +[ + { + "max_nodes": 12, + "prob_impossible": 0.15 + }, + { + "max_nodes": 50, + "prob_impossible": 0.25 + }, + { + "max_nodes": 7, + "prob_impossible": 0.45 + }, + { + "max_nodes": 10, + "prob_impossible": 0.5 + }, + { + "max_nodes": 8, + "prob_impossible": 0.2 + }, + { + "max_nodes": 100, + "prob_impossible": 0.35 + }, + { + "max_nodes": 25, + "prob_impossible": 0.28 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egreedyshopping_test.json b/examples/pipelines/all_configs/Egreedyshopping_test.json new file mode 100644 index 0000000..560adae --- /dev/null +++ b/examples/pipelines/all_configs/Egreedyshopping_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_q": 10, + "max_value": 5000, + "type1_ratio": 0.6 + }, + { + "max_n": 8, + "max_q": 4, + "max_value": 500, + "type1_ratio": 0.2 + }, + { + "max_n": 15, + "max_q": 8, + "max_value": 2000, + "type1_ratio": 0.4 + }, + { + "max_n": 5, + "max_q": 3, + "max_value": 100, + "type1_ratio": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Egreedyshopping_train.json b/examples/pipelines/all_configs/Egreedyshopping_train.json new file mode 100644 index 0000000..560adae --- /dev/null +++ b/examples/pipelines/all_configs/Egreedyshopping_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 20, + "max_q": 10, + "max_value": 5000, + "type1_ratio": 0.6 + }, + { + "max_n": 8, + "max_q": 4, + "max_value": 500, + "type1_ratio": 0.2 + }, + { + "max_n": 15, + "max_q": 8, + "max_value": 2000, + "type1_ratio": 0.4 + }, + { + "max_n": 5, + "max_q": 3, + "max_value": 100, + "type1_ratio": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eguessthetree_test.json b/examples/pipelines/all_configs/Eguessthetree_test.json new file mode 100644 index 0000000..dea66db --- /dev/null +++ b/examples/pipelines/all_configs/Eguessthetree_test.json @@ -0,0 +1,30 @@ +[ + { + "n_range": [ + 10, + 24 + ], + "yes_prob": 0.3 + }, + { + "n_range": [ + 3, + 15 + ], + "yes_prob": 0.6 + }, + { + "n_range": [ + 1, + 10 + ], + "yes_prob": 0.7 + }, + { + "n_range": [ + 1, + 24 + ], + "yes_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eguessthetree_train.json b/examples/pipelines/all_configs/Eguessthetree_train.json new file mode 100644 index 0000000..dea66db --- /dev/null +++ b/examples/pipelines/all_configs/Eguessthetree_train.json @@ -0,0 +1,30 @@ +[ + { + "n_range": [ + 10, + 24 + ], + "yes_prob": 0.3 + }, + { + "n_range": [ + 3, + 15 + ], + "yes_prob": 0.6 + }, + { + "n_range": [ + 1, + 10 + ], + "yes_prob": 0.7 + }, + { + "n_range": [ + 1, + 24 + ], + "yes_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eheightallthesame_test.json b/examples/pipelines/all_configs/Eheightallthesame_test.json new file mode 100644 index 0000000..ae84c63 --- /dev/null +++ b/examples/pipelines/all_configs/Eheightallthesame_test.json @@ -0,0 +1,58 @@ +[ + { + "n_range": [ + 1, + 6 + ], + "m_range": [ + 1, + 6 + ], + "L_min": 0, + "L_max": 10, + "R_min": 0, + "R_max": 15 + }, + { + "n_range": [ + 2, + 7 + ], + "m_range": [ + 3, + 6 + ], + "L_min": 0, + "L_max": 15, + "R_min": 1, + "R_max": 20 + }, + { + "n_range": [ + 2, + 10 + ], + "m_range": [ + 2, + 10 + ], + "L_min": 0, + "L_max": 5, + "R_min": 5, + "R_max": 20 + }, + { + "n_range": [ + 1, + 4 + ], + "m_range": [ + 2, + 5 + ], + "L_min": 1, + "L_max": 5, + "R_min": 2, + "R_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eheightallthesame_train.json b/examples/pipelines/all_configs/Eheightallthesame_train.json new file mode 100644 index 0000000..ae84c63 --- /dev/null +++ b/examples/pipelines/all_configs/Eheightallthesame_train.json @@ -0,0 +1,58 @@ +[ + { + "n_range": [ + 1, + 6 + ], + "m_range": [ + 1, + 6 + ], + "L_min": 0, + "L_max": 10, + "R_min": 0, + "R_max": 15 + }, + { + "n_range": [ + 2, + 7 + ], + "m_range": [ + 3, + 6 + ], + "L_min": 0, + "L_max": 15, + "R_min": 1, + "R_max": 20 + }, + { + "n_range": [ + 2, + 10 + ], + "m_range": [ + 2, + 10 + ], + "L_min": 0, + "L_max": 5, + "R_min": 5, + "R_max": 20 + }, + { + "n_range": [ + 1, + 4 + ], + "m_range": [ + 2, + 5 + ], + "L_min": 1, + "L_max": 5, + "R_min": 2, + "R_max": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehelpgregthedwarf_test.json b/examples/pipelines/all_configs/Ehelpgregthedwarf_test.json new file mode 100644 index 0000000..a295ef2 --- /dev/null +++ b/examples/pipelines/all_configs/Ehelpgregthedwarf_test.json @@ -0,0 +1,37 @@ +[ + { + "a_max": 3000, + "b_max": 3000, + "l_max": 3000 + }, + { + "a_max": 6000, + "b_max": 6000, + "l_max": 6000 + }, + { + "a_max": 4000, + "b_max": 4000, + "l_max": 4000 + }, + { + "a_max": 2500, + "b_max": 2500, + "l_max": 2500 + }, + { + "a_max": 10000, + "b_max": 10000, + "l_max": 10000 + }, + { + "a_max": 1500, + "b_max": 1500, + "l_max": 1500 + }, + { + "a_max": 2000, + "b_max": 2000, + "l_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehelpgregthedwarf_train.json b/examples/pipelines/all_configs/Ehelpgregthedwarf_train.json new file mode 100644 index 0000000..a295ef2 --- /dev/null +++ b/examples/pipelines/all_configs/Ehelpgregthedwarf_train.json @@ -0,0 +1,37 @@ +[ + { + "a_max": 3000, + "b_max": 3000, + "l_max": 3000 + }, + { + "a_max": 6000, + "b_max": 6000, + "l_max": 6000 + }, + { + "a_max": 4000, + "b_max": 4000, + "l_max": 4000 + }, + { + "a_max": 2500, + "b_max": 2500, + "l_max": 2500 + }, + { + "a_max": 10000, + "b_max": 10000, + "l_max": 10000 + }, + { + "a_max": 1500, + "b_max": 1500, + "l_max": 1500 + }, + { + "a_max": 2000, + "b_max": 2000, + "l_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehelpingpeople_test.json b/examples/pipelines/all_configs/Ehelpingpeople_test.json new file mode 100644 index 0000000..e77dcec --- /dev/null +++ b/examples/pipelines/all_configs/Ehelpingpeople_test.json @@ -0,0 +1,27 @@ +[ + { + "max_n": 10, + "max_q": 10, + "max_initial": 1000 + }, + { + "max_n": 5, + "max_q": 3, + "max_initial": 100 + }, + { + "max_n": 30, + "max_q": 50, + "max_initial": 100000 + }, + { + "max_n": 3, + "max_q": 2, + "max_initial": 0 + }, + { + "max_n": 20, + "max_q": 30, + "max_initial": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehelpingpeople_train.json b/examples/pipelines/all_configs/Ehelpingpeople_train.json new file mode 100644 index 0000000..e77dcec --- /dev/null +++ b/examples/pipelines/all_configs/Ehelpingpeople_train.json @@ -0,0 +1,27 @@ +[ + { + "max_n": 10, + "max_q": 10, + "max_initial": 1000 + }, + { + "max_n": 5, + "max_q": 3, + "max_initial": 100 + }, + { + "max_n": 30, + "max_q": 50, + "max_initial": 100000 + }, + { + "max_n": 3, + "max_q": 2, + "max_initial": 0 + }, + { + "max_n": 20, + "max_q": 30, + "max_initial": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehills_test.json b/examples/pipelines/all_configs/Ehills_test.json new file mode 100644 index 0000000..b076d34 --- /dev/null +++ b/examples/pipelines/all_configs/Ehills_test.json @@ -0,0 +1,10 @@ +[ + { + "max_n": 15, + "max_height": 10000 + }, + { + "max_n": 5, + "max_height": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehills_train.json b/examples/pipelines/all_configs/Ehills_train.json new file mode 100644 index 0000000..b076d34 --- /dev/null +++ b/examples/pipelines/all_configs/Ehills_train.json @@ -0,0 +1,10 @@ +[ + { + "max_n": 15, + "max_height": 10000 + }, + { + "max_n": 5, + "max_height": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehongcowbuysadeckofcards_test.json b/examples/pipelines/all_configs/Ehongcowbuysadeckofcards_test.json new file mode 100644 index 0000000..93343cd --- /dev/null +++ b/examples/pipelines/all_configs/Ehongcowbuysadeckofcards_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5, + "r_max": 10, + "b_max": 10 + }, + { + "max_n": 15, + "r_max": 10, + "b_max": 10 + }, + { + "max_n": 15, + "r_max": 20, + "b_max": 20 + }, + { + "max_n": 10, + "r_max": 20, + "b_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ehongcowbuysadeckofcards_train.json b/examples/pipelines/all_configs/Ehongcowbuysadeckofcards_train.json new file mode 100644 index 0000000..93343cd --- /dev/null +++ b/examples/pipelines/all_configs/Ehongcowbuysadeckofcards_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5, + "r_max": 10, + "b_max": 10 + }, + { + "max_n": 15, + "r_max": 10, + "b_max": 10 + }, + { + "max_n": 15, + "r_max": 20, + "b_max": 20 + }, + { + "max_n": 10, + "r_max": 20, + "b_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eicecreamcoloring_test.json b/examples/pipelines/all_configs/Eicecreamcoloring_test.json new file mode 100644 index 0000000..2ce345d --- /dev/null +++ b/examples/pipelines/all_configs/Eicecreamcoloring_test.json @@ -0,0 +1,27 @@ +[ + { + "n": 20, + "m": 15, + "max_si": 4 + }, + { + "n": 5, + "m": 5, + "max_si": 3 + }, + { + "n": 10, + "m": 10, + "max_si": 5 + }, + { + "n": 4, + "m": 5, + "max_si": 0 + }, + { + "n": 3, + "m": 3, + "max_si": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eicecreamcoloring_train.json b/examples/pipelines/all_configs/Eicecreamcoloring_train.json new file mode 100644 index 0000000..2ce345d --- /dev/null +++ b/examples/pipelines/all_configs/Eicecreamcoloring_train.json @@ -0,0 +1,27 @@ +[ + { + "n": 20, + "m": 15, + "max_si": 4 + }, + { + "n": 5, + "m": 5, + "max_si": 3 + }, + { + "n": 10, + "m": 10, + "max_si": 5 + }, + { + "n": 4, + "m": 5, + "max_si": 0 + }, + { + "n": 3, + "m": 3, + "max_si": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Einstantnoodles_test.json b/examples/pipelines/all_configs/Einstantnoodles_test.json new file mode 100644 index 0000000..b7f811f --- /dev/null +++ b/examples/pipelines/all_configs/Einstantnoodles_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_left": 4 + }, + { + "max_n": 10, + "max_left": 1 + }, + { + "max_n": 5, + "max_left": 5 + }, + { + "max_n": 4, + "max_left": 2 + }, + { + "max_n": 1, + "max_left": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Einstantnoodles_train.json b/examples/pipelines/all_configs/Einstantnoodles_train.json new file mode 100644 index 0000000..b7f811f --- /dev/null +++ b/examples/pipelines/all_configs/Einstantnoodles_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_left": 4 + }, + { + "max_n": 10, + "max_left": 1 + }, + { + "max_n": 5, + "max_left": 5 + }, + { + "max_n": 4, + "max_left": 2 + }, + { + "max_n": 1, + "max_left": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Einterestinggame_test.json b/examples/pipelines/all_configs/Einterestinggame_test.json new file mode 100644 index 0000000..6d6617b --- /dev/null +++ b/examples/pipelines/all_configs/Einterestinggame_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 1000 + }, + { + "min_n": 500, + "max_n": 1000 + }, + { + "min_n": 100, + "max_n": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Einterestinggame_train.json b/examples/pipelines/all_configs/Einterestinggame_train.json new file mode 100644 index 0000000..6d6617b --- /dev/null +++ b/examples/pipelines/all_configs/Einterestinggame_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 1, + "max_n": 500 + }, + { + "min_n": 1, + "max_n": 1000 + }, + { + "min_n": 500, + "max_n": 1000 + }, + { + "min_n": 100, + "max_n": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ejeffandbrackets_test.json b/examples/pipelines/all_configs/Ejeffandbrackets_test.json new file mode 100644 index 0000000..a829457 --- /dev/null +++ b/examples/pipelines/all_configs/Ejeffandbrackets_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 2, + "max_m": 4 + }, + { + "max_n": 4, + "max_m": 50 + }, + { + "max_n": 3, + "max_m": 20 + }, + { + "max_n": 10, + "max_m": 200 + }, + { + "max_n": 1, + "max_m": 10000000 + }, + { + "max_n": 7, + "max_m": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ejeffandbrackets_train.json b/examples/pipelines/all_configs/Ejeffandbrackets_train.json new file mode 100644 index 0000000..a829457 --- /dev/null +++ b/examples/pipelines/all_configs/Ejeffandbrackets_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 2, + "max_m": 4 + }, + { + "max_n": 4, + "max_m": 50 + }, + { + "max_n": 3, + "max_m": 20 + }, + { + "max_n": 10, + "max_m": 200 + }, + { + "max_n": 1, + "max_m": 10000000 + }, + { + "max_n": 7, + "max_m": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ejeremybearimy_test.json b/examples/pipelines/all_configs/Ejeremybearimy_test.json new file mode 100644 index 0000000..8400e9e --- /dev/null +++ b/examples/pipelines/all_configs/Ejeremybearimy_test.json @@ -0,0 +1,14 @@ +[ + { + "k": 2 + }, + { + "k": 3 + }, + { + "k": 1 + }, + { + "k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ejeremybearimy_train.json b/examples/pipelines/all_configs/Ejeremybearimy_train.json new file mode 100644 index 0000000..8400e9e --- /dev/null +++ b/examples/pipelines/all_configs/Ejeremybearimy_train.json @@ -0,0 +1,14 @@ +[ + { + "k": 2 + }, + { + "k": 3 + }, + { + "k": 1 + }, + { + "k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ejohnnyandgrandmaster_test.json b/examples/pipelines/all_configs/Ejohnnyandgrandmaster_test.json new file mode 100644 index 0000000..c52a4fd --- /dev/null +++ b/examples/pipelines/all_configs/Ejohnnyandgrandmaster_test.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 100, + "max_p": 500, + "max_k": 100 + }, + { + "max_n": 5000, + "max_p": 500000, + "max_k": 50000 + }, + { + "max_n": 100000, + "max_p": 500000, + "max_k": 100000 + }, + { + "max_n": 1000000, + "max_p": 1000000, + "max_k": 1000000 + }, + { + "max_n": 1000, + "max_p": 100000, + "max_k": 1000 + }, + { + "max_n": 10000, + "max_p": 1000000, + "max_k": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ejohnnyandgrandmaster_train.json b/examples/pipelines/all_configs/Ejohnnyandgrandmaster_train.json new file mode 100644 index 0000000..c52a4fd --- /dev/null +++ b/examples/pipelines/all_configs/Ejohnnyandgrandmaster_train.json @@ -0,0 +1,32 @@ +[ + { + "max_n": 100, + "max_p": 500, + "max_k": 100 + }, + { + "max_n": 5000, + "max_p": 500000, + "max_k": 50000 + }, + { + "max_n": 100000, + "max_p": 500000, + "max_k": 100000 + }, + { + "max_n": 1000000, + "max_p": 1000000, + "max_k": 1000000 + }, + { + "max_n": 1000, + "max_p": 100000, + "max_k": 1000 + }, + { + "max_n": 10000, + "max_p": 1000000, + "max_k": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ekalilaanddimnaintheloggingindustry_test.json b/examples/pipelines/all_configs/Ekalilaanddimnaintheloggingindustry_test.json new file mode 100644 index 0000000..c9d9773 --- /dev/null +++ b/examples/pipelines/all_configs/Ekalilaanddimnaintheloggingindustry_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 20, + "max_n": 500 + }, + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ekalilaanddimnaintheloggingindustry_train.json b/examples/pipelines/all_configs/Ekalilaanddimnaintheloggingindustry_train.json new file mode 100644 index 0000000..c9d9773 --- /dev/null +++ b/examples/pipelines/all_configs/Ekalilaanddimnaintheloggingindustry_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 10, + "max_n": 100 + }, + { + "min_n": 20, + "max_n": 500 + }, + { + "min_n": 5, + "max_n": 50 + }, + { + "min_n": 1, + "max_n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ekarenandsupermarket_test.json b/examples/pipelines/all_configs/Ekarenandsupermarket_test.json new file mode 100644 index 0000000..8ea2a34 --- /dev/null +++ b/examples/pipelines/all_configs/Ekarenandsupermarket_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "c_range": [ + 3, + 10 + ], + "d_ratio": 0.3 + }, + { + "max_n": 15, + "c_range": [ + 10, + 30 + ], + "d_ratio": 0.6 + }, + { + "max_n": 25, + "c_range": [ + 8, + 25 + ], + "d_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ekarenandsupermarket_train.json b/examples/pipelines/all_configs/Ekarenandsupermarket_train.json new file mode 100644 index 0000000..8ea2a34 --- /dev/null +++ b/examples/pipelines/all_configs/Ekarenandsupermarket_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "c_range": [ + 3, + 10 + ], + "d_ratio": 0.3 + }, + { + "max_n": 15, + "c_range": [ + 10, + 30 + ], + "d_ratio": 0.6 + }, + { + "max_n": 25, + "c_range": [ + 8, + 25 + ], + "d_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eleavingthebar_test.json b/examples/pipelines/all_configs/Eleavingthebar_test.json new file mode 100644 index 0000000..86422fe --- /dev/null +++ b/examples/pipelines/all_configs/Eleavingthebar_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 50, + "max_n": 500, + "vector_max_magnitude": 1000000 + }, + { + "min_n": 1, + "max_n": 200, + "vector_max_magnitude": 500000 + }, + { + "min_n": 1, + "max_n": 500, + "vector_max_magnitude": 1500000 + }, + { + "min_n": 10, + "max_n": 200, + "vector_max_magnitude": 750000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eleavingthebar_train.json b/examples/pipelines/all_configs/Eleavingthebar_train.json new file mode 100644 index 0000000..86422fe --- /dev/null +++ b/examples/pipelines/all_configs/Eleavingthebar_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 50, + "max_n": 500, + "vector_max_magnitude": 1000000 + }, + { + "min_n": 1, + "max_n": 200, + "vector_max_magnitude": 500000 + }, + { + "min_n": 1, + "max_n": 500, + "vector_max_magnitude": 1500000 + }, + { + "min_n": 10, + "max_n": 200, + "vector_max_magnitude": 750000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elevkoandstrings_test.json b/examples/pipelines/all_configs/Elevkoandstrings_test.json new file mode 100644 index 0000000..280d42b --- /dev/null +++ b/examples/pipelines/all_configs/Elevkoandstrings_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 1, + "n_max": 2000, + "k_max": 2000 + }, + { + "n_min": 1, + "n_max": 5, + "k_max": 5 + }, + { + "n_min": 3, + "n_max": 10, + "k_max": 50 + }, + { + "n_min": 2, + "n_max": 8, + "k_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elevkoandstrings_train.json b/examples/pipelines/all_configs/Elevkoandstrings_train.json new file mode 100644 index 0000000..280d42b --- /dev/null +++ b/examples/pipelines/all_configs/Elevkoandstrings_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 1, + "n_max": 2000, + "k_max": 2000 + }, + { + "n_min": 1, + "n_max": 5, + "k_max": 5 + }, + { + "n_min": 3, + "n_max": 10, + "k_max": 50 + }, + { + "n_min": 2, + "n_max": 8, + "k_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleelephantandfurikandrubik_test.json b/examples/pipelines/all_configs/Elittleelephantandfurikandrubik_test.json new file mode 100644 index 0000000..0290a5f --- /dev/null +++ b/examples/pipelines/all_configs/Elittleelephantandfurikandrubik_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 100 + }, + { + "n_min": 1, + "n_max": 50 + }, + { + "n_min": 10, + "n_max": 20 + }, + { + "n_min": 50, + "n_max": 100 + }, + { + "n_min": 30, + "n_max": 70 + }, + { + "n_min": 5, + "n_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleelephantandfurikandrubik_train.json b/examples/pipelines/all_configs/Elittleelephantandfurikandrubik_train.json new file mode 100644 index 0000000..0290a5f --- /dev/null +++ b/examples/pipelines/all_configs/Elittleelephantandfurikandrubik_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 1, + "n_max": 100 + }, + { + "n_min": 1, + "n_max": 50 + }, + { + "n_min": 10, + "n_max": 20 + }, + { + "n_min": 50, + "n_max": 100 + }, + { + "n_min": 30, + "n_max": 70 + }, + { + "n_min": 5, + "n_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleelephantandlcm_test.json b/examples/pipelines/all_configs/Elittleelephantandlcm_test.json new file mode 100644 index 0000000..66afbdc --- /dev/null +++ b/examples/pipelines/all_configs/Elittleelephantandlcm_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_a": 10 + }, + { + "max_n": 3, + "max_a": 5 + }, + { + "max_n": 10, + "max_a": 20 + }, + { + "max_n": 4, + "max_a": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleelephantandlcm_train.json b/examples/pipelines/all_configs/Elittleelephantandlcm_train.json new file mode 100644 index 0000000..66afbdc --- /dev/null +++ b/examples/pipelines/all_configs/Elittleelephantandlcm_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 5, + "max_a": 10 + }, + { + "max_n": 3, + "max_a": 5 + }, + { + "max_n": 10, + "max_a": 20 + }, + { + "max_n": 4, + "max_a": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleelephantandshifts_test.json b/examples/pipelines/all_configs/Elittleelephantandshifts_test.json new file mode 100644 index 0000000..26f19fd --- /dev/null +++ b/examples/pipelines/all_configs/Elittleelephantandshifts_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 4 + }, + { + "n": 3 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleelephantandshifts_train.json b/examples/pipelines/all_configs/Elittleelephantandshifts_train.json new file mode 100644 index 0000000..26f19fd --- /dev/null +++ b/examples/pipelines/all_configs/Elittleelephantandshifts_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 4 + }, + { + "n": 3 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleponyandsummersuncelebration_test.json b/examples/pipelines/all_configs/Elittleponyandsummersuncelebration_test.json new file mode 100644 index 0000000..9c914a6 --- /dev/null +++ b/examples/pipelines/all_configs/Elittleponyandsummersuncelebration_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 7, + "solvable_prob": 0.4, + "max_edges": 12 + }, + { + "n_min": 3, + "n_max": 10, + "solvable_prob": 0.7, + "max_edges": 15 + }, + { + "n_min": 2, + "n_max": 5, + "solvable_prob": 0.5, + "max_edges": 10 + }, + { + "n_min": 3, + "n_max": 6, + "solvable_prob": 0.6, + "max_edges": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elittleponyandsummersuncelebration_train.json b/examples/pipelines/all_configs/Elittleponyandsummersuncelebration_train.json new file mode 100644 index 0000000..9c914a6 --- /dev/null +++ b/examples/pipelines/all_configs/Elittleponyandsummersuncelebration_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 7, + "solvable_prob": 0.4, + "max_edges": 12 + }, + { + "n_min": 3, + "n_max": 10, + "solvable_prob": 0.7, + "max_edges": 15 + }, + { + "n_min": 2, + "n_max": 5, + "solvable_prob": 0.5, + "max_edges": 10 + }, + { + "n_min": 3, + "n_max": 6, + "solvable_prob": 0.6, + "max_edges": 8 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elockpuzzle_test.json b/examples/pipelines/all_configs/Elockpuzzle_test.json new file mode 100644 index 0000000..85a010c --- /dev/null +++ b/examples/pipelines/all_configs/Elockpuzzle_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 6, + "allow_unsolvable": true + }, + { + "n": 10, + "allow_unsolvable": true + }, + { + "n": 15, + "allow_unsolvable": false + }, + { + "n": 5, + "allow_unsolvable": false + }, + { + "n": 20, + "allow_unsolvable": true + }, + { + "n": 15, + "allow_unsolvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elockpuzzle_train.json b/examples/pipelines/all_configs/Elockpuzzle_train.json new file mode 100644 index 0000000..85a010c --- /dev/null +++ b/examples/pipelines/all_configs/Elockpuzzle_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 6, + "allow_unsolvable": true + }, + { + "n": 10, + "allow_unsolvable": true + }, + { + "n": 15, + "allow_unsolvable": false + }, + { + "n": 5, + "allow_unsolvable": false + }, + { + "n": 20, + "allow_unsolvable": true + }, + { + "n": 15, + "allow_unsolvable": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elogicalexpression_test.json b/examples/pipelines/all_configs/Elogicalexpression_test.json new file mode 100644 index 0000000..fb33904 --- /dev/null +++ b/examples/pipelines/all_configs/Elogicalexpression_test.json @@ -0,0 +1,12 @@ +[ + { + "random_seed": 123, + "minimum_index": 50, + "maximum_index": 200 + }, + { + "random_seed": 42, + "minimum_index": 0, + "maximum_index": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elogicalexpression_train.json b/examples/pipelines/all_configs/Elogicalexpression_train.json new file mode 100644 index 0000000..fb33904 --- /dev/null +++ b/examples/pipelines/all_configs/Elogicalexpression_train.json @@ -0,0 +1,12 @@ +[ + { + "random_seed": 123, + "minimum_index": 50, + "maximum_index": 200 + }, + { + "random_seed": 42, + "minimum_index": 0, + "maximum_index": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elogoturtle_test.json b/examples/pipelines/all_configs/Elogoturtle_test.json new file mode 100644 index 0000000..c99bc32 --- /dev/null +++ b/examples/pipelines/all_configs/Elogoturtle_test.json @@ -0,0 +1,30 @@ +[ + { + "commands_length_min": 10, + "commands_length_max": 50, + "n_min": 5, + "n_max": 25, + "f_prob": 0.7 + }, + { + "commands_length_min": 5, + "commands_length_max": 30, + "n_min": 2, + "n_max": 15, + "f_prob": 0.3 + }, + { + "commands_length_min": 15, + "commands_length_max": 80, + "n_min": 10, + "n_max": 40, + "f_prob": 0.6 + }, + { + "commands_length_min": 20, + "commands_length_max": 100, + "n_min": 1, + "n_max": 50, + "f_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elogoturtle_train.json b/examples/pipelines/all_configs/Elogoturtle_train.json new file mode 100644 index 0000000..c99bc32 --- /dev/null +++ b/examples/pipelines/all_configs/Elogoturtle_train.json @@ -0,0 +1,30 @@ +[ + { + "commands_length_min": 10, + "commands_length_max": 50, + "n_min": 5, + "n_max": 25, + "f_prob": 0.7 + }, + { + "commands_length_min": 5, + "commands_length_max": 30, + "n_min": 2, + "n_max": 15, + "f_prob": 0.3 + }, + { + "commands_length_min": 15, + "commands_length_max": 80, + "n_min": 10, + "n_max": 40, + "f_prob": 0.6 + }, + { + "commands_length_min": 20, + "commands_length_max": 100, + "n_min": 1, + "n_max": 50, + "f_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elru_test.json b/examples/pipelines/all_configs/Elru_test.json new file mode 100644 index 0000000..f775004 --- /dev/null +++ b/examples/pipelines/all_configs/Elru_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 2, + "k": 1 + }, + { + "n": 5, + "k": 3 + }, + { + "n": 20, + "k": 20 + }, + { + "n": 3, + "k": 2 + }, + { + "n": 3, + "k": 3 + }, + { + "n": 3, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Elru_train.json b/examples/pipelines/all_configs/Elru_train.json new file mode 100644 index 0000000..f775004 --- /dev/null +++ b/examples/pipelines/all_configs/Elru_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 2, + "k": 1 + }, + { + "n": 5, + "k": 3 + }, + { + "n": 20, + "k": 20 + }, + { + "n": 3, + "k": 2 + }, + { + "n": 3, + "k": 3 + }, + { + "n": 3, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eluckypermutation_test.json b/examples/pipelines/all_configs/Eluckypermutation_test.json new file mode 100644 index 0000000..69168d0 --- /dev/null +++ b/examples/pipelines/all_configs/Eluckypermutation_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1000000, + "valid_case_prob": 0.6 + }, + { + "max_n": 100000, + "valid_case_prob": 0.75 + }, + { + "max_n": 100000000, + "valid_case_prob": 0.3 + }, + { + "max_n": 10000000, + "valid_case_prob": 0.4 + }, + { + "max_n": 1000000000, + "valid_case_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eluckypermutation_train.json b/examples/pipelines/all_configs/Eluckypermutation_train.json new file mode 100644 index 0000000..69168d0 --- /dev/null +++ b/examples/pipelines/all_configs/Eluckypermutation_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 1000000, + "valid_case_prob": 0.6 + }, + { + "max_n": 100000, + "valid_case_prob": 0.75 + }, + { + "max_n": 100000000, + "valid_case_prob": 0.3 + }, + { + "max_n": 10000000, + "valid_case_prob": 0.4 + }, + { + "max_n": 1000000000, + "valid_case_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eluckysubsequence_test.json b/examples/pipelines/all_configs/Eluckysubsequence_test.json new file mode 100644 index 0000000..9afe75d --- /dev/null +++ b/examples/pipelines/all_configs/Eluckysubsequence_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 5, + "k": 2 + }, + { + "n": 20, + "k": 10 + }, + { + "n": 1000, + "k": 500 + }, + { + "n": 1, + "k": 1 + }, + { + "n": 8, + "k": 7 + }, + { + "n": 5, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eluckysubsequence_train.json b/examples/pipelines/all_configs/Eluckysubsequence_train.json new file mode 100644 index 0000000..9afe75d --- /dev/null +++ b/examples/pipelines/all_configs/Eluckysubsequence_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 5, + "k": 2 + }, + { + "n": 20, + "k": 10 + }, + { + "n": 1000, + "k": 500 + }, + { + "n": 1, + "k": 1 + }, + { + "n": 8, + "k": 7 + }, + { + "n": 5, + "k": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eluckytree_test.json b/examples/pipelines/all_configs/Eluckytree_test.json new file mode 100644 index 0000000..3e672bc --- /dev/null +++ b/examples/pipelines/all_configs/Eluckytree_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 100, + "min_n": 10, + "lucky_edge_prob": 0.5, + "min_block_size": 2, + "max_block_size": 20 + }, + { + "max_n": 100000, + "min_n": 1000, + "lucky_edge_prob": 0.5, + "min_block_size": 20, + "max_block_size": 200 + }, + { + "max_n": 10000, + "min_n": 100, + "lucky_edge_prob": 0.2, + "min_block_size": 10, + "max_block_size": 100 + }, + { + "max_n": 1000, + "min_n": 50, + "lucky_edge_prob": 0.7, + "min_block_size": 5, + "max_block_size": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eluckytree_train.json b/examples/pipelines/all_configs/Eluckytree_train.json new file mode 100644 index 0000000..3e672bc --- /dev/null +++ b/examples/pipelines/all_configs/Eluckytree_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 100, + "min_n": 10, + "lucky_edge_prob": 0.5, + "min_block_size": 2, + "max_block_size": 20 + }, + { + "max_n": 100000, + "min_n": 1000, + "lucky_edge_prob": 0.5, + "min_block_size": 20, + "max_block_size": 200 + }, + { + "max_n": 10000, + "min_n": 100, + "lucky_edge_prob": 0.2, + "min_block_size": 10, + "max_block_size": 100 + }, + { + "max_n": 1000, + "min_n": 50, + "lucky_edge_prob": 0.7, + "min_block_size": 5, + "max_block_size": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emashmokhandreverseoperation_test.json b/examples/pipelines/all_configs/Emashmokhandreverseoperation_test.json new file mode 100644 index 0000000..0e5d4c6 --- /dev/null +++ b/examples/pipelines/all_configs/Emashmokhandreverseoperation_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 5, + "max_m": 5, + "min_val": 20, + "max_val": 100 + }, + { + "max_n": 4, + "max_m": 5, + "min_val": 1, + "max_val": 50 + }, + { + "max_n": 0, + "max_m": 1, + "min_val": 1, + "max_val": 10 + }, + { + "max_n": 1, + "max_m": 2, + "min_val": 1, + "max_val": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emashmokhandreverseoperation_train.json b/examples/pipelines/all_configs/Emashmokhandreverseoperation_train.json new file mode 100644 index 0000000..0e5d4c6 --- /dev/null +++ b/examples/pipelines/all_configs/Emashmokhandreverseoperation_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 5, + "max_m": 5, + "min_val": 20, + "max_val": 100 + }, + { + "max_n": 4, + "max_m": 5, + "min_val": 1, + "max_val": 50 + }, + { + "max_n": 0, + "max_m": 1, + "min_val": 1, + "max_val": 10 + }, + { + "max_n": 1, + "max_m": 2, + "min_val": 1, + "max_val": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ematchingvsindependentset_test.json b/examples/pipelines/all_configs/Ematchingvsindependentset_test.json new file mode 100644 index 0000000..1103651 --- /dev/null +++ b/examples/pipelines/all_configs/Ematchingvsindependentset_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 15, + "max_m": 150 + }, + { + "max_n": 10, + "max_m": 100 + }, + { + "max_n": 5, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ematchingvsindependentset_train.json b/examples/pipelines/all_configs/Ematchingvsindependentset_train.json new file mode 100644 index 0000000..1103651 --- /dev/null +++ b/examples/pipelines/all_configs/Ematchingvsindependentset_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 15, + "max_m": 150 + }, + { + "max_n": 10, + "max_m": 100 + }, + { + "max_n": 5, + "max_m": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emiddleout_test.json b/examples/pipelines/all_configs/Emiddleout_test.json new file mode 100644 index 0000000..06733ff --- /dev/null +++ b/examples/pipelines/all_configs/Emiddleout_test.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 100, + "solvable_probability": 0.5 + }, + { + "min_n": 1, + "max_n": 50, + "solvable_probability": 0.6 + }, + { + "min_n": 5, + "max_n": 50, + "solvable_probability": 0.7 + }, + { + "min_n": 20, + "max_n": 100, + "solvable_probability": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emiddleout_train.json b/examples/pipelines/all_configs/Emiddleout_train.json new file mode 100644 index 0000000..06733ff --- /dev/null +++ b/examples/pipelines/all_configs/Emiddleout_train.json @@ -0,0 +1,22 @@ +[ + { + "min_n": 1, + "max_n": 100, + "solvable_probability": 0.5 + }, + { + "min_n": 1, + "max_n": 50, + "solvable_probability": 0.6 + }, + { + "min_n": 5, + "max_n": 50, + "solvable_probability": 0.7 + }, + { + "min_n": 20, + "max_n": 100, + "solvable_probability": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emikeandfoam_test.json b/examples/pipelines/all_configs/Emikeandfoam_test.json new file mode 100644 index 0000000..d9cee78 --- /dev/null +++ b/examples/pipelines/all_configs/Emikeandfoam_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 200000, + "max_q": 200000, + "max_ai": 500000 + }, + { + "max_n": 1000, + "max_q": 1000, + "max_ai": 5000 + }, + { + "max_n": 100, + "max_q": 100, + "max_ai": 1000 + }, + { + "max_n": 10, + "max_q": 10, + "max_ai": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emikeandfoam_train.json b/examples/pipelines/all_configs/Emikeandfoam_train.json new file mode 100644 index 0000000..d9cee78 --- /dev/null +++ b/examples/pipelines/all_configs/Emikeandfoam_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 200000, + "max_q": 200000, + "max_ai": 500000 + }, + { + "max_n": 1000, + "max_q": 1000, + "max_ai": 5000 + }, + { + "max_n": 100, + "max_q": 100, + "max_ai": 1000 + }, + { + "max_n": 10, + "max_q": 10, + "max_ai": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emorrowindows_test.json b/examples/pipelines/all_configs/Emorrowindows_test.json new file mode 100644 index 0000000..21cc6d1 --- /dev/null +++ b/examples/pipelines/all_configs/Emorrowindows_test.json @@ -0,0 +1,39 @@ +[ + { + "n": 1, + "x": 4, + "a": [ + 2 + ] + }, + { + "n": 0, + "x": 2, + "a": [] + }, + { + "n": 2, + "x": 1300001, + "a": [ + 2, + 3 + ] + }, + { + "n": 4, + "x": 100, + "a": [ + 2, + 5, + 7, + 3 + ] + }, + { + "n": 1, + "x": 1300000, + "a": [ + 2 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emorrowindows_train.json b/examples/pipelines/all_configs/Emorrowindows_train.json new file mode 100644 index 0000000..21cc6d1 --- /dev/null +++ b/examples/pipelines/all_configs/Emorrowindows_train.json @@ -0,0 +1,39 @@ +[ + { + "n": 1, + "x": 4, + "a": [ + 2 + ] + }, + { + "n": 0, + "x": 2, + "a": [] + }, + { + "n": 2, + "x": 1300001, + "a": [ + 2, + 3 + ] + }, + { + "n": 4, + "x": 100, + "a": [ + 2, + 5, + 7, + 3 + ] + }, + { + "n": 1, + "x": 1300000, + "a": [ + 2 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emuseumstour_test.json b/examples/pipelines/all_configs/Emuseumstour_test.json new file mode 100644 index 0000000..36aec37 --- /dev/null +++ b/examples/pipelines/all_configs/Emuseumstour_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 50, + "max_m": 100, + "max_d": 28 + }, + { + "max_n": 10, + "max_m": 10, + "max_d": 5 + }, + { + "max_n": 20, + "max_m": 200, + "max_d": 14 + }, + { + "max_n": 100, + "max_m": 1000, + "max_d": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Emuseumstour_train.json b/examples/pipelines/all_configs/Emuseumstour_train.json new file mode 100644 index 0000000..36aec37 --- /dev/null +++ b/examples/pipelines/all_configs/Emuseumstour_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 50, + "max_m": 100, + "max_d": 28 + }, + { + "max_n": 10, + "max_m": 10, + "max_d": 5 + }, + { + "max_n": 20, + "max_m": 200, + "max_d": 14 + }, + { + "max_n": 100, + "max_m": 1000, + "max_d": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enastyaandunexpectedguest_test.json b/examples/pipelines/all_configs/Enastyaandunexpectedguest_test.json new file mode 100644 index 0000000..80e45fb --- /dev/null +++ b/examples/pipelines/all_configs/Enastyaandunexpectedguest_test.json @@ -0,0 +1,66 @@ +[ + { + "n_range": [ + 1, + 10000 + ], + "m_range_low": 2, + "m_range_high": 500, + "g_range": [ + 1, + 500 + ], + "r_range": [ + 1, + 500 + ] + }, + { + "n_range": [ + 1, + 500 + ], + "m_range_low": 2, + "m_range_high": 200, + "g_range": [ + 1, + 200 + ], + "r_range": [ + 1, + 200 + ] + }, + { + "n_range": [ + 1, + 1000 + ], + "m_range_low": 2, + "m_range_high": 300, + "g_range": [ + 1, + 300 + ], + "r_range": [ + 1, + 300 + ] + }, + { + "n_range": [ + 1, + 100 + ], + "m_range_low": 2, + "m_range_high": 100, + "g_range": [ + 1, + 100 + ], + "r_range": [ + 1, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enastyaandunexpectedguest_train.json b/examples/pipelines/all_configs/Enastyaandunexpectedguest_train.json new file mode 100644 index 0000000..80e45fb --- /dev/null +++ b/examples/pipelines/all_configs/Enastyaandunexpectedguest_train.json @@ -0,0 +1,66 @@ +[ + { + "n_range": [ + 1, + 10000 + ], + "m_range_low": 2, + "m_range_high": 500, + "g_range": [ + 1, + 500 + ], + "r_range": [ + 1, + 500 + ] + }, + { + "n_range": [ + 1, + 500 + ], + "m_range_low": 2, + "m_range_high": 200, + "g_range": [ + 1, + 200 + ], + "r_range": [ + 1, + 200 + ] + }, + { + "n_range": [ + 1, + 1000 + ], + "m_range_low": 2, + "m_range_high": 300, + "g_range": [ + 1, + 300 + ], + "r_range": [ + 1, + 300 + ] + }, + { + "n_range": [ + 1, + 100 + ], + "m_range_low": 2, + "m_range_high": 100, + "g_range": [ + 1, + 100 + ], + "r_range": [ + 1, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enecklace_test.json b/examples/pipelines/all_configs/Enecklace_test.json new file mode 100644 index 0000000..afb6e35 --- /dev/null +++ b/examples/pipelines/all_configs/Enecklace_test.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 2, + "max_n": 15, + "min_ai": 2, + "max_ai": 8, + "max_total": 20000 + }, + { + "min_n": 2, + "max_n": 10, + "min_ai": 2, + "max_ai": 5, + "max_total": 1000 + }, + { + "min_n": 1, + "max_n": 5, + "min_ai": 1, + "max_ai": 3, + "max_total": 100 + }, + { + "min_n": 1, + "max_n": 26, + "min_ai": 1, + "max_ai": 10, + "max_total": 100000 + }, + { + "min_n": 1, + "max_n": 10, + "min_ai": 1, + "max_ai": 5, + "max_total": 500 + }, + { + "min_n": 5, + "max_n": 20, + "min_ai": 3, + "max_ai": 10, + "max_total": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enecklace_train.json b/examples/pipelines/all_configs/Enecklace_train.json new file mode 100644 index 0000000..afb6e35 --- /dev/null +++ b/examples/pipelines/all_configs/Enecklace_train.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 2, + "max_n": 15, + "min_ai": 2, + "max_ai": 8, + "max_total": 20000 + }, + { + "min_n": 2, + "max_n": 10, + "min_ai": 2, + "max_ai": 5, + "max_total": 1000 + }, + { + "min_n": 1, + "max_n": 5, + "min_ai": 1, + "max_ai": 3, + "max_total": 100 + }, + { + "min_n": 1, + "max_n": 26, + "min_ai": 1, + "max_ai": 10, + "max_total": 100000 + }, + { + "min_n": 1, + "max_n": 10, + "min_ai": 1, + "max_ai": 5, + "max_total": 500 + }, + { + "min_n": 5, + "max_n": 20, + "min_ai": 3, + "max_ai": 10, + "max_total": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enewlanguage_test.json b/examples/pipelines/all_configs/Enewlanguage_test.json new file mode 100644 index 0000000..f3a4947 --- /dev/null +++ b/examples/pipelines/all_configs/Enewlanguage_test.json @@ -0,0 +1,57 @@ +[ + { + "vc": "VC", + "n": 2, + "m": 1, + "rules": [ + [ + 1, + "V", + 2, + "C" + ] + ], + "s": "aa" + }, + { + "vc": "VC", + "n": 2, + "m": 2, + "rules": [ + [ + 1, + "V", + 2, + "C" + ], + [ + 1, + "C", + 2, + "V" + ] + ], + "s": "aa" + }, + { + "vc": "V", + "n": 1, + "m": 0, + "rules": [], + "s": "a" + }, + { + "vc": "VC", + "n": 2, + "m": 1, + "rules": [ + [ + 1, + "C", + 2, + "V" + ] + ], + "s": "bb" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enewlanguage_train.json b/examples/pipelines/all_configs/Enewlanguage_train.json new file mode 100644 index 0000000..f3a4947 --- /dev/null +++ b/examples/pipelines/all_configs/Enewlanguage_train.json @@ -0,0 +1,57 @@ +[ + { + "vc": "VC", + "n": 2, + "m": 1, + "rules": [ + [ + 1, + "V", + 2, + "C" + ] + ], + "s": "aa" + }, + { + "vc": "VC", + "n": 2, + "m": 2, + "rules": [ + [ + 1, + "V", + 2, + "C" + ], + [ + 1, + "C", + 2, + "V" + ] + ], + "s": "aa" + }, + { + "vc": "V", + "n": 1, + "m": 0, + "rules": [], + "s": "a" + }, + { + "vc": "VC", + "n": 2, + "m": 1, + "rules": [ + [ + 1, + "C", + 2, + "V" + ] + ], + "s": "bb" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enewyearandentityenumeration_test.json b/examples/pipelines/all_configs/Enewyearandentityenumeration_test.json new file mode 100644 index 0000000..56cbaa2 --- /dev/null +++ b/examples/pipelines/all_configs/Enewyearandentityenumeration_test.json @@ -0,0 +1,18 @@ +[ + { + "m_min": 4, + "m_max": 12 + }, + { + "m_min": 5, + "m_max": 15 + }, + { + "m_min": 2, + "m_max": 8 + }, + { + "m_min": 1, + "m_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enewyearandentityenumeration_train.json b/examples/pipelines/all_configs/Enewyearandentityenumeration_train.json new file mode 100644 index 0000000..56cbaa2 --- /dev/null +++ b/examples/pipelines/all_configs/Enewyearandentityenumeration_train.json @@ -0,0 +1,18 @@ +[ + { + "m_min": 4, + "m_max": 12 + }, + { + "m_min": 5, + "m_max": 15 + }, + { + "m_min": 2, + "m_max": 8 + }, + { + "m_min": 1, + "m_max": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enikitaandstack_test.json b/examples/pipelines/all_configs/Enikitaandstack_test.json new file mode 100644 index 0000000..de8bb54 --- /dev/null +++ b/examples/pipelines/all_configs/Enikitaandstack_test.json @@ -0,0 +1,14 @@ +[ + { + "m": 30 + }, + { + "m": 25 + }, + { + "m": 15 + }, + { + "m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enikitaandstack_train.json b/examples/pipelines/all_configs/Enikitaandstack_train.json new file mode 100644 index 0000000..de8bb54 --- /dev/null +++ b/examples/pipelines/all_configs/Enikitaandstack_train.json @@ -0,0 +1,14 @@ +[ + { + "m": 30 + }, + { + "m": 25 + }, + { + "m": 15 + }, + { + "m": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enumbertransformation_test.json b/examples/pipelines/all_configs/Enumbertransformation_test.json new file mode 100644 index 0000000..abe21d9 --- /dev/null +++ b/examples/pipelines/all_configs/Enumbertransformation_test.json @@ -0,0 +1,18 @@ +[ + { + "max_b": 1000000000000, + "max_a_diff": 1000000 + }, + { + "max_b": 1000000, + "max_a_diff": 1000000 + }, + { + "max_b": 1000000000, + "max_a_diff": 1000000 + }, + { + "max_b": 1000000000000, + "max_a_diff": 1000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enumbertransformation_train.json b/examples/pipelines/all_configs/Enumbertransformation_train.json new file mode 100644 index 0000000..abe21d9 --- /dev/null +++ b/examples/pipelines/all_configs/Enumbertransformation_train.json @@ -0,0 +1,18 @@ +[ + { + "max_b": 1000000000000, + "max_a_diff": 1000000 + }, + { + "max_b": 1000000, + "max_a_diff": 1000000 + }, + { + "max_b": 1000000000, + "max_a_diff": 1000000 + }, + { + "max_b": 1000000000000, + "max_a_diff": 1000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enumbertransformationii_test.json b/examples/pipelines/all_configs/Enumbertransformationii_test.json new file mode 100644 index 0000000..4a3c5b6 --- /dev/null +++ b/examples/pipelines/all_configs/Enumbertransformationii_test.json @@ -0,0 +1,42 @@ +[ + { + "n_min": 3, + "n_max": 10, + "xi_min": 5, + "xi_max": 1000, + "a_min": 1000, + "a_max": 10000, + "diff_min": 10, + "diff_max": 1000 + }, + { + "n_min": 20, + "n_max": 100, + "xi_min": 1000, + "xi_max": 1000000, + "a_min": 200000, + "a_max": 2000000, + "diff_min": 1000, + "diff_max": 50000 + }, + { + "n_min": 5, + "n_max": 50, + "xi_min": 10, + "xi_max": 10000, + "a_min": 10000, + "a_max": 100000, + "diff_min": 100, + "diff_max": 5000 + }, + { + "n_min": 1, + "n_max": 100, + "xi_min": 2, + "xi_max": 100, + "a_min": 100, + "a_max": 1000, + "diff_min": 1, + "diff_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Enumbertransformationii_train.json b/examples/pipelines/all_configs/Enumbertransformationii_train.json new file mode 100644 index 0000000..4a3c5b6 --- /dev/null +++ b/examples/pipelines/all_configs/Enumbertransformationii_train.json @@ -0,0 +1,42 @@ +[ + { + "n_min": 3, + "n_max": 10, + "xi_min": 5, + "xi_max": 1000, + "a_min": 1000, + "a_max": 10000, + "diff_min": 10, + "diff_max": 1000 + }, + { + "n_min": 20, + "n_max": 100, + "xi_min": 1000, + "xi_max": 1000000, + "a_min": 200000, + "a_max": 2000000, + "diff_min": 1000, + "diff_max": 50000 + }, + { + "n_min": 5, + "n_max": 50, + "xi_min": 10, + "xi_max": 10000, + "a_min": 10000, + "a_max": 100000, + "diff_min": 100, + "diff_max": 5000 + }, + { + "n_min": 1, + "n_max": 100, + "xi_min": 2, + "xi_max": 100, + "a_min": 100, + "a_max": 1000, + "diff_min": 1, + "diff_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eonchangingtree_test.json b/examples/pipelines/all_configs/Eonchangingtree_test.json new file mode 100644 index 0000000..6f008bb --- /dev/null +++ b/examples/pipelines/all_configs/Eonchangingtree_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_q": 10 + }, + { + "max_n": 1, + "max_q": 1 + }, + { + "max_n": 5, + "max_q": 5 + }, + { + "max_n": 10, + "max_q": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eonchangingtree_train.json b/examples/pipelines/all_configs/Eonchangingtree_train.json new file mode 100644 index 0000000..6f008bb --- /dev/null +++ b/examples/pipelines/all_configs/Eonchangingtree_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_q": 10 + }, + { + "max_n": 1, + "max_q": 1 + }, + { + "max_n": 5, + "max_q": 5 + }, + { + "max_n": 10, + "max_q": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eoptimalpolygonperimeter_test.json b/examples/pipelines/all_configs/Eoptimalpolygonperimeter_test.json new file mode 100644 index 0000000..1951e6e --- /dev/null +++ b/examples/pipelines/all_configs/Eoptimalpolygonperimeter_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 9 + }, + { + "max_n": 5 + }, + { + "max_n": 3 + }, + { + "max_n": 8 + }, + { + "max_n": 4 + }, + { + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eoptimalpolygonperimeter_train.json b/examples/pipelines/all_configs/Eoptimalpolygonperimeter_train.json new file mode 100644 index 0000000..1951e6e --- /dev/null +++ b/examples/pipelines/all_configs/Eoptimalpolygonperimeter_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 9 + }, + { + "max_n": 5 + }, + { + "max_n": 3 + }, + { + "max_n": 8 + }, + { + "max_n": 4 + }, + { + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eoracandgameoflife_test.json b/examples/pipelines/all_configs/Eoracandgameoflife_test.json new file mode 100644 index 0000000..01c69c9 --- /dev/null +++ b/examples/pipelines/all_configs/Eoracandgameoflife_test.json @@ -0,0 +1,27 @@ +[ + { + "n": 5, + "m": 5, + "max_p": 1000 + }, + { + "n": 2, + "m": 2, + "max_p": 100 + }, + { + "n": 1, + "m": 1, + "max_p": 1000000000000000000 + }, + { + "n": 3, + "m": 3, + "max_p": 1000000000000000000 + }, + { + "n": 3, + "m": 5, + "max_p": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eoracandgameoflife_train.json b/examples/pipelines/all_configs/Eoracandgameoflife_train.json new file mode 100644 index 0000000..01c69c9 --- /dev/null +++ b/examples/pipelines/all_configs/Eoracandgameoflife_train.json @@ -0,0 +1,27 @@ +[ + { + "n": 5, + "m": 5, + "max_p": 1000 + }, + { + "n": 2, + "m": 2, + "max_p": 100 + }, + { + "n": 1, + "m": 1, + "max_p": 1000000000000000000 + }, + { + "n": 3, + "m": 3, + "max_p": 1000000000000000000 + }, + { + "n": 3, + "m": 5, + "max_p": 1000000000000000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epackagedelivery_test.json b/examples/pipelines/all_configs/Epackagedelivery_test.json new file mode 100644 index 0000000..0a36e3a --- /dev/null +++ b/examples/pipelines/all_configs/Epackagedelivery_test.json @@ -0,0 +1,22 @@ +[ + { + "max_d": 500, + "max_n": 100, + "max_m": 200 + }, + { + "max_d": 300, + "max_n": 30, + "max_m": 100 + }, + { + "max_d": 100, + "max_n": 50, + "max_m": 50 + }, + { + "max_d": 1000, + "max_n": 100, + "max_m": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epackagedelivery_train.json b/examples/pipelines/all_configs/Epackagedelivery_train.json new file mode 100644 index 0000000..0a36e3a --- /dev/null +++ b/examples/pipelines/all_configs/Epackagedelivery_train.json @@ -0,0 +1,22 @@ +[ + { + "max_d": 500, + "max_n": 100, + "max_m": 200 + }, + { + "max_d": 300, + "max_n": 30, + "max_m": 100 + }, + { + "max_d": 100, + "max_n": 50, + "max_m": 50 + }, + { + "max_d": 1000, + "max_n": 100, + "max_m": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epainttree_test.json b/examples/pipelines/all_configs/Epainttree_test.json new file mode 100644 index 0000000..cc449ec --- /dev/null +++ b/examples/pipelines/all_configs/Epainttree_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 500, + "min_coord": -100000, + "max_coord": 100000 + }, + { + "n": 10, + "min_coord": -1000, + "max_coord": 1000 + }, + { + "n": 5, + "min_coord": -1000, + "max_coord": 1000 + }, + { + "n": 3, + "min_coord": -1000, + "max_coord": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epainttree_train.json b/examples/pipelines/all_configs/Epainttree_train.json new file mode 100644 index 0000000..cc449ec --- /dev/null +++ b/examples/pipelines/all_configs/Epainttree_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 500, + "min_coord": -100000, + "max_coord": 100000 + }, + { + "n": 10, + "min_coord": -1000, + "max_coord": 1000 + }, + { + "n": 5, + "min_coord": -1000, + "max_coord": 1000 + }, + { + "n": 3, + "min_coord": -1000, + "max_coord": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eparty_test.json b/examples/pipelines/all_configs/Eparty_test.json new file mode 100644 index 0000000..20fbcd1 --- /dev/null +++ b/examples/pipelines/all_configs/Eparty_test.json @@ -0,0 +1,17 @@ +[ + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 8 + }, + { + "n": 18 + }, + { + "n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eparty_train.json b/examples/pipelines/all_configs/Eparty_train.json new file mode 100644 index 0000000..20fbcd1 --- /dev/null +++ b/examples/pipelines/all_configs/Eparty_train.json @@ -0,0 +1,17 @@ +[ + { + "n": 10 + }, + { + "n": 5 + }, + { + "n": 8 + }, + { + "n": 18 + }, + { + "n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epermutationrecovery_test.json b/examples/pipelines/all_configs/Epermutationrecovery_test.json new file mode 100644 index 0000000..53b4046 --- /dev/null +++ b/examples/pipelines/all_configs/Epermutationrecovery_test.json @@ -0,0 +1,34 @@ +[ + { + "n_range": [ + 1, + 25 + ], + "mask_prob": 0.6, + "unsolve_prob": 0.1 + }, + { + "n_range": [ + 1, + 20 + ], + "mask_prob": 0.5, + "unsolve_prob": 0.2 + }, + { + "n_range": [ + 1, + 10 + ], + "mask_prob": 0.4, + "unsolve_prob": 0.3 + }, + { + "n_range": [ + 1, + 15 + ], + "mask_prob": 0.3, + "unsolve_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epermutationrecovery_train.json b/examples/pipelines/all_configs/Epermutationrecovery_train.json new file mode 100644 index 0000000..53b4046 --- /dev/null +++ b/examples/pipelines/all_configs/Epermutationrecovery_train.json @@ -0,0 +1,34 @@ +[ + { + "n_range": [ + 1, + 25 + ], + "mask_prob": 0.6, + "unsolve_prob": 0.1 + }, + { + "n_range": [ + 1, + 20 + ], + "mask_prob": 0.5, + "unsolve_prob": 0.2 + }, + { + "n_range": [ + 1, + 10 + ], + "mask_prob": 0.4, + "unsolve_prob": 0.3 + }, + { + "n_range": [ + 1, + 15 + ], + "mask_prob": 0.3, + "unsolve_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epetyaandspiders_test.json b/examples/pipelines/all_configs/Epetyaandspiders_test.json new file mode 100644 index 0000000..ec30269 --- /dev/null +++ b/examples/pipelines/all_configs/Epetyaandspiders_test.json @@ -0,0 +1,30 @@ +[ + { + "n": 2, + "m": 20 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 5, + "m": 8 + }, + { + "n": 10, + "m": 4 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 1, + "m": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epetyaandspiders_train.json b/examples/pipelines/all_configs/Epetyaandspiders_train.json new file mode 100644 index 0000000..ec30269 --- /dev/null +++ b/examples/pipelines/all_configs/Epetyaandspiders_train.json @@ -0,0 +1,30 @@ +[ + { + "n": 2, + "m": 20 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 5, + "m": 8 + }, + { + "n": 10, + "m": 4 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 1, + "m": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eplayingwithsuperglue_test.json b/examples/pipelines/all_configs/Eplayingwithsuperglue_test.json new file mode 100644 index 0000000..fad24b4 --- /dev/null +++ b/examples/pipelines/all_configs/Eplayingwithsuperglue_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 50, + "min_m": 2, + "max_m": 50 + }, + { + "min_n": 3, + "max_n": 5, + "min_m": 3, + "max_m": 5 + }, + { + "min_n": 50, + "max_n": 100, + "min_m": 50, + "max_m": 100 + }, + { + "min_n": 1, + "max_n": 100, + "min_m": 1, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eplayingwithsuperglue_train.json b/examples/pipelines/all_configs/Eplayingwithsuperglue_train.json new file mode 100644 index 0000000..fad24b4 --- /dev/null +++ b/examples/pipelines/all_configs/Eplayingwithsuperglue_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 50, + "min_m": 2, + "max_m": 50 + }, + { + "min_n": 3, + "max_n": 5, + "min_m": 3, + "max_m": 5 + }, + { + "min_n": 50, + "max_n": 100, + "min_m": 50, + "max_m": 100 + }, + { + "min_n": 1, + "max_n": 100, + "min_m": 1, + "max_m": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eplease_test.json b/examples/pipelines/all_configs/Eplease_test.json new file mode 100644 index 0000000..e6fdf14 --- /dev/null +++ b/examples/pipelines/all_configs/Eplease_test.json @@ -0,0 +1,26 @@ +[ + { + "k_min": 1, + "k_max": 4, + "element_min": 5, + "element_max": 20 + }, + { + "k_min": 1, + "k_max": 5, + "element_min": 1, + "element_max": 10 + }, + { + "k_min": 1, + "k_max": 3, + "element_min": 1, + "element_max": 5 + }, + { + "k_min": 1, + "k_max": 10, + "element_min": 1, + "element_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eplease_train.json b/examples/pipelines/all_configs/Eplease_train.json new file mode 100644 index 0000000..e6fdf14 --- /dev/null +++ b/examples/pipelines/all_configs/Eplease_train.json @@ -0,0 +1,26 @@ +[ + { + "k_min": 1, + "k_max": 4, + "element_min": 5, + "element_max": 20 + }, + { + "k_min": 1, + "k_max": 5, + "element_min": 1, + "element_max": 10 + }, + { + "k_min": 1, + "k_max": 3, + "element_min": 1, + "element_max": 5 + }, + { + "k_min": 1, + "k_max": 10, + "element_min": 1, + "element_max": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eplumber_test.json b/examples/pipelines/all_configs/Eplumber_test.json new file mode 100644 index 0000000..b59f4b6 --- /dev/null +++ b/examples/pipelines/all_configs/Eplumber_test.json @@ -0,0 +1,23 @@ +[ + { + "max_size": 2 + }, + { + "max_size": 3 + }, + { + "max_size": 1 + }, + { + "max_size": 4 + }, + { + "max_size": 8 + }, + { + "max_size": 6 + }, + { + "max_size": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eplumber_train.json b/examples/pipelines/all_configs/Eplumber_train.json new file mode 100644 index 0000000..b59f4b6 --- /dev/null +++ b/examples/pipelines/all_configs/Eplumber_train.json @@ -0,0 +1,23 @@ +[ + { + "max_size": 2 + }, + { + "max_size": 3 + }, + { + "max_size": 1 + }, + { + "max_size": 4 + }, + { + "max_size": 8 + }, + { + "max_size": 6 + }, + { + "max_size": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epointsonplane_test.json b/examples/pipelines/all_configs/Epointsonplane_test.json new file mode 100644 index 0000000..7da5fc1 --- /dev/null +++ b/examples/pipelines/all_configs/Epointsonplane_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 100000, + "SQ": 1200 + }, + { + "n": 500, + "SQ": 1200 + }, + { + "n": 10, + "SQ": 1000 + }, + { + "n": 10000, + "SQ": 800 + }, + { + "n": 5, + "SQ": 1200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epointsonplane_train.json b/examples/pipelines/all_configs/Epointsonplane_train.json new file mode 100644 index 0000000..7da5fc1 --- /dev/null +++ b/examples/pipelines/all_configs/Epointsonplane_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 100000, + "SQ": 1200 + }, + { + "n": 500, + "SQ": 1200 + }, + { + "n": 10, + "SQ": 1000 + }, + { + "n": 10000, + "SQ": 800 + }, + { + "n": 5, + "SQ": 1200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epolothepenguinandxoroperation_test.json b/examples/pipelines/all_configs/Epolothepenguinandxoroperation_test.json new file mode 100644 index 0000000..53a41b4 --- /dev/null +++ b/examples/pipelines/all_configs/Epolothepenguinandxoroperation_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 100, + "max_n": 200 + }, + { + "min_n": 1, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 500 + }, + { + "min_n": 250, + "max_n": 500 + }, + { + "min_n": 50, + "max_n": 150 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 500, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epolothepenguinandxoroperation_train.json b/examples/pipelines/all_configs/Epolothepenguinandxoroperation_train.json new file mode 100644 index 0000000..53a41b4 --- /dev/null +++ b/examples/pipelines/all_configs/Epolothepenguinandxoroperation_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 100, + "max_n": 200 + }, + { + "min_n": 1, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 500 + }, + { + "min_n": 250, + "max_n": 500 + }, + { + "min_n": 50, + "max_n": 150 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 500, + "max_n": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eprairiepartition_test.json b/examples/pipelines/all_configs/Eprairiepartition_test.json new file mode 100644 index 0000000..f12d8c4 --- /dev/null +++ b/examples/pipelines/all_configs/Eprairiepartition_test.json @@ -0,0 +1,37 @@ +[ + { + "min_m": 1, + "max_m": 5, + "invalid_prob": 0.3 + }, + { + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.3 + }, + { + "min_m": 1, + "max_m": 7, + "invalid_prob": 0.3 + }, + { + "min_m": 4, + "max_m": 6, + "invalid_prob": 0.4 + }, + { + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.4 + }, + { + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.2 + }, + { + "min_m": 1, + "max_m": 10, + "invalid_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eprairiepartition_train.json b/examples/pipelines/all_configs/Eprairiepartition_train.json new file mode 100644 index 0000000..f12d8c4 --- /dev/null +++ b/examples/pipelines/all_configs/Eprairiepartition_train.json @@ -0,0 +1,37 @@ +[ + { + "min_m": 1, + "max_m": 5, + "invalid_prob": 0.3 + }, + { + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.3 + }, + { + "min_m": 1, + "max_m": 7, + "invalid_prob": 0.3 + }, + { + "min_m": 4, + "max_m": 6, + "invalid_prob": 0.4 + }, + { + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.4 + }, + { + "min_m": 1, + "max_m": 3, + "invalid_prob": 0.2 + }, + { + "min_m": 1, + "max_m": 10, + "invalid_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eprefixenlightenment_test.json b/examples/pipelines/all_configs/Eprefixenlightenment_test.json new file mode 100644 index 0000000..b161acd --- /dev/null +++ b/examples/pipelines/all_configs/Eprefixenlightenment_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 2, + "k": 2 + }, + { + "n": 4, + "k": 4 + }, + { + "n": 10, + "k": 5 + }, + { + "n": 1, + "k": 1 + }, + { + "n": 5, + "k": 3 + }, + { + "n": 100, + "k": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eprefixenlightenment_train.json b/examples/pipelines/all_configs/Eprefixenlightenment_train.json new file mode 100644 index 0000000..b161acd --- /dev/null +++ b/examples/pipelines/all_configs/Eprefixenlightenment_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 2, + "k": 2 + }, + { + "n": 4, + "k": 4 + }, + { + "n": 10, + "k": 5 + }, + { + "n": 1, + "k": 1 + }, + { + "n": 5, + "k": 3 + }, + { + "n": 100, + "k": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eprefixproductsequence_test.json b/examples/pipelines/all_configs/Eprefixproductsequence_test.json new file mode 100644 index 0000000..1768a83 --- /dev/null +++ b/examples/pipelines/all_configs/Eprefixproductsequence_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 5000 + }, + { + "min_n": 6, + "max_n": 6 + }, + { + "min_n": 1, + "max_n": 4 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 5, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eprefixproductsequence_train.json b/examples/pipelines/all_configs/Eprefixproductsequence_train.json new file mode 100644 index 0000000..1768a83 --- /dev/null +++ b/examples/pipelines/all_configs/Eprefixproductsequence_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 5000 + }, + { + "min_n": 6, + "max_n": 6 + }, + { + "min_n": 1, + "max_n": 4 + }, + { + "min_n": 1, + "max_n": 10 + }, + { + "min_n": 1, + "max_n": 1000 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 5, + "max_n": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epropagatingtree_test.json b/examples/pipelines/all_configs/Epropagatingtree_test.json new file mode 100644 index 0000000..3273640 --- /dev/null +++ b/examples/pipelines/all_configs/Epropagatingtree_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 3, + "m": 20 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 5, + "m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Epropagatingtree_train.json b/examples/pipelines/all_configs/Epropagatingtree_train.json new file mode 100644 index 0000000..3273640 --- /dev/null +++ b/examples/pipelines/all_configs/Epropagatingtree_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 3, + "m": 20 + }, + { + "n": 1, + "m": 1 + }, + { + "n": 5, + "m": 5 + }, + { + "n": 5, + "m": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Equantifierquestion_test.json b/examples/pipelines/all_configs/Equantifierquestion_test.json new file mode 100644 index 0000000..98758b2 --- /dev/null +++ b/examples/pipelines/all_configs/Equantifierquestion_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 3, + "n_max": 10, + "m_min": 2, + "m_max": 10 + }, + { + "n_min": 2, + "n_max": 10, + "m_min": 1, + "m_max": 10 + }, + { + "n_min": 4, + "n_max": 8, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 7, + "m_min": 3, + "m_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Equantifierquestion_train.json b/examples/pipelines/all_configs/Equantifierquestion_train.json new file mode 100644 index 0000000..98758b2 --- /dev/null +++ b/examples/pipelines/all_configs/Equantifierquestion_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 3, + "n_max": 10, + "m_min": 2, + "m_max": 10 + }, + { + "n_min": 2, + "n_max": 10, + "m_min": 1, + "m_max": 10 + }, + { + "n_min": 4, + "n_max": 8, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 7, + "m_min": 3, + "m_max": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Equeueinthetrain_test.json b/examples/pipelines/all_configs/Equeueinthetrain_test.json new file mode 100644 index 0000000..c576cdc --- /dev/null +++ b/examples/pipelines/all_configs/Equeueinthetrain_test.json @@ -0,0 +1,37 @@ +[ + { + "max_n": 20, + "max_t": 1000, + "max_p": 100 + }, + { + "max_n": 100000, + "max_t": 1000000000, + "max_p": 1000000000 + }, + { + "max_n": 1000, + "max_t": 1000000, + "max_p": 1000000 + }, + { + "max_n": 5000, + "max_t": 100000, + "max_p": 100 + }, + { + "max_n": 10, + "max_t": 1000, + "max_p": 100 + }, + { + "max_n": 20, + "max_t": 1000, + "max_p": 1000000000 + }, + { + "max_n": 1, + "max_t": 0, + "max_p": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Equeueinthetrain_train.json b/examples/pipelines/all_configs/Equeueinthetrain_train.json new file mode 100644 index 0000000..c576cdc --- /dev/null +++ b/examples/pipelines/all_configs/Equeueinthetrain_train.json @@ -0,0 +1,37 @@ +[ + { + "max_n": 20, + "max_t": 1000, + "max_p": 100 + }, + { + "max_n": 100000, + "max_t": 1000000000, + "max_p": 1000000000 + }, + { + "max_n": 1000, + "max_t": 1000000, + "max_p": 1000000 + }, + { + "max_n": 5000, + "max_t": 100000, + "max_p": 100 + }, + { + "max_n": 10, + "max_t": 1000, + "max_p": 100 + }, + { + "max_n": 20, + "max_t": 1000, + "max_p": 1000000000 + }, + { + "max_n": 1, + "max_t": 0, + "max_p": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ereadtime_test.json b/examples/pipelines/all_configs/Ereadtime_test.json new file mode 100644 index 0000000..9973b5e --- /dev/null +++ b/examples/pipelines/all_configs/Ereadtime_test.json @@ -0,0 +1,17 @@ +[ + { + "max_heads": 4, + "max_tracks": 8, + "max_value": 500000 + }, + { + "max_heads": 5, + "max_tracks": 10, + "max_value": 1000000 + }, + { + "max_heads": 3, + "max_tracks": 5, + "max_value": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ereadtime_train.json b/examples/pipelines/all_configs/Ereadtime_train.json new file mode 100644 index 0000000..9973b5e --- /dev/null +++ b/examples/pipelines/all_configs/Ereadtime_train.json @@ -0,0 +1,17 @@ +[ + { + "max_heads": 4, + "max_tracks": 8, + "max_value": 500000 + }, + { + "max_heads": 5, + "max_tracks": 10, + "max_value": 1000000 + }, + { + "max_heads": 3, + "max_tracks": 5, + "max_value": 100000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erectanglepainting2_test.json b/examples/pipelines/all_configs/Erectanglepainting2_test.json new file mode 100644 index 0000000..3f5d780 --- /dev/null +++ b/examples/pipelines/all_configs/Erectanglepainting2_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 1000000, + "max_m": 50 + }, + { + "max_n": 1000, + "max_m": 20 + }, + { + "max_n": 100000, + "max_m": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erectanglepainting2_train.json b/examples/pipelines/all_configs/Erectanglepainting2_train.json new file mode 100644 index 0000000..3f5d780 --- /dev/null +++ b/examples/pipelines/all_configs/Erectanglepainting2_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 1000000, + "max_m": 50 + }, + { + "max_n": 1000, + "max_m": 20 + }, + { + "max_n": 100000, + "max_m": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eregionseparation_test.json b/examples/pipelines/all_configs/Eregionseparation_test.json new file mode 100644 index 0000000..9b85c1b --- /dev/null +++ b/examples/pipelines/all_configs/Eregionseparation_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 6 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eregionseparation_train.json b/examples/pipelines/all_configs/Eregionseparation_train.json new file mode 100644 index 0000000..9b85c1b --- /dev/null +++ b/examples/pipelines/all_configs/Eregionseparation_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 3, + "max_n": 5 + }, + { + "min_n": 2, + "max_n": 10 + }, + { + "min_n": 2, + "max_n": 6 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erelayrace_test.json b/examples/pipelines/all_configs/Erelayrace_test.json new file mode 100644 index 0000000..8a2fc89 --- /dev/null +++ b/examples/pipelines/all_configs/Erelayrace_test.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 20, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 50, + "max_n": 300 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erelayrace_train.json b/examples/pipelines/all_configs/Erelayrace_train.json new file mode 100644 index 0000000..8a2fc89 --- /dev/null +++ b/examples/pipelines/all_configs/Erelayrace_train.json @@ -0,0 +1,18 @@ +[ + { + "min_n": 20, + "max_n": 100 + }, + { + "min_n": 1, + "max_n": 100 + }, + { + "min_n": 50, + "max_n": 300 + }, + { + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erememberingstrings_test.json b/examples/pipelines/all_configs/Erememberingstrings_test.json new file mode 100644 index 0000000..a2c4a3e --- /dev/null +++ b/examples/pipelines/all_configs/Erememberingstrings_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 10, + "max_n": 20, + "min_m": 5, + "max_m": 20, + "cost_min": 0, + "cost_max": 500000 + }, + { + "min_n": 5, + "max_n": 15, + "min_m": 3, + "max_m": 15, + "cost_min": 0, + "cost_max": 100000 + }, + { + "min_n": 1, + "max_n": 10, + "min_m": 1, + "max_m": 10, + "cost_min": 0, + "cost_max": 1000 + }, + { + "min_n": 5, + "max_n": 20, + "min_m": 1, + "max_m": 20, + "cost_min": 0, + "cost_max": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erememberingstrings_train.json b/examples/pipelines/all_configs/Erememberingstrings_train.json new file mode 100644 index 0000000..a2c4a3e --- /dev/null +++ b/examples/pipelines/all_configs/Erememberingstrings_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 10, + "max_n": 20, + "min_m": 5, + "max_m": 20, + "cost_min": 0, + "cost_max": 500000 + }, + { + "min_n": 5, + "max_n": 15, + "min_m": 3, + "max_m": 15, + "cost_min": 0, + "cost_max": 100000 + }, + { + "min_n": 1, + "max_n": 10, + "min_m": 1, + "max_m": 10, + "cost_min": 0, + "cost_max": 1000 + }, + { + "min_n": 5, + "max_n": 20, + "min_m": 1, + "max_m": 20, + "cost_min": 0, + "cost_max": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erooksandrectangles_test.json b/examples/pipelines/all_configs/Erooksandrectangles_test.json new file mode 100644 index 0000000..37d9e74 --- /dev/null +++ b/examples/pipelines/all_configs/Erooksandrectangles_test.json @@ -0,0 +1,26 @@ +[ + { + "n_max": 20, + "m_max": 30, + "k_max": 15, + "q_max": 8 + }, + { + "n_max": 25, + "m_max": 25, + "k_max": 25, + "q_max": 15 + }, + { + "n_max": 50, + "m_max": 50, + "k_max": 20, + "q_max": 10 + }, + { + "n_max": 30, + "m_max": 40, + "k_max": 30, + "q_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erooksandrectangles_train.json b/examples/pipelines/all_configs/Erooksandrectangles_train.json new file mode 100644 index 0000000..37d9e74 --- /dev/null +++ b/examples/pipelines/all_configs/Erooksandrectangles_train.json @@ -0,0 +1,26 @@ +[ + { + "n_max": 20, + "m_max": 30, + "k_max": 15, + "q_max": 8 + }, + { + "n_max": 25, + "m_max": 25, + "k_max": 25, + "q_max": 15 + }, + { + "n_max": 50, + "m_max": 50, + "k_max": 20, + "q_max": 10 + }, + { + "n_max": 30, + "m_max": 40, + "k_max": 30, + "q_max": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erustystring_test.json b/examples/pipelines/all_configs/Erustystring_test.json new file mode 100644 index 0000000..ad414fd --- /dev/null +++ b/examples/pipelines/all_configs/Erustystring_test.json @@ -0,0 +1,22 @@ +[ + { + "max_length": 4, + "max_questions": 4 + }, + { + "max_length": 7, + "max_questions": 5 + }, + { + "max_length": 1, + "max_questions": 0 + }, + { + "max_length": 5, + "max_questions": 3 + }, + { + "max_length": 3, + "max_questions": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Erustystring_train.json b/examples/pipelines/all_configs/Erustystring_train.json new file mode 100644 index 0000000..ad414fd --- /dev/null +++ b/examples/pipelines/all_configs/Erustystring_train.json @@ -0,0 +1,22 @@ +[ + { + "max_length": 4, + "max_questions": 4 + }, + { + "max_length": 7, + "max_questions": 5 + }, + { + "max_length": 1, + "max_questions": 0 + }, + { + "max_length": 5, + "max_questions": 3 + }, + { + "max_length": 3, + "max_questions": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esashaandapatientfriend_test.json b/examples/pipelines/all_configs/Esashaandapatientfriend_test.json new file mode 100644 index 0000000..928c9c3 --- /dev/null +++ b/examples/pipelines/all_configs/Esashaandapatientfriend_test.json @@ -0,0 +1,22 @@ +[ + { + "max_queries": 100, + "max_time": 100000000, + "max_speed": 1000000000 + }, + { + "max_queries": 200, + "max_time": 1000000000, + "max_speed": 1000000000 + }, + { + "max_queries": 50, + "max_time": 10000000, + "max_speed": 100000000 + }, + { + "max_queries": 20, + "max_time": 1000000, + "max_speed": 10000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esashaandapatientfriend_train.json b/examples/pipelines/all_configs/Esashaandapatientfriend_train.json new file mode 100644 index 0000000..928c9c3 --- /dev/null +++ b/examples/pipelines/all_configs/Esashaandapatientfriend_train.json @@ -0,0 +1,22 @@ +[ + { + "max_queries": 100, + "max_time": 100000000, + "max_speed": 1000000000 + }, + { + "max_queries": 200, + "max_time": 1000000000, + "max_speed": 1000000000 + }, + { + "max_queries": 50, + "max_time": 10000000, + "max_speed": 100000000 + }, + { + "max_queries": 20, + "max_time": 1000000, + "max_speed": 10000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esashaandarray_test.json b/examples/pipelines/all_configs/Esashaandarray_test.json new file mode 100644 index 0000000..fbdf6b7 --- /dev/null +++ b/examples/pipelines/all_configs/Esashaandarray_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "m": 10, + "max_initial": 20, + "max_x": 20 + }, + { + "n": 20, + "m": 20, + "max_initial": 50, + "max_x": 50 + }, + { + "n": 25, + "m": 25, + "max_initial": 100, + "max_x": 100 + }, + { + "n": 15, + "m": 15, + "max_initial": 30, + "max_x": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esashaandarray_train.json b/examples/pipelines/all_configs/Esashaandarray_train.json new file mode 100644 index 0000000..fbdf6b7 --- /dev/null +++ b/examples/pipelines/all_configs/Esashaandarray_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 10, + "m": 10, + "max_initial": 20, + "max_x": 20 + }, + { + "n": 20, + "m": 20, + "max_initial": 50, + "max_x": 50 + }, + { + "n": 25, + "m": 25, + "max_initial": 100, + "max_x": 100 + }, + { + "n": 15, + "m": 15, + "max_initial": 30, + "max_x": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eserejaandbrackets_test.json b/examples/pipelines/all_configs/Eserejaandbrackets_test.json new file mode 100644 index 0000000..43088d0 --- /dev/null +++ b/examples/pipelines/all_configs/Eserejaandbrackets_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 20, + "m": 7 + }, + { + "n": 12, + "m": 4 + }, + { + "n": 15, + "m": 5 + }, + { + "n": 5, + "m": 3 + }, + { + "n": 18, + "m": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eserejaandbrackets_train.json b/examples/pipelines/all_configs/Eserejaandbrackets_train.json new file mode 100644 index 0000000..43088d0 --- /dev/null +++ b/examples/pipelines/all_configs/Eserejaandbrackets_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 20, + "m": 7 + }, + { + "n": 12, + "m": 4 + }, + { + "n": 15, + "m": 5 + }, + { + "n": 5, + "m": 3 + }, + { + "n": 18, + "m": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eserejaandsubsequences_test.json b/examples/pipelines/all_configs/Eserejaandsubsequences_test.json new file mode 100644 index 0000000..07082bb --- /dev/null +++ b/examples/pipelines/all_configs/Eserejaandsubsequences_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 3, + "min_val": 1, + "max_val": 5, + "seed": null + }, + { + "min_n": 1, + "max_n": 5, + "min_val": 5, + "max_val": 20, + "seed": 123 + }, + { + "min_n": 3, + "max_n": 4, + "min_val": 2, + "max_val": 15, + "seed": 7 + }, + { + "min_n": 1, + "max_n": 2, + "min_val": 1, + "max_val": 20, + "seed": 666 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eserejaandsubsequences_train.json b/examples/pipelines/all_configs/Eserejaandsubsequences_train.json new file mode 100644 index 0000000..07082bb --- /dev/null +++ b/examples/pipelines/all_configs/Eserejaandsubsequences_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 1, + "max_n": 3, + "min_val": 1, + "max_val": 5, + "seed": null + }, + { + "min_n": 1, + "max_n": 5, + "min_val": 5, + "max_val": 20, + "seed": 123 + }, + { + "min_n": 3, + "max_n": 4, + "min_val": 2, + "max_val": 15, + "seed": 7 + }, + { + "min_n": 1, + "max_n": 2, + "min_val": 1, + "max_val": 20, + "seed": 666 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eserejaandthearrangementofnumbers_test.json b/examples/pipelines/all_configs/Eserejaandthearrangementofnumbers_test.json new file mode 100644 index 0000000..726c59b --- /dev/null +++ b/examples/pipelines/all_configs/Eserejaandthearrangementofnumbers_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10000, + "max_m": 1000, + "max_w": 5000 + }, + { + "max_n": 5000, + "max_m": 500, + "max_w": 1000 + }, + { + "max_n": 2000, + "max_m": 200, + "max_w": 2000 + }, + { + "max_n": 1000, + "max_m": 100, + "max_w": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eserejaandthearrangementofnumbers_train.json b/examples/pipelines/all_configs/Eserejaandthearrangementofnumbers_train.json new file mode 100644 index 0000000..726c59b --- /dev/null +++ b/examples/pipelines/all_configs/Eserejaandthearrangementofnumbers_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 10000, + "max_m": 1000, + "max_w": 5000 + }, + { + "max_n": 5000, + "max_m": 500, + "max_w": 1000 + }, + { + "max_n": 2000, + "max_m": 200, + "max_w": 2000 + }, + { + "max_n": 1000, + "max_m": 100, + "max_w": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esergeanddiningroom_test.json b/examples/pipelines/all_configs/Esergeanddiningroom_test.json new file mode 100644 index 0000000..1507e22 --- /dev/null +++ b/examples/pipelines/all_configs/Esergeanddiningroom_test.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 50, + "max_m": 50, + "max_q": 15, + "max_value": 10000 + }, + { + "max_n": 20, + "max_m": 30, + "max_q": 10, + "max_value": 1000 + }, + { + "max_n": 10, + "max_m": 10, + "max_q": 5, + "max_value": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esergeanddiningroom_train.json b/examples/pipelines/all_configs/Esergeanddiningroom_train.json new file mode 100644 index 0000000..1507e22 --- /dev/null +++ b/examples/pipelines/all_configs/Esergeanddiningroom_train.json @@ -0,0 +1,20 @@ +[ + { + "max_n": 50, + "max_m": 50, + "max_q": 15, + "max_value": 10000 + }, + { + "max_n": 20, + "max_m": 30, + "max_q": 10, + "max_value": 1000 + }, + { + "max_n": 10, + "max_m": 10, + "max_q": 5, + "max_value": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esergeyandsubway_test.json b/examples/pipelines/all_configs/Esergeyandsubway_test.json new file mode 100644 index 0000000..e2d596d --- /dev/null +++ b/examples/pipelines/all_configs/Esergeyandsubway_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 50 + }, + { + "max_n": 100 + }, + { + "max_n": 2 + }, + { + "max_n": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esergeyandsubway_train.json b/examples/pipelines/all_configs/Esergeyandsubway_train.json new file mode 100644 index 0000000..e2d596d --- /dev/null +++ b/examples/pipelines/all_configs/Esergeyandsubway_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 50 + }, + { + "max_n": 100 + }, + { + "max_n": 2 + }, + { + "max_n": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esergeysproblem_test.json b/examples/pipelines/all_configs/Esergeysproblem_test.json new file mode 100644 index 0000000..ec8bc6d --- /dev/null +++ b/examples/pipelines/all_configs/Esergeysproblem_test.json @@ -0,0 +1,32 @@ +[ + { + "n": 10, + "m": 6, + "seed": 0 + }, + { + "n": 15, + "m": 12, + "seed": 4 + }, + { + "n": 5, + "m": 4, + "seed": 42 + }, + { + "n": 15, + "m": 8, + "seed": 1 + }, + { + "n": 5, + "m": 6, + "seed": 5 + }, + { + "n": 20, + "m": 10, + "seed": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esergeysproblem_train.json b/examples/pipelines/all_configs/Esergeysproblem_train.json new file mode 100644 index 0000000..ec8bc6d --- /dev/null +++ b/examples/pipelines/all_configs/Esergeysproblem_train.json @@ -0,0 +1,32 @@ +[ + { + "n": 10, + "m": 6, + "seed": 0 + }, + { + "n": 15, + "m": 12, + "seed": 4 + }, + { + "n": 5, + "m": 4, + "seed": 42 + }, + { + "n": 15, + "m": 8, + "seed": 1 + }, + { + "n": 5, + "m": 6, + "seed": 5 + }, + { + "n": 20, + "m": 10, + "seed": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eskibase_test.json b/examples/pipelines/all_configs/Eskibase_test.json new file mode 100644 index 0000000..435a57d --- /dev/null +++ b/examples/pipelines/all_configs/Eskibase_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 100, + "m": 100 + }, + { + "n": 4, + "m": 4 + }, + { + "n": 2, + "m": 1 + }, + { + "n": 5, + "m": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eskibase_train.json b/examples/pipelines/all_configs/Eskibase_train.json new file mode 100644 index 0000000..435a57d --- /dev/null +++ b/examples/pipelines/all_configs/Eskibase_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 100, + "m": 100 + }, + { + "n": 4, + "m": 4 + }, + { + "n": 2, + "m": 1 + }, + { + "n": 5, + "m": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esubsetsums_test.json b/examples/pipelines/all_configs/Esubsetsums_test.json new file mode 100644 index 0000000..70967e2 --- /dev/null +++ b/examples/pipelines/all_configs/Esubsetsums_test.json @@ -0,0 +1,32 @@ +[ + { + "n_max": 50, + "m_max": 20, + "q_max": 50, + "max_element": 2000, + "min_element": -2000, + "set_size_min": 5, + "set_size_max": 25, + "query_prob": 0.6 + }, + { + "n_max": 30, + "m_max": 15, + "q_max": 30, + "max_element": 1000, + "min_element": -1000, + "set_size_min": 3, + "set_size_max": 20, + "query_prob": 0.5 + }, + { + "n_max": 20, + "m_max": 10, + "q_max": 20, + "max_element": 500, + "min_element": -500, + "set_size_min": 2, + "set_size_max": 15, + "query_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esubsetsums_train.json b/examples/pipelines/all_configs/Esubsetsums_train.json new file mode 100644 index 0000000..70967e2 --- /dev/null +++ b/examples/pipelines/all_configs/Esubsetsums_train.json @@ -0,0 +1,32 @@ +[ + { + "n_max": 50, + "m_max": 20, + "q_max": 50, + "max_element": 2000, + "min_element": -2000, + "set_size_min": 5, + "set_size_max": 25, + "query_prob": 0.6 + }, + { + "n_max": 30, + "m_max": 15, + "q_max": 30, + "max_element": 1000, + "min_element": -1000, + "set_size_min": 3, + "set_size_max": 20, + "query_prob": 0.5 + }, + { + "n_max": 20, + "m_max": 10, + "q_max": 20, + "max_element": 500, + "min_element": -500, + "set_size_min": 2, + "set_size_max": 15, + "query_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esubstitutesinnumber_test.json b/examples/pipelines/all_configs/Esubstitutesinnumber_test.json new file mode 100644 index 0000000..c29ac62 --- /dev/null +++ b/examples/pipelines/all_configs/Esubstitutesinnumber_test.json @@ -0,0 +1,26 @@ +[ + { + "s_min_length": 20, + "s_max_length": 200, + "max_queries": 20, + "max_total_ti_length": 1000 + }, + { + "s_min_length": 10, + "s_max_length": 200, + "max_queries": 20, + "max_total_ti_length": 2000 + }, + { + "s_min_length": 5, + "s_max_length": 150, + "max_queries": 15, + "max_total_ti_length": 1500 + }, + { + "s_min_length": 1, + "s_max_length": 10, + "max_queries": 5, + "max_total_ti_length": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esubstitutesinnumber_train.json b/examples/pipelines/all_configs/Esubstitutesinnumber_train.json new file mode 100644 index 0000000..c29ac62 --- /dev/null +++ b/examples/pipelines/all_configs/Esubstitutesinnumber_train.json @@ -0,0 +1,26 @@ +[ + { + "s_min_length": 20, + "s_max_length": 200, + "max_queries": 20, + "max_total_ti_length": 1000 + }, + { + "s_min_length": 10, + "s_max_length": 200, + "max_queries": 20, + "max_total_ti_length": 2000 + }, + { + "s_min_length": 5, + "s_max_length": 150, + "max_queries": 15, + "max_total_ti_length": 1500 + }, + { + "s_min_length": 1, + "s_max_length": 10, + "max_queries": 5, + "max_total_ti_length": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esumbalance_test.json b/examples/pipelines/all_configs/Esumbalance_test.json new file mode 100644 index 0000000..4817499 --- /dev/null +++ b/examples/pipelines/all_configs/Esumbalance_test.json @@ -0,0 +1,32 @@ +[ + { + "k": 15 + }, + { + "k": 4 + }, + { + "k": 6 + }, + { + "k": 9 + }, + { + "k": 3 + }, + { + "k": 1 + }, + { + "k": 14 + }, + { + "k": 7 + }, + { + "k": 8 + }, + { + "k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esumbalance_train.json b/examples/pipelines/all_configs/Esumbalance_train.json new file mode 100644 index 0000000..4817499 --- /dev/null +++ b/examples/pipelines/all_configs/Esumbalance_train.json @@ -0,0 +1,32 @@ +[ + { + "k": 15 + }, + { + "k": 4 + }, + { + "k": 6 + }, + { + "k": 9 + }, + { + "k": 3 + }, + { + "k": 1 + }, + { + "k": 14 + }, + { + "k": 7 + }, + { + "k": 8 + }, + { + "k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esuperiorperiodicsubarrays_test.json b/examples/pipelines/all_configs/Esuperiorperiodicsubarrays_test.json new file mode 100644 index 0000000..8a1448a --- /dev/null +++ b/examples/pipelines/all_configs/Esuperiorperiodicsubarrays_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 4, + "max_a": 10 + }, + { + "max_n": 5, + "max_a": 5 + }, + { + "max_n": 2, + "max_a": 2 + }, + { + "max_n": 3, + "max_a": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Esuperiorperiodicsubarrays_train.json b/examples/pipelines/all_configs/Esuperiorperiodicsubarrays_train.json new file mode 100644 index 0000000..8a1448a --- /dev/null +++ b/examples/pipelines/all_configs/Esuperiorperiodicsubarrays_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 4, + "max_a": 10 + }, + { + "max_n": 5, + "max_a": 5 + }, + { + "max_n": 2, + "max_a": 2 + }, + { + "max_n": 3, + "max_a": 1 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eteambuilding_test.json b/examples/pipelines/all_configs/Eteambuilding_test.json new file mode 100644 index 0000000..50ece2e --- /dev/null +++ b/examples/pipelines/all_configs/Eteambuilding_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 30, + "max_m": 50, + "max_k": 15 + }, + { + "max_n": 40, + "max_m": 80, + "max_k": 15 + }, + { + "max_n": 50, + "max_m": 100, + "max_k": 20 + }, + { + "max_n": 10, + "max_m": 20, + "max_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eteambuilding_train.json b/examples/pipelines/all_configs/Eteambuilding_train.json new file mode 100644 index 0000000..50ece2e --- /dev/null +++ b/examples/pipelines/all_configs/Eteambuilding_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 30, + "max_m": 50, + "max_k": 15 + }, + { + "max_n": 40, + "max_m": 80, + "max_k": 15 + }, + { + "max_n": 50, + "max_m": 100, + "max_k": 20 + }, + { + "max_n": 10, + "max_m": 20, + "max_k": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ethanosnim_test.json b/examples/pipelines/all_configs/Ethanosnim_test.json new file mode 100644 index 0000000..7c2dc81 --- /dev/null +++ b/examples/pipelines/all_configs/Ethanosnim_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 10, + "min_stones": 1, + "max_stones": 30 + }, + { + "min_n": 6, + "max_n": 20, + "min_stones": 3, + "max_stones": 50 + }, + { + "min_n": 4, + "max_n": 30, + "min_stones": 5, + "max_stones": 40 + }, + { + "min_n": 10, + "max_n": 40, + "min_stones": 5, + "max_stones": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ethanosnim_train.json b/examples/pipelines/all_configs/Ethanosnim_train.json new file mode 100644 index 0000000..7c2dc81 --- /dev/null +++ b/examples/pipelines/all_configs/Ethanosnim_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 2, + "max_n": 10, + "min_stones": 1, + "max_stones": 30 + }, + { + "min_n": 6, + "max_n": 20, + "min_stones": 3, + "max_stones": 50 + }, + { + "min_n": 4, + "max_n": 30, + "min_stones": 5, + "max_stones": 40 + }, + { + "min_n": 10, + "max_n": 40, + "min_stones": 5, + "max_stones": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ethegreatmixing_test.json b/examples/pipelines/all_configs/Ethegreatmixing_test.json new file mode 100644 index 0000000..27212a7 --- /dev/null +++ b/examples/pipelines/all_configs/Ethegreatmixing_test.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 300, + "case_type": "complex" + }, + { + "min_n": 0, + "max_n": 500, + "min_k": 1, + "max_k": 100, + "case_type": "simple" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 500, + "case_type": "simple" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 1000, + "case_type": "mixed" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 1000, + "case_type": "complex" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 10, + "case_type": "mixed" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ethegreatmixing_train.json b/examples/pipelines/all_configs/Ethegreatmixing_train.json new file mode 100644 index 0000000..27212a7 --- /dev/null +++ b/examples/pipelines/all_configs/Ethegreatmixing_train.json @@ -0,0 +1,44 @@ +[ + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 300, + "case_type": "complex" + }, + { + "min_n": 0, + "max_n": 500, + "min_k": 1, + "max_k": 100, + "case_type": "simple" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 500, + "case_type": "simple" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 1000, + "case_type": "mixed" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 1000, + "case_type": "complex" + }, + { + "min_n": 0, + "max_n": 1000, + "min_k": 1, + "max_k": 10, + "case_type": "mixed" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Etournament_test.json b/examples/pipelines/all_configs/Etournament_test.json new file mode 100644 index 0000000..48f8b0f --- /dev/null +++ b/examples/pipelines/all_configs/Etournament_test.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 100, + "max_k": 10 + }, + { + "max_n": 10, + "max_k": 10 + }, + { + "max_n": 200, + "max_k": 3 + }, + { + "max_n": 200, + "max_k": 5 + }, + { + "max_n": 50, + "max_k": 2 + }, + { + "max_n": 100, + "max_k": 5 + }, + { + "max_n": 100, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Etournament_train.json b/examples/pipelines/all_configs/Etournament_train.json new file mode 100644 index 0000000..48f8b0f --- /dev/null +++ b/examples/pipelines/all_configs/Etournament_train.json @@ -0,0 +1,30 @@ +[ + { + "max_n": 100, + "max_k": 10 + }, + { + "max_n": 10, + "max_k": 10 + }, + { + "max_n": 200, + "max_k": 3 + }, + { + "max_n": 200, + "max_k": 5 + }, + { + "max_n": 50, + "max_k": 2 + }, + { + "max_n": 100, + "max_k": 5 + }, + { + "max_n": 100, + "max_k": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Evasyaandbeautifularrays_test.json b/examples/pipelines/all_configs/Evasyaandbeautifularrays_test.json new file mode 100644 index 0000000..c1291f8 --- /dev/null +++ b/examples/pipelines/all_configs/Evasyaandbeautifularrays_test.json @@ -0,0 +1,38 @@ +[ + { + "min_d": 1, + "max_d": 30, + "min_n": 2, + "max_n": 8, + "min_k": 1, + "max_k": 5, + "a_max": 500 + }, + { + "min_d": 1, + "max_d": 75, + "min_n": 4, + "max_n": 12, + "min_k": 3, + "max_k": 15, + "a_max": 1500 + }, + { + "min_d": 1, + "max_d": 100, + "min_n": 6, + "max_n": 18, + "min_k": 5, + "max_k": 25, + "a_max": 2500 + }, + { + "min_d": 1, + "max_d": 100, + "min_n": 5, + "max_n": 15, + "min_k": 2, + "max_k": 20, + "a_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Evasyaandbeautifularrays_train.json b/examples/pipelines/all_configs/Evasyaandbeautifularrays_train.json new file mode 100644 index 0000000..c1291f8 --- /dev/null +++ b/examples/pipelines/all_configs/Evasyaandbeautifularrays_train.json @@ -0,0 +1,38 @@ +[ + { + "min_d": 1, + "max_d": 30, + "min_n": 2, + "max_n": 8, + "min_k": 1, + "max_k": 5, + "a_max": 500 + }, + { + "min_d": 1, + "max_d": 75, + "min_n": 4, + "max_n": 12, + "min_k": 3, + "max_k": 15, + "a_max": 1500 + }, + { + "min_d": 1, + "max_d": 100, + "min_n": 6, + "max_n": 18, + "min_k": 5, + "max_k": 25, + "a_max": 2500 + }, + { + "min_d": 1, + "max_d": 100, + "min_n": 5, + "max_n": 15, + "min_k": 2, + "max_k": 20, + "a_max": 2000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Evectors_test.json b/examples/pipelines/all_configs/Evectors_test.json new file mode 100644 index 0000000..1c23b31 --- /dev/null +++ b/examples/pipelines/all_configs/Evectors_test.json @@ -0,0 +1,11 @@ +[ + { + "max_coordinate": 10000 + }, + { + "max_coordinate": 500 + }, + { + "max_coordinate": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Evectors_train.json b/examples/pipelines/all_configs/Evectors_train.json new file mode 100644 index 0000000..1c23b31 --- /dev/null +++ b/examples/pipelines/all_configs/Evectors_train.json @@ -0,0 +1,11 @@ +[ + { + "max_coordinate": 10000 + }, + { + "max_coordinate": 500 + }, + { + "max_coordinate": 1000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewatchingfireworksisfun_test.json b/examples/pipelines/all_configs/Ewatchingfireworksisfun_test.json new file mode 100644 index 0000000..8d68f99 --- /dev/null +++ b/examples/pipelines/all_configs/Ewatchingfireworksisfun_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 150000, + "m": 300, + "d": 1 + }, + { + "n": 10000, + "m": 2, + "d": 5000 + }, + { + "n": 50, + "m": 3, + "d": 1 + }, + { + "n": 100, + "m": 5, + "d": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewatchingfireworksisfun_train.json b/examples/pipelines/all_configs/Ewatchingfireworksisfun_train.json new file mode 100644 index 0000000..8d68f99 --- /dev/null +++ b/examples/pipelines/all_configs/Ewatchingfireworksisfun_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 150000, + "m": 300, + "d": 1 + }, + { + "n": 10000, + "m": 2, + "d": 5000 + }, + { + "n": 50, + "m": 3, + "d": 1 + }, + { + "n": 100, + "m": 5, + "d": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewaterbalance_test.json b/examples/pipelines/all_configs/Ewaterbalance_test.json new file mode 100644 index 0000000..47d0b77 --- /dev/null +++ b/examples/pipelines/all_configs/Ewaterbalance_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_val": 1, + "max_val": 20 + }, + { + "min_n": 1, + "max_n": 15, + "min_val": 5, + "max_val": 30 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": 10, + "max_val": 50 + }, + { + "min_n": 1, + "max_n": 15, + "min_val": 1, + "max_val": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewaterbalance_train.json b/examples/pipelines/all_configs/Ewaterbalance_train.json new file mode 100644 index 0000000..47d0b77 --- /dev/null +++ b/examples/pipelines/all_configs/Ewaterbalance_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 10, + "min_val": 1, + "max_val": 20 + }, + { + "min_n": 1, + "max_n": 15, + "min_val": 5, + "max_val": 30 + }, + { + "min_n": 5, + "max_n": 20, + "min_val": 10, + "max_val": 50 + }, + { + "min_n": 1, + "max_n": 15, + "min_val": 1, + "max_val": 50 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eweakmemory_test.json b/examples/pipelines/all_configs/Eweakmemory_test.json new file mode 100644 index 0000000..54b0e97 --- /dev/null +++ b/examples/pipelines/all_configs/Eweakmemory_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 6, + "max_n": 10, + "edge_density": 0.3, + "test_mode": true + }, + { + "min_n": 5, + "max_n": 15, + "edge_density": 0.25, + "test_mode": false + }, + { + "min_n": 4, + "max_n": 12, + "edge_density": 0.1, + "test_mode": false + }, + { + "min_n": 6, + "max_n": 10, + "edge_density": 0.3, + "test_mode": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eweakmemory_train.json b/examples/pipelines/all_configs/Eweakmemory_train.json new file mode 100644 index 0000000..54b0e97 --- /dev/null +++ b/examples/pipelines/all_configs/Eweakmemory_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 6, + "max_n": 10, + "edge_density": 0.3, + "test_mode": true + }, + { + "min_n": 5, + "max_n": 15, + "edge_density": 0.25, + "test_mode": false + }, + { + "min_n": 4, + "max_n": 12, + "edge_density": 0.1, + "test_mode": false + }, + { + "min_n": 6, + "max_n": 10, + "edge_density": 0.3, + "test_mode": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewizardsandnumbers_test.json b/examples/pipelines/all_configs/Ewizardsandnumbers_test.json new file mode 100644 index 0000000..196d0c2 --- /dev/null +++ b/examples/pipelines/all_configs/Ewizardsandnumbers_test.json @@ -0,0 +1,18 @@ +[ + { + "max_value": 1000000000000, + "prob_zero": 0.25 + }, + { + "max_value": 1000000000000000, + "prob_zero": 0.1 + }, + { + "max_value": 1000000000, + "prob_zero": 0.15 + }, + { + "max_value": 1000000, + "prob_zero": 0.05 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewizardsandnumbers_train.json b/examples/pipelines/all_configs/Ewizardsandnumbers_train.json new file mode 100644 index 0000000..196d0c2 --- /dev/null +++ b/examples/pipelines/all_configs/Ewizardsandnumbers_train.json @@ -0,0 +1,18 @@ +[ + { + "max_value": 1000000000000, + "prob_zero": 0.25 + }, + { + "max_value": 1000000000000000, + "prob_zero": 0.1 + }, + { + "max_value": 1000000000, + "prob_zero": 0.15 + }, + { + "max_value": 1000000, + "prob_zero": 0.05 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewoodenfence_test.json b/examples/pipelines/all_configs/Ewoodenfence_test.json new file mode 100644 index 0000000..e7dc1a4 --- /dev/null +++ b/examples/pipelines/all_configs/Ewoodenfence_test.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 2, + "max_n": 30, + "min_l": 50, + "max_l": 2000, + "min_size": 2, + "max_size": 60 + }, + { + "min_n": 1, + "max_n": 50, + "min_l": 1, + "max_l": 1500, + "min_size": 1, + "max_size": 50 + }, + { + "min_n": 5, + "max_n": 20, + "min_l": 200, + "max_l": 3000, + "min_size": 10, + "max_size": 100 + }, + { + "min_n": 10, + "max_n": 100, + "min_l": 100, + "max_l": 2500, + "min_size": 5, + "max_size": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ewoodenfence_train.json b/examples/pipelines/all_configs/Ewoodenfence_train.json new file mode 100644 index 0000000..e7dc1a4 --- /dev/null +++ b/examples/pipelines/all_configs/Ewoodenfence_train.json @@ -0,0 +1,34 @@ +[ + { + "min_n": 2, + "max_n": 30, + "min_l": 50, + "max_l": 2000, + "min_size": 2, + "max_size": 60 + }, + { + "min_n": 1, + "max_n": 50, + "min_l": 1, + "max_l": 1500, + "min_size": 1, + "max_size": 50 + }, + { + "min_n": 5, + "max_n": 20, + "min_l": 200, + "max_l": 3000, + "min_size": 10, + "max_size": 100 + }, + { + "min_n": 10, + "max_n": 100, + "min_l": 100, + "max_l": 2500, + "min_size": 5, + "max_size": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eworldeaterbrothers_test.json b/examples/pipelines/all_configs/Eworldeaterbrothers_test.json new file mode 100644 index 0000000..4f3cc8d --- /dev/null +++ b/examples/pipelines/all_configs/Eworldeaterbrothers_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 3, + "max_retry": 3 + }, + { + "n": 4, + "max_retry": 3 + }, + { + "n": 5, + "max_retry": 3 + }, + { + "n": 10, + "max_retry": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eworldeaterbrothers_train.json b/examples/pipelines/all_configs/Eworldeaterbrothers_train.json new file mode 100644 index 0000000..4f3cc8d --- /dev/null +++ b/examples/pipelines/all_configs/Eworldeaterbrothers_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 3, + "max_retry": 3 + }, + { + "n": 4, + "max_retry": 3 + }, + { + "n": 5, + "max_retry": 3 + }, + { + "n": 10, + "max_retry": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eworldofdarkraftbattleforazathoth_test.json b/examples/pipelines/all_configs/Eworldofdarkraftbattleforazathoth_test.json new file mode 100644 index 0000000..30ff164 --- /dev/null +++ b/examples/pipelines/all_configs/Eworldofdarkraftbattleforazathoth_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 4, + "max_m": 3, + "max_p": 8, + "weapon_a_max": 15000, + "weapon_ca_max": 1500000, + "armor_b_max": 15000, + "armor_cb_max": 1500000, + "monster_x_max": 15000, + "monster_y_max": 15000, + "monster_z_max": 150 + }, + { + "max_n": 3, + "max_m": 4, + "max_p": 5, + "weapon_a_max": 10000, + "weapon_ca_max": 1000000, + "armor_b_max": 10000, + "armor_cb_max": 1000000, + "monster_x_max": 10000, + "monster_y_max": 10000, + "monster_z_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eworldofdarkraftbattleforazathoth_train.json b/examples/pipelines/all_configs/Eworldofdarkraftbattleforazathoth_train.json new file mode 100644 index 0000000..30ff164 --- /dev/null +++ b/examples/pipelines/all_configs/Eworldofdarkraftbattleforazathoth_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 4, + "max_m": 3, + "max_p": 8, + "weapon_a_max": 15000, + "weapon_ca_max": 1500000, + "armor_b_max": 15000, + "armor_cb_max": 1500000, + "monster_x_max": 15000, + "monster_y_max": 15000, + "monster_z_max": 150 + }, + { + "max_n": 3, + "max_m": 4, + "max_p": 5, + "weapon_a_max": 10000, + "weapon_ca_max": 1000000, + "armor_b_max": 10000, + "armor_cb_max": 1000000, + "monster_x_max": 10000, + "monster_y_max": 10000, + "monster_z_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Exenonsattackonthegangs_test.json b/examples/pipelines/all_configs/Exenonsattackonthegangs_test.json new file mode 100644 index 0000000..d496d67 --- /dev/null +++ b/examples/pipelines/all_configs/Exenonsattackonthegangs_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 10 + }, + { + "n": 3 + }, + { + "n": 8 + }, + { + "n": 7 + }, + { + "n": 9 + }, + { + "n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Exenonsattackonthegangs_train.json b/examples/pipelines/all_configs/Exenonsattackonthegangs_train.json new file mode 100644 index 0000000..d496d67 --- /dev/null +++ b/examples/pipelines/all_configs/Exenonsattackonthegangs_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 10 + }, + { + "n": 3 + }, + { + "n": 8 + }, + { + "n": 7 + }, + { + "n": 9 + }, + { + "n": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Exorinverse_test.json b/examples/pipelines/all_configs/Exorinverse_test.json new file mode 100644 index 0000000..2c0bdd1 --- /dev/null +++ b/examples/pipelines/all_configs/Exorinverse_test.json @@ -0,0 +1,37 @@ +[ + { + "n_min": 1, + "n_max": 20, + "max_value": 1000 + }, + { + "n_min": 5, + "n_max": 30, + "max_value": 100000 + }, + { + "n_min": 15, + "n_max": 30, + "max_value": 500000 + }, + { + "n_min": 10, + "n_max": 50, + "max_value": 1000000000000 + }, + { + "n_min": 5, + "n_max": 50, + "max_value": 1000000000 + }, + { + "n_min": 1, + "n_max": 10, + "max_value": 1000000 + }, + { + "n_min": 15, + "n_max": 100, + "max_value": 500000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Exorinverse_train.json b/examples/pipelines/all_configs/Exorinverse_train.json new file mode 100644 index 0000000..2c0bdd1 --- /dev/null +++ b/examples/pipelines/all_configs/Exorinverse_train.json @@ -0,0 +1,37 @@ +[ + { + "n_min": 1, + "n_max": 20, + "max_value": 1000 + }, + { + "n_min": 5, + "n_max": 30, + "max_value": 100000 + }, + { + "n_min": 15, + "n_max": 30, + "max_value": 500000 + }, + { + "n_min": 10, + "n_max": 50, + "max_value": 1000000000000 + }, + { + "n_min": 5, + "n_max": 50, + "max_value": 1000000000 + }, + { + "n_min": 1, + "n_max": 10, + "max_value": 1000000 + }, + { + "n_min": 15, + "n_max": 100, + "max_value": 500000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Exortree_test.json b/examples/pipelines/all_configs/Exortree_test.json new file mode 100644 index 0000000..d5deb76 --- /dev/null +++ b/examples/pipelines/all_configs/Exortree_test.json @@ -0,0 +1,18 @@ +[ + { + "n": 20, + "max_val": 500 + }, + { + "n": 10, + "max_val": 50 + }, + { + "n": 25, + "max_val": 1000 + }, + { + "n": 15, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Exortree_train.json b/examples/pipelines/all_configs/Exortree_train.json new file mode 100644 index 0000000..d5deb76 --- /dev/null +++ b/examples/pipelines/all_configs/Exortree_train.json @@ -0,0 +1,18 @@ +[ + { + "n": 20, + "max_val": 500 + }, + { + "n": 10, + "max_val": 50 + }, + { + "n": 25, + "max_val": 1000 + }, + { + "n": 15, + "max_val": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eyaroslavandalgorithm_test.json b/examples/pipelines/all_configs/Eyaroslavandalgorithm_test.json new file mode 100644 index 0000000..8c5ffc0 --- /dev/null +++ b/examples/pipelines/all_configs/Eyaroslavandalgorithm_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "max_iterations": 250, + "max_commands": 60 + }, + { + "n": 20, + "max_iterations": 150, + "max_commands": 40 + }, + { + "n": 2, + "max_iterations": 200, + "max_commands": 50 + }, + { + "n": 1, + "max_iterations": 100, + "max_commands": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Eyaroslavandalgorithm_train.json b/examples/pipelines/all_configs/Eyaroslavandalgorithm_train.json new file mode 100644 index 0000000..8c5ffc0 --- /dev/null +++ b/examples/pipelines/all_configs/Eyaroslavandalgorithm_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "max_iterations": 250, + "max_commands": 60 + }, + { + "n": 20, + "max_iterations": 150, + "max_commands": 40 + }, + { + "n": 2, + "max_iterations": 200, + "max_commands": 50 + }, + { + "n": 1, + "max_iterations": 100, + "max_commands": 30 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ezeroone_test.json b/examples/pipelines/all_configs/Ezeroone_test.json new file mode 100644 index 0000000..efdc0b8 --- /dev/null +++ b/examples/pipelines/all_configs/Ezeroone_test.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 5, + "max_length": 10 + }, + { + "min_length": 2, + "max_length": 5 + }, + { + "min_length": 10, + "max_length": 20 + }, + { + "min_length": 2, + "max_length": 25 + }, + { + "min_length": 5, + "max_length": 25 + }, + { + "min_length": 2, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ezeroone_train.json b/examples/pipelines/all_configs/Ezeroone_train.json new file mode 100644 index 0000000..efdc0b8 --- /dev/null +++ b/examples/pipelines/all_configs/Ezeroone_train.json @@ -0,0 +1,26 @@ +[ + { + "min_length": 5, + "max_length": 10 + }, + { + "min_length": 2, + "max_length": 5 + }, + { + "min_length": 10, + "max_length": 20 + }, + { + "min_length": 2, + "max_length": 25 + }, + { + "min_length": 5, + "max_length": 25 + }, + { + "min_length": 2, + "max_length": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1chessstrikesbackeasyversion_test.json b/examples/pipelines/all_configs/F1chessstrikesbackeasyversion_test.json new file mode 100644 index 0000000..6629f80 --- /dev/null +++ b/examples/pipelines/all_configs/F1chessstrikesbackeasyversion_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5, + "max_m": 4, + "max_q": 7 + }, + { + "max_n": 3, + "max_m": 3, + "max_q": 5 + }, + { + "max_n": 15, + "max_m": 8, + "max_q": 25 + }, + { + "max_n": 10, + "max_m": 6, + "max_q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1chessstrikesbackeasyversion_train.json b/examples/pipelines/all_configs/F1chessstrikesbackeasyversion_train.json new file mode 100644 index 0000000..6629f80 --- /dev/null +++ b/examples/pipelines/all_configs/F1chessstrikesbackeasyversion_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 5, + "max_m": 4, + "max_q": 7 + }, + { + "max_n": 3, + "max_m": 3, + "max_q": 5 + }, + { + "max_n": 15, + "max_m": 8, + "max_q": 25 + }, + { + "max_n": 10, + "max_m": 6, + "max_q": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1fallingsandeasyversion_test.json b/examples/pipelines/all_configs/F1fallingsandeasyversion_test.json new file mode 100644 index 0000000..ecd85d4 --- /dev/null +++ b/examples/pipelines/all_configs/F1fallingsandeasyversion_test.json @@ -0,0 +1,47 @@ +[ + { + "n": 5, + "m": 5, + "a": [ + 5, + 5, + 5, + 5, + 5 + ] + }, + { + "n": 6, + "m": 6, + "a": [ + 2, + 2, + 2, + 2, + 2, + 2 + ] + }, + { + "n": 3, + "m": 3, + "a": [ + 3, + 1, + 1 + ] + }, + { + "n": 5, + "m": 7, + "a": [ + 4, + 1, + 1, + 1, + 0, + 3, + 1 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1fallingsandeasyversion_train.json b/examples/pipelines/all_configs/F1fallingsandeasyversion_train.json new file mode 100644 index 0000000..ecd85d4 --- /dev/null +++ b/examples/pipelines/all_configs/F1fallingsandeasyversion_train.json @@ -0,0 +1,47 @@ +[ + { + "n": 5, + "m": 5, + "a": [ + 5, + 5, + 5, + 5, + 5 + ] + }, + { + "n": 6, + "m": 6, + "a": [ + 2, + 2, + 2, + 2, + 2, + 2 + ] + }, + { + "n": 3, + "m": 3, + "a": [ + 3, + 1, + 1 + ] + }, + { + "n": 5, + "m": 7, + "a": [ + 4, + 1, + 1, + 1, + 0, + 3, + 1 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1frequencyproblemeasyversion_test.json b/examples/pipelines/all_configs/F1frequencyproblemeasyversion_test.json new file mode 100644 index 0000000..5174dc0 --- /dev/null +++ b/examples/pipelines/all_configs/F1frequencyproblemeasyversion_test.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 1, + "n_max": 3000, + "max_val": 100 + }, + { + "n_min": 2, + "n_max": 1000, + "max_val": 50 + }, + { + "n_min": 1, + "n_max": 2000, + "max_val": 30 + }, + { + "n_min": 1, + "n_max": 500, + "max_val": 100 + }, + { + "n_min": 1, + "n_max": 2000, + "max_val": 100 + }, + { + "n_min": 5, + "n_max": 1500, + "max_val": 75 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1frequencyproblemeasyversion_train.json b/examples/pipelines/all_configs/F1frequencyproblemeasyversion_train.json new file mode 100644 index 0000000..5174dc0 --- /dev/null +++ b/examples/pipelines/all_configs/F1frequencyproblemeasyversion_train.json @@ -0,0 +1,32 @@ +[ + { + "n_min": 1, + "n_max": 3000, + "max_val": 100 + }, + { + "n_min": 2, + "n_max": 1000, + "max_val": 50 + }, + { + "n_min": 1, + "n_max": 2000, + "max_val": 30 + }, + { + "n_min": 1, + "n_max": 500, + "max_val": 100 + }, + { + "n_min": 1, + "n_max": 2000, + "max_val": 100 + }, + { + "n_min": 5, + "n_max": 1500, + "max_val": 75 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1shortcolorfulstrip_test.json b/examples/pipelines/all_configs/F1shortcolorfulstrip_test.json new file mode 100644 index 0000000..f688ca4 --- /dev/null +++ b/examples/pipelines/all_configs/F1shortcolorfulstrip_test.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 1 + }, + { + "min_n": 3, + "max_n": 6 + }, + { + "min_n": 2, + "max_n": 5 + }, + { + "min_n": 1, + "max_n": 7 + }, + { + "min_n": 2, + "max_n": 2 + }, + { + "min_n": 4, + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F1shortcolorfulstrip_train.json b/examples/pipelines/all_configs/F1shortcolorfulstrip_train.json new file mode 100644 index 0000000..f688ca4 --- /dev/null +++ b/examples/pipelines/all_configs/F1shortcolorfulstrip_train.json @@ -0,0 +1,26 @@ +[ + { + "min_n": 1, + "max_n": 1 + }, + { + "min_n": 3, + "max_n": 6 + }, + { + "min_n": 2, + "max_n": 5 + }, + { + "min_n": 1, + "max_n": 7 + }, + { + "min_n": 2, + "max_n": 2 + }, + { + "min_n": 4, + "max_n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F2longcolorfulstrip_test.json b/examples/pipelines/all_configs/F2longcolorfulstrip_test.json new file mode 100644 index 0000000..04463a4 --- /dev/null +++ b/examples/pipelines/all_configs/F2longcolorfulstrip_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 20, + "max_m": 50 + }, + { + "max_n": 50, + "max_m": 100 + }, + { + "max_n": 100, + "max_m": 200 + }, + { + "max_n": 3, + "max_m": 5 + }, + { + "max_n": 200, + "max_m": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F2longcolorfulstrip_train.json b/examples/pipelines/all_configs/F2longcolorfulstrip_train.json new file mode 100644 index 0000000..04463a4 --- /dev/null +++ b/examples/pipelines/all_configs/F2longcolorfulstrip_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 10, + "max_m": 20 + }, + { + "max_n": 20, + "max_m": 50 + }, + { + "max_n": 50, + "max_m": 100 + }, + { + "max_n": 100, + "max_m": 200 + }, + { + "max_n": 3, + "max_m": 5 + }, + { + "max_n": 200, + "max_m": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F2thehiddenpairhardversion_test.json b/examples/pipelines/all_configs/F2thehiddenpairhardversion_test.json new file mode 100644 index 0000000..e6d4e0f --- /dev/null +++ b/examples/pipelines/all_configs/F2thehiddenpairhardversion_test.json @@ -0,0 +1,30 @@ +[ + { + "min_nodes": 10, + "max_nodes": 200 + }, + { + "min_nodes": 500, + "max_nodes": 1000 + }, + { + "min_nodes": 999, + "max_nodes": 1000 + }, + { + "min_nodes": 2, + "max_nodes": 1000 + }, + { + "min_nodes": 5, + "max_nodes": 100 + }, + { + "min_nodes": 3, + "max_nodes": 200 + }, + { + "min_nodes": 2, + "max_nodes": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/F2thehiddenpairhardversion_train.json b/examples/pipelines/all_configs/F2thehiddenpairhardversion_train.json new file mode 100644 index 0000000..e6d4e0f --- /dev/null +++ b/examples/pipelines/all_configs/F2thehiddenpairhardversion_train.json @@ -0,0 +1,30 @@ +[ + { + "min_nodes": 10, + "max_nodes": 200 + }, + { + "min_nodes": 500, + "max_nodes": 1000 + }, + { + "min_nodes": 999, + "max_nodes": 1000 + }, + { + "min_nodes": 2, + "max_nodes": 1000 + }, + { + "min_nodes": 5, + "max_nodes": 100 + }, + { + "min_nodes": 3, + "max_nodes": 200 + }, + { + "min_nodes": 2, + "max_nodes": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Farraybeauty_test.json b/examples/pipelines/all_configs/Farraybeauty_test.json new file mode 100644 index 0000000..cf85488 --- /dev/null +++ b/examples/pipelines/all_configs/Farraybeauty_test.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 10, + "max_n": 20, + "min_k": 3, + "min_a": 0, + "max_a": 500 + }, + { + "min_n": 5, + "max_n": 15, + "min_k": 2, + "min_a": 0, + "max_a": 100 + }, + { + "min_n": 5, + "max_n": 10, + "min_k": 3, + "min_a": 0, + "max_a": 100 + }, + { + "min_n": 5, + "max_n": 20, + "min_k": 3, + "min_a": 0, + "max_a": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Farraybeauty_train.json b/examples/pipelines/all_configs/Farraybeauty_train.json new file mode 100644 index 0000000..cf85488 --- /dev/null +++ b/examples/pipelines/all_configs/Farraybeauty_train.json @@ -0,0 +1,30 @@ +[ + { + "min_n": 10, + "max_n": 20, + "min_k": 3, + "min_a": 0, + "max_a": 500 + }, + { + "min_n": 5, + "max_n": 15, + "min_k": 2, + "min_a": 0, + "max_a": 100 + }, + { + "min_n": 5, + "max_n": 10, + "min_k": 3, + "min_a": 0, + "max_a": 100 + }, + { + "min_n": 5, + "max_n": 20, + "min_k": 3, + "min_a": 0, + "max_a": 500 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Faupontrouge_test.json b/examples/pipelines/all_configs/Faupontrouge_test.json new file mode 100644 index 0000000..8ae7df7 --- /dev/null +++ b/examples/pipelines/all_configs/Faupontrouge_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 7, + "m": 4, + "k": 5, + "s": "xyzxyz" + }, + { + "n": 5, + "m": 3, + "k": 3, + "s": "abcde" + }, + { + "n": 6, + "m": 2, + "k": 4, + "s": "aabbcc" + }, + { + "n": 8, + "m": 3, + "k": 2, + "s": "abcdefgh" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Faupontrouge_train.json b/examples/pipelines/all_configs/Faupontrouge_train.json new file mode 100644 index 0000000..8ae7df7 --- /dev/null +++ b/examples/pipelines/all_configs/Faupontrouge_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 7, + "m": 4, + "k": 5, + "s": "xyzxyz" + }, + { + "n": 5, + "m": 3, + "k": 3, + "s": "abcde" + }, + { + "n": 6, + "m": 2, + "k": 4, + "s": "aabbcc" + }, + { + "n": 8, + "m": 3, + "k": 2, + "s": "abcdefgh" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fbamboopartition_test.json b/examples/pipelines/all_configs/Fbamboopartition_test.json new file mode 100644 index 0000000..032e582 --- /dev/null +++ b/examples/pipelines/all_configs/Fbamboopartition_test.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10, + "max_d": 1000 + }, + { + "max_n": 100, + "max_d": 100000 + }, + { + "max_n": 100, + "max_d": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fbamboopartition_train.json b/examples/pipelines/all_configs/Fbamboopartition_train.json new file mode 100644 index 0000000..032e582 --- /dev/null +++ b/examples/pipelines/all_configs/Fbamboopartition_train.json @@ -0,0 +1,14 @@ +[ + { + "max_n": 10, + "max_d": 1000 + }, + { + "max_n": 100, + "max_d": 100000 + }, + { + "max_n": 100, + "max_d": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fbeautifulrectangle_test.json b/examples/pipelines/all_configs/Fbeautifulrectangle_test.json new file mode 100644 index 0000000..0061a6c --- /dev/null +++ b/examples/pipelines/all_configs/Fbeautifulrectangle_test.json @@ -0,0 +1,22 @@ +[ + { + "params": { + "max_case_size": 10 + } + }, + { + "params": { + "max_case_size": 5 + } + }, + { + "params": { + "max_case_size": 15 + } + }, + { + "params": { + "max_case_size": 25 + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fbeautifulrectangle_train.json b/examples/pipelines/all_configs/Fbeautifulrectangle_train.json new file mode 100644 index 0000000..0061a6c --- /dev/null +++ b/examples/pipelines/all_configs/Fbeautifulrectangle_train.json @@ -0,0 +1,22 @@ +[ + { + "params": { + "max_case_size": 10 + } + }, + { + "params": { + "max_case_size": 5 + } + }, + { + "params": { + "max_case_size": 15 + } + }, + { + "params": { + "max_case_size": 25 + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fboboniuandstring_test.json b/examples/pipelines/all_configs/Fboboniuandstring_test.json new file mode 100644 index 0000000..39f4943 --- /dev/null +++ b/examples/pipelines/all_configs/Fboboniuandstring_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "max_b": 5, + "max_n": 5 + }, + { + "n": 1, + "max_b": 0, + "max_n": 1 + }, + { + "n": 2, + "max_b": 1, + "max_n": 2 + }, + { + "n": 3, + "max_b": 2, + "max_n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fboboniuandstring_train.json b/examples/pipelines/all_configs/Fboboniuandstring_train.json new file mode 100644 index 0000000..39f4943 --- /dev/null +++ b/examples/pipelines/all_configs/Fboboniuandstring_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 5, + "max_b": 5, + "max_n": 5 + }, + { + "n": 1, + "max_b": 0, + "max_n": 1 + }, + { + "n": 2, + "max_b": 1, + "max_n": 2 + }, + { + "n": 3, + "max_b": 2, + "max_n": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fbreakup_test.json b/examples/pipelines/all_configs/Fbreakup_test.json new file mode 100644 index 0000000..60de0e6 --- /dev/null +++ b/examples/pipelines/all_configs/Fbreakup_test.json @@ -0,0 +1,42 @@ +[ + { + "node_range": [ + 3, + 10 + ], + "budget_range": [ + 1, + 200 + ] + }, + { + "node_range": [ + 6, + 12 + ], + "budget_range": [ + 20, + 50 + ] + }, + { + "node_range": [ + 5, + 10 + ], + "budget_range": [ + 5, + 15 + ] + }, + { + "node_range": [ + 4, + 12 + ], + "budget_range": [ + 10, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fbreakup_train.json b/examples/pipelines/all_configs/Fbreakup_train.json new file mode 100644 index 0000000..60de0e6 --- /dev/null +++ b/examples/pipelines/all_configs/Fbreakup_train.json @@ -0,0 +1,42 @@ +[ + { + "node_range": [ + 3, + 10 + ], + "budget_range": [ + 1, + 200 + ] + }, + { + "node_range": [ + 6, + 12 + ], + "budget_range": [ + 20, + 50 + ] + }, + { + "node_range": [ + 5, + 10 + ], + "budget_range": [ + 5, + 15 + ] + }, + { + "node_range": [ + 4, + 12 + ], + "budget_range": [ + 10, + 200 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fcandiesforchildren_test.json b/examples/pipelines/all_configs/Fcandiesforchildren_test.json new file mode 100644 index 0000000..2c722c2 --- /dev/null +++ b/examples/pipelines/all_configs/Fcandiesforchildren_test.json @@ -0,0 +1,44 @@ +[ + { + "n": 1, + "l": 1, + "r": 1, + "k": 1 + }, + { + "n": 3, + "l": 2, + "r": 1, + "k": 3 + }, + { + "n": 5, + "l": 4, + "r": 5, + "k": 6 + }, + { + "n": 7, + "l": 5, + "r": 2, + "k": 14 + }, + { + "n": 5, + "l": 3, + "r": 4, + "k": 10 + }, + { + "n": 8, + "l": 4, + "r": 7, + "k": 20 + }, + { + "n": 6, + "l": 3, + "r": 3, + "k": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fcandiesforchildren_train.json b/examples/pipelines/all_configs/Fcandiesforchildren_train.json new file mode 100644 index 0000000..2c722c2 --- /dev/null +++ b/examples/pipelines/all_configs/Fcandiesforchildren_train.json @@ -0,0 +1,44 @@ +[ + { + "n": 1, + "l": 1, + "r": 1, + "k": 1 + }, + { + "n": 3, + "l": 2, + "r": 1, + "k": 3 + }, + { + "n": 5, + "l": 4, + "r": 5, + "k": 6 + }, + { + "n": 7, + "l": 5, + "r": 2, + "k": 14 + }, + { + "n": 5, + "l": 3, + "r": 4, + "k": 10 + }, + { + "n": 8, + "l": 4, + "r": 7, + "k": 20 + }, + { + "n": 6, + "l": 3, + "r": 3, + "k": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fchaoticv_test.json b/examples/pipelines/all_configs/Fchaoticv_test.json new file mode 100644 index 0000000..0bd9540 --- /dev/null +++ b/examples/pipelines/all_configs/Fchaoticv_test.json @@ -0,0 +1,60 @@ +[ + { + "n": 4, + "k_list": [ + 0, + 1, + 2, + 3 + ], + "correct_answer": 4 + }, + { + "n": 3, + "k_list": [ + 2, + 1, + 4 + ], + "correct_answer": 5 + }, + { + "n": 4, + "k_list": [ + 3, + 1, + 4, + 1 + ], + "correct_answer": 6 + }, + { + "n": 5, + "k_list": [ + 3, + 1, + 4, + 1, + 5 + ], + "correct_answer": 11 + }, + { + "n": 4, + "k_list": [ + 3, + 1, + 4, + 4 + ], + "correct_answer": 6 + }, + { + "n": 2, + "k_list": [ + 2, + 5 + ], + "correct_answer": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fchaoticv_train.json b/examples/pipelines/all_configs/Fchaoticv_train.json new file mode 100644 index 0000000..0bd9540 --- /dev/null +++ b/examples/pipelines/all_configs/Fchaoticv_train.json @@ -0,0 +1,60 @@ +[ + { + "n": 4, + "k_list": [ + 0, + 1, + 2, + 3 + ], + "correct_answer": 4 + }, + { + "n": 3, + "k_list": [ + 2, + 1, + 4 + ], + "correct_answer": 5 + }, + { + "n": 4, + "k_list": [ + 3, + 1, + 4, + 1 + ], + "correct_answer": 6 + }, + { + "n": 5, + "k_list": [ + 3, + 1, + 4, + 1, + 5 + ], + "correct_answer": 11 + }, + { + "n": 4, + "k_list": [ + 3, + 1, + 4, + 4 + ], + "correct_answer": 6 + }, + { + "n": 2, + "k_list": [ + 2, + 5 + ], + "correct_answer": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fcomputepower_test.json b/examples/pipelines/all_configs/Fcomputepower_test.json new file mode 100644 index 0000000..7f68644 --- /dev/null +++ b/examples/pipelines/all_configs/Fcomputepower_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 30, + "max_a": 1000000, + "max_b": 100 + }, + { + "max_n": 50, + "max_a": 100000000, + "max_b": 100 + }, + { + "max_n": 40, + "max_a": 10000000, + "max_b": 100 + }, + { + "max_n": 20, + "max_a": 100000, + "max_b": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fcomputepower_train.json b/examples/pipelines/all_configs/Fcomputepower_train.json new file mode 100644 index 0000000..7f68644 --- /dev/null +++ b/examples/pipelines/all_configs/Fcomputepower_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 30, + "max_a": 1000000, + "max_b": 100 + }, + { + "max_n": 50, + "max_a": 100000000, + "max_b": 100 + }, + { + "max_n": 40, + "max_a": 10000000, + "max_b": 100 + }, + { + "max_n": 20, + "max_a": 100000, + "max_b": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fcurfew_test.json b/examples/pipelines/all_configs/Fcurfew_test.json new file mode 100644 index 0000000..8697479 --- /dev/null +++ b/examples/pipelines/all_configs/Fcurfew_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 100000, + "max_b": 1000 + }, + { + "max_n": 10000, + "max_b": 5000 + }, + { + "max_n": 20, + "max_b": 1000 + }, + { + "max_n": 100, + "max_b": 500 + }, + { + "max_n": 1000, + "max_b": 100 + }, + { + "max_n": 50, + "max_b": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fcurfew_train.json b/examples/pipelines/all_configs/Fcurfew_train.json new file mode 100644 index 0000000..8697479 --- /dev/null +++ b/examples/pipelines/all_configs/Fcurfew_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 100000, + "max_b": 1000 + }, + { + "max_n": 10000, + "max_b": 5000 + }, + { + "max_n": 20, + "max_b": 1000 + }, + { + "max_n": 100, + "max_b": 500 + }, + { + "max_n": 1000, + "max_b": 100 + }, + { + "max_n": 50, + "max_b": 200 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fencoding_test.json b/examples/pipelines/all_configs/Fencoding_test.json new file mode 100644 index 0000000..232110b --- /dev/null +++ b/examples/pipelines/all_configs/Fencoding_test.json @@ -0,0 +1,38 @@ +[ + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.5, + "pair_prob": 0.3 + }, + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.7, + "pair_prob": 0.5 + }, + { + "min_s_length": 5, + "max_s_length": 15, + "max_t_ratio": 0.4, + "pair_prob": 0.2 + }, + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.4, + "pair_prob": 0.25 + }, + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.3, + "pair_prob": 0.2 + }, + { + "min_s_length": 5, + "max_s_length": 25, + "max_t_ratio": 0.6, + "pair_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fencoding_train.json b/examples/pipelines/all_configs/Fencoding_train.json new file mode 100644 index 0000000..232110b --- /dev/null +++ b/examples/pipelines/all_configs/Fencoding_train.json @@ -0,0 +1,38 @@ +[ + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.5, + "pair_prob": 0.3 + }, + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.7, + "pair_prob": 0.5 + }, + { + "min_s_length": 5, + "max_s_length": 15, + "max_t_ratio": 0.4, + "pair_prob": 0.2 + }, + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.4, + "pair_prob": 0.25 + }, + { + "min_s_length": 5, + "max_s_length": 20, + "max_t_ratio": 0.3, + "pair_prob": 0.2 + }, + { + "min_s_length": 5, + "max_s_length": 25, + "max_t_ratio": 0.6, + "pair_prob": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Feuclidsnightmare_test.json b/examples/pipelines/all_configs/Feuclidsnightmare_test.json new file mode 100644 index 0000000..917aee2 --- /dev/null +++ b/examples/pipelines/all_configs/Feuclidsnightmare_test.json @@ -0,0 +1,26 @@ +[ + { + "min_m": 2, + "max_m": 5, + "min_n": 1, + "max_n": 10 + }, + { + "min_m": 3, + "max_m": 5, + "min_n": 5, + "max_n": 10 + }, + { + "min_m": 2, + "max_m": 5, + "min_n": 3, + "max_n": 15 + }, + { + "min_m": 2, + "max_m": 10, + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Feuclidsnightmare_train.json b/examples/pipelines/all_configs/Feuclidsnightmare_train.json new file mode 100644 index 0000000..917aee2 --- /dev/null +++ b/examples/pipelines/all_configs/Feuclidsnightmare_train.json @@ -0,0 +1,26 @@ +[ + { + "min_m": 2, + "max_m": 5, + "min_n": 1, + "max_n": 10 + }, + { + "min_m": 3, + "max_m": 5, + "min_n": 5, + "max_n": 10 + }, + { + "min_m": 2, + "max_m": 5, + "min_n": 3, + "max_n": 15 + }, + { + "min_m": 2, + "max_m": 10, + "min_n": 5, + "max_n": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ffruitsequences_test.json b/examples/pipelines/all_configs/Ffruitsequences_test.json new file mode 100644 index 0000000..a3e4afb --- /dev/null +++ b/examples/pipelines/all_configs/Ffruitsequences_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 20, + "p_1": 0.6, + "edge_case_prob": 0.3 + }, + { + "n_min": 3, + "n_max": 15, + "p_1": 0.4, + "edge_case_prob": 0.1 + }, + { + "n_min": 4, + "n_max": 18, + "p_1": 0.7, + "edge_case_prob": 0.2 + }, + { + "n_min": 1, + "n_max": 12, + "p_1": 0.5, + "edge_case_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ffruitsequences_train.json b/examples/pipelines/all_configs/Ffruitsequences_train.json new file mode 100644 index 0000000..a3e4afb --- /dev/null +++ b/examples/pipelines/all_configs/Ffruitsequences_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 5, + "n_max": 20, + "p_1": 0.6, + "edge_case_prob": 0.3 + }, + { + "n_min": 3, + "n_max": 15, + "p_1": 0.4, + "edge_case_prob": 0.1 + }, + { + "n_min": 4, + "n_max": 18, + "p_1": 0.7, + "edge_case_prob": 0.2 + }, + { + "n_min": 1, + "n_max": 12, + "p_1": 0.5, + "edge_case_prob": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fgame_test.json b/examples/pipelines/all_configs/Fgame_test.json new file mode 100644 index 0000000..468c451 --- /dev/null +++ b/examples/pipelines/all_configs/Fgame_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1, + "max_r": 5 + }, + { + "max_n": 1, + "max_r": 0 + }, + { + "max_n": 1, + "max_r": 1 + }, + { + "max_n": 3, + "max_r": 5 + }, + { + "max_n": 2, + "max_r": 5 + }, + { + "max_n": 2, + "max_r": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fgame_train.json b/examples/pipelines/all_configs/Fgame_train.json new file mode 100644 index 0000000..468c451 --- /dev/null +++ b/examples/pipelines/all_configs/Fgame_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 1, + "max_r": 5 + }, + { + "max_n": 1, + "max_r": 0 + }, + { + "max_n": 1, + "max_r": 1 + }, + { + "max_n": 3, + "max_r": 5 + }, + { + "max_n": 2, + "max_r": 5 + }, + { + "max_n": 2, + "max_r": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fhighcry_test.json b/examples/pipelines/all_configs/Fhighcry_test.json new file mode 100644 index 0000000..803ba36 --- /dev/null +++ b/examples/pipelines/all_configs/Fhighcry_test.json @@ -0,0 +1,62 @@ +[ + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 10 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 1000 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 10 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 1000000000 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 5, + "a_min": 0, + "a_max": 10 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 1000 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 1000000000 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fhighcry_train.json b/examples/pipelines/all_configs/Fhighcry_train.json new file mode 100644 index 0000000..803ba36 --- /dev/null +++ b/examples/pipelines/all_configs/Fhighcry_train.json @@ -0,0 +1,62 @@ +[ + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 10 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 1000 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 10 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 1000000000 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 2, + "n_max": 5, + "a_min": 0, + "a_max": 10 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 1000 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 1000000000 + }, + { + "n_min": 10, + "n_max": 20, + "a_min": 0, + "a_max": 100 + }, + { + "n_min": 5, + "n_max": 10, + "a_min": 0, + "a_max": 1000000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fknights_test.json b/examples/pipelines/all_configs/Fknights_test.json new file mode 100644 index 0000000..9ba8e16 --- /dev/null +++ b/examples/pipelines/all_configs/Fknights_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 100 + }, + { + "n": 50 + }, + { + "n": 500 + }, + { + "n": 4 + }, + { + "n": 10 + }, + { + "n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fknights_train.json b/examples/pipelines/all_configs/Fknights_train.json new file mode 100644 index 0000000..9ba8e16 --- /dev/null +++ b/examples/pipelines/all_configs/Fknights_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 100 + }, + { + "n": 50 + }, + { + "n": 500 + }, + { + "n": 4 + }, + { + "n": 10 + }, + { + "n": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fkonradandcompanyevaluation_test.json b/examples/pipelines/all_configs/Fkonradandcompanyevaluation_test.json new file mode 100644 index 0000000..41ae08c --- /dev/null +++ b/examples/pipelines/all_configs/Fkonradandcompanyevaluation_test.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_m": 1, + "max_q": 0 + }, + { + "max_n": 5, + "max_m": 5, + "max_q": 5 + }, + { + "max_n": 1, + "max_m": 0, + "max_q": 1 + }, + { + "max_n": 4, + "max_m": 4, + "max_q": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fkonradandcompanyevaluation_train.json b/examples/pipelines/all_configs/Fkonradandcompanyevaluation_train.json new file mode 100644 index 0000000..41ae08c --- /dev/null +++ b/examples/pipelines/all_configs/Fkonradandcompanyevaluation_train.json @@ -0,0 +1,22 @@ +[ + { + "max_n": 2, + "max_m": 1, + "max_q": 0 + }, + { + "max_n": 5, + "max_m": 5, + "max_q": 5 + }, + { + "max_n": 1, + "max_m": 0, + "max_q": 1 + }, + { + "max_n": 4, + "max_m": 4, + "max_q": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fmaxmex_test.json b/examples/pipelines/all_configs/Fmaxmex_test.json new file mode 100644 index 0000000..ae46b9f --- /dev/null +++ b/examples/pipelines/all_configs/Fmaxmex_test.json @@ -0,0 +1,22 @@ +[ + { + "max_nodes": 10, + "q_max": 5 + }, + { + "max_nodes": 4, + "q_max": 2 + }, + { + "max_nodes": 3, + "q_max": 1 + }, + { + "max_nodes": 7, + "q_max": 4 + }, + { + "max_nodes": 5, + "q_max": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fmaxmex_train.json b/examples/pipelines/all_configs/Fmaxmex_train.json new file mode 100644 index 0000000..ae46b9f --- /dev/null +++ b/examples/pipelines/all_configs/Fmaxmex_train.json @@ -0,0 +1,22 @@ +[ + { + "max_nodes": 10, + "q_max": 5 + }, + { + "max_nodes": 4, + "q_max": 2 + }, + { + "max_nodes": 3, + "q_max": 1 + }, + { + "max_nodes": 7, + "q_max": 4 + }, + { + "max_nodes": 5, + "q_max": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fmisspunyverse_test.json b/examples/pipelines/all_configs/Fmisspunyverse_test.json new file mode 100644 index 0000000..8d59b69 --- /dev/null +++ b/examples/pipelines/all_configs/Fmisspunyverse_test.json @@ -0,0 +1,38 @@ +[ + { + "max_t": 10, + "max_n": 50, + "max_m": 20, + "value_range": [ + 10, + 250 + ] + }, + { + "max_t": 5, + "max_n": 20, + "max_m": 10, + "value_range": [ + 0, + 100 + ] + }, + { + "max_t": 3, + "max_n": 15, + "max_m": 7, + "value_range": [ + 50, + 300 + ] + }, + { + "max_t": 4, + "max_n": 25, + "max_m": 15, + "value_range": [ + 0, + 150 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fmisspunyverse_train.json b/examples/pipelines/all_configs/Fmisspunyverse_train.json new file mode 100644 index 0000000..8d59b69 --- /dev/null +++ b/examples/pipelines/all_configs/Fmisspunyverse_train.json @@ -0,0 +1,38 @@ +[ + { + "max_t": 10, + "max_n": 50, + "max_m": 20, + "value_range": [ + 10, + 250 + ] + }, + { + "max_t": 5, + "max_n": 20, + "max_m": 10, + "value_range": [ + 0, + 100 + ] + }, + { + "max_t": 3, + "max_n": 15, + "max_m": 7, + "value_range": [ + 50, + 300 + ] + }, + { + "max_t": 4, + "max_n": 25, + "max_m": 15, + "value_range": [ + 0, + 150 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fnastyaandtimemachine_test.json b/examples/pipelines/all_configs/Fnastyaandtimemachine_test.json new file mode 100644 index 0000000..7cb748d --- /dev/null +++ b/examples/pipelines/all_configs/Fnastyaandtimemachine_test.json @@ -0,0 +1,20 @@ +[ + { + "n": 1 + }, + { + "n": 5 + }, + { + "n": 100 + }, + { + "n": 4 + }, + { + "n": 20 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fnastyaandtimemachine_train.json b/examples/pipelines/all_configs/Fnastyaandtimemachine_train.json new file mode 100644 index 0000000..7cb748d --- /dev/null +++ b/examples/pipelines/all_configs/Fnastyaandtimemachine_train.json @@ -0,0 +1,20 @@ +[ + { + "n": 1 + }, + { + "n": 5 + }, + { + "n": 100 + }, + { + "n": 4 + }, + { + "n": 20 + }, + { + "n": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fnauuoandportals_test.json b/examples/pipelines/all_configs/Fnauuoandportals_test.json new file mode 100644 index 0000000..98c053a --- /dev/null +++ b/examples/pipelines/all_configs/Fnauuoandportals_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 2 + }, + { + "n": 3 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fnauuoandportals_train.json b/examples/pipelines/all_configs/Fnauuoandportals_train.json new file mode 100644 index 0000000..98c053a --- /dev/null +++ b/examples/pipelines/all_configs/Fnauuoandportals_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 2 + }, + { + "n": 3 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Frearrange_test.json b/examples/pipelines/all_configs/Frearrange_test.json new file mode 100644 index 0000000..75c2d73 --- /dev/null +++ b/examples/pipelines/all_configs/Frearrange_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "m": 3 + }, + { + "n": 3, + "m": 2 + }, + { + "n": 1, + "m": 5 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 5, + "m": 1 + }, + { + "n": 4, + "m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Frearrange_train.json b/examples/pipelines/all_configs/Frearrange_train.json new file mode 100644 index 0000000..75c2d73 --- /dev/null +++ b/examples/pipelines/all_configs/Frearrange_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 4, + "m": 3 + }, + { + "n": 3, + "m": 2 + }, + { + "n": 1, + "m": 5 + }, + { + "n": 2, + "m": 3 + }, + { + "n": 5, + "m": 1 + }, + { + "n": 4, + "m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Frectanglepainting1_test.json b/examples/pipelines/all_configs/Frectanglepainting1_test.json new file mode 100644 index 0000000..024159c --- /dev/null +++ b/examples/pipelines/all_configs/Frectanglepainting1_test.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 5, + "n_max": 12, + "black_prob": 0.5 + }, + { + "n_min": 2, + "n_max": 5, + "black_prob": 0.6 + }, + { + "n_min": 4, + "n_max": 6, + "black_prob": 0.7 + }, + { + "n_min": 3, + "n_max": 8, + "black_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Frectanglepainting1_train.json b/examples/pipelines/all_configs/Frectanglepainting1_train.json new file mode 100644 index 0000000..024159c --- /dev/null +++ b/examples/pipelines/all_configs/Frectanglepainting1_train.json @@ -0,0 +1,22 @@ +[ + { + "n_min": 5, + "n_max": 12, + "black_prob": 0.5 + }, + { + "n_min": 2, + "n_max": 5, + "black_prob": 0.6 + }, + { + "n_min": 4, + "n_max": 6, + "black_prob": 0.7 + }, + { + "n_min": 3, + "n_max": 8, + "black_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fsashaandinterestingfactfromgraphtheory_test.json b/examples/pipelines/all_configs/Fsashaandinterestingfactfromgraphtheory_test.json new file mode 100644 index 0000000..3afceae --- /dev/null +++ b/examples/pipelines/all_configs/Fsashaandinterestingfactfromgraphtheory_test.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 2, + "n_max": 2, + "m_min": 1, + "m_max": 100 + }, + { + "n_min": 2, + "n_max": 100, + "m_min": 1, + "m_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fsashaandinterestingfactfromgraphtheory_train.json b/examples/pipelines/all_configs/Fsashaandinterestingfactfromgraphtheory_train.json new file mode 100644 index 0000000..3afceae --- /dev/null +++ b/examples/pipelines/all_configs/Fsashaandinterestingfactfromgraphtheory_train.json @@ -0,0 +1,26 @@ +[ + { + "n_min": 2, + "n_max": 20, + "m_min": 1, + "m_max": 20 + }, + { + "n_min": 2, + "n_max": 5, + "m_min": 1, + "m_max": 5 + }, + { + "n_min": 2, + "n_max": 2, + "m_min": 1, + "m_max": 100 + }, + { + "n_min": 2, + "n_max": 100, + "m_min": 1, + "m_max": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fslimeandsequenceseasyversion_test.json b/examples/pipelines/all_configs/Fslimeandsequenceseasyversion_test.json new file mode 100644 index 0000000..428047c --- /dev/null +++ b/examples/pipelines/all_configs/Fslimeandsequenceseasyversion_test.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 5000 + }, + { + "max_n": 10 + }, + { + "max_n": 200 + }, + { + "max_n": 4000 + }, + { + "max_n": 2 + }, + { + "max_n": 3 + }, + { + "max_n": 1000 + }, + { + "max_n": 3000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fslimeandsequenceseasyversion_train.json b/examples/pipelines/all_configs/Fslimeandsequenceseasyversion_train.json new file mode 100644 index 0000000..428047c --- /dev/null +++ b/examples/pipelines/all_configs/Fslimeandsequenceseasyversion_train.json @@ -0,0 +1,26 @@ +[ + { + "max_n": 5000 + }, + { + "max_n": 10 + }, + { + "max_n": 200 + }, + { + "max_n": 4000 + }, + { + "max_n": 2 + }, + { + "max_n": 3 + }, + { + "max_n": 1000 + }, + { + "max_n": 3000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fteodorisnotaliar_test.json b/examples/pipelines/all_configs/Fteodorisnotaliar_test.json new file mode 100644 index 0000000..579710c --- /dev/null +++ b/examples/pipelines/all_configs/Fteodorisnotaliar_test.json @@ -0,0 +1,26 @@ +[ + { + "n": 3, + "m": 5 + }, + { + "n": 5, + "m": 9 + }, + { + "n": 4, + "m": 8 + }, + { + "n": 2, + "m": 5 + }, + { + "n": 4, + "m": 6 + }, + { + "n": 2, + "m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fteodorisnotaliar_train.json b/examples/pipelines/all_configs/Fteodorisnotaliar_train.json new file mode 100644 index 0000000..579710c --- /dev/null +++ b/examples/pipelines/all_configs/Fteodorisnotaliar_train.json @@ -0,0 +1,26 @@ +[ + { + "n": 3, + "m": 5 + }, + { + "n": 5, + "m": 9 + }, + { + "n": 4, + "m": 8 + }, + { + "n": 2, + "m": 5 + }, + { + "n": 4, + "m": 6 + }, + { + "n": 2, + "m": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ftokitsukazeandstrangerectangle_test.json b/examples/pipelines/all_configs/Ftokitsukazeandstrangerectangle_test.json new file mode 100644 index 0000000..86ac88a --- /dev/null +++ b/examples/pipelines/all_configs/Ftokitsukazeandstrangerectangle_test.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 10, + "x_max": 100, + "y_max": 100 + }, + { + "min_n": 10, + "max_n": 100, + "x_max": 100000, + "y_max": 100000 + }, + { + "min_n": 5, + "max_n": 50, + "x_max": 10000, + "y_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ftokitsukazeandstrangerectangle_train.json b/examples/pipelines/all_configs/Ftokitsukazeandstrangerectangle_train.json new file mode 100644 index 0000000..86ac88a --- /dev/null +++ b/examples/pipelines/all_configs/Ftokitsukazeandstrangerectangle_train.json @@ -0,0 +1,20 @@ +[ + { + "min_n": 1, + "max_n": 10, + "x_max": 100, + "y_max": 100 + }, + { + "min_n": 10, + "max_n": 100, + "x_max": 100000, + "y_max": 100000 + }, + { + "min_n": 5, + "max_n": 50, + "x_max": 10000, + "y_max": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fu2_test.json b/examples/pipelines/all_configs/Fu2_test.json new file mode 100644 index 0000000..5af5d69 --- /dev/null +++ b/examples/pipelines/all_configs/Fu2_test.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_x": 1000 + }, + { + "max_n": 20, + "max_x": 10000 + }, + { + "max_n": 10, + "max_x": 500 + }, + { + "max_n": 5, + "max_x": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fu2_train.json b/examples/pipelines/all_configs/Fu2_train.json new file mode 100644 index 0000000..5af5d69 --- /dev/null +++ b/examples/pipelines/all_configs/Fu2_train.json @@ -0,0 +1,18 @@ +[ + { + "max_n": 10, + "max_x": 1000 + }, + { + "max_n": 20, + "max_x": 10000 + }, + { + "max_n": 10, + "max_x": 500 + }, + { + "max_n": 5, + "max_x": 10000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fwindingpolygonalline_test.json b/examples/pipelines/all_configs/Fwindingpolygonalline_test.json new file mode 100644 index 0000000..a25df1a --- /dev/null +++ b/examples/pipelines/all_configs/Fwindingpolygonalline_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 5, + "max_coord": 10000 + }, + { + "n": 2000, + "max_coord": 1000000 + }, + { + "n": 4, + "max_coord": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Fwindingpolygonalline_train.json b/examples/pipelines/all_configs/Fwindingpolygonalline_train.json new file mode 100644 index 0000000..a25df1a --- /dev/null +++ b/examples/pipelines/all_configs/Fwindingpolygonalline_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 5, + "max_coord": 10000 + }, + { + "n": 2000, + "max_coord": 1000000 + }, + { + "n": 4, + "max_coord": 5000 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/G1intoblockseasyversion_test.json b/examples/pipelines/all_configs/G1intoblockseasyversion_test.json new file mode 100644 index 0000000..46c3576 --- /dev/null +++ b/examples/pipelines/all_configs/G1intoblockseasyversion_test.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 5, + "max_n": 10, + "max_val": 50 + }, + { + "min_n": 5, + "max_n": 15, + "max_val": 100 + }, + { + "min_n": 200000, + "max_n": 200000, + "max_val": 200000 + }, + { + "min_n": 10, + "max_n": 20, + "max_val": 200 + }, + { + "min_n": 5, + "max_n": 20, + "max_val": 200 + }, + { + "min_n": 3, + "max_n": 5, + "max_val": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/G1intoblockseasyversion_train.json b/examples/pipelines/all_configs/G1intoblockseasyversion_train.json new file mode 100644 index 0000000..46c3576 --- /dev/null +++ b/examples/pipelines/all_configs/G1intoblockseasyversion_train.json @@ -0,0 +1,32 @@ +[ + { + "min_n": 5, + "max_n": 10, + "max_val": 50 + }, + { + "min_n": 5, + "max_n": 15, + "max_val": 100 + }, + { + "min_n": 200000, + "max_n": 200000, + "max_val": 200000 + }, + { + "min_n": 10, + "max_n": 20, + "max_val": 200 + }, + { + "min_n": 5, + "max_n": 20, + "max_val": 200 + }, + { + "min_n": 3, + "max_n": 5, + "max_val": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ghappyline_test.json b/examples/pipelines/all_configs/Ghappyline_test.json new file mode 100644 index 0000000..8f70251 --- /dev/null +++ b/examples/pipelines/all_configs/Ghappyline_test.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "solvable_probability": 0.7, + "value_range": [ + 0, + 10000 + ] + }, + { + "min_n": 1, + "max_n": 500, + "solvable_probability": 0.5, + "value_range": [ + 0, + 1000 + ] + }, + { + "min_n": 2, + "max_n": 500, + "solvable_probability": 0.4, + "value_range": [ + 0, + 100 + ] + }, + { + "min_n": 1, + "max_n": 200, + "solvable_probability": 0.3, + "value_range": [ + 0, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Ghappyline_train.json b/examples/pipelines/all_configs/Ghappyline_train.json new file mode 100644 index 0000000..8f70251 --- /dev/null +++ b/examples/pipelines/all_configs/Ghappyline_train.json @@ -0,0 +1,38 @@ +[ + { + "min_n": 1, + "max_n": 1000, + "solvable_probability": 0.7, + "value_range": [ + 0, + 10000 + ] + }, + { + "min_n": 1, + "max_n": 500, + "solvable_probability": 0.5, + "value_range": [ + 0, + 1000 + ] + }, + { + "min_n": 2, + "max_n": 500, + "solvable_probability": 0.4, + "value_range": [ + 0, + 100 + ] + }, + { + "min_n": 1, + "max_n": 200, + "solvable_probability": 0.3, + "value_range": [ + 0, + 100 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/InChI2logP_test.json b/examples/pipelines/all_configs/InChI2logP_test.json new file mode 100644 index 0000000..a1dc24e --- /dev/null +++ b/examples/pipelines/all_configs/InChI2logP_test.json @@ -0,0 +1,6 @@ +[ + { + "max_atoms": 15, + "min_atoms": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/InChI2logP_train.json b/examples/pipelines/all_configs/InChI2logP_train.json new file mode 100644 index 0000000..a1dc24e --- /dev/null +++ b/examples/pipelines/all_configs/InChI2logP_train.json @@ -0,0 +1,6 @@ +[ + { + "max_atoms": 15, + "min_atoms": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Light_Up_test.json b/examples/pipelines/all_configs/Light_Up_test.json new file mode 100755 index 0000000..cb36aeb --- /dev/null +++ b/examples/pipelines/all_configs/Light_Up_test.json @@ -0,0 +1,26 @@ +[ + { + "rows": 4, + "cols": 4 + }, + { + "rows": 7, + "cols": 7 + }, + { + "rows": 3, + "cols": 3 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 7, + "cols": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Light_Up_train.json b/examples/pipelines/all_configs/Light_Up_train.json new file mode 100755 index 0000000..cb36aeb --- /dev/null +++ b/examples/pipelines/all_configs/Light_Up_train.json @@ -0,0 +1,26 @@ +[ + { + "rows": 4, + "cols": 4 + }, + { + "rows": 7, + "cols": 7 + }, + { + "rows": 3, + "cols": 3 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 7, + "cols": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/MedAnticoagulation_test.json b/examples/pipelines/all_configs/MedAnticoagulation_test.json new file mode 100644 index 0000000..cdf83aa --- /dev/null +++ b/examples/pipelines/all_configs/MedAnticoagulation_test.json @@ -0,0 +1,32 @@ +[ + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/MedAnticoagulation_train.json b/examples/pipelines/all_configs/MedAnticoagulation_train.json new file mode 100644 index 0000000..cdf83aa --- /dev/null +++ b/examples/pipelines/all_configs/MedAnticoagulation_train.json @@ -0,0 +1,32 @@ +[ + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/SMILES2logP_test.json b/examples/pipelines/all_configs/SMILES2logP_test.json new file mode 100644 index 0000000..7f31296 --- /dev/null +++ b/examples/pipelines/all_configs/SMILES2logP_test.json @@ -0,0 +1,6 @@ +[ + { + "min_len": 5, + "max_len": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/SMILES2logP_train.json b/examples/pipelines/all_configs/SMILES2logP_train.json new file mode 100644 index 0000000..7f31296 --- /dev/null +++ b/examples/pipelines/all_configs/SMILES2logP_train.json @@ -0,0 +1,6 @@ +[ + { + "min_len": 5, + "max_len": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Symbolic_Regression_test.json b/examples/pipelines/all_configs/Symbolic_Regression_test.json new file mode 100644 index 0000000..cf8d088 --- /dev/null +++ b/examples/pipelines/all_configs/Symbolic_Regression_test.json @@ -0,0 +1,6 @@ +[ + { + "data_path":"./internbootcamp/libs/symbolic_regression/test_data.pkl", + "sample_num_range":[64,144] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/Symbolic_Regression_train.json b/examples/pipelines/all_configs/Symbolic_Regression_train.json new file mode 100644 index 0000000..70b9230 --- /dev/null +++ b/examples/pipelines/all_configs/Symbolic_Regression_train.json @@ -0,0 +1,6 @@ +[ + { + "data_path":"./internbootcamp/libs/symbolic_regression/train_data.pkl", + "sample_num_range":[64,144] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/aquarium_test.json b/examples/pipelines/all_configs/aquarium_test.json new file mode 100755 index 0000000..6d2632b --- /dev/null +++ b/examples/pipelines/all_configs/aquarium_test.json @@ -0,0 +1,26 @@ +[ + { + "grid_rows": 5, + "grid_cols": 5 + }, + { + "grid_rows": 6, + "grid_cols": 4 + }, + { + "grid_rows": 3, + "grid_cols": 5 + }, + { + "grid_rows": 4, + "grid_cols": 6 + }, + { + "grid_rows": 7, + "grid_cols": 7 + }, + { + "grid_rows": 5, + "grid_cols": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/aquarium_train.json b/examples/pipelines/all_configs/aquarium_train.json new file mode 100755 index 0000000..6d2632b --- /dev/null +++ b/examples/pipelines/all_configs/aquarium_train.json @@ -0,0 +1,26 @@ +[ + { + "grid_rows": 5, + "grid_cols": 5 + }, + { + "grid_rows": 6, + "grid_cols": 4 + }, + { + "grid_rows": 3, + "grid_cols": 5 + }, + { + "grid_rows": 4, + "grid_cols": 6 + }, + { + "grid_rows": 7, + "grid_cols": 7 + }, + { + "grid_rows": 5, + "grid_cols": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/arc_test.json b/examples/pipelines/all_configs/arc_test.json new file mode 100755 index 0000000..86d034b --- /dev/null +++ b/examples/pipelines/all_configs/arc_test.json @@ -0,0 +1,5 @@ +[ + { + "task_key_file": "./internbootcamp/libs/data/arc_key.jsonl" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/arc_train.json b/examples/pipelines/all_configs/arc_train.json new file mode 100755 index 0000000..dd2cd18 --- /dev/null +++ b/examples/pipelines/all_configs/arc_train.json @@ -0,0 +1,3 @@ +[ + {"task_key_file": "./internbootcamp/libs/data/arc_key.jsonl"} +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/arrowmaze_test.json b/examples/pipelines/all_configs/arrowmaze_test.json new file mode 100755 index 0000000..14775d7 --- /dev/null +++ b/examples/pipelines/all_configs/arrowmaze_test.json @@ -0,0 +1,62 @@ +[ + { + "size": [ + 2, + 2 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 1, + 1 + ], + "max_solution_step": 4 + }, + { + "size": [ + 3, + 3 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 2, + 2 + ], + "max_solution_step": 9 + }, + { + "size": [ + 4, + 4 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 3, + 3 + ], + "max_solution_step": 16 + }, + { + "size": [ + 5, + 5 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 4, + 4 + ], + "max_solution_step": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/arrowmaze_train.json b/examples/pipelines/all_configs/arrowmaze_train.json new file mode 100755 index 0000000..14775d7 --- /dev/null +++ b/examples/pipelines/all_configs/arrowmaze_train.json @@ -0,0 +1,62 @@ +[ + { + "size": [ + 2, + 2 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 1, + 1 + ], + "max_solution_step": 4 + }, + { + "size": [ + 3, + 3 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 2, + 2 + ], + "max_solution_step": 9 + }, + { + "size": [ + 4, + 4 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 3, + 3 + ], + "max_solution_step": 16 + }, + { + "size": [ + 5, + 5 + ], + "start_pos": [ + 0, + 0 + ], + "end_pos": [ + 4, + 4 + ], + "max_solution_step": 25 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_boardgame_qa_test.json b/examples/pipelines/all_configs/bbeh_boardgame_qa_test.json new file mode 100755 index 0000000..3a08efe --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_boardgame_qa_test.json @@ -0,0 +1,17 @@ +[ + { + "max_depth": 3 + }, + { + "max_depth": 4 + }, + { + "max_depth": 5 + }, + { + "max_depth": 6 + }, + { + "max_depth": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_boardgame_qa_train.json b/examples/pipelines/all_configs/bbeh_boardgame_qa_train.json new file mode 100755 index 0000000..3a08efe --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_boardgame_qa_train.json @@ -0,0 +1,17 @@ +[ + { + "max_depth": 3 + }, + { + "max_depth": 4 + }, + { + "max_depth": 5 + }, + { + "max_depth": 6 + }, + { + "max_depth": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_boolean_expressions_test.json b/examples/pipelines/all_configs/bbeh_boolean_expressions_test.json new file mode 100755 index 0000000..4d3c623 --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_boolean_expressions_test.json @@ -0,0 +1,18 @@ +[ + { + "max_depth": 3, + "num_choices": 5 + }, + { + "max_depth": 4, + "num_choices": 5 + }, + { + "max_depth": 5, + "num_choices": 5 + }, + { + "max_depth": 6, + "num_choices": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_boolean_expressions_train.json b/examples/pipelines/all_configs/bbeh_boolean_expressions_train.json new file mode 100755 index 0000000..4d3c623 --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_boolean_expressions_train.json @@ -0,0 +1,18 @@ +[ + { + "max_depth": 3, + "num_choices": 5 + }, + { + "max_depth": 4, + "num_choices": 5 + }, + { + "max_depth": 5, + "num_choices": 5 + }, + { + "max_depth": 6, + "num_choices": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_object_counting_test.json b/examples/pipelines/all_configs/bbeh_object_counting_test.json new file mode 100755 index 0000000..90e747b --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_object_counting_test.json @@ -0,0 +1,38 @@ +[ + { + "difficulty": "easy", + "min_items": 3, + "max_items": 5, + "min_count": 5, + "max_count": 50, + "max_other_items": 3, + "max_other_people": 5 + }, + { + "difficulty": "medium", + "min_items": 6, + "max_items": 8, + "min_count": 50, + "max_count": 200, + "max_other_items": 6, + "max_other_people": 10 + }, + { + "difficulty": "hard", + "min_items": 9, + "max_items": 12, + "min_count": 200, + "max_count": 500, + "max_other_items": 10, + "max_other_people": 15 + }, + { + "difficulty": "expert", + "min_items": 12, + "max_items": 15, + "min_count": 500, + "max_count": 1000, + "max_other_items": 15, + "max_other_people": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_object_counting_train.json b/examples/pipelines/all_configs/bbeh_object_counting_train.json new file mode 100755 index 0000000..90e747b --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_object_counting_train.json @@ -0,0 +1,38 @@ +[ + { + "difficulty": "easy", + "min_items": 3, + "max_items": 5, + "min_count": 5, + "max_count": 50, + "max_other_items": 3, + "max_other_people": 5 + }, + { + "difficulty": "medium", + "min_items": 6, + "max_items": 8, + "min_count": 50, + "max_count": 200, + "max_other_items": 6, + "max_other_people": 10 + }, + { + "difficulty": "hard", + "min_items": 9, + "max_items": 12, + "min_count": 200, + "max_count": 500, + "max_other_items": 10, + "max_other_people": 15 + }, + { + "difficulty": "expert", + "min_items": 12, + "max_items": 15, + "min_count": 500, + "max_count": 1000, + "max_other_items": 15, + "max_other_people": 20 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_object_properties_test.json b/examples/pipelines/all_configs/bbeh_object_properties_test.json new file mode 100755 index 0000000..e9c7949 --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_object_properties_test.json @@ -0,0 +1,17 @@ +[ + { + "min_irems": 5, + "max_items": 10, + "max_steps": 2 + }, + { + "min_irems": 10, + "max_items": 20, + "max_steps": 4 + }, + { + "min_irems": 20, + "max_items": 30, + "max_steps": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_object_properties_train.json b/examples/pipelines/all_configs/bbeh_object_properties_train.json new file mode 100755 index 0000000..e9c7949 --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_object_properties_train.json @@ -0,0 +1,17 @@ +[ + { + "min_irems": 5, + "max_items": 10, + "max_steps": 2 + }, + { + "min_irems": 10, + "max_items": 20, + "max_steps": 4 + }, + { + "min_irems": 20, + "max_items": 30, + "max_steps": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_shuff_object_test.json b/examples/pipelines/all_configs/bbeh_shuff_object_test.json new file mode 100755 index 0000000..73ca3e3 --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_shuff_object_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 3, + "context_type": "game of catch" + }, + { + "n": 5, + "context_type": "soccer match" + }, + { + "n": 7, + "context_type": "gift exchange" + }, + { + "n": 5, + "context_type": "square dance" + }, + { + "n": 3, + "context_type": "book exchange" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bbeh_shuff_object_train.json b/examples/pipelines/all_configs/bbeh_shuff_object_train.json new file mode 100755 index 0000000..7144cb5 --- /dev/null +++ b/examples/pipelines/all_configs/bbeh_shuff_object_train.json @@ -0,0 +1,22 @@ +[ + { + "n":3, + "context_type": "game of catch" + }, + { + "n":5, + "context_type" :"soccer match" + }, + { + "n":7, + "context_type":"gift exchange" + }, + { + "n":5, + "context_type": "square dance" + }, + { + "n": 3, + "context_type": "book exchange" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/binairo_test.json b/examples/pipelines/all_configs/binairo_test.json new file mode 100755 index 0000000..400e68f --- /dev/null +++ b/examples/pipelines/all_configs/binairo_test.json @@ -0,0 +1,18 @@ +[ + { + "size": 8, + "clue_density": 0.3 + }, + { + "size": 8, + "clue_density": 0.5 + }, + { + "size": 4, + "clue_density": 0.5 + }, + { + "size": 6, + "clue_density": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/binairo_train.json b/examples/pipelines/all_configs/binairo_train.json new file mode 100755 index 0000000..400e68f --- /dev/null +++ b/examples/pipelines/all_configs/binairo_train.json @@ -0,0 +1,18 @@ +[ + { + "size": 8, + "clue_density": 0.3 + }, + { + "size": 8, + "clue_density": 0.5 + }, + { + "size": 4, + "clue_density": 0.5 + }, + { + "size": 6, + "clue_density": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bridges_test.json b/examples/pipelines/all_configs/bridges_test.json new file mode 100755 index 0000000..a61aa91 --- /dev/null +++ b/examples/pipelines/all_configs/bridges_test.json @@ -0,0 +1,14 @@ +[ + { + "grid_size": 5 + }, + { + "grid_size": 6 + }, + { + "grid_size": 4 + }, + { + "grid_size": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/bridges_train.json b/examples/pipelines/all_configs/bridges_train.json new file mode 100755 index 0000000..a61aa91 --- /dev/null +++ b/examples/pipelines/all_configs/bridges_train.json @@ -0,0 +1,14 @@ +[ + { + "grid_size": 5 + }, + { + "grid_size": 6 + }, + { + "grid_size": 4 + }, + { + "grid_size": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/calcudoku_test.json b/examples/pipelines/all_configs/calcudoku_test.json new file mode 100755 index 0000000..4cb6b8e --- /dev/null +++ b/examples/pipelines/all_configs/calcudoku_test.json @@ -0,0 +1,30 @@ +[ + { + "size": 6, + "group_size_range": [ + 2, + 3 + ] + }, + { + "size": 4, + "group_size_range": [ + 1, + 2 + ] + }, + { + "size": 6, + "group_size_range": [ + 2, + 4 + ] + }, + { + "size": 4, + "group_size_range": [ + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/calcudoku_train.json b/examples/pipelines/all_configs/calcudoku_train.json new file mode 100755 index 0000000..4cb6b8e --- /dev/null +++ b/examples/pipelines/all_configs/calcudoku_train.json @@ -0,0 +1,30 @@ +[ + { + "size": 6, + "group_size_range": [ + 2, + 3 + ] + }, + { + "size": 4, + "group_size_range": [ + 1, + 2 + ] + }, + { + "size": 6, + "group_size_range": [ + 2, + 4 + ] + }, + { + "size": 4, + "group_size_range": [ + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/campsite_test.json b/examples/pipelines/all_configs/campsite_test.json new file mode 100755 index 0000000..665a2a7 --- /dev/null +++ b/examples/pipelines/all_configs/campsite_test.json @@ -0,0 +1,42 @@ +[ + { + "size": [ + 8, + 8 + ], + "expect_camp_number": 6, + "random_rate": 0.3 + }, + { + "size": [ + 6, + 4 + ], + "expect_camp_number": 3, + "random_rate": 0.2 + }, + { + "size": [ + 7, + 7 + ], + "expect_camp_number": 5, + "random_rate": 0.25 + }, + { + "size": [ + 4, + 4 + ], + "expect_camp_number": 2, + "random_rate": 0.1 + }, + { + "size": [ + 6, + 6 + ], + "expect_camp_number": 4, + "random_rate": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/campsite_train.json b/examples/pipelines/all_configs/campsite_train.json new file mode 100755 index 0000000..665a2a7 --- /dev/null +++ b/examples/pipelines/all_configs/campsite_train.json @@ -0,0 +1,42 @@ +[ + { + "size": [ + 8, + 8 + ], + "expect_camp_number": 6, + "random_rate": 0.3 + }, + { + "size": [ + 6, + 4 + ], + "expect_camp_number": 3, + "random_rate": 0.2 + }, + { + "size": [ + 7, + 7 + ], + "expect_camp_number": 5, + "random_rate": 0.25 + }, + { + "size": [ + 4, + 4 + ], + "expect_camp_number": 2, + "random_rate": 0.1 + }, + { + "size": [ + 6, + 6 + ], + "expect_camp_number": 4, + "random_rate": 0.2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/cipher_test.json b/examples/pipelines/all_configs/cipher_test.json new file mode 100644 index 0000000..e69de29 diff --git a/examples/pipelines/all_configs/cipher_train.json b/examples/pipelines/all_configs/cipher_train.json new file mode 100644 index 0000000..e69de29 diff --git a/examples/pipelines/all_configs/circuit_test.json b/examples/pipelines/all_configs/circuit_test.json new file mode 100644 index 0000000..60c35f8 --- /dev/null +++ b/examples/pipelines/all_configs/circuit_test.json @@ -0,0 +1,7 @@ +[ + { + "min_nodes": 3, + "max_nodes": 6 + } + +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/circuit_train.json b/examples/pipelines/all_configs/circuit_train.json new file mode 100644 index 0000000..60c35f8 --- /dev/null +++ b/examples/pipelines/all_configs/circuit_train.json @@ -0,0 +1,7 @@ +[ + { + "min_nodes": 3, + "max_nodes": 6 + } + +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/crypto_math_test.json b/examples/pipelines/all_configs/crypto_math_test.json new file mode 100755 index 0000000..1032076 --- /dev/null +++ b/examples/pipelines/all_configs/crypto_math_test.json @@ -0,0 +1,18 @@ +[ + { + "num_letters": 5, + "num_add": 4 + }, + { + "num_letters": 4, + "num_add": 2 + }, + { + "num_letters": 4, + "num_add": 3 + }, + { + "num_letters": 3, + "num_add": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/crypto_math_train.json b/examples/pipelines/all_configs/crypto_math_train.json new file mode 100755 index 0000000..1032076 --- /dev/null +++ b/examples/pipelines/all_configs/crypto_math_train.json @@ -0,0 +1,18 @@ +[ + { + "num_letters": 5, + "num_add": 4 + }, + { + "num_letters": 4, + "num_add": 2 + }, + { + "num_letters": 4, + "num_add": 3 + }, + { + "num_letters": 3, + "num_add": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/dominosa_test.json b/examples/pipelines/all_configs/dominosa_test.json new file mode 100755 index 0000000..d5e8077 --- /dev/null +++ b/examples/pipelines/all_configs/dominosa_test.json @@ -0,0 +1,11 @@ +[ + { + "n": 3 + }, + { + "n": 6 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/dominosa_train.json b/examples/pipelines/all_configs/dominosa_train.json new file mode 100755 index 0000000..d5e8077 --- /dev/null +++ b/examples/pipelines/all_configs/dominosa_train.json @@ -0,0 +1,11 @@ +[ + { + "n": 3 + }, + { + "n": 6 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/earth_typhoon_test.json b/examples/pipelines/all_configs/earth_typhoon_test.json new file mode 100644 index 0000000..369b3d9 --- /dev/null +++ b/examples/pipelines/all_configs/earth_typhoon_test.json @@ -0,0 +1,20 @@ +[ + { + "v_range": [ + 1, + 100 + ] + }, + { + "v_range": [ + 1, + 90 + ] + }, + { + "v_range": [ + 10, + 80 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/earth_typhoon_train.json b/examples/pipelines/all_configs/earth_typhoon_train.json new file mode 100644 index 0000000..369b3d9 --- /dev/null +++ b/examples/pipelines/all_configs/earth_typhoon_train.json @@ -0,0 +1,20 @@ +[ + { + "v_range": [ + 1, + 100 + ] + }, + { + "v_range": [ + 1, + 90 + ] + }, + { + "v_range": [ + 10, + 80 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/earthdew2humidity_test.json b/examples/pipelines/all_configs/earthdew2humidity_test.json new file mode 100644 index 0000000..04abb5b --- /dev/null +++ b/examples/pipelines/all_configs/earthdew2humidity_test.json @@ -0,0 +1,32 @@ +[ + { + "temperature_range": [ + -20, + 40 + ], + "temperature_dewpoint_range": [ + 0, + 10 + ] + }, + { + "temperature_range": [ + -15, + 35 + ], + "temperature_dewpoint_range": [ + 0, + 8 + ] + }, + { + "temperature_range": [ + -10, + 30 + ], + "temperature_dewpoint_range": [ + 0, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/earthdew2humidity_train.json b/examples/pipelines/all_configs/earthdew2humidity_train.json new file mode 100644 index 0000000..62113f0 --- /dev/null +++ b/examples/pipelines/all_configs/earthdew2humidity_train.json @@ -0,0 +1,33 @@ +[ + { + "temperature_range": [ + -20, + 40 + ], + "temperature_dewpoint_range": [ + 0, + 10 + ] + }, + { + "temperature_range": [ + -15, + 35 + ], + "temperature_dewpoint_range": [ + 0, + 8 + ] + }, + { + "temperature_range": [ + -10, + 30 + ], + "temperature_dewpoint_range": [ + 0, + 5 + ] + } + ] + \ No newline at end of file diff --git a/examples/pipelines/all_configs/futoshiki_test.json b/examples/pipelines/all_configs/futoshiki_test.json new file mode 100755 index 0000000..b8b00a0 --- /dev/null +++ b/examples/pipelines/all_configs/futoshiki_test.json @@ -0,0 +1,17 @@ +[ + { + "size": 3, + "inequality_prob": 0.2, + "retain_ratio": 0.3 + }, + { + "size": 4, + "inequality_prob": 0.3, + "retain_ratio": 0.4 + }, + { + "size": 6, + "inequality_prob": 0.5, + "retain_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/futoshiki_train.json b/examples/pipelines/all_configs/futoshiki_train.json new file mode 100755 index 0000000..b8b00a0 --- /dev/null +++ b/examples/pipelines/all_configs/futoshiki_train.json @@ -0,0 +1,17 @@ +[ + { + "size": 3, + "inequality_prob": 0.2, + "retain_ratio": 0.3 + }, + { + "size": 4, + "inequality_prob": 0.3, + "retain_ratio": 0.4 + }, + { + "size": 6, + "inequality_prob": 0.5, + "retain_ratio": 0.6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/galaxies_test.json b/examples/pipelines/all_configs/galaxies_test.json new file mode 100755 index 0000000..f1ae21a --- /dev/null +++ b/examples/pipelines/all_configs/galaxies_test.json @@ -0,0 +1,22 @@ +[ + { + "rows": 7, + "cols": 5 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 9, + "cols": 7 + }, + { + "rows": 7, + "cols": 7 + }, + { + "rows": 7, + "cols": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/galaxies_train.json b/examples/pipelines/all_configs/galaxies_train.json new file mode 100755 index 0000000..f1ae21a --- /dev/null +++ b/examples/pipelines/all_configs/galaxies_train.json @@ -0,0 +1,22 @@ +[ + { + "rows": 7, + "cols": 5 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 9, + "cols": 7 + }, + { + "rows": 7, + "cols": 7 + }, + { + "rows": 7, + "cols": 9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/game24_test.json b/examples/pipelines/all_configs/game24_test.json new file mode 100755 index 0000000..16956b6 --- /dev/null +++ b/examples/pipelines/all_configs/game24_test.json @@ -0,0 +1,17 @@ +[ + { + "num_numbers": 4, + "range_max": 10, + "target_max": 30 + }, + { + "num_numbers": 5, + "range_max": 10, + "target_max": 35 + }, + { + "num_numbers": 6, + "range_max": 10, + "target_max": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/game24_train.json b/examples/pipelines/all_configs/game24_train.json new file mode 100755 index 0000000..16956b6 --- /dev/null +++ b/examples/pipelines/all_configs/game24_train.json @@ -0,0 +1,17 @@ +[ + { + "num_numbers": 4, + "range_max": 10, + "target_max": 30 + }, + { + "num_numbers": 5, + "range_max": 10, + "target_max": 35 + }, + { + "num_numbers": 6, + "range_max": 10, + "target_max": 40 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/heyawake_test.json b/examples/pipelines/all_configs/heyawake_test.json new file mode 100755 index 0000000..68d912a --- /dev/null +++ b/examples/pipelines/all_configs/heyawake_test.json @@ -0,0 +1,18 @@ +[ + { + "rows": 3, + "cols": 4 + }, + { + "rows": 3, + "cols": 3 + }, + { + "rows": 4, + "cols": 5 + }, + { + "rows": 5, + "cols": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/heyawake_train.json b/examples/pipelines/all_configs/heyawake_train.json new file mode 100755 index 0000000..68d912a --- /dev/null +++ b/examples/pipelines/all_configs/heyawake_train.json @@ -0,0 +1,18 @@ +[ + { + "rows": 3, + "cols": 4 + }, + { + "rows": 3, + "cols": 3 + }, + { + "rows": 4, + "cols": 5 + }, + { + "rows": 5, + "cols": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/hitori_test.json b/examples/pipelines/all_configs/hitori_test.json new file mode 100755 index 0000000..32dc237 --- /dev/null +++ b/examples/pipelines/all_configs/hitori_test.json @@ -0,0 +1,44 @@ +[ + { + "size": 7, + "number_range": [ + 1, + 10 + ] + }, + { + "size": 6, + "number_range": [ + 1, + 10 + ] + }, + { + "size": 8, + "number_range": [ + 1, + 8 + ] + }, + { + "size": 5, + "number_range": [ + 1, + 10 + ] + }, + { + "size": 7, + "number_range": [ + 1, + 7 + ] + }, + { + "size": 8, + "number_range": [ + 1, + 10 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/hitori_train.json b/examples/pipelines/all_configs/hitori_train.json new file mode 100755 index 0000000..32dc237 --- /dev/null +++ b/examples/pipelines/all_configs/hitori_train.json @@ -0,0 +1,44 @@ +[ + { + "size": 7, + "number_range": [ + 1, + 10 + ] + }, + { + "size": 6, + "number_range": [ + 1, + 10 + ] + }, + { + "size": 8, + "number_range": [ + 1, + 8 + ] + }, + { + "size": 5, + "number_range": [ + 1, + 10 + ] + }, + { + "size": 7, + "number_range": [ + 1, + 7 + ] + }, + { + "size": 8, + "number_range": [ + 1, + 10 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/kakurasu_test.json b/examples/pipelines/all_configs/kakurasu_test.json new file mode 100755 index 0000000..2570a71 --- /dev/null +++ b/examples/pipelines/all_configs/kakurasu_test.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 3 + }, + { + "n": 7 + }, + { + "n": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/kakurasu_train.json b/examples/pipelines/all_configs/kakurasu_train.json new file mode 100755 index 0000000..2570a71 --- /dev/null +++ b/examples/pipelines/all_configs/kakurasu_train.json @@ -0,0 +1,14 @@ +[ + { + "n": 5 + }, + { + "n": 3 + }, + { + "n": 7 + }, + { + "n": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/kakuro_test.json b/examples/pipelines/all_configs/kakuro_test.json new file mode 100755 index 0000000..68f37da --- /dev/null +++ b/examples/pipelines/all_configs/kakuro_test.json @@ -0,0 +1,22 @@ +[ + { + "rows": 4, + "cols": 3 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 3, + "cols": 3 + }, + { + "rows": 5, + "cols": 4 + }, + { + "rows": 4, + "cols": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/kakuro_train.json b/examples/pipelines/all_configs/kakuro_train.json new file mode 100755 index 0000000..68f37da --- /dev/null +++ b/examples/pipelines/all_configs/kakuro_train.json @@ -0,0 +1,22 @@ +[ + { + "rows": 4, + "cols": 3 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 3, + "cols": 3 + }, + { + "rows": 5, + "cols": 4 + }, + { + "rows": 4, + "cols": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korCipherCustomInverseShiftSubstitutionCipher_test.json b/examples/pipelines/all_configs/korCipherCustomInverseShiftSubstitutionCipher_test.json new file mode 100755 index 0000000..7973204 --- /dev/null +++ b/examples/pipelines/all_configs/korCipherCustomInverseShiftSubstitutionCipher_test.json @@ -0,0 +1,18 @@ +[ + { + "standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA", + "substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ", + "min_length": 5, + "max_length": 10, + "encrypt_probability": 0.7 + }, + { + "standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA", + "substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ", + "min_length": 4, + "max_length": 6, + "encrypt_probability": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korCipherCustomInverseShiftSubstitutionCipher_train.json b/examples/pipelines/all_configs/korCipherCustomInverseShiftSubstitutionCipher_train.json new file mode 100755 index 0000000..7973204 --- /dev/null +++ b/examples/pipelines/all_configs/korCipherCustomInverseShiftSubstitutionCipher_train.json @@ -0,0 +1,18 @@ +[ + { + "standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA", + "substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ", + "min_length": 5, + "max_length": 10, + "encrypt_probability": 0.7 + }, + { + "standard_alphabet": "ABCDEFGHIJKLMNOPQRSTUVWXYZ", + "reversed_alphabet": "ZYXWVUTSRQPONMLKJIHGFEDCBA", + "substitution_alphabet": "RFDJUHABCEGIKLMNOPQSTVWXYZ", + "min_length": 4, + "max_length": 6, + "encrypt_probability": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicAnalogicalReasoning_test.json b/examples/pipelines/all_configs/korLogicAnalogicalReasoning_test.json new file mode 100755 index 0000000..b2fa385 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicAnalogicalReasoning_test.json @@ -0,0 +1,92 @@ +[ + { + "attribute_pools": { + "zoology": { + "attributes": [ + "stripes", + "hooves", + "herbivorous" + ], + "derived_positive": "live in herds", + "derived_negative": "solitary", + "objects": [ + "zebras", + "lions" + ] + }, + "physics": { + "attributes": [ + "mass", + "velocity", + "acceleration" + ], + "derived_positive": "force", + "derived_negative": "no force", + "objects": [ + "moving cars", + "stationary objects" + ] + }, + "computer_science": { + "attributes": [ + "RAM", + "CPU", + "storage" + ], + "derived_positive": "processing power", + "derived_negative": "low performance", + "objects": [ + "desktops", + "smartphones" + ] + } + }, + "num_questions": 15, + "difficulty_level": "hard" + }, + { + "attribute_pools": { + "geology": { + "attributes": [ + "igneous", + "metamorphic", + "sedimentary" + ], + "derived_positive": "rock formation", + "derived_negative": "non-rock", + "objects": [ + "mountains", + "soil" + ] + }, + "astronomy": { + "attributes": [ + "orbit", + "gravity", + "atmosphere" + ], + "derived_positive": "supports life", + "derived_negative": "no life", + "objects": [ + "Earth", + "Mars" + ] + }, + "ecology": { + "attributes": [ + "food chain", + "habitat", + "predators" + ], + "derived_positive": "species survival", + "derived_negative": "extinction risk", + "objects": [ + "wolves", + "rabbits" + ] + } + }, + "num_questions": 5, + "difficulty_level": "easy" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicAnalogicalReasoning_train.json b/examples/pipelines/all_configs/korLogicAnalogicalReasoning_train.json new file mode 100755 index 0000000..b2fa385 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicAnalogicalReasoning_train.json @@ -0,0 +1,92 @@ +[ + { + "attribute_pools": { + "zoology": { + "attributes": [ + "stripes", + "hooves", + "herbivorous" + ], + "derived_positive": "live in herds", + "derived_negative": "solitary", + "objects": [ + "zebras", + "lions" + ] + }, + "physics": { + "attributes": [ + "mass", + "velocity", + "acceleration" + ], + "derived_positive": "force", + "derived_negative": "no force", + "objects": [ + "moving cars", + "stationary objects" + ] + }, + "computer_science": { + "attributes": [ + "RAM", + "CPU", + "storage" + ], + "derived_positive": "processing power", + "derived_negative": "low performance", + "objects": [ + "desktops", + "smartphones" + ] + } + }, + "num_questions": 15, + "difficulty_level": "hard" + }, + { + "attribute_pools": { + "geology": { + "attributes": [ + "igneous", + "metamorphic", + "sedimentary" + ], + "derived_positive": "rock formation", + "derived_negative": "non-rock", + "objects": [ + "mountains", + "soil" + ] + }, + "astronomy": { + "attributes": [ + "orbit", + "gravity", + "atmosphere" + ], + "derived_positive": "supports life", + "derived_negative": "no life", + "objects": [ + "Earth", + "Mars" + ] + }, + "ecology": { + "attributes": [ + "food chain", + "habitat", + "predators" + ], + "derived_positive": "species survival", + "derived_negative": "extinction risk", + "objects": [ + "wolves", + "rabbits" + ] + } + }, + "num_questions": 5, + "difficulty_level": "easy" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicCanonicalPropositions_test.json b/examples/pipelines/all_configs/korLogicCanonicalPropositions_test.json new file mode 100755 index 0000000..80ca4c4 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicCanonicalPropositions_test.json @@ -0,0 +1,100 @@ +[ + { + "variable_pool": [ + "operate legally for reasonable profits", + "price fraud occurs", + "abuse of vulnerable groups", + "reasonable sports collisions", + "disruptive behavior in cultural venues", + "tobacco use in public areas", + "contract fulfillment", + "citizens' rights protection", + "youth development support", + "national property protection", + "noise in quiet zones", + "remarriage rights" + ], + "formula_pool": [ + [ + 2, + "‽p←→¬§p", + "Prohibition-Permission Negation" + ], + [ + 3, + "§p←→¬‽p", + "Permission-Prohibition Duality" + ], + [ + 5, + "¶p→¬‽p", + "Obligation-Prohibition Exclusion" + ], + [ + 7, + "¬§p→§¬p", + "Permission Negation Implication" + ], + [ + 9, + "¶p→§p", + "Obligation-Permission Entailment" + ], + [ + 10, + "‽p→§¬p", + "Prohibition-Permission Consequence" + ] + ] + }, + { + "variable_pool": [ + "operate legally for reasonable profits", + "price fraud occurs", + "abuse of vulnerable groups", + "reasonable sports collisions", + "disruptive behavior in cultural venues", + "tobacco use in public areas", + "contract fulfillment", + "citizens' rights protection", + "youth development support", + "national property protection", + "noise in quiet zones", + "remarriage rights", + "donation activities", + "public speech" + ], + "formula_pool": [ + [ + 3, + "§p←→¬‽p", + "Permission-Prohibition Duality" + ], + [ + 2, + "‽p←→¬§p", + "Prohibition-Permission Negation" + ], + [ + 5, + "¶p→¬‽p", + "Obligation-Prohibition Exclusion" + ], + [ + 7, + "¬§p→§¬p", + "Permission Negation Implication" + ], + [ + 9, + "¶p→§p", + "Obligation-Permission Entailment" + ], + [ + 10, + "‽p→§¬p", + "Prohibition-Permission Consequence" + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicCanonicalPropositions_train.json b/examples/pipelines/all_configs/korLogicCanonicalPropositions_train.json new file mode 100755 index 0000000..80ca4c4 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicCanonicalPropositions_train.json @@ -0,0 +1,100 @@ +[ + { + "variable_pool": [ + "operate legally for reasonable profits", + "price fraud occurs", + "abuse of vulnerable groups", + "reasonable sports collisions", + "disruptive behavior in cultural venues", + "tobacco use in public areas", + "contract fulfillment", + "citizens' rights protection", + "youth development support", + "national property protection", + "noise in quiet zones", + "remarriage rights" + ], + "formula_pool": [ + [ + 2, + "‽p←→¬§p", + "Prohibition-Permission Negation" + ], + [ + 3, + "§p←→¬‽p", + "Permission-Prohibition Duality" + ], + [ + 5, + "¶p→¬‽p", + "Obligation-Prohibition Exclusion" + ], + [ + 7, + "¬§p→§¬p", + "Permission Negation Implication" + ], + [ + 9, + "¶p→§p", + "Obligation-Permission Entailment" + ], + [ + 10, + "‽p→§¬p", + "Prohibition-Permission Consequence" + ] + ] + }, + { + "variable_pool": [ + "operate legally for reasonable profits", + "price fraud occurs", + "abuse of vulnerable groups", + "reasonable sports collisions", + "disruptive behavior in cultural venues", + "tobacco use in public areas", + "contract fulfillment", + "citizens' rights protection", + "youth development support", + "national property protection", + "noise in quiet zones", + "remarriage rights", + "donation activities", + "public speech" + ], + "formula_pool": [ + [ + 3, + "§p←→¬‽p", + "Permission-Prohibition Duality" + ], + [ + 2, + "‽p←→¬§p", + "Prohibition-Permission Negation" + ], + [ + 5, + "¶p→¬‽p", + "Obligation-Prohibition Exclusion" + ], + [ + 7, + "¬§p→§¬p", + "Permission Negation Implication" + ], + [ + 9, + "¶p→§p", + "Obligation-Permission Entailment" + ], + [ + 10, + "‽p→§¬p", + "Prohibition-Permission Consequence" + ] + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicCircuitDiagram_test.json b/examples/pipelines/all_configs/korLogicCircuitDiagram_test.json new file mode 100755 index 0000000..fba0e0b --- /dev/null +++ b/examples/pipelines/all_configs/korLogicCircuitDiagram_test.json @@ -0,0 +1,31 @@ +[ + { + "gate_types": [ + "NOT", + "AND" + ], + "max_variables": 2 + }, + { + "gate_types": [ + "OR", + "NOR" + ], + "max_variables": 4 + }, + { + "gate_types": [ + "NOT", + "AND", + "OR" + ], + "max_variables": 3 + }, + { + "gate_types": [ + "AND", + "OR" + ], + "max_variables": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicCircuitDiagram_train.json b/examples/pipelines/all_configs/korLogicCircuitDiagram_train.json new file mode 100755 index 0000000..fba0e0b --- /dev/null +++ b/examples/pipelines/all_configs/korLogicCircuitDiagram_train.json @@ -0,0 +1,31 @@ +[ + { + "gate_types": [ + "NOT", + "AND" + ], + "max_variables": 2 + }, + { + "gate_types": [ + "OR", + "NOR" + ], + "max_variables": 4 + }, + { + "gate_types": [ + "NOT", + "AND", + "OR" + ], + "max_variables": 3 + }, + { + "gate_types": [ + "AND", + "OR" + ], + "max_variables": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicCooperativePrinciple_test.json b/examples/pipelines/all_configs/korLogicCooperativePrinciple_test.json new file mode 100755 index 0000000..e1e003c --- /dev/null +++ b/examples/pipelines/all_configs/korLogicCooperativePrinciple_test.json @@ -0,0 +1,51 @@ +[ + { + "case_weights": [ + 2, + 1, + 1 + ] + }, + { + "case_weights": [ + 1, + 1, + 1 + ] + }, + { + "case_weights": [ + 2, + 1, + 2 + ] + }, + { + "case_weights": [ + 1, + 2, + 2 + ] + }, + { + "case_weights": [ + 1, + 2, + 1 + ] + }, + { + "case_weights": [ + 1, + 1, + 3 + ] + }, + { + "case_weights": [ + 1, + 3, + 1 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicCooperativePrinciple_train.json b/examples/pipelines/all_configs/korLogicCooperativePrinciple_train.json new file mode 100755 index 0000000..e1e003c --- /dev/null +++ b/examples/pipelines/all_configs/korLogicCooperativePrinciple_train.json @@ -0,0 +1,51 @@ +[ + { + "case_weights": [ + 2, + 1, + 1 + ] + }, + { + "case_weights": [ + 1, + 1, + 1 + ] + }, + { + "case_weights": [ + 2, + 1, + 2 + ] + }, + { + "case_weights": [ + 1, + 2, + 2 + ] + }, + { + "case_weights": [ + 1, + 2, + 1 + ] + }, + { + "case_weights": [ + 1, + 1, + 3 + ] + }, + { + "case_weights": [ + 1, + 3, + 1 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicDefinitions_test.json b/examples/pipelines/all_configs/korLogicDefinitions_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDefinitions_test.json rename to examples/pipelines/all_configs/korLogicDefinitions_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicDefinitions_train.json b/examples/pipelines/all_configs/korLogicDefinitions_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDefinitions_train.json rename to examples/pipelines/all_configs/korLogicDefinitions_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json b/examples/pipelines/all_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json rename to examples/pipelines/all_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json b/examples/pipelines/all_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json rename to examples/pipelines/all_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json b/examples/pipelines/all_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json rename to examples/pipelines/all_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json b/examples/pipelines/all_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json rename to examples/pipelines/all_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicDynamicLogic_test.json b/examples/pipelines/all_configs/korLogicDynamicLogic_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDynamicLogic_test.json rename to examples/pipelines/all_configs/korLogicDynamicLogic_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicDynamicLogic_train.json b/examples/pipelines/all_configs/korLogicDynamicLogic_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicDynamicLogic_train.json rename to examples/pipelines/all_configs/korLogicDynamicLogic_train.json diff --git a/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_test.json b/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_test.json new file mode 100755 index 0000000..7be44fc --- /dev/null +++ b/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_test.json @@ -0,0 +1,110 @@ +[ + { + "class_names": [ + "编程语言", + "操作系统", + "软件工具", + "开发框架", + "数据库", + "网络协议", + "安全工具", + "版本控制" + ], + "properties": [ + "开源", + "跨平台", + "高效", + "易学", + "安全性高", + "支持分布式", + "自动化", + "社区活跃" + ], + "type_prob": 0.3, + "question_types": { + "choice": 0.8, + "symbolic": 0.2 + } + }, + { + "class_names": [ + "植物", + "树木", + "花卉", + "蔬菜", + "水果", + "草本", + "灌木", + "藤本" + ], + "properties": [ + "绿色", + "开花", + "结果", + "需要阳光", + "需要水", + "多年生", + "叶绿体", + "木质茎" + ], + "type_prob": 0.7, + "question_types": { + "choice": 0.4, + "symbolic": 0.6 + } + }, + { + "class_names": [ + "汽车", + "飞机", + "船只", + "自行车", + "摩托车", + "火车", + "卡车", + "卫星" + ], + "properties": [ + "速度快", + "有轮子", + "载人", + "金属材质", + "需要燃料", + "空气动力学设计", + "可行驶", + "需要驾驶证" + ], + "type_prob": 0.4, + "question_types": { + "choice": 0.7, + "symbolic": 0.3 + } + }, + { + "class_names": [ + "音乐类型", + "电影类型", + "书籍类型", + "游戏类型", + "运动类型", + "艺术类型", + "舞蹈类型", + "戏剧类型" + ], + "properties": [ + "节奏感强", + "叙事性强", + "互动性高", + "团队合作", + "视觉艺术", + "表演艺术", + "情感表达", + "竞争性" + ], + "type_prob": 0.5, + "question_types": { + "choice": 0.6, + "symbolic": 0.4 + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_train.json b/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_train.json new file mode 100755 index 0000000..7be44fc --- /dev/null +++ b/examples/pipelines/all_configs/korLogicEnumerativeInductiveReasoning_train.json @@ -0,0 +1,110 @@ +[ + { + "class_names": [ + "编程语言", + "操作系统", + "软件工具", + "开发框架", + "数据库", + "网络协议", + "安全工具", + "版本控制" + ], + "properties": [ + "开源", + "跨平台", + "高效", + "易学", + "安全性高", + "支持分布式", + "自动化", + "社区活跃" + ], + "type_prob": 0.3, + "question_types": { + "choice": 0.8, + "symbolic": 0.2 + } + }, + { + "class_names": [ + "植物", + "树木", + "花卉", + "蔬菜", + "水果", + "草本", + "灌木", + "藤本" + ], + "properties": [ + "绿色", + "开花", + "结果", + "需要阳光", + "需要水", + "多年生", + "叶绿体", + "木质茎" + ], + "type_prob": 0.7, + "question_types": { + "choice": 0.4, + "symbolic": 0.6 + } + }, + { + "class_names": [ + "汽车", + "飞机", + "船只", + "自行车", + "摩托车", + "火车", + "卡车", + "卫星" + ], + "properties": [ + "速度快", + "有轮子", + "载人", + "金属材质", + "需要燃料", + "空气动力学设计", + "可行驶", + "需要驾驶证" + ], + "type_prob": 0.4, + "question_types": { + "choice": 0.7, + "symbolic": 0.3 + } + }, + { + "class_names": [ + "音乐类型", + "电影类型", + "书籍类型", + "游戏类型", + "运动类型", + "艺术类型", + "舞蹈类型", + "戏剧类型" + ], + "properties": [ + "节奏感强", + "叙事性强", + "互动性高", + "团队合作", + "视觉艺术", + "表演艺术", + "情感表达", + "竞争性" + ], + "type_prob": 0.5, + "question_types": { + "choice": 0.6, + "symbolic": 0.4 + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicEpistemicLogic_test.json b/examples/pipelines/all_configs/korLogicEpistemicLogic_test.json new file mode 100755 index 0000000..c2884ae --- /dev/null +++ b/examples/pipelines/all_configs/korLogicEpistemicLogic_test.json @@ -0,0 +1,76 @@ +[ + { + "names": [ + "Alice", + "Bob", + "Charlie", + "Eve", + "Dave" + ], + "propositions": [ + "太阳从东方升起", + "2+2=4", + "图书馆今天开放", + "氧气是无色的", + "水在0℃结冰" + ], + "groups": [ + "Friends", + "Colleagues", + "Students" + ] + }, + { + "names": [ + "Alice", + "Bob", + "Charlie" + ], + "propositions": [ + "太阳从东方升起", + "2+2=4", + "图书馆今天开放" + ], + "groups": [ + "G", + "GroupA", + "GroupB" + ] + }, + { + "names": [ + "Alice", + "Bob", + "Charlie" + ], + "propositions": [ + "水在100℃沸腾", + "地球围绕太阳转", + "图书馆今天关闭" + ], + "groups": [ + "GroupX", + "GroupY", + "GroupZ" + ] + }, + { + "names": [ + "Alice", + "Bob", + "Charlie", + "Eve" + ], + "propositions": [ + "太阳从东方升起", + "2+2=4", + "图书馆今天开放", + "氧气是无色的" + ], + "groups": [ + "Team1", + "Team2", + "Team3" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicEpistemicLogic_train.json b/examples/pipelines/all_configs/korLogicEpistemicLogic_train.json new file mode 100755 index 0000000..c2884ae --- /dev/null +++ b/examples/pipelines/all_configs/korLogicEpistemicLogic_train.json @@ -0,0 +1,76 @@ +[ + { + "names": [ + "Alice", + "Bob", + "Charlie", + "Eve", + "Dave" + ], + "propositions": [ + "太阳从东方升起", + "2+2=4", + "图书馆今天开放", + "氧气是无色的", + "水在0℃结冰" + ], + "groups": [ + "Friends", + "Colleagues", + "Students" + ] + }, + { + "names": [ + "Alice", + "Bob", + "Charlie" + ], + "propositions": [ + "太阳从东方升起", + "2+2=4", + "图书馆今天开放" + ], + "groups": [ + "G", + "GroupA", + "GroupB" + ] + }, + { + "names": [ + "Alice", + "Bob", + "Charlie" + ], + "propositions": [ + "水在100℃沸腾", + "地球围绕太阳转", + "图书馆今天关闭" + ], + "groups": [ + "GroupX", + "GroupY", + "GroupZ" + ] + }, + { + "names": [ + "Alice", + "Bob", + "Charlie", + "Eve" + ], + "propositions": [ + "太阳从东方升起", + "2+2=4", + "图书馆今天开放", + "氧气是无色的" + ], + "groups": [ + "Team1", + "Team2", + "Team3" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_test.json b/examples/pipelines/all_configs/korLogicEquivalenceCalculus_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_test.json rename to examples/pipelines/all_configs/korLogicEquivalenceCalculus_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_train.json b/examples/pipelines/all_configs/korLogicEquivalenceCalculus_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicEquivalenceCalculus_train.json rename to examples/pipelines/all_configs/korLogicEquivalenceCalculus_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_test.json b/examples/pipelines/all_configs/korLogicFigureOfTheSyllogism_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_test.json rename to examples/pipelines/all_configs/korLogicFigureOfTheSyllogism_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_train.json b/examples/pipelines/all_configs/korLogicFigureOfTheSyllogism_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicFigureOfTheSyllogism_train.json rename to examples/pipelines/all_configs/korLogicFigureOfTheSyllogism_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicFormalFallacies_test.json b/examples/pipelines/all_configs/korLogicFormalFallacies_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicFormalFallacies_test.json rename to examples/pipelines/all_configs/korLogicFormalFallacies_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicFormalFallacies_train.json b/examples/pipelines/all_configs/korLogicFormalFallacies_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicFormalFallacies_train.json rename to examples/pipelines/all_configs/korLogicFormalFallacies_train.json diff --git a/examples/pipelines/all_configs/korLogicInductionParadox_test.json b/examples/pipelines/all_configs/korLogicInductionParadox_test.json new file mode 100755 index 0000000..babfbae --- /dev/null +++ b/examples/pipelines/all_configs/korLogicInductionParadox_test.json @@ -0,0 +1,65 @@ +[ + { + "example_pool": [ + { + "phenomenon": "桥梁在特定天气结构变形", + "hypotheses": [ + "温度膨胀假说", + "湿度膨胀假说" + ], + "contradiction": "温度与湿度变化无法同时发生", + "correct_answer": "A" + }, + { + "phenomenon": "股票价格在特定经济指标发布时上涨", + "hypotheses": [ + "利率变化假说", + "通货膨胀假说" + ], + "contradiction": "利率与通货膨胀无法同时变化", + "correct_answer": "A" + } + ], + "symbolic_templates": [ + "{p} ∧ ({q1} ∨ {q2}) → ⊥", + "∀x(R(x) → B(x)) ∧ ∃x(¬B(x) ∧ ¬R(x))", + "{p} ⇒ ({h1} ∧ {h2}), 其中{h1}与{h2}矛盾" + ] + }, + { + "example_pool": [ + { + "phenomenon": "计算机程序在特定条件下崩溃", + "hypotheses": [ + "内存泄漏假说", + "CPU过载假说" + ], + "contradiction": "内存泄漏与CPU过载无法同时发生", + "correct_answer": "A" + }, + { + "phenomenon": "鸟类在特定季节迁徙", + "hypotheses": [ + "日照时间假说", + "食物供应假说" + ], + "contradiction": "日照时间与食物供应变化无法同时满足", + "correct_answer": "A" + }, + { + "phenomenon": "化学反应在特定温度下发生", + "hypotheses": [ + "催化剂假说", + "压力变化假说" + ], + "contradiction": "催化剂与压力变化无法同时作用", + "correct_answer": "A" + } + ], + "symbolic_templates": [ + "({q1} ∧ {q2}) → ⊥", + "∀x(R(x) → B(x)) ∧ ∀x(¬B(x)→¬R(x))", + "{p} ⇒ ({h1} ∨ {h2} ∨ {h3}), 其中{h1}、{h2}、{h3}两两矛盾" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicInductionParadox_train.json b/examples/pipelines/all_configs/korLogicInductionParadox_train.json new file mode 100755 index 0000000..babfbae --- /dev/null +++ b/examples/pipelines/all_configs/korLogicInductionParadox_train.json @@ -0,0 +1,65 @@ +[ + { + "example_pool": [ + { + "phenomenon": "桥梁在特定天气结构变形", + "hypotheses": [ + "温度膨胀假说", + "湿度膨胀假说" + ], + "contradiction": "温度与湿度变化无法同时发生", + "correct_answer": "A" + }, + { + "phenomenon": "股票价格在特定经济指标发布时上涨", + "hypotheses": [ + "利率变化假说", + "通货膨胀假说" + ], + "contradiction": "利率与通货膨胀无法同时变化", + "correct_answer": "A" + } + ], + "symbolic_templates": [ + "{p} ∧ ({q1} ∨ {q2}) → ⊥", + "∀x(R(x) → B(x)) ∧ ∃x(¬B(x) ∧ ¬R(x))", + "{p} ⇒ ({h1} ∧ {h2}), 其中{h1}与{h2}矛盾" + ] + }, + { + "example_pool": [ + { + "phenomenon": "计算机程序在特定条件下崩溃", + "hypotheses": [ + "内存泄漏假说", + "CPU过载假说" + ], + "contradiction": "内存泄漏与CPU过载无法同时发生", + "correct_answer": "A" + }, + { + "phenomenon": "鸟类在特定季节迁徙", + "hypotheses": [ + "日照时间假说", + "食物供应假说" + ], + "contradiction": "日照时间与食物供应变化无法同时满足", + "correct_answer": "A" + }, + { + "phenomenon": "化学反应在特定温度下发生", + "hypotheses": [ + "催化剂假说", + "压力变化假说" + ], + "contradiction": "催化剂与压力变化无法同时作用", + "correct_answer": "A" + } + ], + "symbolic_templates": [ + "({q1} ∧ {q2}) → ⊥", + "∀x(R(x) → B(x)) ∧ ∀x(¬B(x)→¬R(x))", + "{p} ⇒ ({h1} ∨ {h2} ∨ {h3}), 其中{h1}、{h2}、{h3}两两矛盾" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json b/examples/pipelines/all_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json new file mode 100644 index 0000000..36b2ca3 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json @@ -0,0 +1,14 @@ +[ + { + "random_seed": 789 + }, + { + "random_seed": 0 + }, + { + "random_seed": 456 + }, + { + "random_seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json b/examples/pipelines/all_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json new file mode 100644 index 0000000..36b2ca3 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json @@ -0,0 +1,14 @@ +[ + { + "random_seed": 789 + }, + { + "random_seed": 0 + }, + { + "random_seed": 456 + }, + { + "random_seed": 123 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicPredicateLogicFormalization_test.json b/examples/pipelines/all_configs/korLogicPredicateLogicFormalization_test.json new file mode 100755 index 0000000..1c9d12c --- /dev/null +++ b/examples/pipelines/all_configs/korLogicPredicateLogicFormalization_test.json @@ -0,0 +1,26 @@ +[ + { + "num_problems": 4, + "max_quantifiers": 4 + }, + { + "num_problems": 5, + "max_quantifiers": 4 + }, + { + "num_problems": 2, + "max_quantifiers": 4 + }, + { + "num_problems": 5, + "max_quantifiers": 3 + }, + { + "num_problems": 4, + "max_quantifiers": 3 + }, + { + "num_problems": 2, + "max_quantifiers": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicPredicateLogicFormalization_train.json b/examples/pipelines/all_configs/korLogicPredicateLogicFormalization_train.json new file mode 100755 index 0000000..1c9d12c --- /dev/null +++ b/examples/pipelines/all_configs/korLogicPredicateLogicFormalization_train.json @@ -0,0 +1,26 @@ +[ + { + "num_problems": 4, + "max_quantifiers": 4 + }, + { + "num_problems": 5, + "max_quantifiers": 4 + }, + { + "num_problems": 2, + "max_quantifiers": 4 + }, + { + "num_problems": 5, + "max_quantifiers": 3 + }, + { + "num_problems": 4, + "max_quantifiers": 3 + }, + { + "num_problems": 2, + "max_quantifiers": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicPropositionalLogicConcepts_test.json b/examples/pipelines/all_configs/korLogicPropositionalLogicConcepts_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicPropositionalLogicConcepts_test.json rename to examples/pipelines/all_configs/korLogicPropositionalLogicConcepts_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicPropositionalLogicConcepts_train.json b/examples/pipelines/all_configs/korLogicPropositionalLogicConcepts_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicPropositionalLogicConcepts_train.json rename to examples/pipelines/all_configs/korLogicPropositionalLogicConcepts_train.json diff --git a/examples/pipelines/all_configs/korLogicPropositionalLogicFormalization_test.json b/examples/pipelines/all_configs/korLogicPropositionalLogicFormalization_test.json new file mode 100755 index 0000000..2c11d58 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicPropositionalLogicFormalization_test.json @@ -0,0 +1,44 @@ +[ + { + "problem_type": "symbolize", + "num_propositions": 3, + "max_questions": 3, + "allowed_connectives": [ + "&", + "||", + "~" + ] + }, + { + "problem_type": "symbolize", + "num_propositions": 3, + "max_questions": 4, + "allowed_connectives": [ + "&", + "=>", + "~" + ] + }, + { + "problem_type": "symbolize", + "num_propositions": 4, + "max_questions": 3, + "allowed_connectives": [ + "&", + "||", + "~", + "=>", + "=" + ] + }, + { + "problem_type": "symbolize", + "num_propositions": 2, + "max_questions": 5, + "allowed_connectives": [ + "&", + "||", + "~" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicPropositionalLogicFormalization_train.json b/examples/pipelines/all_configs/korLogicPropositionalLogicFormalization_train.json new file mode 100755 index 0000000..2c11d58 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicPropositionalLogicFormalization_train.json @@ -0,0 +1,44 @@ +[ + { + "problem_type": "symbolize", + "num_propositions": 3, + "max_questions": 3, + "allowed_connectives": [ + "&", + "||", + "~" + ] + }, + { + "problem_type": "symbolize", + "num_propositions": 3, + "max_questions": 4, + "allowed_connectives": [ + "&", + "=>", + "~" + ] + }, + { + "problem_type": "symbolize", + "num_propositions": 4, + "max_questions": 3, + "allowed_connectives": [ + "&", + "||", + "~", + "=>", + "=" + ] + }, + { + "problem_type": "symbolize", + "num_propositions": 2, + "max_questions": 5, + "allowed_connectives": [ + "&", + "||", + "~" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicResolution_test.json b/examples/pipelines/all_configs/korLogicResolution_test.json new file mode 100644 index 0000000..b7699d5 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicResolution_test.json @@ -0,0 +1,40 @@ +[ + { + "vars": [ + "x", + "y", + "z", + "w", + "u" + ], + "max_clause_length": 4, + "problem_types": [ + "algorithm_output" + ] + }, + { + "vars": [ + "a", + "b", + "c" + ], + "max_clause_length": 2, + "problem_types": [ + "can_resolve", + "compute_dispel" + ] + }, + { + "vars": [ + "p", + "q", + "r" + ], + "max_clause_length": 3, + "problem_types": [ + "can_resolve", + "algorithm_output" + ], + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korLogicResolution_train.json b/examples/pipelines/all_configs/korLogicResolution_train.json new file mode 100644 index 0000000..b7699d5 --- /dev/null +++ b/examples/pipelines/all_configs/korLogicResolution_train.json @@ -0,0 +1,40 @@ +[ + { + "vars": [ + "x", + "y", + "z", + "w", + "u" + ], + "max_clause_length": 4, + "problem_types": [ + "algorithm_output" + ] + }, + { + "vars": [ + "a", + "b", + "c" + ], + "max_clause_length": 2, + "problem_types": [ + "can_resolve", + "compute_dispel" + ] + }, + { + "vars": [ + "p", + "q", + "r" + ], + "max_clause_length": 3, + "problem_types": [ + "can_resolve", + "algorithm_output" + ], + "seed": 42 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicSpeechActs_test.json b/examples/pipelines/all_configs/korLogicSpeechActs_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicSpeechActs_test.json rename to examples/pipelines/all_configs/korLogicSpeechActs_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicSpeechActs_train.json b/examples/pipelines/all_configs/korLogicSpeechActs_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicSpeechActs_train.json rename to examples/pipelines/all_configs/korLogicSpeechActs_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicStatisticalReasoning_test.json b/examples/pipelines/all_configs/korLogicStatisticalReasoning_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicStatisticalReasoning_test.json rename to examples/pipelines/all_configs/korLogicStatisticalReasoning_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicStatisticalReasoning_train.json b/examples/pipelines/all_configs/korLogicStatisticalReasoning_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicStatisticalReasoning_train.json rename to examples/pipelines/all_configs/korLogicStatisticalReasoning_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicTemporalPropositions_test.json b/examples/pipelines/all_configs/korLogicTemporalPropositions_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicTemporalPropositions_test.json rename to examples/pipelines/all_configs/korLogicTemporalPropositions_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicTemporalPropositions_train.json b/examples/pipelines/all_configs/korLogicTemporalPropositions_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicTemporalPropositions_train.json rename to examples/pipelines/all_configs/korLogicTemporalPropositions_train.json diff --git a/examples/pipelines/puzzle_configs/korLogicTruthValueModalPropositions_test.json b/examples/pipelines/all_configs/korLogicTruthValueModalPropositions_test.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicTruthValueModalPropositions_test.json rename to examples/pipelines/all_configs/korLogicTruthValueModalPropositions_test.json diff --git a/examples/pipelines/puzzle_configs/korLogicTruthValueModalPropositions_train.json b/examples/pipelines/all_configs/korLogicTruthValueModalPropositions_train.json old mode 100755 new mode 100644 similarity index 100% rename from examples/pipelines/puzzle_configs/korLogicTruthValueModalPropositions_train.json rename to examples/pipelines/all_configs/korLogicTruthValueModalPropositions_train.json diff --git a/examples/pipelines/all_configs/korOperationUnicode0032_test.json b/examples/pipelines/all_configs/korOperationUnicode0032_test.json new file mode 100755 index 0000000..744f9b8 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode0032_test.json @@ -0,0 +1,32 @@ +[ + { + "min_val": 2, + "max_val": 25, + "equation_prob": 0.8 + }, + { + "min_val": 0, + "max_val": 10, + "equation_prob": 0.7 + }, + { + "min_val": 1, + "max_val": 20, + "equation_prob": 0.5 + }, + { + "min_val": 5, + "max_val": 30, + "equation_prob": 0.3 + }, + { + "min_val": 1, + "max_val": 20, + "equation_prob": 0.7 + }, + { + "min_val": 2, + "max_val": 15, + "equation_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode0032_train.json b/examples/pipelines/all_configs/korOperationUnicode0032_train.json new file mode 100755 index 0000000..744f9b8 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode0032_train.json @@ -0,0 +1,32 @@ +[ + { + "min_val": 2, + "max_val": 25, + "equation_prob": 0.8 + }, + { + "min_val": 0, + "max_val": 10, + "equation_prob": 0.7 + }, + { + "min_val": 1, + "max_val": 20, + "equation_prob": 0.5 + }, + { + "min_val": 5, + "max_val": 30, + "equation_prob": 0.3 + }, + { + "min_val": 1, + "max_val": 20, + "equation_prob": 0.7 + }, + { + "min_val": 2, + "max_val": 15, + "equation_prob": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode0033_test.json b/examples/pipelines/all_configs/korOperationUnicode0033_test.json new file mode 100755 index 0000000..a6cfb55 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode0033_test.json @@ -0,0 +1,65 @@ +[ + { + "compute_prob": 0.4, + "max_square": 12, + "operand_range": [ + 3, + 5 + ], + "max_depth": 3 + }, + { + "compute_prob": 0.5, + "max_square": 13, + "operand_range": [ + 1, + 4 + ], + "max_depth": 2 + }, + { + "compute_prob": 0.7, + "max_square": 8, + "operand_range": [ + 2, + 4 + ], + "max_depth": 2 + }, + { + "compute_prob": 0.8, + "max_square": 14, + "operand_range": [ + 3, + 6 + ], + "max_depth": 3 + }, + { + "compute_prob": 0.1, + "max_square": 9, + "operand_range": [ + 2, + 5 + ], + "max_depth": 1 + }, + { + "compute_prob": 0.9, + "max_square": 20, + "operand_range": [ + 2, + 6 + ], + "max_depth": 3 + }, + { + "compute_prob": 0.3, + "max_square": 15, + "operand_range": [ + 1, + 6 + ], + "max_depth": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode0033_train.json b/examples/pipelines/all_configs/korOperationUnicode0033_train.json new file mode 100755 index 0000000..a6cfb55 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode0033_train.json @@ -0,0 +1,65 @@ +[ + { + "compute_prob": 0.4, + "max_square": 12, + "operand_range": [ + 3, + 5 + ], + "max_depth": 3 + }, + { + "compute_prob": 0.5, + "max_square": 13, + "operand_range": [ + 1, + 4 + ], + "max_depth": 2 + }, + { + "compute_prob": 0.7, + "max_square": 8, + "operand_range": [ + 2, + 4 + ], + "max_depth": 2 + }, + { + "compute_prob": 0.8, + "max_square": 14, + "operand_range": [ + 3, + 6 + ], + "max_depth": 3 + }, + { + "compute_prob": 0.1, + "max_square": 9, + "operand_range": [ + 2, + 5 + ], + "max_depth": 1 + }, + { + "compute_prob": 0.9, + "max_square": 20, + "operand_range": [ + 2, + 6 + ], + "max_depth": 3 + }, + { + "compute_prob": 0.3, + "max_square": 15, + "operand_range": [ + 1, + 6 + ], + "max_depth": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode203b_test.json b/examples/pipelines/all_configs/korOperationUnicode203b_test.json new file mode 100755 index 0000000..bdb8b97 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode203b_test.json @@ -0,0 +1,22 @@ +[ + { + "C": 3, + "max_operand": 200, + "max_attempts": 200 + }, + { + "C": 2, + "max_operand": 100, + "max_attempts": 100 + }, + { + "C": 1, + "max_operand": 50, + "max_attempts": 50 + }, + { + "C": 4, + "max_operand": 150, + "max_attempts": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode203b_train.json b/examples/pipelines/all_configs/korOperationUnicode203b_train.json new file mode 100755 index 0000000..bdb8b97 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode203b_train.json @@ -0,0 +1,22 @@ +[ + { + "C": 3, + "max_operand": 200, + "max_attempts": 200 + }, + { + "C": 2, + "max_operand": 100, + "max_attempts": 100 + }, + { + "C": 1, + "max_operand": 50, + "max_attempts": 50 + }, + { + "C": 4, + "max_operand": 150, + "max_attempts": 150 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode20ac_test.json b/examples/pipelines/all_configs/korOperationUnicode20ac_test.json new file mode 100755 index 0000000..36c7a3b --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode20ac_test.json @@ -0,0 +1,34 @@ +[ + { + "matrix_shape": [ + 2, + 3 + ], + "min_val": 0, + "max_val": 10 + }, + { + "matrix_shape": [ + 3, + 3 + ], + "min_val": -20, + "max_val": 20 + }, + { + "matrix_shape": [ + 2, + 2 + ], + "min_val": -5, + "max_val": 10 + }, + { + "matrix_shape": [ + 2, + 2 + ], + "min_val": -10, + "max_val": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode20ac_train.json b/examples/pipelines/all_configs/korOperationUnicode20ac_train.json new file mode 100755 index 0000000..ff9945d --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode20ac_train.json @@ -0,0 +1,22 @@ +[ + { + "matrix_shape": [2,3], + "min_val": 0, + "max_val": 10 + }, + { + "matrix_shape": [3,3], + "min_val": -20, + "max_val": 20 + }, + { + "matrix_shape": [2,2], + "min_val": -5, + "max_val": 10 + }, + { + "matrix_shape": [2,2], + "min_val": -10, + "max_val": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode221e_test.json b/examples/pipelines/all_configs/korOperationUnicode221e_test.json new file mode 100755 index 0000000..c7de131 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode221e_test.json @@ -0,0 +1,30 @@ +[ + { + "max_num": 7, + "solve_ratio": 0.6 + }, + { + "max_num": 18, + "solve_ratio": 0.1 + }, + { + "max_num": 9, + "solve_ratio": 0.45 + }, + { + "max_num": 14, + "solve_ratio": 0.65 + }, + { + "max_num": 5, + "solve_ratio": 0.3 + }, + { + "max_num": 10, + "solve_ratio": 0.5 + }, + { + "max_num": 20, + "solve_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode221e_train.json b/examples/pipelines/all_configs/korOperationUnicode221e_train.json new file mode 100755 index 0000000..c7de131 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode221e_train.json @@ -0,0 +1,30 @@ +[ + { + "max_num": 7, + "solve_ratio": 0.6 + }, + { + "max_num": 18, + "solve_ratio": 0.1 + }, + { + "max_num": 9, + "solve_ratio": 0.45 + }, + { + "max_num": 14, + "solve_ratio": 0.65 + }, + { + "max_num": 5, + "solve_ratio": 0.3 + }, + { + "max_num": 10, + "solve_ratio": 0.5 + }, + { + "max_num": 20, + "solve_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode2295_test.json b/examples/pipelines/all_configs/korOperationUnicode2295_test.json new file mode 100755 index 0000000..779b52a --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode2295_test.json @@ -0,0 +1,22 @@ +[ + { + "max_operand": 5, + "equation_prob": 0.3, + "allow_division": false + }, + { + "max_operand": 20, + "equation_prob": 0.6, + "allow_division": true + }, + { + "max_operand": 8, + "equation_prob": 0.4, + "allow_division": false + }, + { + "max_operand": 10, + "equation_prob": 0.5, + "allow_division": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode2295_train.json b/examples/pipelines/all_configs/korOperationUnicode2295_train.json new file mode 100755 index 0000000..779b52a --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode2295_train.json @@ -0,0 +1,22 @@ +[ + { + "max_operand": 5, + "equation_prob": 0.3, + "allow_division": false + }, + { + "max_operand": 20, + "equation_prob": 0.6, + "allow_division": true + }, + { + "max_operand": 8, + "equation_prob": 0.4, + "allow_division": false + }, + { + "max_operand": 10, + "equation_prob": 0.5, + "allow_division": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25a0_test.json b/examples/pipelines/all_configs/korOperationUnicode25a0_test.json new file mode 100755 index 0000000..a470618 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25a0_test.json @@ -0,0 +1,10 @@ +[ + { + "max_terms": 2, + "max_degree": 3 + }, + { + "max_terms": 1, + "max_degree": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25a0_train.json b/examples/pipelines/all_configs/korOperationUnicode25a0_train.json new file mode 100755 index 0000000..a470618 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25a0_train.json @@ -0,0 +1,10 @@ +[ + { + "max_terms": 2, + "max_degree": 3 + }, + { + "max_terms": 1, + "max_degree": 2 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25a1_test.json b/examples/pipelines/all_configs/korOperationUnicode25a1_test.json new file mode 100755 index 0000000..19a9266 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25a1_test.json @@ -0,0 +1,57 @@ +[ + { + "params": { + "prob_evaluate": 0.5, + "x_candidates": [ + 0, + 1, + 2, + 3, + 0.7854, + 1.5708 + ] + } + }, + { + "params": { + "prob_evaluate": 0.6, + "x_candidates": [ + 0, + 1, + 2, + 0.7854, + 1.5708, + 3.1416, + 4.7124, + 6.2832 + ] + } + }, + { + "params": { + "prob_evaluate": 0.3, + "x_candidates": [ + 0, + 1, + 2, + 0.7854, + 1.5708, + 3.1416 + ] + } + }, + { + "params": { + "prob_evaluate": 0.7, + "x_candidates": [ + 0, + 1, + 2, + 0.7854, + 1.5708, + 3.1416, + 4.7124 + ] + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25a1_train.json b/examples/pipelines/all_configs/korOperationUnicode25a1_train.json new file mode 100755 index 0000000..19a9266 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25a1_train.json @@ -0,0 +1,57 @@ +[ + { + "params": { + "prob_evaluate": 0.5, + "x_candidates": [ + 0, + 1, + 2, + 3, + 0.7854, + 1.5708 + ] + } + }, + { + "params": { + "prob_evaluate": 0.6, + "x_candidates": [ + 0, + 1, + 2, + 0.7854, + 1.5708, + 3.1416, + 4.7124, + 6.2832 + ] + } + }, + { + "params": { + "prob_evaluate": 0.3, + "x_candidates": [ + 0, + 1, + 2, + 0.7854, + 1.5708, + 3.1416 + ] + } + }, + { + "params": { + "prob_evaluate": 0.7, + "x_candidates": [ + 0, + 1, + 2, + 0.7854, + 1.5708, + 3.1416, + 4.7124 + ] + } + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25b3_test.json b/examples/pipelines/all_configs/korOperationUnicode25b3_test.json new file mode 100755 index 0000000..1250689 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25b3_test.json @@ -0,0 +1,26 @@ +[ + { + "max_degree": 5, + "allow_x_value": false + }, + { + "max_degree": 2, + "allow_x_value": true + }, + { + "max_degree": 3, + "allow_x_value": true + }, + { + "max_degree": 5, + "allow_x_value": true + }, + { + "max_degree": 1, + "allow_x_value": true + }, + { + "max_degree": 4, + "allow_x_value": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25b3_train.json b/examples/pipelines/all_configs/korOperationUnicode25b3_train.json new file mode 100755 index 0000000..1250689 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25b3_train.json @@ -0,0 +1,26 @@ +[ + { + "max_degree": 5, + "allow_x_value": false + }, + { + "max_degree": 2, + "allow_x_value": true + }, + { + "max_degree": 3, + "allow_x_value": true + }, + { + "max_degree": 5, + "allow_x_value": true + }, + { + "max_degree": 1, + "allow_x_value": true + }, + { + "max_degree": 4, + "allow_x_value": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25bd_test.json b/examples/pipelines/all_configs/korOperationUnicode25bd_test.json new file mode 100755 index 0000000..f120c65 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25bd_test.json @@ -0,0 +1,18 @@ +[ + { + "x_value_prob": 0.7, + "numeric_precision": 2 + }, + { + "x_value_prob": 0.5, + "numeric_precision": 3 + }, + { + "x_value_prob": 0.4, + "numeric_precision": 2 + }, + { + "x_value_prob": 0.2, + "numeric_precision": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25bd_train.json b/examples/pipelines/all_configs/korOperationUnicode25bd_train.json new file mode 100755 index 0000000..f120c65 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25bd_train.json @@ -0,0 +1,18 @@ +[ + { + "x_value_prob": 0.7, + "numeric_precision": 2 + }, + { + "x_value_prob": 0.5, + "numeric_precision": 3 + }, + { + "x_value_prob": 0.4, + "numeric_precision": 2 + }, + { + "x_value_prob": 0.2, + "numeric_precision": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25cb_test.json b/examples/pipelines/all_configs/korOperationUnicode25cb_test.json new file mode 100755 index 0000000..e1de8e2 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25cb_test.json @@ -0,0 +1,30 @@ +[ + { + "x": -1, + "y": 3 + }, + { + "x": 2, + "y": 1 + }, + { + "x": 4, + "y": 5 + }, + { + "x": 0, + "y": 1 + }, + { + "x": 0, + "y": 2 + }, + { + "x": 3, + "y": -1 + }, + { + "x": 1, + "y": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25cb_train.json b/examples/pipelines/all_configs/korOperationUnicode25cb_train.json new file mode 100755 index 0000000..e1de8e2 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25cb_train.json @@ -0,0 +1,30 @@ +[ + { + "x": -1, + "y": 3 + }, + { + "x": 2, + "y": 1 + }, + { + "x": 4, + "y": 5 + }, + { + "x": 0, + "y": 1 + }, + { + "x": 0, + "y": 2 + }, + { + "x": 3, + "y": -1 + }, + { + "x": 1, + "y": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25ce_test.json b/examples/pipelines/all_configs/korOperationUnicode25ce_test.json new file mode 100755 index 0000000..e3a53dc --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25ce_test.json @@ -0,0 +1,32 @@ +[ + { + "min_val": -15, + "max_val": 15, + "equation_prob": 0.4 + }, + { + "min_val": -10, + "max_val": 10, + "equation_prob": 0.4 + }, + { + "min_val": -30, + "max_val": 30, + "equation_prob": 0.4 + }, + { + "min_val": -20, + "max_val": 20, + "equation_prob": 0.3 + }, + { + "min_val": -3, + "max_val": 3, + "equation_prob": 0.6 + }, + { + "min_val": -25, + "max_val": 25, + "equation_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25ce_train.json b/examples/pipelines/all_configs/korOperationUnicode25ce_train.json new file mode 100755 index 0000000..e3a53dc --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25ce_train.json @@ -0,0 +1,32 @@ +[ + { + "min_val": -15, + "max_val": 15, + "equation_prob": 0.4 + }, + { + "min_val": -10, + "max_val": 10, + "equation_prob": 0.4 + }, + { + "min_val": -30, + "max_val": 30, + "equation_prob": 0.4 + }, + { + "min_val": -20, + "max_val": 20, + "equation_prob": 0.3 + }, + { + "min_val": -3, + "max_val": 3, + "equation_prob": 0.6 + }, + { + "min_val": -25, + "max_val": 25, + "equation_prob": 0.3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25cf_test.json b/examples/pipelines/all_configs/korOperationUnicode25cf_test.json new file mode 100755 index 0000000..ceb6589 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25cf_test.json @@ -0,0 +1,143 @@ +[ + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.8, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -10, + 10 + ], + "b_range": [ + -10, + 10 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.7, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -10, + 10 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.9, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x", + "exp(x)" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆", + "◇", + "■" + ], + "compute_prob": 0.7, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.7, + "function_list": [ + "x**2", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "☆" + ], + "compute_prob": 0.6, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode25cf_train.json b/examples/pipelines/all_configs/korOperationUnicode25cf_train.json new file mode 100755 index 0000000..ceb6589 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode25cf_train.json @@ -0,0 +1,143 @@ +[ + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.8, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -10, + 10 + ], + "b_range": [ + -10, + 10 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.7, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -10, + 10 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.9, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x", + "exp(x)" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆", + "◇", + "■" + ], + "compute_prob": 0.7, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "◆" + ], + "compute_prob": 0.7, + "function_list": [ + "x**2", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + }, + { + "operator_symbols": [ + "●", + "★", + "☆" + ], + "compute_prob": 0.6, + "function_list": [ + "m*x", + "x**n", + "sin(x)", + "cos(x)", + "1/x" + ], + "a_range": [ + -5, + 5 + ], + "b_range": [ + -5, + 5 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode2605_test.json b/examples/pipelines/all_configs/korOperationUnicode2605_test.json new file mode 100755 index 0000000..29065d8 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode2605_test.json @@ -0,0 +1,44 @@ +[ + { + "compute_prob": 0.9, + "equation_type2_prob": 0.0, + "min_val": -5, + "max_val": 5 + }, + { + "compute_prob": 0.5, + "equation_type2_prob": 0.2, + "min_val": -5, + "max_val": 5 + }, + { + "compute_prob": 0.7, + "equation_type2_prob": 0.3, + "min_val": -10, + "max_val": 10 + }, + { + "compute_prob": 0.8, + "equation_type2_prob": 0.1, + "min_val": -5, + "max_val": 5 + }, + { + "compute_prob": 0.1, + "equation_type2_prob": 0.9, + "min_val": -3, + "max_val": 3 + }, + { + "compute_prob": 0.5, + "equation_type2_prob": 0.5, + "min_val": -2, + "max_val": 2 + }, + { + "compute_prob": 0.4, + "equation_type2_prob": 0.1, + "min_val": 0, + "max_val": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicode2605_train.json b/examples/pipelines/all_configs/korOperationUnicode2605_train.json new file mode 100755 index 0000000..29065d8 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicode2605_train.json @@ -0,0 +1,44 @@ +[ + { + "compute_prob": 0.9, + "equation_type2_prob": 0.0, + "min_val": -5, + "max_val": 5 + }, + { + "compute_prob": 0.5, + "equation_type2_prob": 0.2, + "min_val": -5, + "max_val": 5 + }, + { + "compute_prob": 0.7, + "equation_type2_prob": 0.3, + "min_val": -10, + "max_val": 10 + }, + { + "compute_prob": 0.8, + "equation_type2_prob": 0.1, + "min_val": -5, + "max_val": 5 + }, + { + "compute_prob": 0.1, + "equation_type2_prob": 0.9, + "min_val": -3, + "max_val": 3 + }, + { + "compute_prob": 0.5, + "equation_type2_prob": 0.5, + "min_val": -2, + "max_val": 2 + }, + { + "compute_prob": 0.4, + "equation_type2_prob": 0.1, + "min_val": 0, + "max_val": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicodeffe0_test.json b/examples/pipelines/all_configs/korOperationUnicodeffe0_test.json new file mode 100755 index 0000000..9413ffe --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicodeffe0_test.json @@ -0,0 +1,62 @@ +[ + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 128, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "solve" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": false + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": false + }, + { + "min_value": 2, + "max_value": 512, + "problem_types": [ + "compute" + ], + "allow_multilevel": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicodeffe0_train.json b/examples/pipelines/all_configs/korOperationUnicodeffe0_train.json new file mode 100755 index 0000000..9413ffe --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicodeffe0_train.json @@ -0,0 +1,62 @@ +[ + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 128, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "solve" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": false + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": true + }, + { + "min_value": 2, + "max_value": 256, + "problem_types": [ + "compute", + "solve" + ], + "allow_multilevel": false + }, + { + "min_value": 2, + "max_value": 512, + "problem_types": [ + "compute" + ], + "allow_multilevel": true + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicodeffe1_test.json b/examples/pipelines/all_configs/korOperationUnicodeffe1_test.json new file mode 100755 index 0000000..1e8c959 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicodeffe1_test.json @@ -0,0 +1,30 @@ +[ + { + "finite_prob": 0.8, + "interval_prob": 0.1, + "special_prob": 0.1, + "max_size": 6, + "element_type": "letter" + }, + { + "finite_prob": 0.6, + "interval_prob": 0.3, + "special_prob": 0.1, + "max_size": 4, + "element_type": "number" + }, + { + "finite_prob": 0.9, + "interval_prob": 0.05, + "special_prob": 0.05, + "max_size": 3, + "element_type": "number" + }, + { + "finite_prob": 0.7, + "interval_prob": 0.2, + "special_prob": 0.1, + "max_size": 5, + "element_type": "mixed" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korOperationUnicodeffe1_train.json b/examples/pipelines/all_configs/korOperationUnicodeffe1_train.json new file mode 100755 index 0000000..1e8c959 --- /dev/null +++ b/examples/pipelines/all_configs/korOperationUnicodeffe1_train.json @@ -0,0 +1,30 @@ +[ + { + "finite_prob": 0.8, + "interval_prob": 0.1, + "special_prob": 0.1, + "max_size": 6, + "element_type": "letter" + }, + { + "finite_prob": 0.6, + "interval_prob": 0.3, + "special_prob": 0.1, + "max_size": 4, + "element_type": "number" + }, + { + "finite_prob": 0.9, + "interval_prob": 0.05, + "special_prob": 0.05, + "max_size": 3, + "element_type": "number" + }, + { + "finite_prob": 0.7, + "interval_prob": 0.2, + "special_prob": 0.1, + "max_size": 5, + "element_type": "mixed" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzle24Points_test.json b/examples/pipelines/all_configs/korPuzzle24Points_test.json new file mode 100755 index 0000000..4580c51 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzle24Points_test.json @@ -0,0 +1,32 @@ +[ + { + "min_num": 1, + "max_num": 13, + "allow_repeats": true + }, + { + "min_num": 4, + "max_num": 12, + "allow_repeats": false + }, + { + "min_num": 5, + "max_num": 15, + "allow_repeats": true + }, + { + "min_num": 2, + "max_num": 5, + "allow_repeats": false + }, + { + "min_num": 1, + "max_num": 10, + "allow_repeats": false + }, + { + "min_num": 5, + "max_num": 15, + "allow_repeats": false + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzle24Points_train.json b/examples/pipelines/all_configs/korPuzzle24Points_train.json new file mode 100755 index 0000000..4580c51 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzle24Points_train.json @@ -0,0 +1,32 @@ +[ + { + "min_num": 1, + "max_num": 13, + "allow_repeats": true + }, + { + "min_num": 4, + "max_num": 12, + "allow_repeats": false + }, + { + "min_num": 5, + "max_num": 15, + "allow_repeats": true + }, + { + "min_num": 2, + "max_num": 5, + "allow_repeats": false + }, + { + "min_num": 1, + "max_num": 10, + "allow_repeats": false + }, + { + "min_num": 5, + "max_num": 15, + "allow_repeats": false + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korPuzzleArrowMaze_test.json b/examples/pipelines/all_configs/korPuzzleArrowMaze_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleArrowMaze_test.json rename to examples/pipelines/all_configs/korPuzzleArrowMaze_test.json diff --git a/examples/pipelines/puzzle_configs/korPuzzleArrowMaze_train.json b/examples/pipelines/all_configs/korPuzzleArrowMaze_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleArrowMaze_train.json rename to examples/pipelines/all_configs/korPuzzleArrowMaze_train.json diff --git a/examples/pipelines/puzzle_configs/korPuzzleCalcudoko_test.json b/examples/pipelines/all_configs/korPuzzleCalcudoko_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleCalcudoko_test.json rename to examples/pipelines/all_configs/korPuzzleCalcudoko_test.json diff --git a/examples/pipelines/puzzle_configs/korPuzzleCalcudoko_train.json b/examples/pipelines/all_configs/korPuzzleCalcudoko_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleCalcudoko_train.json rename to examples/pipelines/all_configs/korPuzzleCalcudoko_train.json diff --git a/examples/pipelines/all_configs/korPuzzleCampsite_test.json b/examples/pipelines/all_configs/korPuzzleCampsite_test.json new file mode 100755 index 0000000..26d6964 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleCampsite_test.json @@ -0,0 +1,26 @@ +[ + { + "rows": 5, + "cols": 6 + }, + { + "rows": 6, + "cols": 7 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 8, + "cols": 8 + }, + { + "rows": 7, + "cols": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleCampsite_train.json b/examples/pipelines/all_configs/korPuzzleCampsite_train.json new file mode 100755 index 0000000..26d6964 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleCampsite_train.json @@ -0,0 +1,26 @@ +[ + { + "rows": 5, + "cols": 6 + }, + { + "rows": 6, + "cols": 7 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 8, + "cols": 8 + }, + { + "rows": 7, + "cols": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleConnectWords_test.json b/examples/pipelines/all_configs/korPuzzleConnectWords_test.json new file mode 100755 index 0000000..768f596 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleConnectWords_test.json @@ -0,0 +1,126 @@ +[ + { + "2": [ + "IT", + "IS", + "HE", + "SHE", + "WHO" + ], + "3": [ + "THE", + "AND", + "FOR", + "NOT", + "YES", + "WHO" + ], + "4": [ + "WHAT", + "WHERE", + "WHEN", + "WHY", + "HOW" + ], + "5": [ + "WHENEVER", + "WHEREVER", + "WHYSOEVER" + ] + }, + { + "2": [ + "BE", + "NO", + "IN", + "TO", + "UP" + ], + "3": [ + "CAT", + "DOG", + "BED", + "PEN", + "CAR", + "BAT", + "RAT", + "MAT", + "PAN" + ], + "4": [ + "DESK", + "BALL", + "FISH", + "CAKE", + "ROAD", + "BEAN", + "UNIT", + "CRAB", + "TENT", + "SHIP" + ], + "5": [ + "APPLE", + "TABLE", + "CHAIR", + "STOVE", + "LAPTOP" + ] + }, + { + "2": [ + "BE", + "NO", + "IN", + "TO" + ], + "3": [ + "CAT", + "DOG", + "BED", + "PEN", + "CAR", + "BAT" + ], + "4": [ + "DESK", + "BALL", + "FISH", + "CAKE" + ] + }, + { + "2": [ + "BE", + "NO", + "IN", + "TO", + "UP" + ], + "3": [ + "CAT", + "DOG", + "BED", + "PEN", + "CAR", + "BAT", + "RAT", + "MAT", + "PAN" + ], + "4": [ + "DESK", + "BALL", + "FISH", + "CAKE", + "ROAD", + "BEAN", + "UNIT" + ], + "5": [ + "APPLE", + "TABLE", + "CHAIR" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleConnectWords_train.json b/examples/pipelines/all_configs/korPuzzleConnectWords_train.json new file mode 100755 index 0000000..768f596 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleConnectWords_train.json @@ -0,0 +1,126 @@ +[ + { + "2": [ + "IT", + "IS", + "HE", + "SHE", + "WHO" + ], + "3": [ + "THE", + "AND", + "FOR", + "NOT", + "YES", + "WHO" + ], + "4": [ + "WHAT", + "WHERE", + "WHEN", + "WHY", + "HOW" + ], + "5": [ + "WHENEVER", + "WHEREVER", + "WHYSOEVER" + ] + }, + { + "2": [ + "BE", + "NO", + "IN", + "TO", + "UP" + ], + "3": [ + "CAT", + "DOG", + "BED", + "PEN", + "CAR", + "BAT", + "RAT", + "MAT", + "PAN" + ], + "4": [ + "DESK", + "BALL", + "FISH", + "CAKE", + "ROAD", + "BEAN", + "UNIT", + "CRAB", + "TENT", + "SHIP" + ], + "5": [ + "APPLE", + "TABLE", + "CHAIR", + "STOVE", + "LAPTOP" + ] + }, + { + "2": [ + "BE", + "NO", + "IN", + "TO" + ], + "3": [ + "CAT", + "DOG", + "BED", + "PEN", + "CAR", + "BAT" + ], + "4": [ + "DESK", + "BALL", + "FISH", + "CAKE" + ] + }, + { + "2": [ + "BE", + "NO", + "IN", + "TO", + "UP" + ], + "3": [ + "CAT", + "DOG", + "BED", + "PEN", + "CAR", + "BAT", + "RAT", + "MAT", + "PAN" + ], + "4": [ + "DESK", + "BALL", + "FISH", + "CAKE", + "ROAD", + "BEAN", + "UNIT" + ], + "5": [ + "APPLE", + "TABLE", + "CHAIR" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleCryptoMath_test.json b/examples/pipelines/all_configs/korPuzzleCryptoMath_test.json new file mode 100755 index 0000000..bb85ca4 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleCryptoMath_test.json @@ -0,0 +1,20 @@ +[ + { + "min_terms": 3, + "max_terms": 4, + "term_length": 2, + "result_length": 3 + }, + { + "min_terms": 2, + "max_terms": 3, + "term_length": 3, + "result_length": 4 + }, + { + "min_terms": 1, + "max_terms": 2, + "term_length": 2, + "result_length": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleCryptoMath_train.json b/examples/pipelines/all_configs/korPuzzleCryptoMath_train.json new file mode 100755 index 0000000..bb85ca4 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleCryptoMath_train.json @@ -0,0 +1,20 @@ +[ + { + "min_terms": 3, + "max_terms": 4, + "term_length": 2, + "result_length": 3 + }, + { + "min_terms": 2, + "max_terms": 3, + "term_length": 3, + "result_length": 4 + }, + { + "min_terms": 1, + "max_terms": 2, + "term_length": 2, + "result_length": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleKukurasu_test.json b/examples/pipelines/all_configs/korPuzzleKukurasu_test.json new file mode 100755 index 0000000..b596a48 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleKukurasu_test.json @@ -0,0 +1,26 @@ +[ + { + "min_size": 2, + "max_size": 4 + }, + { + "min_size": 5, + "max_size": 7 + }, + { + "min_size": 3, + "max_size": 5 + }, + { + "min_size": 5, + "max_size": 8 + }, + { + "min_size": 4, + "max_size": 5 + }, + { + "min_size": 4, + "max_size": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleKukurasu_train.json b/examples/pipelines/all_configs/korPuzzleKukurasu_train.json new file mode 100755 index 0000000..b596a48 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleKukurasu_train.json @@ -0,0 +1,26 @@ +[ + { + "min_size": 2, + "max_size": 4 + }, + { + "min_size": 5, + "max_size": 7 + }, + { + "min_size": 3, + "max_size": 5 + }, + { + "min_size": 5, + "max_size": 8 + }, + { + "min_size": 4, + "max_size": 5 + }, + { + "min_size": 4, + "max_size": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korPuzzleLogicPuzzle_test.json b/examples/pipelines/all_configs/korPuzzleLogicPuzzle_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleLogicPuzzle_test.json rename to examples/pipelines/all_configs/korPuzzleLogicPuzzle_test.json diff --git a/examples/pipelines/puzzle_configs/korPuzzleLogicPuzzle_train.json b/examples/pipelines/all_configs/korPuzzleLogicPuzzle_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleLogicPuzzle_train.json rename to examples/pipelines/all_configs/korPuzzleLogicPuzzle_train.json diff --git a/examples/pipelines/all_configs/korPuzzleMathPath_test.json b/examples/pipelines/all_configs/korPuzzleMathPath_test.json new file mode 100755 index 0000000..c6d50be --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleMathPath_test.json @@ -0,0 +1,26 @@ +[ + { + "max_ops": 3, + "allow_division": true, + "min_target": 10, + "max_target": 30 + }, + { + "max_ops": 2, + "allow_division": true, + "min_target": 0, + "max_target": 20 + }, + { + "max_ops": 4, + "allow_division": false, + "min_target": -20, + "max_target": 50 + }, + { + "max_ops": 4, + "allow_division": true, + "min_target": -30, + "max_target": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleMathPath_train.json b/examples/pipelines/all_configs/korPuzzleMathPath_train.json new file mode 100755 index 0000000..c6d50be --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleMathPath_train.json @@ -0,0 +1,26 @@ +[ + { + "max_ops": 3, + "allow_division": true, + "min_target": 10, + "max_target": 30 + }, + { + "max_ops": 2, + "allow_division": true, + "min_target": 0, + "max_target": 20 + }, + { + "max_ops": 4, + "allow_division": false, + "min_target": -20, + "max_target": 50 + }, + { + "max_ops": 4, + "allow_division": true, + "min_target": -30, + "max_target": 80 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleMinesweeper_test.json b/examples/pipelines/all_configs/korPuzzleMinesweeper_test.json new file mode 100755 index 0000000..00389fa --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleMinesweeper_test.json @@ -0,0 +1,32 @@ +[ + { + "size": 9, + "mine_ratio": 0.2, + "min_hints": 6 + }, + { + "size": 7, + "mine_ratio": 0.25, + "min_hints": 6 + }, + { + "size": 9, + "mine_ratio": 0.15, + "min_hints": 5 + }, + { + "size": 5, + "mine_ratio": 0.25, + "min_hints": 5 + }, + { + "size": 9, + "mine_ratio": 0.25, + "min_hints": 7 + }, + { + "size": 7, + "mine_ratio": 0.15, + "min_hints": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleMinesweeper_train.json b/examples/pipelines/all_configs/korPuzzleMinesweeper_train.json new file mode 100755 index 0000000..00389fa --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleMinesweeper_train.json @@ -0,0 +1,32 @@ +[ + { + "size": 9, + "mine_ratio": 0.2, + "min_hints": 6 + }, + { + "size": 7, + "mine_ratio": 0.25, + "min_hints": 6 + }, + { + "size": 9, + "mine_ratio": 0.15, + "min_hints": 5 + }, + { + "size": 5, + "mine_ratio": 0.25, + "min_hints": 5 + }, + { + "size": 9, + "mine_ratio": 0.25, + "min_hints": 7 + }, + { + "size": 7, + "mine_ratio": 0.15, + "min_hints": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleSkyscrapers_test.json b/examples/pipelines/all_configs/korPuzzleSkyscrapers_test.json new file mode 100755 index 0000000..30d8c45 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleSkyscrapers_test.json @@ -0,0 +1,22 @@ +[ + { + "n": 7, + "seed": 121314, + "difficulty": "medium" + }, + { + "n": 4, + "seed": 151617, + "difficulty": "hard" + }, + { + "n": 4, + "seed": 1234, + "difficulty": "easy" + }, + { + "n": 5, + "seed": 5678, + "difficulty": "medium" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleSkyscrapers_train.json b/examples/pipelines/all_configs/korPuzzleSkyscrapers_train.json new file mode 100755 index 0000000..30d8c45 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleSkyscrapers_train.json @@ -0,0 +1,22 @@ +[ + { + "n": 7, + "seed": 121314, + "difficulty": "medium" + }, + { + "n": 4, + "seed": 151617, + "difficulty": "hard" + }, + { + "n": 4, + "seed": 1234, + "difficulty": "easy" + }, + { + "n": 5, + "seed": 5678, + "difficulty": "medium" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordBrainTeasers_test.json b/examples/pipelines/all_configs/korPuzzleWordBrainTeasers_test.json new file mode 100755 index 0000000..d2a1828 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordBrainTeasers_test.json @@ -0,0 +1,82 @@ +[ + { + "num_words": 5, + "nouns": [ + "sun", + "flower", + "pine", + "apple", + "butter", + "fly", + "news", + "paper", + "cat", + "fish", + "history", + "building", + "ball", + "room", + "fire", + "place", + "water", + "fall", + "door", + "knob", + "light", + "house", + "tooth", + "paste", + "book", + "case", + "cup", + "board", + "air", + "port", + "rail", + "road", + "sea", + "shell", + "snow", + "ball" + ] + }, + { + "num_words": 4, + "nouns": [ + "tree", + "leaf", + "bud", + "branch", + "bark", + "root", + "seeds", + "fruit", + "bloom", + "sapling", + "forest", + "grove", + "orchard", + "jungle" + ] + }, + { + "num_words": 5, + "nouns": [ + "rain", + "storm", + "wind", + "cloud", + "lightning", + "thunder", + "fog", + "hail", + "sleet", + "snow", + "sunshine", + "dawn", + "dusk", + "twilight", + "moonlight" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordBrainTeasers_train.json b/examples/pipelines/all_configs/korPuzzleWordBrainTeasers_train.json new file mode 100755 index 0000000..d2a1828 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordBrainTeasers_train.json @@ -0,0 +1,82 @@ +[ + { + "num_words": 5, + "nouns": [ + "sun", + "flower", + "pine", + "apple", + "butter", + "fly", + "news", + "paper", + "cat", + "fish", + "history", + "building", + "ball", + "room", + "fire", + "place", + "water", + "fall", + "door", + "knob", + "light", + "house", + "tooth", + "paste", + "book", + "case", + "cup", + "board", + "air", + "port", + "rail", + "road", + "sea", + "shell", + "snow", + "ball" + ] + }, + { + "num_words": 4, + "nouns": [ + "tree", + "leaf", + "bud", + "branch", + "bark", + "root", + "seeds", + "fruit", + "bloom", + "sapling", + "forest", + "grove", + "orchard", + "jungle" + ] + }, + { + "num_words": 5, + "nouns": [ + "rain", + "storm", + "wind", + "cloud", + "lightning", + "thunder", + "fog", + "hail", + "sleet", + "snow", + "sunshine", + "dawn", + "dusk", + "twilight", + "moonlight" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korPuzzleWordLadder_test.json b/examples/pipelines/all_configs/korPuzzleWordLadder_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleWordLadder_test.json rename to examples/pipelines/all_configs/korPuzzleWordLadder_test.json diff --git a/examples/pipelines/puzzle_configs/korPuzzleWordLadder_train.json b/examples/pipelines/all_configs/korPuzzleWordLadder_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/korPuzzleWordLadder_train.json rename to examples/pipelines/all_configs/korPuzzleWordLadder_train.json diff --git a/examples/pipelines/all_configs/korPuzzleWordRootsAndAffixes_test.json b/examples/pipelines/all_configs/korPuzzleWordRootsAndAffixes_test.json new file mode 100755 index 0000000..e5da650 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordRootsAndAffixes_test.json @@ -0,0 +1,32 @@ +[ + { + "affix_type": "prefix", + "min_segments": 2, + "max_segments": 5 + }, + { + "affix_type": "prefix", + "min_segments": 2, + "max_segments": 4 + }, + { + "affix_type": "random", + "min_segments": 4, + "max_segments": 5 + }, + { + "affix_type": "suffix", + "min_segments": 2, + "max_segments": 4 + }, + { + "affix_type": "random", + "min_segments": 3, + "max_segments": 5 + }, + { + "affix_type": "random", + "min_segments": 2, + "max_segments": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordRootsAndAffixes_train.json b/examples/pipelines/all_configs/korPuzzleWordRootsAndAffixes_train.json new file mode 100755 index 0000000..e5da650 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordRootsAndAffixes_train.json @@ -0,0 +1,32 @@ +[ + { + "affix_type": "prefix", + "min_segments": 2, + "max_segments": 5 + }, + { + "affix_type": "prefix", + "min_segments": 2, + "max_segments": 4 + }, + { + "affix_type": "random", + "min_segments": 4, + "max_segments": 5 + }, + { + "affix_type": "suffix", + "min_segments": 2, + "max_segments": 4 + }, + { + "affix_type": "random", + "min_segments": 3, + "max_segments": 5 + }, + { + "affix_type": "random", + "min_segments": 2, + "max_segments": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordSearch_test.json b/examples/pipelines/all_configs/korPuzzleWordSearch_test.json new file mode 100755 index 0000000..d30ec0a --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordSearch_test.json @@ -0,0 +1,34 @@ +[ + { + "grid_size": 20, + "word_list": [ + "PYTHON", + "JAVASCRIPT", + "HTML", + "CSS", + "SQL", + "RUBY" + ] + }, + { + "grid_size": 10, + "word_list": [ + "COMPUTER", + "PROGRAM", + "ALGORITHM" + ] + }, + { + "grid_size": 8, + "word_list": [ + "SUN", + "MOON", + "STARS", + "PLANET" + ] + }, + { + "grid_size": 13, + "word_list": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordSearch_train.json b/examples/pipelines/all_configs/korPuzzleWordSearch_train.json new file mode 100755 index 0000000..d30ec0a --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordSearch_train.json @@ -0,0 +1,34 @@ +[ + { + "grid_size": 20, + "word_list": [ + "PYTHON", + "JAVASCRIPT", + "HTML", + "CSS", + "SQL", + "RUBY" + ] + }, + { + "grid_size": 10, + "word_list": [ + "COMPUTER", + "PROGRAM", + "ALGORITHM" + ] + }, + { + "grid_size": 8, + "word_list": [ + "SUN", + "MOON", + "STARS", + "PLANET" + ] + }, + { + "grid_size": 13, + "word_list": null + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordscapes_test.json b/examples/pipelines/all_configs/korPuzzleWordscapes_test.json new file mode 100755 index 0000000..a351972 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordscapes_test.json @@ -0,0 +1,26 @@ +[ + { + "min_size": 5, + "max_size": 8 + }, + { + "min_size": 3, + "max_size": 6 + }, + { + "min_size": 3, + "max_size": 6 + }, + { + "min_size": 4, + "max_size": 5 + }, + { + "min_size": 3, + "max_size": 5 + }, + { + "min_size": 3, + "max_size": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/korPuzzleWordscapes_train.json b/examples/pipelines/all_configs/korPuzzleWordscapes_train.json new file mode 100755 index 0000000..a351972 --- /dev/null +++ b/examples/pipelines/all_configs/korPuzzleWordscapes_train.json @@ -0,0 +1,26 @@ +[ + { + "min_size": 5, + "max_size": 8 + }, + { + "min_size": 3, + "max_size": 6 + }, + { + "min_size": 3, + "max_size": 6 + }, + { + "min_size": 4, + "max_size": 5 + }, + { + "min_size": 3, + "max_size": 5 + }, + { + "min_size": 3, + "max_size": 7 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/linearODE_test.json b/examples/pipelines/all_configs/linearODE_test.json new file mode 100644 index 0000000..2e3fc5f --- /dev/null +++ b/examples/pipelines/all_configs/linearODE_test.json @@ -0,0 +1,77 @@ +[ + { + "k_range": [ + 0.15, + 0.9 + ], + "x0_range": [ + 0.6, + 1.8 + ], + "t_span": [ + 0, + 6 + ], + "n_points": 60 + }, + { + "k_range": [ + 0.3, + 2.0 + ], + "x0_range": [ + 0.7, + 3.0 + ], + "t_span": [ + 0, + 12 + ], + "n_points": 110 + }, + { + "k_range": [ + 0.05, + 0.4 + ], + "x0_range": [ + 0.2, + 1.3 + ], + "t_span": [ + 0, + 8 + ], + "n_points": 80 + }, + { + "k_range": [ + 0.25, + 1.2 + ], + "x0_range": [ + 0.4, + 2.2 + ], + "t_span": [ + 0, + 4 + ], + "n_points": 70 + }, + { + "k_range": [ + 0.2, + 1.1 + ], + "x0_range": [ + 0.3, + 2.5 + ], + "t_span": [ + 0, + 9 + ], + "n_points": 90 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/linearODE_train.json b/examples/pipelines/all_configs/linearODE_train.json new file mode 100644 index 0000000..57373b8 --- /dev/null +++ b/examples/pipelines/all_configs/linearODE_train.json @@ -0,0 +1,152 @@ +[ + { + "k_range": [ + 0.1, + 1.0 + ], + "x0_range": [ + 0.5, + 2.0 + ], + "t_span": [ + 0, + 5 + ], + "n_points": 50 + }, + { + "k_range": [ + 0.2, + 1.5 + ], + "x0_range": [ + 0.3, + 2.5 + ], + "t_span": [ + 0, + 10 + ], + "n_points": 100 + }, + { + "k_range": [ + 0.05, + 0.5 + ], + "x0_range": [ + 0.4, + 1.5 + ], + "t_span": [ + 0, + 7 + ], + "n_points": 75 + }, + { + "k_range": [ + 0.1, + 0.8 + ], + "x0_range": [ + 0.6, + 2.0 + ], + "t_span": [ + 0, + 3 + ], + "n_points": 40 + }, + { + "k_range": [ + 0.3, + 1.2 + ], + "x0_range": [ + 0.5, + 3.0 + ], + "t_span": [ + 0, + 15 + ], + "n_points": 120 + }, + { + "k_range": [ + 0.2, + 0.8 + ], + "x0_range": [ + 0.7, + 2.5 + ], + "t_span": [ + 0, + 6 + ], + "n_points": 55 + }, + { + "k_range": [ + 0.5, + 1.8 + ], + "x0_range": [ + 0.4, + 3.0 + ], + "t_span": [ + 0, + 8 + ], + "n_points": 90 + }, + { + "k_range": [ + 0.1, + 0.6 + ], + "x0_range": [ + 0.3, + 1.8 + ], + "t_span": [ + 0, + 4 + ], + "n_points": 60 + }, + { + "k_range": [ + 0.15, + 1.0 + ], + "x0_range": [ + 0.5, + 2.3 + ], + "t_span": [ + 0, + 5 + ], + "n_points": 70 + }, + { + "k_range": [ + 0.3, + 1.5 + ], + "x0_range": [ + 0.6, + 2.8 + ], + "t_span": [ + 0, + 10 + ], + "n_points": 120 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/maze_test.json b/examples/pipelines/all_configs/maze_test.json new file mode 100755 index 0000000..c43eb95 --- /dev/null +++ b/examples/pipelines/all_configs/maze_test.json @@ -0,0 +1,30 @@ +[ + { + "size": [ + 6, + 6 + ], + "difficulty": 3 + }, + { + "size": [ + 10, + 10 + ], + "difficulty": 3 + }, + { + "size": [ + 15, + 15 + ], + "difficulty": 3 + }, + { + "size": [ + 20, + 20 + ], + "difficulty": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/maze_train.json b/examples/pipelines/all_configs/maze_train.json new file mode 100755 index 0000000..baad173 --- /dev/null +++ b/examples/pipelines/all_configs/maze_train.json @@ -0,0 +1,18 @@ +[ + { + "size": [6, 6], + "difficulty": 3 + }, + { + "size": [10, 10], + "difficulty": 3 + }, + { + "size": [15, 15], + "difficulty": 3 + }, + { + "size": [20, 20], + "difficulty": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/med_calculator_test.json b/examples/pipelines/all_configs/med_calculator_test.json similarity index 100% rename from examples/pipelines/puzzle_configs/med_calculator_test.json rename to examples/pipelines/all_configs/med_calculator_test.json diff --git a/examples/pipelines/puzzle_configs/med_calculator_train.json b/examples/pipelines/all_configs/med_calculator_train.json similarity index 100% rename from examples/pipelines/puzzle_configs/med_calculator_train.json rename to examples/pipelines/all_configs/med_calculator_train.json diff --git a/examples/pipelines/all_configs/minesweeper_test.json b/examples/pipelines/all_configs/minesweeper_test.json new file mode 100755 index 0000000..c12fc0a --- /dev/null +++ b/examples/pipelines/all_configs/minesweeper_test.json @@ -0,0 +1,32 @@ +[ + { + "rows": 7, + "cols": 7, + "mines_count": 12 + }, + { + "rows": 5, + "cols": 5, + "mines_count": 5 + }, + { + "rows": 9, + "cols": 9, + "mines_count": 14 + }, + { + "rows": 8, + "cols": 10, + "mines_count": 16 + }, + { + "rows": 10, + "cols": 8, + "mines_count": 16 + }, + { + "rows": 10, + "cols": 10, + "mines_count": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/minesweeper_train.json b/examples/pipelines/all_configs/minesweeper_train.json new file mode 100755 index 0000000..c12fc0a --- /dev/null +++ b/examples/pipelines/all_configs/minesweeper_train.json @@ -0,0 +1,32 @@ +[ + { + "rows": 7, + "cols": 7, + "mines_count": 12 + }, + { + "rows": 5, + "cols": 5, + "mines_count": 5 + }, + { + "rows": 9, + "cols": 9, + "mines_count": 14 + }, + { + "rows": 8, + "cols": 10, + "mines_count": 16 + }, + { + "rows": 10, + "cols": 8, + "mines_count": 16 + }, + { + "rows": 10, + "cols": 10, + "mines_count": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/nonograms_test.json b/examples/pipelines/all_configs/nonograms_test.json new file mode 100755 index 0000000..cbcbfa5 --- /dev/null +++ b/examples/pipelines/all_configs/nonograms_test.json @@ -0,0 +1,26 @@ +[ + { + "rows": 10, + "cols": 10 + }, + { + "rows": 8, + "cols": 5 + }, + { + "rows": 12, + "cols": 12 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 15, + "cols": 15 + }, + { + "rows": 15, + "cols": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/nonograms_train.json b/examples/pipelines/all_configs/nonograms_train.json new file mode 100755 index 0000000..cbcbfa5 --- /dev/null +++ b/examples/pipelines/all_configs/nonograms_train.json @@ -0,0 +1,26 @@ +[ + { + "rows": 10, + "cols": 10 + }, + { + "rows": 8, + "cols": 5 + }, + { + "rows": 12, + "cols": 12 + }, + { + "rows": 5, + "cols": 5 + }, + { + "rows": 15, + "cols": 15 + }, + { + "rows": 15, + "cols": 10 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/pipes_test.json b/examples/pipelines/all_configs/pipes_test.json new file mode 100755 index 0000000..ba81ebd --- /dev/null +++ b/examples/pipelines/all_configs/pipes_test.json @@ -0,0 +1,27 @@ +[ + { + "rows": 4, + "cols": 4, + "num_colors": 2 + }, + { + "rows": 7, + "cols": 7, + "num_colors": 4 + }, + { + "rows": 8, + "cols": 8, + "num_colors": 4 + }, + { + "rows": 10, + "cols": 10, + "num_colors": 5 + }, + { + "rows": 5, + "cols": 5, + "num_colors": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/pipes_train.json b/examples/pipelines/all_configs/pipes_train.json new file mode 100755 index 0000000..ba81ebd --- /dev/null +++ b/examples/pipelines/all_configs/pipes_train.json @@ -0,0 +1,27 @@ +[ + { + "rows": 4, + "cols": 4, + "num_colors": 2 + }, + { + "rows": 7, + "cols": 7, + "num_colors": 4 + }, + { + "rows": 8, + "cols": 8, + "num_colors": 4 + }, + { + "rows": 10, + "cols": 10, + "num_colors": 5 + }, + { + "rows": 5, + "cols": 5, + "num_colors": 3 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/skyscrapers_test.json b/examples/pipelines/all_configs/skyscrapers_test.json new file mode 100644 index 0000000..c8c080f --- /dev/null +++ b/examples/pipelines/all_configs/skyscrapers_test.json @@ -0,0 +1,8 @@ +[ + { + "n": 6 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/skyscrapers_train.json b/examples/pipelines/all_configs/skyscrapers_train.json new file mode 100755 index 0000000..c8c080f --- /dev/null +++ b/examples/pipelines/all_configs/skyscrapers_train.json @@ -0,0 +1,8 @@ +[ + { + "n": 6 + }, + { + "n": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/slitherlink_test.json b/examples/pipelines/all_configs/slitherlink_test.json new file mode 100755 index 0000000..3e8e5fa --- /dev/null +++ b/examples/pipelines/all_configs/slitherlink_test.json @@ -0,0 +1,86 @@ +[ + { + "size": [ + 5, + 5 + ], + "difficulty": "easy" + }, + { + "size": [ + 5, + 5 + ], + "difficulty": "medium" + }, + { + "size": [ + 5, + 5 + ], + "difficulty": "hard" + }, + { + "size": [ + 7, + 7 + ], + "difficulty": "easy" + }, + { + "size": [ + 7, + 7 + ], + "difficulty": "medium" + }, + { + "size": [ + 7, + 7 + ], + "difficulty": "hard" + }, + { + "size": [ + 3, + 3 + ], + "difficulty": "easy" + }, + { + "size": [ + 3, + 3 + ], + "difficulty": "medium" + }, + { + "size": [ + 3, + 3 + ], + "difficulty": "hard" + }, + { + "size": [ + 8, + 6 + ], + "difficulty": "easy" + }, + { + "size": [ + 8, + 6 + ], + "difficulty": "medium" + }, + { + "size": [ + 8, + 6 + ], + "difficulty": "hard" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/slitherlink_train.json b/examples/pipelines/all_configs/slitherlink_train.json new file mode 100755 index 0000000..d9d106b --- /dev/null +++ b/examples/pipelines/all_configs/slitherlink_train.json @@ -0,0 +1,50 @@ +[ + { + "size": [5, 5], + "difficulty": "easy" + }, + { + "size": [5, 5], + "difficulty": "medium" + }, + { + "size": [5, 5], + "difficulty": "hard" + }, + { + "size": [7, 7], + "difficulty": "easy" + }, + { + "size": [7, 7], + "difficulty": "medium" + }, + { + "size": [7, 7], + "difficulty": "hard" + }, + { + "size": [3, 3], + "difficulty": "easy" + }, + { + "size": [3, 3], + "difficulty": "medium" + }, + { + "size": [3, 3], + "difficulty": "hard" + }, + { + "size": [8, 6], + "difficulty": "easy" + }, + { + "size": [8, 6], + "difficulty": "medium" + }, + { + "size": [8, 6], + "difficulty": "hard" + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/starbattle_test.json b/examples/pipelines/all_configs/starbattle_test.json new file mode 100755 index 0000000..9209c8c --- /dev/null +++ b/examples/pipelines/all_configs/starbattle_test.json @@ -0,0 +1,10 @@ +[ + { + "n": 2, + "size": 5 + }, + { + "n": 4, + "size": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/starbattle_train.json b/examples/pipelines/all_configs/starbattle_train.json new file mode 100755 index 0000000..9209c8c --- /dev/null +++ b/examples/pipelines/all_configs/starbattle_train.json @@ -0,0 +1,10 @@ +[ + { + "n": 2, + "size": 5 + }, + { + "n": 4, + "size": 6 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/stitches_test.json b/examples/pipelines/all_configs/stitches_test.json new file mode 100755 index 0000000..1352645 --- /dev/null +++ b/examples/pipelines/all_configs/stitches_test.json @@ -0,0 +1,37 @@ +[ + { + "rows": 6, + "cols": 6, + "numbered_cell_probability": 0.4 + }, + { + "rows": 5, + "cols": 5, + "numbered_cell_probability": 0.3, + "zero_cell_probability": 0.2 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 5, + "cols": 5, + "numbered_cell_probability": 0.3 + }, + { + "rows": 7, + "cols": 7, + "numbered_cell_probability": 0.5, + "zero_cell_probability": 0.3 + }, + { + "rows": 8, + "cols": 8 + }, + { + "rows": 7, + "cols": 7, + "numbered_cell_probability": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/stitches_train.json b/examples/pipelines/all_configs/stitches_train.json new file mode 100755 index 0000000..1352645 --- /dev/null +++ b/examples/pipelines/all_configs/stitches_train.json @@ -0,0 +1,37 @@ +[ + { + "rows": 6, + "cols": 6, + "numbered_cell_probability": 0.4 + }, + { + "rows": 5, + "cols": 5, + "numbered_cell_probability": 0.3, + "zero_cell_probability": 0.2 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 5, + "cols": 5, + "numbered_cell_probability": 0.3 + }, + { + "rows": 7, + "cols": 7, + "numbered_cell_probability": 0.5, + "zero_cell_probability": 0.3 + }, + { + "rows": 8, + "cols": 8 + }, + { + "rows": 7, + "cols": 7, + "numbered_cell_probability": 0.5 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/sudoku_test.json b/examples/pipelines/all_configs/sudoku_test.json new file mode 100755 index 0000000..9964d05 --- /dev/null +++ b/examples/pipelines/all_configs/sudoku_test.json @@ -0,0 +1,54 @@ +[ + { + "size": 9, + "dig_prob": 0.1 + }, + { + "size": 9, + "dig_prob": 0.4 + }, + { + "size": 4, + "dig_prob": 0.6 + }, + { + "size": 4, + "dig_prob": 0.7 + }, + { + "size": 4, + "dig_prob": 0.4 + }, + { + "size": 4, + "dig_prob": 0.5 + }, + { + "size": 9, + "dig_prob": 0.3 + }, + { + "size": 9, + "dig_prob": 0.6 + }, + { + "size": 9, + "dig_prob": 0.25 + }, + { + "size": 9, + "dig_prob": 0.8 + }, + { + "size": 9, + "dig_prob": 0.2 + }, + { + "size": 9, + "dig_prob": 0.1 + }, + { + "size": 9, + "dig_prob": 0.9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/sudoku_train.json b/examples/pipelines/all_configs/sudoku_train.json new file mode 100755 index 0000000..9964d05 --- /dev/null +++ b/examples/pipelines/all_configs/sudoku_train.json @@ -0,0 +1,54 @@ +[ + { + "size": 9, + "dig_prob": 0.1 + }, + { + "size": 9, + "dig_prob": 0.4 + }, + { + "size": 4, + "dig_prob": 0.6 + }, + { + "size": 4, + "dig_prob": 0.7 + }, + { + "size": 4, + "dig_prob": 0.4 + }, + { + "size": 4, + "dig_prob": 0.5 + }, + { + "size": 9, + "dig_prob": 0.3 + }, + { + "size": 9, + "dig_prob": 0.6 + }, + { + "size": 9, + "dig_prob": 0.25 + }, + { + "size": 9, + "dig_prob": 0.8 + }, + { + "size": 9, + "dig_prob": 0.2 + }, + { + "size": 9, + "dig_prob": 0.1 + }, + { + "size": 9, + "dig_prob": 0.9 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/tents_test.json b/examples/pipelines/all_configs/tents_test.json new file mode 100755 index 0000000..6e0992a --- /dev/null +++ b/examples/pipelines/all_configs/tents_test.json @@ -0,0 +1,42 @@ +[ + { + "rows": 5, + "cols": 3 + }, + { + "rows": 6, + "cols": 7 + }, + { + "rows": 9, + "cols": 8 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 7, + "cols": 6 + }, + { + "rows": 8, + "cols": 8 + }, + { + "rows": 8, + "cols": 9 + }, + { + "rows": 3, + "cols": 5 + }, + { + "rows": 6, + "cols": 4 + }, + { + "rows": 4, + "cols": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/tents_train.json b/examples/pipelines/all_configs/tents_train.json new file mode 100755 index 0000000..6e0992a --- /dev/null +++ b/examples/pipelines/all_configs/tents_train.json @@ -0,0 +1,42 @@ +[ + { + "rows": 5, + "cols": 3 + }, + { + "rows": 6, + "cols": 7 + }, + { + "rows": 9, + "cols": 8 + }, + { + "rows": 6, + "cols": 6 + }, + { + "rows": 7, + "cols": 6 + }, + { + "rows": 8, + "cols": 8 + }, + { + "rows": 8, + "cols": 9 + }, + { + "rows": 3, + "cols": 5 + }, + { + "rows": 6, + "cols": 4 + }, + { + "rows": 4, + "cols": 4 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/thermometers_test.json b/examples/pipelines/all_configs/thermometers_test.json new file mode 100755 index 0000000..348c6ef --- /dev/null +++ b/examples/pipelines/all_configs/thermometers_test.json @@ -0,0 +1,26 @@ +[ + { + "size": 6, + "num_thermometers": 4, + "enforce_latin": true, + "max_retries": 100 + }, + { + "size": 5, + "num_thermometers": 4, + "enforce_latin": true, + "max_retries": 100 + }, + { + "size": 6, + "num_thermometers": 5, + "enforce_latin": true, + "max_retries": 100 + }, + { + "size": 4, + "num_thermometers": 2, + "enforce_latin": true, + "max_retries": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/all_configs/thermometers_train.json b/examples/pipelines/all_configs/thermometers_train.json new file mode 100755 index 0000000..348c6ef --- /dev/null +++ b/examples/pipelines/all_configs/thermometers_train.json @@ -0,0 +1,26 @@ +[ + { + "size": 6, + "num_thermometers": 4, + "enforce_latin": true, + "max_retries": 100 + }, + { + "size": 5, + "num_thermometers": 4, + "enforce_latin": true, + "max_retries": 100 + }, + { + "size": 6, + "num_thermometers": 5, + "enforce_latin": true, + "max_retries": 100 + }, + { + "size": 4, + "num_thermometers": 2, + "enforce_latin": true, + "max_retries": 100 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/BBEHMultistepArithmeticV2_test.json b/examples/pipelines/autogen_configs/BBEHMultistepArithmeticV2_test.json new file mode 100644 index 0000000..92753b6 --- /dev/null +++ b/examples/pipelines/autogen_configs/BBEHMultistepArithmeticV2_test.json @@ -0,0 +1,32 @@ +[ + { + "difficulty": "easy", + "timeout": 30, + "language": "zh" + }, + { + "difficulty": "medium", + "timeout": 30, + "language": "zh" + }, + { + "difficulty": "hard", + "timeout": 30, + "language": "zh" + }, + { + "difficulty": "easy", + "timeout": 30, + "language": "en" + }, + { + "difficulty": "medium", + "timeout": 30, + "language": "en" + }, + { + "difficulty": "hard", + "timeout": 30, + "language": "en" + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/BBEHMultistepArithmeticV2_train.json b/examples/pipelines/autogen_configs/BBEHMultistepArithmeticV2_train.json new file mode 100644 index 0000000..92753b6 --- /dev/null +++ b/examples/pipelines/autogen_configs/BBEHMultistepArithmeticV2_train.json @@ -0,0 +1,32 @@ +[ + { + "difficulty": "easy", + "timeout": 30, + "language": "zh" + }, + { + "difficulty": "medium", + "timeout": 30, + "language": "zh" + }, + { + "difficulty": "hard", + "timeout": 30, + "language": "zh" + }, + { + "difficulty": "easy", + "timeout": 30, + "language": "en" + }, + { + "difficulty": "medium", + "timeout": 30, + "language": "en" + }, + { + "difficulty": "hard", + "timeout": 30, + "language": "en" + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json b/examples/pipelines/autogen_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json new file mode 100644 index 0000000..0a2865d --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicDerivativeReasoningOfPropositionalLogic_test.json @@ -0,0 +1,80 @@ +[ + { + "apply_prob": 0.5, + "methods": [ + "A", + "B", + "C" + ], + "subjects": [ + "natural numbers", + "products", + "college students", + "true revolutionaries", + "formally correct reasoning" + ], + "predicates": [ + "rational numbers", + "top-grade", + "patriots", + "upright and open", + "tested by practice" + ] + }, + { + "apply_prob": 0.5, + "methods": [ + "A", + "B" + ], + "subjects": [ + "natural numbers", + "products", + "true revolutionaries" + ], + "predicates": [ + "rational numbers", + "top-grade", + "upright and open" + ] + }, + { + "apply_prob": 0.7, + "methods": [ + "A", + "B", + "C" + ], + "subjects": [ + "natural numbers", + "products", + "college students", + "true revolutionaries", + "formally correct reasoning" + ], + "predicates": [ + "rational numbers", + "top-grade", + "patriots", + "upright and open", + "tested by practice" + ] + }, + { + "apply_prob": 0.6, + "methods": [ + "B", + "C" + ], + "subjects": [ + "college students", + "true revolutionaries", + "formally correct reasoning" + ], + "predicates": [ + "patriots", + "upright and open", + "tested by practice" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json b/examples/pipelines/autogen_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json new file mode 100644 index 0000000..0a2865d --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicDerivativeReasoningOfPropositionalLogic_train.json @@ -0,0 +1,80 @@ +[ + { + "apply_prob": 0.5, + "methods": [ + "A", + "B", + "C" + ], + "subjects": [ + "natural numbers", + "products", + "college students", + "true revolutionaries", + "formally correct reasoning" + ], + "predicates": [ + "rational numbers", + "top-grade", + "patriots", + "upright and open", + "tested by practice" + ] + }, + { + "apply_prob": 0.5, + "methods": [ + "A", + "B" + ], + "subjects": [ + "natural numbers", + "products", + "true revolutionaries" + ], + "predicates": [ + "rational numbers", + "top-grade", + "upright and open" + ] + }, + { + "apply_prob": 0.7, + "methods": [ + "A", + "B", + "C" + ], + "subjects": [ + "natural numbers", + "products", + "college students", + "true revolutionaries", + "formally correct reasoning" + ], + "predicates": [ + "rational numbers", + "top-grade", + "patriots", + "upright and open", + "tested by practice" + ] + }, + { + "apply_prob": 0.6, + "methods": [ + "B", + "C" + ], + "subjects": [ + "college students", + "true revolutionaries", + "formally correct reasoning" + ], + "predicates": [ + "patriots", + "upright and open", + "tested by practice" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json b/examples/pipelines/autogen_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json new file mode 100644 index 0000000..31955af --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_test.json @@ -0,0 +1,22 @@ +[ + { + "max_variables": 3, + "problem_type": "classify", + "difficulty_level": "easy" + }, + { + "max_variables": 2, + "problem_type": "classify", + "difficulty_level": "easy" + }, + { + "max_variables": 3, + "problem_type": "denote", + "difficulty_level": "medium" + }, + { + "max_variables": 4, + "problem_type": "classify", + "difficulty_level": "hard" + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json b/examples/pipelines/autogen_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json new file mode 100644 index 0000000..31955af --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicDisjunctiveNormalFormAndConjunctiveNormalForm_train.json @@ -0,0 +1,22 @@ +[ + { + "max_variables": 3, + "problem_type": "classify", + "difficulty_level": "easy" + }, + { + "max_variables": 2, + "problem_type": "classify", + "difficulty_level": "easy" + }, + { + "max_variables": 3, + "problem_type": "denote", + "difficulty_level": "medium" + }, + { + "max_variables": 4, + "problem_type": "classify", + "difficulty_level": "hard" + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicDynamicLogic_test.json b/examples/pipelines/autogen_configs/korLogicDynamicLogic_test.json new file mode 100644 index 0000000..b369951 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicDynamicLogic_test.json @@ -0,0 +1,26 @@ +[ + { + "max_attempts": 1, + "seed": 2, + "difficulty": "easy" + }, + { + "max_attempts": 4, + "seed": 123, + "difficulty": "hard" + }, + { + "max_attempts": 3, + "seed": 0, + "difficulty": "medium" + }, + { + "max_attempts": 1, + "seed": 999 + }, + { + "max_attempts": 5, + "seed": 1, + "difficulty": "hard" + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicDynamicLogic_train.json b/examples/pipelines/autogen_configs/korLogicDynamicLogic_train.json new file mode 100644 index 0000000..b369951 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicDynamicLogic_train.json @@ -0,0 +1,26 @@ +[ + { + "max_attempts": 1, + "seed": 2, + "difficulty": "easy" + }, + { + "max_attempts": 4, + "seed": 123, + "difficulty": "hard" + }, + { + "max_attempts": 3, + "seed": 0, + "difficulty": "medium" + }, + { + "max_attempts": 1, + "seed": 999 + }, + { + "max_attempts": 5, + "seed": 1, + "difficulty": "hard" + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicEquivalenceCalculus_test.json b/examples/pipelines/autogen_configs/korLogicEquivalenceCalculus_test.json new file mode 100644 index 0000000..c19697b --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicEquivalenceCalculus_test.json @@ -0,0 +1,54 @@ +[ + { + "question_types": [ + "expression_conversion", + "equivalence_validation", + "expression_simplification" + ], + "variables": [ + "a", + "b", + "c" + ], + "cities": [ + "Beijing", + "Guangzhou", + "Shenzhen" + ] + }, + { + "question_types": [ + "expression_conversion", + "equivalence_validation", + "puzzle_solution" + ], + "variables": [ + "p", + "q", + "r" + ], + "cities": [ + "Suzhou", + "Shanghai", + "Hangzhou" + ] + }, + { + "question_types": [ + "expression_conversion", + "truth_table_completion", + "puzzle_solution" + ], + "variables": [ + "p", + "q", + "r", + "s" + ], + "cities": [ + "Shanghai", + "Beijing", + "Guangzhou" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicEquivalenceCalculus_train.json b/examples/pipelines/autogen_configs/korLogicEquivalenceCalculus_train.json new file mode 100644 index 0000000..c19697b --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicEquivalenceCalculus_train.json @@ -0,0 +1,54 @@ +[ + { + "question_types": [ + "expression_conversion", + "equivalence_validation", + "expression_simplification" + ], + "variables": [ + "a", + "b", + "c" + ], + "cities": [ + "Beijing", + "Guangzhou", + "Shenzhen" + ] + }, + { + "question_types": [ + "expression_conversion", + "equivalence_validation", + "puzzle_solution" + ], + "variables": [ + "p", + "q", + "r" + ], + "cities": [ + "Suzhou", + "Shanghai", + "Hangzhou" + ] + }, + { + "question_types": [ + "expression_conversion", + "truth_table_completion", + "puzzle_solution" + ], + "variables": [ + "p", + "q", + "r", + "s" + ], + "cities": [ + "Shanghai", + "Beijing", + "Guangzhou" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicFigureOfTheSyllogism_test.json b/examples/pipelines/autogen_configs/korLogicFigureOfTheSyllogism_test.json new file mode 100644 index 0000000..bd2ed57 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicFigureOfTheSyllogism_test.json @@ -0,0 +1,20 @@ +[ + { + "enable_fill": true, + "seed": 42, + "difficulty": "easy", + "max_cases": 10 + }, + { + "enable_fill": false, + "seed": 888, + "difficulty": "easy", + "max_cases": 20 + }, + { + "enable_fill": true, + "seed": 777, + "difficulty": "hard", + "max_cases": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicFigureOfTheSyllogism_train.json b/examples/pipelines/autogen_configs/korLogicFigureOfTheSyllogism_train.json new file mode 100644 index 0000000..bd2ed57 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicFigureOfTheSyllogism_train.json @@ -0,0 +1,20 @@ +[ + { + "enable_fill": true, + "seed": 42, + "difficulty": "easy", + "max_cases": 10 + }, + { + "enable_fill": false, + "seed": 888, + "difficulty": "easy", + "max_cases": 20 + }, + { + "enable_fill": true, + "seed": 777, + "difficulty": "hard", + "max_cases": 15 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicFormalFallacies_test.json b/examples/pipelines/autogen_configs/korLogicFormalFallacies_test.json new file mode 100644 index 0000000..18410e4 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicFormalFallacies_test.json @@ -0,0 +1,40 @@ +[ + { + "fallacy_groups": [ + "advanced" + ], + "max_complexity": 5, + "template_variations": 5, + "include_analysis": true, + "shuffle_options": true + }, + { + "fallacy_groups": [ + "intermediate" + ], + "max_complexity": 2, + "template_variations": 3, + "include_analysis": false, + "shuffle_options": false + }, + { + "fallacy_groups": [ + "basic" + ], + "max_complexity": 1, + "template_variations": 1, + "include_analysis": false, + "shuffle_options": true + }, + { + "fallacy_groups": [ + "basic", + "intermediate", + "advanced" + ], + "max_complexity": 3, + "template_variations": 2, + "include_analysis": true, + "shuffle_options": false + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicFormalFallacies_train.json b/examples/pipelines/autogen_configs/korLogicFormalFallacies_train.json new file mode 100644 index 0000000..18410e4 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicFormalFallacies_train.json @@ -0,0 +1,40 @@ +[ + { + "fallacy_groups": [ + "advanced" + ], + "max_complexity": 5, + "template_variations": 5, + "include_analysis": true, + "shuffle_options": true + }, + { + "fallacy_groups": [ + "intermediate" + ], + "max_complexity": 2, + "template_variations": 3, + "include_analysis": false, + "shuffle_options": false + }, + { + "fallacy_groups": [ + "basic" + ], + "max_complexity": 1, + "template_variations": 1, + "include_analysis": false, + "shuffle_options": true + }, + { + "fallacy_groups": [ + "basic", + "intermediate", + "advanced" + ], + "max_complexity": 3, + "template_variations": 2, + "include_analysis": true, + "shuffle_options": false + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicPropositionalLogicConcepts_test.json b/examples/pipelines/autogen_configs/korLogicPropositionalLogicConcepts_test.json new file mode 100644 index 0000000..35a5f5f --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicPropositionalLogicConcepts_test.json @@ -0,0 +1,74 @@ +[ + { + "s_list": [ + "metals", + "products", + "students", + "mammals", + "pencils", + "stars", + "individual businesses" + ], + "p_list": [ + "conductive", + "qualified", + "like mathematics", + "warm-blooded animals", + "pens", + "planets", + "paid taxes" + ], + "problem_types": [ + "components", + "proposition_type", + "relationship_exists", + "relationship_type", + "truth_value" + ] + }, + { + "s_list": [ + "students", + "animals", + "fruits", + "countries", + "books", + "cities" + ], + "p_list": [ + "happy", + "furry", + "sweet", + "large", + "interesting", + "populated" + ], + "problem_types": [ + "components", + "proposition_type", + "relationship_exists", + "truth_value" + ] + }, + { + "s_list": [ + "plants", + "rocks", + "mountains", + "oceans", + "stars" + ], + "p_list": [ + "green", + "hard", + "tall", + "deep", + "bright" + ], + "problem_types": [ + "proposition_type", + "relationship_exists", + "truth_value" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicPropositionalLogicConcepts_train.json b/examples/pipelines/autogen_configs/korLogicPropositionalLogicConcepts_train.json new file mode 100644 index 0000000..35a5f5f --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicPropositionalLogicConcepts_train.json @@ -0,0 +1,74 @@ +[ + { + "s_list": [ + "metals", + "products", + "students", + "mammals", + "pencils", + "stars", + "individual businesses" + ], + "p_list": [ + "conductive", + "qualified", + "like mathematics", + "warm-blooded animals", + "pens", + "planets", + "paid taxes" + ], + "problem_types": [ + "components", + "proposition_type", + "relationship_exists", + "relationship_type", + "truth_value" + ] + }, + { + "s_list": [ + "students", + "animals", + "fruits", + "countries", + "books", + "cities" + ], + "p_list": [ + "happy", + "furry", + "sweet", + "large", + "interesting", + "populated" + ], + "problem_types": [ + "components", + "proposition_type", + "relationship_exists", + "truth_value" + ] + }, + { + "s_list": [ + "plants", + "rocks", + "mountains", + "oceans", + "stars" + ], + "p_list": [ + "green", + "hard", + "tall", + "deep", + "bright" + ], + "problem_types": [ + "proposition_type", + "relationship_exists", + "truth_value" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicSpeechActs_test.json b/examples/pipelines/autogen_configs/korLogicSpeechActs_test.json new file mode 100644 index 0000000..ec39ecc --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicSpeechActs_test.json @@ -0,0 +1,26 @@ +[ + { + "problem_type_ratio": 0.3 + }, + { + "problem_type_ratio": 1.0 + }, + { + "problem_type_ratio": 0.8 + }, + { + "problem_type_ratio": 0.7 + }, + { + "problem_type_ratio": 0.0 + }, + { + "problem_type_ratio": 0.9 + }, + { + "problem_type_ratio": 0.1 + }, + { + "problem_type_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicSpeechActs_train.json b/examples/pipelines/autogen_configs/korLogicSpeechActs_train.json new file mode 100644 index 0000000..ec39ecc --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicSpeechActs_train.json @@ -0,0 +1,26 @@ +[ + { + "problem_type_ratio": 0.3 + }, + { + "problem_type_ratio": 1.0 + }, + { + "problem_type_ratio": 0.8 + }, + { + "problem_type_ratio": 0.7 + }, + { + "problem_type_ratio": 0.0 + }, + { + "problem_type_ratio": 0.9 + }, + { + "problem_type_ratio": 0.1 + }, + { + "problem_type_ratio": 0.4 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicTemporalPropositions_test.json b/examples/pipelines/autogen_configs/korLogicTemporalPropositions_test.json new file mode 100644 index 0000000..bd1a56f --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicTemporalPropositions_test.json @@ -0,0 +1,70 @@ +[ + { + "symbolize_prob": 0.35, + "relationship_prob": 0.35, + "formula_inference_prob": 0.3, + "action_words": [ + "study computer science", + "write novels", + "play piano", + "keep on painting" + ], + "subjects": [ + "Xiao Jin", + "Xiao Qian", + "Wang Qiang", + "Lin Min" + ] + }, + { + "symbolize_prob": 0.4, + "relationship_prob": 0.4, + "formula_inference_prob": 0.2, + "action_words": [ + "work in Beijing", + "study abroad", + "settle permanently", + "win the championship" + ], + "subjects": [ + "Wang Qiang", + "Xiao Lin", + "Dr Lee", + "Old Zhao" + ] + }, + { + "symbolize_prob": 0.25, + "relationship_prob": 0.45, + "formula_inference_prob": 0.3, + "action_words": [ + "work on farms", + "teach mathematics", + "travel abroad", + "keep on painting" + ], + "subjects": [ + "Old Zhao", + "Dr Lee", + "Xiao Bai", + "I" + ] + }, + { + "symbolize_prob": 0.45, + "relationship_prob": 0.25, + "formula_inference_prob": 0.3, + "action_words": [ + "work diligently", + "settle in the US", + "invest in stocks", + "win the championship" + ], + "subjects": [ + "Mr Chen", + "Dr Lee", + "Xiao Lin", + "Old Zhao" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicTemporalPropositions_train.json b/examples/pipelines/autogen_configs/korLogicTemporalPropositions_train.json new file mode 100644 index 0000000..bd1a56f --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicTemporalPropositions_train.json @@ -0,0 +1,70 @@ +[ + { + "symbolize_prob": 0.35, + "relationship_prob": 0.35, + "formula_inference_prob": 0.3, + "action_words": [ + "study computer science", + "write novels", + "play piano", + "keep on painting" + ], + "subjects": [ + "Xiao Jin", + "Xiao Qian", + "Wang Qiang", + "Lin Min" + ] + }, + { + "symbolize_prob": 0.4, + "relationship_prob": 0.4, + "formula_inference_prob": 0.2, + "action_words": [ + "work in Beijing", + "study abroad", + "settle permanently", + "win the championship" + ], + "subjects": [ + "Wang Qiang", + "Xiao Lin", + "Dr Lee", + "Old Zhao" + ] + }, + { + "symbolize_prob": 0.25, + "relationship_prob": 0.45, + "formula_inference_prob": 0.3, + "action_words": [ + "work on farms", + "teach mathematics", + "travel abroad", + "keep on painting" + ], + "subjects": [ + "Old Zhao", + "Dr Lee", + "Xiao Bai", + "I" + ] + }, + { + "symbolize_prob": 0.45, + "relationship_prob": 0.25, + "formula_inference_prob": 0.3, + "action_words": [ + "work diligently", + "settle in the US", + "invest in stocks", + "win the championship" + ], + "subjects": [ + "Mr Chen", + "Dr Lee", + "Xiao Lin", + "Old Zhao" + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicTruthValueModalPropositions_test.json b/examples/pipelines/autogen_configs/korLogicTruthValueModalPropositions_test.json new file mode 100644 index 0000000..bb3cef4 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicTruthValueModalPropositions_test.json @@ -0,0 +1,89 @@ +[ + { + "problem_types": { + "relationship": 0.45, + "symbolization": 0.25, + "formula": 0.2, + "multiple_choice_formula": 0.1 + }, + "propositions": { + "p": [ + "the store is open", + "the bank is closed", + "the library is quiet", + "the gym is busy", + "the café is empty", + "the museum is closed", + "the theater is showing a movie", + "the shop is having a sale", + "the office is quiet", + "the classroom is empty" + ], + "q": [ + "the cashier is busy", + "the librarian is available", + "the trainer is working", + "the barista is making coffee", + "the guard is on duty" + ] + } + }, + { + "problem_types": { + "relationship": 0.35, + "symbolization": 0.3, + "formula": 0.25, + "multiple_choice_formula": 0.1 + }, + "propositions": { + "p": [ + "the train arrives on time", + "the meeting starts at 2 PM", + "the pizza is delicious", + "the book is interesting", + "the movie is exciting", + "the park is crowded", + "the concert is sold out", + "the weather is nice", + "the flight is delayed", + "the restaurant is busy" + ], + "q": [ + "the teacher arrives early", + "the student completes the homework", + "the car needs maintenance", + "the battery is charged", + "the internet is working" + ] + } + }, + { + "problem_types": { + "relationship": 0.3, + "symbolization": 0.35, + "formula": 0.2, + "multiple_choice_formula": 0.15 + }, + "propositions": { + "p": [ + "the sun rises in the east", + "the moon shines at night", + "the earth orbits the sun", + "water boils at 100 degrees Celsius", + "ice melts at 0 degrees Celsius", + "plants need sunlight to grow", + "birds can fly", + "fish live in water", + "dogs are mammals", + "cats are carnivores" + ], + "q": [ + "the sky is blue", + "the grass is green", + "the tree is tall", + "the flower is red", + "the mountain is high" + ] + } + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korLogicTruthValueModalPropositions_train.json b/examples/pipelines/autogen_configs/korLogicTruthValueModalPropositions_train.json new file mode 100644 index 0000000..bb3cef4 --- /dev/null +++ b/examples/pipelines/autogen_configs/korLogicTruthValueModalPropositions_train.json @@ -0,0 +1,89 @@ +[ + { + "problem_types": { + "relationship": 0.45, + "symbolization": 0.25, + "formula": 0.2, + "multiple_choice_formula": 0.1 + }, + "propositions": { + "p": [ + "the store is open", + "the bank is closed", + "the library is quiet", + "the gym is busy", + "the café is empty", + "the museum is closed", + "the theater is showing a movie", + "the shop is having a sale", + "the office is quiet", + "the classroom is empty" + ], + "q": [ + "the cashier is busy", + "the librarian is available", + "the trainer is working", + "the barista is making coffee", + "the guard is on duty" + ] + } + }, + { + "problem_types": { + "relationship": 0.35, + "symbolization": 0.3, + "formula": 0.25, + "multiple_choice_formula": 0.1 + }, + "propositions": { + "p": [ + "the train arrives on time", + "the meeting starts at 2 PM", + "the pizza is delicious", + "the book is interesting", + "the movie is exciting", + "the park is crowded", + "the concert is sold out", + "the weather is nice", + "the flight is delayed", + "the restaurant is busy" + ], + "q": [ + "the teacher arrives early", + "the student completes the homework", + "the car needs maintenance", + "the battery is charged", + "the internet is working" + ] + } + }, + { + "problem_types": { + "relationship": 0.3, + "symbolization": 0.35, + "formula": 0.2, + "multiple_choice_formula": 0.15 + }, + "propositions": { + "p": [ + "the sun rises in the east", + "the moon shines at night", + "the earth orbits the sun", + "water boils at 100 degrees Celsius", + "ice melts at 0 degrees Celsius", + "plants need sunlight to grow", + "birds can fly", + "fish live in water", + "dogs are mammals", + "cats are carnivores" + ], + "q": [ + "the sky is blue", + "the grass is green", + "the tree is tall", + "the flower is red", + "the mountain is high" + ] + } + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korPuzzleCalcudoko_test.json b/examples/pipelines/autogen_configs/korPuzzleCalcudoko_test.json new file mode 100755 index 0000000..d790fb7 --- /dev/null +++ b/examples/pipelines/autogen_configs/korPuzzleCalcudoko_test.json @@ -0,0 +1,8 @@ +[ + { + "grid_size": 4 + }, + { + "grid_size": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korPuzzleCalcudoko_train.json b/examples/pipelines/autogen_configs/korPuzzleCalcudoko_train.json new file mode 100755 index 0000000..d790fb7 --- /dev/null +++ b/examples/pipelines/autogen_configs/korPuzzleCalcudoko_train.json @@ -0,0 +1,8 @@ +[ + { + "grid_size": 4 + }, + { + "grid_size": 5 + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korPuzzleLogicPuzzle_test.json b/examples/pipelines/autogen_configs/korPuzzleLogicPuzzle_test.json new file mode 100755 index 0000000..8978d68 --- /dev/null +++ b/examples/pipelines/autogen_configs/korPuzzleLogicPuzzle_test.json @@ -0,0 +1,97 @@ +[ + { + "num_entries": 5, + "years": [ + 1700, + 1720, + 1740, + 1760, + 1780 + ], + "attributes": { + "windmills": [ + "Molen A", + "Molen B", + "Molen C", + "Molen D", + "Molen E" + ], + "families": [ + "Family 1", + "Family 2", + "Family 3", + "Family 4", + "Family 5" + ] + } + }, + { + "num_entries": 4, + "years": [ + 1683, + 1706, + 1729, + 1752 + ], + "attributes": { + "windmills": [ + "Vlietmolen", + "Westmolen", + "Zemelmolen", + "Other" + ], + "families": [ + "Van Dijk", + "Visser", + "De Jong", + "Other Family" + ] + } + }, + { + "num_entries": 5, + "years": [ + 1800, + 1825, + 1850, + 1875, + 1900 + ], + "attributes": { + "windmills": [ + "A", + "B", + "C", + "D", + "E" + ], + "families": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "num_entries": 3, + "years": [ + 1600, + 1650, + 1700 + ], + "attributes": { + "windmills": [ + "Old Molen", + "Middle Molen", + "New Molen" + ], + "families": [ + "Ancient Family", + "Middle Family", + "Modern Family" + ] + } + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/korPuzzleLogicPuzzle_train.json b/examples/pipelines/autogen_configs/korPuzzleLogicPuzzle_train.json new file mode 100755 index 0000000..8978d68 --- /dev/null +++ b/examples/pipelines/autogen_configs/korPuzzleLogicPuzzle_train.json @@ -0,0 +1,97 @@ +[ + { + "num_entries": 5, + "years": [ + 1700, + 1720, + 1740, + 1760, + 1780 + ], + "attributes": { + "windmills": [ + "Molen A", + "Molen B", + "Molen C", + "Molen D", + "Molen E" + ], + "families": [ + "Family 1", + "Family 2", + "Family 3", + "Family 4", + "Family 5" + ] + } + }, + { + "num_entries": 4, + "years": [ + 1683, + 1706, + 1729, + 1752 + ], + "attributes": { + "windmills": [ + "Vlietmolen", + "Westmolen", + "Zemelmolen", + "Other" + ], + "families": [ + "Van Dijk", + "Visser", + "De Jong", + "Other Family" + ] + } + }, + { + "num_entries": 5, + "years": [ + 1800, + 1825, + 1850, + 1875, + 1900 + ], + "attributes": { + "windmills": [ + "A", + "B", + "C", + "D", + "E" + ], + "families": [ + "1", + "2", + "3", + "4", + "5" + ] + } + }, + { + "num_entries": 3, + "years": [ + 1600, + 1650, + 1700 + ], + "attributes": { + "windmills": [ + "Old Molen", + "Middle Molen", + "New Molen" + ], + "families": [ + "Ancient Family", + "Middle Family", + "Modern Family" + ] + } + } +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/med_calculator_test.json b/examples/pipelines/autogen_configs/med_calculator_test.json new file mode 100644 index 0000000..d2f5385 --- /dev/null +++ b/examples/pipelines/autogen_configs/med_calculator_test.json @@ -0,0 +1,3 @@ +[ + {"conf_file":"./internbootcamp/libs/med_calculator/med_calculator.json"} +] \ No newline at end of file diff --git a/examples/pipelines/autogen_configs/med_calculator_train.json b/examples/pipelines/autogen_configs/med_calculator_train.json new file mode 100644 index 0000000..d2f5385 --- /dev/null +++ b/examples/pipelines/autogen_configs/med_calculator_train.json @@ -0,0 +1,3 @@ +[ + {"conf_file":"./internbootcamp/libs/med_calculator/med_calculator.json"} +] \ No newline at end of file diff --git a/examples/pipelines/data_configs/data_config_test.jsonl b/examples/pipelines/data_configs/data_config_test.jsonl index 7c50609..37c9510 100644 --- a/examples/pipelines/data_configs/data_config_test.jsonl +++ b/examples/pipelines/data_configs/data_config_test.jsonl @@ -1,3 +1,89 @@ +{"bootcamp_name": "aquarium", "sample_number": 100, "config_file": "aquarium", "bootcamp_cls_name": "Aquariumbootcamp"} +{"bootcamp_name": "arc", "sample_number": 100, "config_file": "arc", "bootcamp_cls_name": "Arcbootcamp"} +{"bootcamp_name": "arrowmaze", "sample_number": 100, "config_file": "arrowmaze", "bootcamp_cls_name": "Arrowmazebootcamp"} +{"bootcamp_name": "bbehboardgameqa", "sample_number": 100, "config_file": "bbeh_boardgame_qa", "bootcamp_cls_name": "Bbehboardgameqabootcamp"} +{"bootcamp_name": "bbehbooleanexpressions", "sample_number": 100, "config_file": "bbeh_boolean_expressions", "bootcamp_cls_name": "Bbehbooleanexpressionsbootcamp"} +{"bootcamp_name": "BBEHBuggyTables", "sample_number": 100, "config_file": "BBEHBuggyTables", "bootcamp_cls_name": "BBEHBuggyTablesbootcamp"} +{"bootcamp_name": "BbehDyckLanguages", "sample_number": 100, "config_file": "BbehDyckLanguages", "bootcamp_cls_name": "BbehDyckLanguagesbootcamp"} +{"bootcamp_name": "BbehGeometricShapes", "sample_number": 100, "config_file": "BbehGeometricShapes", "bootcamp_cls_name": "BbehGeometricShapesbootcamp"} +{"bootcamp_name": "BBEHHyperbaton", "sample_number": 100, "config_file": "BBEHHyperbaton", "bootcamp_cls_name": "BBEHHyperbatonbootcamp"} +{"bootcamp_name": "BbehMultistepArithmetic", "sample_number": 100, "config_file": "BbehMultistepArithmetic", "bootcamp_cls_name": "BbehMultistepArithmeticbootcamp"} +{"bootcamp_name": "bbehobjectcounting", "sample_number": 100, "config_file": "bbeh_object_counting", "bootcamp_cls_name": "Bbehobjectcountingbootcamp"} +{"bootcamp_name": "bbehobjectproperties", "sample_number": 100, "config_file": "bbeh_object_properties", "bootcamp_cls_name": "Bbehobjectpropertiesbootcamp"} +{"bootcamp_name": "bbehshuffobject", "sample_number": 100, "config_file": "bbeh_shuff_object", "bootcamp_cls_name": "Bbehshuffobjectbootcamp"} +{"bootcamp_name": "BbehTemporalSequences", "sample_number": 100, "config_file": "BbehTemporalSequences", "bootcamp_cls_name": "BbehTemporalSequencesbootcamp"} +{"bootcamp_name": "BbehWebOfLies", "sample_number": 100, "config_file": "BbehWebOfLies", "bootcamp_cls_name": "BbehWebOfLiesbootcamp"} +{"bootcamp_name": "BbehWordSorting", "sample_number": 100, "config_file": "BbehWordSorting", "bootcamp_cls_name": "BbehWordSortingbootcamp"} +{"bootcamp_name": "binairo", "sample_number": 100, "config_file": "binairo", "bootcamp_cls_name": "Binairobootcamp"} +{"bootcamp_name": "BloodTestJudgement", "sample_number": 100, "config_file": "BloodTestJudgement", "bootcamp_cls_name": "BloodTestJudgementbootcamp"} +{"bootcamp_name": "calcudoku", "sample_number": 100, "config_file": "calcudoku", "bootcamp_cls_name": "Calcudokubootcamp"} +{"bootcamp_name": "campsite", "sample_number": 100, "config_file": "campsite", "bootcamp_cls_name": "Campsitebootcamp"} +{"bootcamp_name": "cipher", "sample_number": 10, "config_file": "cipher", "bootcamp_cls_name": "Cipherbootcamp"} {"bootcamp_name": "circuit", "sample_number": 100, "config_file": "circuit", "bootcamp_cls_name": "Circuitbootcamp"} - - +{"bootcamp_name": "cryptomath", "sample_number": 100, "config_file": "crypto_math", "bootcamp_cls_name": "Cryptomathbootcamp"} +{"bootcamp_name": "dominosa", "sample_number": 100, "config_file": "dominosa", "bootcamp_cls_name": "Dominosabootcamp"} +{"bootcamp_name": "earthdew2humidity", "sample_number": 100, "config_file": "earthdew2humidity", "bootcamp_cls_name": "Earthdew2humiditybootcamp"} +{"bootcamp_name": "earthtyphoon", "sample_number": 100, "config_file": "earth_typhoon", "bootcamp_cls_name": "Earthtyphoonbootcamp"} +{"bootcamp_name": "futoshiki", "sample_number": 100, "config_file": "futoshiki", "bootcamp_cls_name": "Futoshikibootcamp"} +{"bootcamp_name": "galaxies", "sample_number": 100, "config_file": "galaxies", "bootcamp_cls_name": "Galaxiesbootcamp"} +{"bootcamp_name": "game24", "sample_number": 100, "config_file": "game24", "bootcamp_cls_name": "Game24bootcamp"} +{"bootcamp_name": "heyawake", "sample_number": 100, "config_file": "heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "hitori", "sample_number": 100, "config_file": "hitori", "bootcamp_cls_name": "Hitoribootcamp"} +{"bootcamp_name": "InChI2logP", "sample_number": 100, "config_file": "InChI2logP", "bootcamp_cls_name": "InChI2logPbootcamp"} +{"bootcamp_name": "kakurasu", "sample_number": 100, "config_file": "kakurasu", "bootcamp_cls_name": "Kakurasubootcamp"} +{"bootcamp_name": "kakuro", "sample_number": 100, "config_file": "kakuro", "bootcamp_cls_name": "Kakurobootcamp"} +{"bootcamp_name": "korCipherCustomInverseShiftSubstitutionCipher", "sample_number": 100, "config_file": "korCipherCustomInverseShiftSubstitutionCipher", "bootcamp_cls_name": "KorCipherCustomInverseShiftSubstitutionCipherbootcamp"} +{"bootcamp_name": "korLogicAnalogicalReasoning", "sample_number": 100, "config_file": "korLogicAnalogicalReasoning", "bootcamp_cls_name": "KorLogicAnalogicalReasoningbootcamp"} +{"bootcamp_name": "korLogicCanonicalPropositions", "sample_number": 100, "config_file": "korLogicCanonicalPropositions", "bootcamp_cls_name": "KorLogicCanonicalPropositionsbootcamp"} +{"bootcamp_name": "korLogicCooperativePrinciple", "sample_number": 100, "config_file": "korLogicCooperativePrinciple", "bootcamp_cls_name": "KorLogicCooperativePrinciplebootcamp"} +{"bootcamp_name": "korLogicEnumerativeInductiveReasoning", "sample_number": 100, "config_file": "korLogicEnumerativeInductiveReasoning", "bootcamp_cls_name": "KorLogicEnumerativeInductiveReasoningbootcamp"} +{"bootcamp_name": "korLogicEpistemicLogic", "sample_number": 100, "config_file": "korLogicEpistemicLogic", "bootcamp_cls_name": "KorLogicEpistemicLogicbootcamp"} +{"bootcamp_name": "korLogicInductionParadox", "sample_number": 100, "config_file": "korLogicInductionParadox", "bootcamp_cls_name": "KorLogicInductionParadoxbootcamp"} +{"bootcamp_name": "korLogicLogicalMethodsForExploringCauseAndEffectRelationships", "sample_number": 100, "config_file": "korLogicLogicalMethodsForExploringCauseAndEffectRelationships", "bootcamp_cls_name": "KorLogicLogicalMethodsForExploringCauseAndEffectRelationshipsbootcamp"} +{"bootcamp_name": "korLogicPredicateLogicFormalization", "sample_number": 100, "config_file": "korLogicPredicateLogicFormalization", "bootcamp_cls_name": "KorLogicPredicateLogicFormalizationbootcamp"} +{"bootcamp_name": "korLogicPropositionalLogicFormalization", "sample_number": 100, "config_file": "korLogicPropositionalLogicFormalization", "bootcamp_cls_name": "KorLogicPropositionalLogicFormalizationbootcamp"} +{"bootcamp_name": "korLogicResolution", "sample_number": 100, "config_file": "korLogicResolution", "bootcamp_cls_name": "KorLogicResolutionbootcamp"} +{"bootcamp_name": "korOperationUnicode0032", "sample_number": 100, "config_file": "korOperationUnicode0032", "bootcamp_cls_name": "KorOperationUnicode0032bootcamp"} +{"bootcamp_name": "korOperationUnicode0033", "sample_number": 100, "config_file": "korOperationUnicode0033", "bootcamp_cls_name": "KorOperationUnicode0033bootcamp"} +{"bootcamp_name": "korOperationUnicode203b", "sample_number": 100, "config_file": "korOperationUnicode203b", "bootcamp_cls_name": "KorOperationUnicode203bbootcamp"} +{"bootcamp_name": "korOperationUnicode20ac", "sample_number": 100, "config_file": "korOperationUnicode20ac", "bootcamp_cls_name": "KorOperationUnicode20acbootcamp"} +{"bootcamp_name": "korOperationUnicode221e", "sample_number": 100, "config_file": "korOperationUnicode221e", "bootcamp_cls_name": "KorOperationUnicode221ebootcamp"} +{"bootcamp_name": "korOperationUnicode2295", "sample_number": 100, "config_file": "korOperationUnicode2295", "bootcamp_cls_name": "KorOperationUnicode2295bootcamp"} +{"bootcamp_name": "korOperationUnicode25a0", "sample_number": 100, "config_file": "korOperationUnicode25a0", "bootcamp_cls_name": "KorOperationUnicode25a0bootcamp"} +{"bootcamp_name": "korOperationUnicode25a1", "sample_number": 100, "config_file": "korOperationUnicode25a1", "bootcamp_cls_name": "KorOperationUnicode25a1bootcamp"} +{"bootcamp_name": "korOperationUnicode25b3", "sample_number": 100, "config_file": "korOperationUnicode25b3", "bootcamp_cls_name": "KorOperationUnicode25b3bootcamp"} +{"bootcamp_name": "korOperationUnicode25bd", "sample_number": 100, "config_file": "korOperationUnicode25bd", "bootcamp_cls_name": "KorOperationUnicode25bdbootcamp"} +{"bootcamp_name": "korOperationUnicode25cb", "sample_number": 100, "config_file": "korOperationUnicode25cb", "bootcamp_cls_name": "KorOperationUnicode25cbbootcamp"} +{"bootcamp_name": "korOperationUnicode25ce", "sample_number": 100, "config_file": "korOperationUnicode25ce", "bootcamp_cls_name": "KorOperationUnicode25cebootcamp"} +{"bootcamp_name": "korOperationUnicode25cf", "sample_number": 100, "config_file": "korOperationUnicode25cf", "bootcamp_cls_name": "KorOperationUnicode25cfbootcamp"} +{"bootcamp_name": "korOperationUnicode2605", "sample_number": 100, "config_file": "korOperationUnicode2605", "bootcamp_cls_name": "KorOperationUnicode2605bootcamp"} +{"bootcamp_name": "korOperationUnicodeffe0", "sample_number": 100, "config_file": "korOperationUnicodeffe0", "bootcamp_cls_name": "KorOperationUnicodeffe0bootcamp"} +{"bootcamp_name": "korOperationUnicodeffe1", "sample_number": 100, "config_file": "korOperationUnicodeffe1", "bootcamp_cls_name": "KorOperationUnicodeffe1bootcamp"} +{"bootcamp_name": "korPuzzle24Points", "sample_number": 100, "config_file": "korPuzzle24Points", "bootcamp_cls_name": "KorPuzzle24Pointsbootcamp"} +{"bootcamp_name": "korPuzzleCampsite", "sample_number": 100, "config_file": "korPuzzleCampsite", "bootcamp_cls_name": "KorPuzzleCampsitebootcamp"} +{"bootcamp_name": "korPuzzleConnectWords", "sample_number": 100, "config_file": "korPuzzleConnectWords", "bootcamp_cls_name": "KorPuzzleConnectWordsbootcamp"} +{"bootcamp_name": "korPuzzleCryptoMath", "sample_number": 100, "config_file": "korPuzzleCryptoMath", "bootcamp_cls_name": "KorPuzzleCryptoMathbootcamp"} +{"bootcamp_name": "korPuzzleKukurasu", "sample_number": 100, "config_file": "korPuzzleKukurasu", "bootcamp_cls_name": "KorPuzzleKukurasubootcamp"} +{"bootcamp_name": "korPuzzleMathPath", "sample_number": 100, "config_file": "korPuzzleMathPath", "bootcamp_cls_name": "KorPuzzleMathPathbootcamp"} +{"bootcamp_name": "korPuzzleMinesweeper", "sample_number": 100, "config_file": "korPuzzleMinesweeper", "bootcamp_cls_name": "KorPuzzleMinesweeperbootcamp"} +{"bootcamp_name": "korPuzzleSkyscrapers", "sample_number": 100, "config_file": "korPuzzleSkyscrapers", "bootcamp_cls_name": "KorPuzzleSkyscrapersbootcamp"} +{"bootcamp_name": "korPuzzleWordBrainTeasers", "sample_number": 100, "config_file": "korPuzzleWordBrainTeasers", "bootcamp_cls_name": "KorPuzzleWordBrainTeasersbootcamp"} +{"bootcamp_name": "korPuzzleWordRootsAndAffixes", "sample_number": 100, "config_file": "korPuzzleWordRootsAndAffixes", "bootcamp_cls_name": "KorPuzzleWordRootsAndAffixesbootcamp"} +{"bootcamp_name": "korPuzzleWordscapes", "sample_number": 100, "config_file": "korPuzzleWordscapes", "bootcamp_cls_name": "KorPuzzleWordscapesbootcamp"} +{"bootcamp_name": "korPuzzleWordSearch", "sample_number": 100, "config_file": "korPuzzleWordSearch", "bootcamp_cls_name": "KorPuzzleWordSearchbootcamp"} +{"bootcamp_name": "LightUp", "sample_number": 100, "config_file": "Light_Up", "bootcamp_cls_name": "LightUpbootcamp"} +{"bootcamp_name": "linearODE", "sample_number": 100, "config_file": "linearODE", "bootcamp_cls_name": "LinearODEbootcamp"} +{"bootcamp_name": "maze", "sample_number": 100, "config_file": "maze", "bootcamp_cls_name": "Mazebootcamp"} +{"bootcamp_name": "MedAnticoagulation", "sample_number": 100, "config_file": "MedAnticoagulation", "bootcamp_cls_name": "MedAnticoagulationbootcamp"} +{"bootcamp_name": "minesweeper", "sample_number": 100, "config_file": "minesweeper", "bootcamp_cls_name": "Minesweeperbootcamp"} +{"bootcamp_name": "nonograms", "sample_number": 100, "config_file": "nonograms", "bootcamp_cls_name": "Nonogramsbootcamp"} +{"bootcamp_name": "pipes", "sample_number": 100, "config_file": "pipes", "bootcamp_cls_name": "Pipesbootcamp"} +{"bootcamp_name": "skyscrapers", "sample_number": 100, "config_file": "skyscrapers", "bootcamp_cls_name": "Skyscrapersbootcamp"} +{"bootcamp_name": "slitherlink", "sample_number": 100, "config_file": "slitherlink", "bootcamp_cls_name": "Slitherlinkbootcamp"} +{"bootcamp_name": "SMILES2logP", "sample_number": 100, "config_file": "SMILES2logP", "bootcamp_cls_name": "SMILES2logPbootcamp"} +{"bootcamp_name": "starbattle", "sample_number": 100, "config_file": "starbattle", "bootcamp_cls_name": "Starbattlebootcamp"} +{"bootcamp_name": "stitches", "sample_number": 100, "config_file": "stitches", "bootcamp_cls_name": "Stitchesbootcamp"} +{"bootcamp_name": "sudoku", "sample_number": 100, "config_file": "sudoku", "bootcamp_cls_name": "Sudokubootcamp"} +{"bootcamp_name": "SymbolicRegression", "sample_number": 100, "config_file": "Symbolic_Regression", "bootcamp_cls_name": "SymbolicRegressionbootcamp"} +{"bootcamp_name": "tents", "sample_number": 100, "config_file": "tents", "bootcamp_cls_name": "Tentsbootcamp"} +{"bootcamp_name": "thermometers", "sample_number": 100, "config_file": "thermometers", "bootcamp_cls_name": "Thermometersbootcamp"} diff --git a/examples/pipelines/data_configs/data_config_test_flangeplane.jsonl b/examples/pipelines/data_configs/data_config_test_flangeplane.jsonl new file mode 100644 index 0000000..1b02d78 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_test_flangeplane.jsonl @@ -0,0 +1 @@ +{"bootcamp_name": "flangeplane", "sample_number": 100, "config_file": "flange_plane", "bootcamp_cls_name": "Flangeplanebootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train.jsonl b/examples/pipelines/data_configs/data_config_train.jsonl deleted file mode 100644 index 410537a..0000000 --- a/examples/pipelines/data_configs/data_config_train.jsonl +++ /dev/null @@ -1,2 +0,0 @@ -{"bootcamp_name": "circuit", "sample_number": 10000, "config_file": "circuit", "bootcamp_cls_name": "Circuitbootcamp"} - diff --git a/examples/pipelines/data_configs/data_config_train_all.jsonl b/examples/pipelines/data_configs/data_config_train_all.jsonl new file mode 100644 index 0000000..59dfda5 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_all.jsonl @@ -0,0 +1,704 @@ +{"bootcamp_name": "Cbugincode", "sample_number": 500, "config_file": "Cbugincode", "bootcamp_cls_name": "Cbugincodebootcamp"} +{"bootcamp_name": "Cyuhaoandaparenthesis", "sample_number": 500, "config_file": "Cyuhaoandaparenthesis", "bootcamp_cls_name": "Cyuhaoandaparenthesisbootcamp"} +{"bootcamp_name": "Ckalilaanddimnaintheloggingindustry", "sample_number": 500, "config_file": "Ckalilaanddimnaintheloggingindustry", "bootcamp_cls_name": "Ckalilaanddimnaintheloggingindustrybootcamp"} +{"bootcamp_name": "Dchemicaltable", "sample_number": 500, "config_file": "Dchemicaltable", "bootcamp_cls_name": "Dchemicaltablebootcamp"} +{"bootcamp_name": "korLogicCanonicalPropositions", "sample_number": 500, "config_file": "korLogicCanonicalPropositions", "bootcamp_cls_name": "KorLogicCanonicalPropositionsbootcamp"} +{"bootcamp_name": "Canotherproblemonstrings", "sample_number": 500, "config_file": "Canotherproblemonstrings", "bootcamp_cls_name": "Canotherproblemonstringsbootcamp"} +{"bootcamp_name": "Eplayingwithsuperglue", "sample_number": 500, "config_file": "Eplayingwithsuperglue", "bootcamp_cls_name": "Eplayingwithsupergluebootcamp"} +{"bootcamp_name": "korOperationUnicodeffe0", "sample_number": 500, "config_file": "korOperationUnicodeffe0", "bootcamp_cls_name": "KorOperationUnicodeffe0bootcamp"} +{"bootcamp_name": "Dseabattle", "sample_number": 500, "config_file": "Dseabattle", "bootcamp_cls_name": "Dseabattlebootcamp"} +{"bootcamp_name": "Dflipthecards", "sample_number": 500, "config_file": "Dflipthecards", "bootcamp_cls_name": "Dflipthecardsbootcamp"} +{"bootcamp_name": "Enecklace", "sample_number": 500, "config_file": "Enecklace", "bootcamp_cls_name": "Enecklacebootcamp"} +{"bootcamp_name": "Erooksandrectangles", "sample_number": 500, "config_file": "Erooksandrectangles", "bootcamp_cls_name": "Erooksandrectanglesbootcamp"} +{"bootcamp_name": "korPuzzleSkyscrapers", "sample_number": 500, "config_file": "korPuzzleSkyscrapers", "bootcamp_cls_name": "KorPuzzleSkyscrapersbootcamp"} +{"bootcamp_name": "Csubstringgameinthelesson", "sample_number": 500, "config_file": "Csubstringgameinthelesson", "bootcamp_cls_name": "Csubstringgameinthelessonbootcamp"} +{"bootcamp_name": "bbehboardgameqa", "sample_number": 500, "config_file": "bbeh_boardgame_qa", "bootcamp_cls_name": "Bbehboardgameqabootcamp"} +{"bootcamp_name": "Cmessy", "sample_number": 500, "config_file": "Cmessy", "bootcamp_cls_name": "Cmessybootcamp"} +{"bootcamp_name": "Croadtocinema", "sample_number": 500, "config_file": "Croadtocinema", "bootcamp_cls_name": "Croadtocinemabootcamp"} +{"bootcamp_name": "Cgameontree", "sample_number": 500, "config_file": "Cgameontree", "bootcamp_cls_name": "Cgameontreebootcamp"} +{"bootcamp_name": "Cprefixproductsequence", "sample_number": 500, "config_file": "Cprefixproductsequence", "bootcamp_cls_name": "Cprefixproductsequencebootcamp"} +{"bootcamp_name": "BbehWebOfLies", "sample_number": 500, "config_file": "BbehWebOfLies", "bootcamp_cls_name": "BbehWebOfLiesbootcamp"} +{"bootcamp_name": "kakurasu", "sample_number": 500, "config_file": "kakurasu", "bootcamp_cls_name": "Kakurasubootcamp"} +{"bootcamp_name": "Ctryandcatch", "sample_number": 500, "config_file": "Ctryandcatch", "bootcamp_cls_name": "Ctryandcatchbootcamp"} +{"bootcamp_name": "korPuzzleMinesweeper", "sample_number": 500, "config_file": "korPuzzleMinesweeper", "bootcamp_cls_name": "KorPuzzleMinesweeperbootcamp"} +{"bootcamp_name": "F1chessstrikesbackeasyversion", "sample_number": 500, "config_file": "F1chessstrikesbackeasyversion", "bootcamp_cls_name": "F1chessstrikesbackeasyversionbootcamp"} +{"bootcamp_name": "Dlosttree", "sample_number": 500, "config_file": "Dlosttree", "bootcamp_cls_name": "Dlosttreebootcamp"} +{"bootcamp_name": "cipher", "sample_number": 500, "config_file": "cipher", "bootcamp_cls_name": "Cipherbootcamp"} +{"bootcamp_name": "Cconnect", "sample_number": 500, "config_file": "Cconnect", "bootcamp_cls_name": "Cconnectbootcamp"} +{"bootcamp_name": "Djonandorbs", "sample_number": 500, "config_file": "Djonandorbs", "bootcamp_cls_name": "Djonandorbsbootcamp"} +{"bootcamp_name": "Cmashmokhandreverseoperation", "sample_number": 500, "config_file": "Cmashmokhandreverseoperation", "bootcamp_cls_name": "Cmashmokhandreverseoperationbootcamp"} +{"bootcamp_name": "Cproblemfornazar", "sample_number": 500, "config_file": "Cproblemfornazar", "bootcamp_cls_name": "Cproblemfornazarbootcamp"} +{"bootcamp_name": "Ccowandmessage", "sample_number": 500, "config_file": "Ccowandmessage", "bootcamp_cls_name": "Ccowandmessagebootcamp"} +{"bootcamp_name": "Ethegreatmixing", "sample_number": 500, "config_file": "Ethegreatmixing", "bootcamp_cls_name": "Ethegreatmixingbootcamp"} +{"bootcamp_name": "Cdevelopingskills", "sample_number": 500, "config_file": "Cdevelopingskills", "bootcamp_cls_name": "Cdevelopingskillsbootcamp"} +{"bootcamp_name": "Cktree", "sample_number": 500, "config_file": "Cktree", "bootcamp_cls_name": "Cktreebootcamp"} +{"bootcamp_name": "korOperationUnicodeffe1", "sample_number": 500, "config_file": "korOperationUnicodeffe1", "bootcamp_cls_name": "KorOperationUnicodeffe1bootcamp"} +{"bootcamp_name": "Domnomandnecklace", "sample_number": 500, "config_file": "Domnomandnecklace", "bootcamp_cls_name": "Domnomandnecklacebootcamp"} +{"bootcamp_name": "Clatinsquare", "sample_number": 500, "config_file": "Clatinsquare", "bootcamp_cls_name": "Clatinsquarebootcamp"} +{"bootcamp_name": "starbattle", "sample_number": 500, "config_file": "starbattle", "bootcamp_cls_name": "Starbattlebootcamp"} +{"bootcamp_name": "slitherlink", "sample_number": 500, "config_file": "slitherlink", "bootcamp_cls_name": "Slitherlinkbootcamp"} +{"bootcamp_name": "korOperationUnicode25b3", "sample_number": 500, "config_file": "korOperationUnicode25b3", "bootcamp_cls_name": "KorOperationUnicode25b3bootcamp"} +{"bootcamp_name": "Cvusthecossackandstrings", "sample_number": 500, "config_file": "Cvusthecossackandstrings", "bootcamp_cls_name": "Cvusthecossackandstringsbootcamp"} +{"bootcamp_name": "korOperationUnicode25a0", "sample_number": 500, "config_file": "korOperationUnicode25a0", "bootcamp_cls_name": "KorOperationUnicode25a0bootcamp"} +{"bootcamp_name": "Dmissionimpassable", "sample_number": 500, "config_file": "Dmissionimpassable", "bootcamp_cls_name": "Dmissionimpassablebootcamp"} +{"bootcamp_name": "korLogicDefinitions", "sample_number": 500, "config_file": "korLogicDefinitions", "bootcamp_cls_name": "KorLogicDefinitionsbootcamp"} +{"bootcamp_name": "Eskibase", "sample_number": 500, "config_file": "Eskibase", "bootcamp_cls_name": "Eskibasebootcamp"} +{"bootcamp_name": "BbehGeometricShapes", "sample_number": 500, "config_file": "BbehGeometricShapes", "bootcamp_cls_name": "BbehGeometricShapesbootcamp"} +{"bootcamp_name": "Cyaroslavandalgorithm", "sample_number": 500, "config_file": "Cyaroslavandalgorithm", "bootcamp_cls_name": "Cyaroslavandalgorithmbootcamp"} +{"bootcamp_name": "Dratingcompression", "sample_number": 500, "config_file": "Dratingcompression", "bootcamp_cls_name": "Dratingcompressionbootcamp"} +{"bootcamp_name": "Cswapletters", "sample_number": 500, "config_file": "Cswapletters", "bootcamp_cls_name": "Cswaplettersbootcamp"} +{"bootcamp_name": "bbehshuffobject", "sample_number": 500, "config_file": "bbeh_shuff_object", "bootcamp_cls_name": "Bbehshuffobjectbootcamp"} +{"bootcamp_name": "Dlunarnewyearandawander", "sample_number": 500, "config_file": "Dlunarnewyearandawander", "bootcamp_cls_name": "Dlunarnewyearandawanderbootcamp"} +{"bootcamp_name": "korOperationUnicode0033", "sample_number": 500, "config_file": "korOperationUnicode0033", "bootcamp_cls_name": "KorOperationUnicode0033bootcamp"} +{"bootcamp_name": "Ccubeproblem", "sample_number": 500, "config_file": "Ccubeproblem", "bootcamp_cls_name": "Ccubeproblembootcamp"} +{"bootcamp_name": "korLogicCooperativePrinciple", "sample_number": 500, "config_file": "korLogicCooperativePrinciple", "bootcamp_cls_name": "KorLogicCooperativePrinciplebootcamp"} +{"bootcamp_name": "Eparty", "sample_number": 500, "config_file": "Eparty", "bootcamp_cls_name": "Epartybootcamp"} +{"bootcamp_name": "Ckbeautifulstrings", "sample_number": 500, "config_file": "Ckbeautifulstrings", "bootcamp_cls_name": "Ckbeautifulstringsbootcamp"} +{"bootcamp_name": "Edoublehappiness", "sample_number": 500, "config_file": "Edoublehappiness", "bootcamp_cls_name": "Edoublehappinessbootcamp"} +{"bootcamp_name": "earthdew2humidity", "sample_number": 500, "config_file": "earthdew2humidity", "bootcamp_cls_name": "Earthdew2humiditybootcamp"} +{"bootcamp_name": "Conlinecoursesinbsu", "sample_number": 500, "config_file": "Conlinecoursesinbsu", "bootcamp_cls_name": "Conlinecoursesinbsubootcamp"} +{"bootcamp_name": "Crotationmatching", "sample_number": 500, "config_file": "Crotationmatching", "bootcamp_cls_name": "Crotationmatchingbootcamp"} +{"bootcamp_name": "Fhighcry", "sample_number": 500, "config_file": "Fhighcry", "bootcamp_cls_name": "Fhighcrybootcamp"} +{"bootcamp_name": "Coptimalpolygonperimeter", "sample_number": 500, "config_file": "Coptimalpolygonperimeter", "bootcamp_cls_name": "Coptimalpolygonperimeterbootcamp"} +{"bootcamp_name": "Dtimetorun", "sample_number": 500, "config_file": "Dtimetorun", "bootcamp_cls_name": "Dtimetorunbootcamp"} +{"bootcamp_name": "Bcountpairs", "sample_number": 500, "config_file": "Bcountpairs", "bootcamp_cls_name": "Bcountpairsbootcamp"} +{"bootcamp_name": "Cmultiplicity", "sample_number": 500, "config_file": "Cmultiplicity", "bootcamp_cls_name": "Cmultiplicitybootcamp"} +{"bootcamp_name": "Carpaandagamewithmojtaba", "sample_number": 500, "config_file": "Carpaandagamewithmojtaba", "bootcamp_cls_name": "Carpaandagamewithmojtababootcamp"} +{"bootcamp_name": "Cnamingcompany", "sample_number": 500, "config_file": "Cnamingcompany", "bootcamp_cls_name": "Cnamingcompanybootcamp"} +{"bootcamp_name": "Cpromocodeswithmistakes", "sample_number": 500, "config_file": "Cpromocodeswithmistakes", "bootcamp_cls_name": "Cpromocodeswithmistakesbootcamp"} +{"bootcamp_name": "Apetyaandcatacombs", "sample_number": 500, "config_file": "Apetyaandcatacombs", "bootcamp_cls_name": "Apetyaandcatacombsbootcamp"} +{"bootcamp_name": "Eprefixproductsequence", "sample_number": 500, "config_file": "Eprefixproductsequence", "bootcamp_cls_name": "Eprefixproductsequencebootcamp"} +{"bootcamp_name": "Dolyaandmagicalsquare", "sample_number": 500, "config_file": "Dolyaandmagicalsquare", "bootcamp_cls_name": "Dolyaandmagicalsquarebootcamp"} +{"bootcamp_name": "Ghappyline", "sample_number": 500, "config_file": "Ghappyline", "bootcamp_cls_name": "Ghappylinebootcamp"} +{"bootcamp_name": "Cjeremybearimy", "sample_number": 500, "config_file": "Cjeremybearimy", "bootcamp_cls_name": "Cjeremybearimybootcamp"} +{"bootcamp_name": "Cdominoes", "sample_number": 500, "config_file": "Cdominoes", "bootcamp_cls_name": "Cdominoesbootcamp"} +{"bootcamp_name": "Dmahmoudandehabandanotherarrayconstructiontask", "sample_number": 500, "config_file": "Dmahmoudandehabandanotherarrayconstructiontask", "bootcamp_cls_name": "Dmahmoudandehabandanotherarrayconstructiontaskbootcamp"} +{"bootcamp_name": "Fchaoticv", "sample_number": 500, "config_file": "Fchaoticv", "bootcamp_cls_name": "Fchaoticvbootcamp"} +{"bootcamp_name": "Cvalhallasiege", "sample_number": 500, "config_file": "Cvalhallasiege", "bootcamp_cls_name": "Cvalhallasiegebootcamp"} +{"bootcamp_name": "Crussianroulette", "sample_number": 500, "config_file": "Crussianroulette", "bootcamp_cls_name": "Crussianroulettebootcamp"} +{"bootcamp_name": "Cdilucandkaeya", "sample_number": 500, "config_file": "Cdilucandkaeya", "bootcamp_cls_name": "Cdilucandkaeyabootcamp"} +{"bootcamp_name": "Eserejaandbrackets", "sample_number": 500, "config_file": "Eserejaandbrackets", "bootcamp_cls_name": "Eserejaandbracketsbootcamp"} +{"bootcamp_name": "Ctexteditor", "sample_number": 500, "config_file": "Ctexteditor", "bootcamp_cls_name": "Ctexteditorbootcamp"} +{"bootcamp_name": "Chistory", "sample_number": 500, "config_file": "Chistory", "bootcamp_cls_name": "Chistorybootcamp"} +{"bootcamp_name": "Ctravellingsalesmanproblem", "sample_number": 500, "config_file": "Ctravellingsalesmanproblem", "bootcamp_cls_name": "Ctravellingsalesmanproblembootcamp"} +{"bootcamp_name": "Cmushroomstrife", "sample_number": 500, "config_file": "Cmushroomstrife", "bootcamp_cls_name": "Cmushroomstrifebootcamp"} +{"bootcamp_name": "Ccycleinmaze", "sample_number": 500, "config_file": "Ccycleinmaze", "bootcamp_cls_name": "Ccycleinmazebootcamp"} +{"bootcamp_name": "Ccleverfatrat", "sample_number": 500, "config_file": "Ccleverfatrat", "bootcamp_cls_name": "Ccleverfatratbootcamp"} +{"bootcamp_name": "Dweirdchess", "sample_number": 500, "config_file": "Dweirdchess", "bootcamp_cls_name": "Dweirdchessbootcamp"} +{"bootcamp_name": "Elittleelephantandshifts", "sample_number": 500, "config_file": "Elittleelephantandshifts", "bootcamp_cls_name": "Elittleelephantandshiftsbootcamp"} +{"bootcamp_name": "Ctoaddornottoadd", "sample_number": 500, "config_file": "Ctoaddornottoadd", "bootcamp_cls_name": "Ctoaddornottoaddbootcamp"} +{"bootcamp_name": "Crememberingstrings", "sample_number": 500, "config_file": "Crememberingstrings", "bootcamp_cls_name": "Crememberingstringsbootcamp"} +{"bootcamp_name": "Cplasticinezebra", "sample_number": 500, "config_file": "Cplasticinezebra", "bootcamp_cls_name": "Cplasticinezebrabootcamp"} +{"bootcamp_name": "Asearchingforgraph", "sample_number": 500, "config_file": "Asearchingforgraph", "bootcamp_cls_name": "Asearchingforgraphbootcamp"} +{"bootcamp_name": "Cparquet", "sample_number": 500, "config_file": "Cparquet", "bootcamp_cls_name": "Cparquetbootcamp"} +{"bootcamp_name": "Dsocialcircles", "sample_number": 500, "config_file": "Dsocialcircles", "bootcamp_cls_name": "Dsocialcirclesbootcamp"} +{"bootcamp_name": "Dslime", "sample_number": 500, "config_file": "Dslime", "bootcamp_cls_name": "Dslimebootcamp"} +{"bootcamp_name": "Csagheerandnubianmarket", "sample_number": 500, "config_file": "Csagheerandnubianmarket", "bootcamp_cls_name": "Csagheerandnubianmarketbootcamp"} +{"bootcamp_name": "Fbreakup", "sample_number": 500, "config_file": "Fbreakup", "bootcamp_cls_name": "Fbreakupbootcamp"} +{"bootcamp_name": "Dgrid005000", "sample_number": 500, "config_file": "Dgrid005000", "bootcamp_cls_name": "Dgrid005000bootcamp"} +{"bootcamp_name": "Binvarianceoftree", "sample_number": 500, "config_file": "Binvarianceoftree", "bootcamp_cls_name": "Binvarianceoftreebootcamp"} +{"bootcamp_name": "F2longcolorfulstrip", "sample_number": 500, "config_file": "F2longcolorfulstrip", "bootcamp_cls_name": "F2longcolorfulstripbootcamp"} +{"bootcamp_name": "Cgeorgeandnumber", "sample_number": 500, "config_file": "Cgeorgeandnumber", "bootcamp_cls_name": "Cgeorgeandnumberbootcamp"} +{"bootcamp_name": "Cicecave", "sample_number": 500, "config_file": "Cicecave", "bootcamp_cls_name": "Cicecavebootcamp"} +{"bootcamp_name": "skyscrapers", "sample_number": 500, "config_file": "skyscrapers", "bootcamp_cls_name": "Skyscrapersbootcamp"} +{"bootcamp_name": "Ecuptrick", "sample_number": 500, "config_file": "Ecuptrick", "bootcamp_cls_name": "Ecuptrickbootcamp"} +{"bootcamp_name": "Celementextermination", "sample_number": 500, "config_file": "Celementextermination", "bootcamp_cls_name": "Celementexterminationbootcamp"} +{"bootcamp_name": "Cdoubleprofiles", "sample_number": 500, "config_file": "Cdoubleprofiles", "bootcamp_cls_name": "Cdoubleprofilesbootcamp"} +{"bootcamp_name": "Ccaptainmarmot", "sample_number": 500, "config_file": "Ccaptainmarmot", "bootcamp_cls_name": "Ccaptainmarmotbootcamp"} +{"bootcamp_name": "Daliceandthedoll", "sample_number": 500, "config_file": "Daliceandthedoll", "bootcamp_cls_name": "Daliceandthedollbootcamp"} +{"bootcamp_name": "Cthedeliverydilemma", "sample_number": 500, "config_file": "Cthedeliverydilemma", "bootcamp_cls_name": "Cthedeliverydilemmabootcamp"} +{"bootcamp_name": "Ctram", "sample_number": 500, "config_file": "Ctram", "bootcamp_cls_name": "Ctrambootcamp"} +{"bootcamp_name": "Creplacement", "sample_number": 500, "config_file": "Creplacement", "bootcamp_cls_name": "Creplacementbootcamp"} +{"bootcamp_name": "E1convergingarrayeasyversion", "sample_number": 500, "config_file": "E1convergingarrayeasyversion", "bootcamp_cls_name": "E1convergingarrayeasyversionbootcamp"} +{"bootcamp_name": "BBEHBuggyTables", "sample_number": 500, "config_file": "BBEHBuggyTables", "bootcamp_cls_name": "BBEHBuggyTablesbootcamp"} +{"bootcamp_name": "Aalmostarithmeticalprogression", "sample_number": 500, "config_file": "Aalmostarithmeticalprogression", "bootcamp_cls_name": "Aalmostarithmeticalprogressionbootcamp"} +{"bootcamp_name": "Dzookeeperandtheinfinitezoo", "sample_number": 500, "config_file": "Dzookeeperandtheinfinitezoo", "bootcamp_cls_name": "Dzookeeperandtheinfinitezoobootcamp"} +{"bootcamp_name": "Ecyclicalquest", "sample_number": 500, "config_file": "Ecyclicalquest", "bootcamp_cls_name": "Ecyclicalquestbootcamp"} +{"bootcamp_name": "Cbuildingpermutation", "sample_number": 500, "config_file": "Cbuildingpermutation", "bootcamp_cls_name": "Cbuildingpermutationbootcamp"} +{"bootcamp_name": "thermometers", "sample_number": 500, "config_file": "thermometers", "bootcamp_cls_name": "Thermometersbootcamp"} +{"bootcamp_name": "Dpowerfulksenia", "sample_number": 500, "config_file": "Dpowerfulksenia", "bootcamp_cls_name": "Dpowerfulkseniabootcamp"} +{"bootcamp_name": "Bonceagain", "sample_number": 500, "config_file": "Bonceagain", "bootcamp_cls_name": "Bonceagainbootcamp"} +{"bootcamp_name": "Drecoveringbst", "sample_number": 500, "config_file": "Drecoveringbst", "bootcamp_cls_name": "Drecoveringbstbootcamp"} +{"bootcamp_name": "Eprairiepartition", "sample_number": 500, "config_file": "Eprairiepartition", "bootcamp_cls_name": "Eprairiepartitionbootcamp"} +{"bootcamp_name": "Edigittree", "sample_number": 500, "config_file": "Edigittree", "bootcamp_cls_name": "Edigittreebootcamp"} +{"bootcamp_name": "BbehDyckLanguages", "sample_number": 500, "config_file": "BbehDyckLanguages", "bootcamp_cls_name": "BbehDyckLanguagesbootcamp"} +{"bootcamp_name": "Bdzylovesmodification", "sample_number": 500, "config_file": "Bdzylovesmodification", "bootcamp_cls_name": "Bdzylovesmodificationbootcamp"} +{"bootcamp_name": "Edatacentermaintenance", "sample_number": 500, "config_file": "Edatacentermaintenance", "bootcamp_cls_name": "Edatacentermaintenancebootcamp"} +{"bootcamp_name": "Ctrailinglovesorloeufs", "sample_number": 500, "config_file": "Ctrailinglovesorloeufs", "bootcamp_cls_name": "Ctrailinglovesorloeufsbootcamp"} +{"bootcamp_name": "korPuzzle24Points", "sample_number": 500, "config_file": "korPuzzle24Points", "bootcamp_cls_name": "KorPuzzle24Pointsbootcamp"} +{"bootcamp_name": "Bminimumdiametertree", "sample_number": 500, "config_file": "Bminimumdiametertree", "bootcamp_cls_name": "Bminimumdiametertreebootcamp"} +{"bootcamp_name": "Bpiet", "sample_number": 500, "config_file": "Bpiet", "bootcamp_cls_name": "Bpietbootcamp"} +{"bootcamp_name": "Bandsequences", "sample_number": 500, "config_file": "Bandsequences", "bootcamp_cls_name": "Bandsequencesbootcamp"} +{"bootcamp_name": "Cleavingthebar", "sample_number": 500, "config_file": "Cleavingthebar", "bootcamp_cls_name": "Cleavingthebarbootcamp"} +{"bootcamp_name": "Enastyaandunexpectedguest", "sample_number": 500, "config_file": "Enastyaandunexpectedguest", "bootcamp_cls_name": "Enastyaandunexpectedguestbootcamp"} +{"bootcamp_name": "korPuzzleWordRootsAndAffixes", "sample_number": 500, "config_file": "korPuzzleWordRootsAndAffixes", "bootcamp_cls_name": "KorPuzzleWordRootsAndAffixesbootcamp"} +{"bootcamp_name": "Cposterized", "sample_number": 500, "config_file": "Cposterized", "bootcamp_cls_name": "Cposterizedbootcamp"} +{"bootcamp_name": "Ccounttriangles", "sample_number": 500, "config_file": "Ccounttriangles", "bootcamp_cls_name": "Ccounttrianglesbootcamp"} +{"bootcamp_name": "Ccycliccoloring", "sample_number": 500, "config_file": "Ccycliccoloring", "bootcamp_cls_name": "Ccycliccoloringbootcamp"} +{"bootcamp_name": "Dstrangehousing", "sample_number": 500, "config_file": "Dstrangehousing", "bootcamp_cls_name": "Dstrangehousingbootcamp"} +{"bootcamp_name": "Cayoubsfunction", "sample_number": 500, "config_file": "Cayoubsfunction", "bootcamp_cls_name": "Cayoubsfunctionbootcamp"} +{"bootcamp_name": "Chardproblem", "sample_number": 500, "config_file": "Chardproblem", "bootcamp_cls_name": "Chardproblembootcamp"} +{"bootcamp_name": "Cschedule", "sample_number": 500, "config_file": "Cschedule", "bootcamp_cls_name": "Cschedulebootcamp"} +{"bootcamp_name": "Camrandchemistry", "sample_number": 500, "config_file": "Camrandchemistry", "bootcamp_cls_name": "Camrandchemistrybootcamp"} +{"bootcamp_name": "Dpaintthetree", "sample_number": 500, "config_file": "Dpaintthetree", "bootcamp_cls_name": "Dpaintthetreebootcamp"} +{"bootcamp_name": "Cthanosnim", "sample_number": 500, "config_file": "Cthanosnim", "bootcamp_cls_name": "Cthanosnimbootcamp"} +{"bootcamp_name": "Cdnaalignment", "sample_number": 500, "config_file": "Cdnaalignment", "bootcamp_cls_name": "Cdnaalignmentbootcamp"} +{"bootcamp_name": "korOperationUnicode2295", "sample_number": 500, "config_file": "korOperationUnicode2295", "bootcamp_cls_name": "KorOperationUnicode2295bootcamp"} +{"bootcamp_name": "korOperationUnicode25a1", "sample_number": 500, "config_file": "korOperationUnicode25a1", "bootcamp_cls_name": "KorOperationUnicode25a1bootcamp"} +{"bootcamp_name": "korLogicAnalogicalReasoning", "sample_number": 500, "config_file": "korLogicAnalogicalReasoning", "bootcamp_cls_name": "KorLogicAnalogicalReasoningbootcamp"} +{"bootcamp_name": "Dsubstring", "sample_number": 500, "config_file": "Dsubstring", "bootcamp_cls_name": "Dsubstringbootcamp"} +{"bootcamp_name": "Crandomevents", "sample_number": 500, "config_file": "Crandomevents", "bootcamp_cls_name": "Crandomeventsbootcamp"} +{"bootcamp_name": "Cgukizhatesboxes", "sample_number": 500, "config_file": "Cgukizhatesboxes", "bootcamp_cls_name": "Cgukizhatesboxesbootcamp"} +{"bootcamp_name": "Cfragilebridges", "sample_number": 500, "config_file": "Cfragilebridges", "bootcamp_cls_name": "Cfragilebridgesbootcamp"} +{"bootcamp_name": "Edoegraphs", "sample_number": 500, "config_file": "Edoegraphs", "bootcamp_cls_name": "Edoegraphsbootcamp"} +{"bootcamp_name": "E1chiorianddollpickingeasyversion", "sample_number": 500, "config_file": "E1chiorianddollpickingeasyversion", "bootcamp_cls_name": "E1chiorianddollpickingeasyversionbootcamp"} +{"bootcamp_name": "Dandorandsquaresum", "sample_number": 500, "config_file": "Dandorandsquaresum", "bootcamp_cls_name": "Dandorandsquaresumbootcamp"} +{"bootcamp_name": "Bplanetlapituletti", "sample_number": 500, "config_file": "Bplanetlapituletti", "bootcamp_cls_name": "Bplanetlapitulettibootcamp"} +{"bootcamp_name": "Cokabeandboxes", "sample_number": 500, "config_file": "Cokabeandboxes", "bootcamp_cls_name": "Cokabeandboxesbootcamp"} +{"bootcamp_name": "Cpieordie", "sample_number": 500, "config_file": "Cpieordie", "bootcamp_cls_name": "Cpieordiebootcamp"} +{"bootcamp_name": "Dstring", "sample_number": 500, "config_file": "Dstring", "bootcamp_cls_name": "Dstringbootcamp"} +{"bootcamp_name": "Cparty", "sample_number": 500, "config_file": "Cparty", "bootcamp_cls_name": "Cpartybootcamp"} +{"bootcamp_name": "Emiddleout", "sample_number": 500, "config_file": "Emiddleout", "bootcamp_cls_name": "Emiddleoutbootcamp"} +{"bootcamp_name": "Cvoting", "sample_number": 500, "config_file": "Cvoting", "bootcamp_cls_name": "Cvotingbootcamp"} +{"bootcamp_name": "Cmikeandfoam", "sample_number": 500, "config_file": "Cmikeandfoam", "bootcamp_cls_name": "Cmikeandfoambootcamp"} +{"bootcamp_name": "D1kirkandabinarystringeasyversion", "sample_number": 500, "config_file": "D1kirkandabinarystringeasyversion", "bootcamp_cls_name": "D1kirkandabinarystringeasyversionbootcamp"} +{"bootcamp_name": "Ckamalolmolkspainting", "sample_number": 500, "config_file": "Ckamalolmolkspainting", "bootcamp_cls_name": "Ckamalolmolkspaintingbootcamp"} +{"bootcamp_name": "Cfoxandnames", "sample_number": 500, "config_file": "Cfoxandnames", "bootcamp_cls_name": "Cfoxandnamesbootcamp"} +{"bootcamp_name": "Dteamsformation", "sample_number": 500, "config_file": "Dteamsformation", "bootcamp_cls_name": "Dteamsformationbootcamp"} +{"bootcamp_name": "Chackerpackyourbags", "sample_number": 500, "config_file": "Chackerpackyourbags", "bootcamp_cls_name": "Chackerpackyourbagsbootcamp"} +{"bootcamp_name": "Cpermutationgame", "sample_number": 500, "config_file": "Cpermutationgame", "bootcamp_cls_name": "Cpermutationgamebootcamp"} +{"bootcamp_name": "Cnekodoesmaths", "sample_number": 500, "config_file": "Cnekodoesmaths", "bootcamp_cls_name": "Cnekodoesmathsbootcamp"} +{"bootcamp_name": "Conebasedarithmetic", "sample_number": 500, "config_file": "Conebasedarithmetic", "bootcamp_cls_name": "Conebasedarithmeticbootcamp"} +{"bootcamp_name": "Bweirdjourney", "sample_number": 500, "config_file": "Bweirdjourney", "bootcamp_cls_name": "Bweirdjourneybootcamp"} +{"bootcamp_name": "Ccontinuouscity", "sample_number": 500, "config_file": "Ccontinuouscity", "bootcamp_cls_name": "Ccontinuouscitybootcamp"} +{"bootcamp_name": "Celectriccharges", "sample_number": 500, "config_file": "Celectriccharges", "bootcamp_cls_name": "Celectricchargesbootcamp"} +{"bootcamp_name": "Cmoviecritics", "sample_number": 500, "config_file": "Cmoviecritics", "bootcamp_cls_name": "Cmoviecriticsbootcamp"} +{"bootcamp_name": "Dnewyearandancientprophecy", "sample_number": 500, "config_file": "Dnewyearandancientprophecy", "bootcamp_cls_name": "Dnewyearandancientprophecybootcamp"} +{"bootcamp_name": "Csoldierandcards", "sample_number": 500, "config_file": "Csoldierandcards", "bootcamp_cls_name": "Csoldierandcardsbootcamp"} +{"bootcamp_name": "Dvolcanoes", "sample_number": 500, "config_file": "Dvolcanoes", "bootcamp_cls_name": "Dvolcanoesbootcamp"} +{"bootcamp_name": "Cswaps", "sample_number": 500, "config_file": "Cswaps", "bootcamp_cls_name": "Cswapsbootcamp"} +{"bootcamp_name": "Dfafaandancientalphabet", "sample_number": 500, "config_file": "Dfafaandancientalphabet", "bootcamp_cls_name": "Dfafaandancientalphabetbootcamp"} +{"bootcamp_name": "Ddecreasingdebts", "sample_number": 500, "config_file": "Ddecreasingdebts", "bootcamp_cls_name": "Ddecreasingdebtsbootcamp"} +{"bootcamp_name": "Dthewu", "sample_number": 500, "config_file": "Dthewu", "bootcamp_cls_name": "Dthewubootcamp"} +{"bootcamp_name": "Cstl", "sample_number": 500, "config_file": "Cstl", "bootcamp_cls_name": "Cstlbootcamp"} +{"bootcamp_name": "Dabilitytoconvert", "sample_number": 500, "config_file": "Dabilitytoconvert", "bootcamp_cls_name": "Dabilitytoconvertbootcamp"} +{"bootcamp_name": "Ftokitsukazeandstrangerectangle", "sample_number": 500, "config_file": "Ftokitsukazeandstrangerectangle", "bootcamp_cls_name": "Ftokitsukazeandstrangerectanglebootcamp"} +{"bootcamp_name": "Ccandies", "sample_number": 500, "config_file": "Ccandies", "bootcamp_cls_name": "Ccandiesbootcamp"} +{"bootcamp_name": "Ddensesubsequence", "sample_number": 500, "config_file": "Ddensesubsequence", "bootcamp_cls_name": "Ddensesubsequencebootcamp"} +{"bootcamp_name": "F1shortcolorfulstrip", "sample_number": 500, "config_file": "F1shortcolorfulstrip", "bootcamp_cls_name": "F1shortcolorfulstripbootcamp"} +{"bootcamp_name": "Dmahmoudandehabandthebinarystring", "sample_number": 500, "config_file": "Dmahmoudandehabandthebinarystring", "bootcamp_cls_name": "Dmahmoudandehabandthebinarystringbootcamp"} +{"bootcamp_name": "D2optimalsubsequenceshardversion", "sample_number": 500, "config_file": "D2optimalsubsequenceshardversion", "bootcamp_cls_name": "D2optimalsubsequenceshardversionbootcamp"} +{"bootcamp_name": "Eprefixenlightenment", "sample_number": 500, "config_file": "Eprefixenlightenment", "bootcamp_cls_name": "Eprefixenlightenmentbootcamp"} +{"bootcamp_name": "Cayoubandlostarray", "sample_number": 500, "config_file": "Cayoubandlostarray", "bootcamp_cls_name": "Cayoubandlostarraybootcamp"} +{"bootcamp_name": "Cdigittree", "sample_number": 500, "config_file": "Cdigittree", "bootcamp_cls_name": "Cdigittreebootcamp"} +{"bootcamp_name": "maze", "sample_number": 500, "config_file": "maze", "bootcamp_cls_name": "Mazebootcamp"} +{"bootcamp_name": "Cpetyaandexam", "sample_number": 500, "config_file": "Cpetyaandexam", "bootcamp_cls_name": "Cpetyaandexambootcamp"} +{"bootcamp_name": "Cbarcode", "sample_number": 500, "config_file": "Cbarcode", "bootcamp_cls_name": "Cbarcodebootcamp"} +{"bootcamp_name": "korPuzzleKukurasu", "sample_number": 500, "config_file": "korPuzzleKukurasu", "bootcamp_cls_name": "KorPuzzleKukurasubootcamp"} +{"bootcamp_name": "Dkuroandgcdandxorandsum", "sample_number": 500, "config_file": "Dkuroandgcdandxorandsum", "bootcamp_cls_name": "Dkuroandgcdandxorandsumbootcamp"} +{"bootcamp_name": "Ctreesoftranquillity", "sample_number": 500, "config_file": "Ctreesoftranquillity", "bootcamp_cls_name": "Ctreesoftranquillitybootcamp"} +{"bootcamp_name": "BloodTestJudgement", "sample_number": 500, "config_file": "BloodTestJudgement", "bootcamp_cls_name": "BloodTestJudgementbootcamp"} +{"bootcamp_name": "Ewatchingfireworksisfun", "sample_number": 500, "config_file": "Ewatchingfireworksisfun", "bootcamp_cls_name": "Ewatchingfireworksisfunbootcamp"} +{"bootcamp_name": "Dtooeasyproblems", "sample_number": 500, "config_file": "Dtooeasyproblems", "bootcamp_cls_name": "Dtooeasyproblemsbootcamp"} +{"bootcamp_name": "Bchemicaltable", "sample_number": 500, "config_file": "Bchemicaltable", "bootcamp_cls_name": "Bchemicaltablebootcamp"} +{"bootcamp_name": "Ckuroniandimpossiblecalculation", "sample_number": 500, "config_file": "Ckuroniandimpossiblecalculation", "bootcamp_cls_name": "Ckuroniandimpossiblecalculationbootcamp"} +{"bootcamp_name": "nonograms", "sample_number": 500, "config_file": "nonograms", "bootcamp_cls_name": "Nonogramsbootcamp"} +{"bootcamp_name": "Cgeraldandgiantchess", "sample_number": 500, "config_file": "Cgeraldandgiantchess", "bootcamp_cls_name": "Cgeraldandgiantchessbootcamp"} +{"bootcamp_name": "Cservalandparenthesissequence", "sample_number": 500, "config_file": "Cservalandparenthesissequence", "bootcamp_cls_name": "Cservalandparenthesissequencebootcamp"} +{"bootcamp_name": "Cfancynumber", "sample_number": 500, "config_file": "Cfancynumber", "bootcamp_cls_name": "Cfancynumberbootcamp"} +{"bootcamp_name": "arrowmaze", "sample_number": 500, "config_file": "arrowmaze", "bootcamp_cls_name": "Arrowmazebootcamp"} +{"bootcamp_name": "Cfirstdigitlaw", "sample_number": 500, "config_file": "Cfirstdigitlaw", "bootcamp_cls_name": "Cfirstdigitlawbootcamp"} +{"bootcamp_name": "Dcompletetripartite", "sample_number": 500, "config_file": "Dcompletetripartite", "bootcamp_cls_name": "Dcompletetripartitebootcamp"} +{"bootcamp_name": "Cannasvyatoslavandmaps", "sample_number": 500, "config_file": "Cannasvyatoslavandmaps", "bootcamp_cls_name": "Cannasvyatoslavandmapsbootcamp"} +{"bootcamp_name": "LightUp", "sample_number": 500, "config_file": "Light_Up", "bootcamp_cls_name": "LightUpbootcamp"} +{"bootcamp_name": "Ehills", "sample_number": 500, "config_file": "Ehills", "bootcamp_cls_name": "Ehillsbootcamp"} +{"bootcamp_name": "game24", "sample_number": 500, "config_file": "game24", "bootcamp_cls_name": "Game24bootcamp"} +{"bootcamp_name": "Cmaxmex", "sample_number": 500, "config_file": "Cmaxmex", "bootcamp_cls_name": "Cmaxmexbootcamp"} +{"bootcamp_name": "Cdiversesubstrings", "sample_number": 500, "config_file": "Cdiversesubstrings", "bootcamp_cls_name": "Cdiversesubstringsbootcamp"} +{"bootcamp_name": "Exenonsattackonthegangs", "sample_number": 500, "config_file": "Exenonsattackonthegangs", "bootcamp_cls_name": "Exenonsattackonthegangsbootcamp"} +{"bootcamp_name": "Faupontrouge", "sample_number": 500, "config_file": "Faupontrouge", "bootcamp_cls_name": "Faupontrougebootcamp"} +{"bootcamp_name": "Ecnf2", "sample_number": 500, "config_file": "Ecnf2", "bootcamp_cls_name": "Ecnf2bootcamp"} +{"bootcamp_name": "Bformingteams", "sample_number": 500, "config_file": "Bformingteams", "bootcamp_cls_name": "Bformingteamsbootcamp"} +{"bootcamp_name": "Egeraldandgiantchess", "sample_number": 500, "config_file": "Egeraldandgiantchess", "bootcamp_cls_name": "Egeraldandgiantchessbootcamp"} +{"bootcamp_name": "BBEHHyperbaton", "sample_number": 500, "config_file": "BBEHHyperbaton", "bootcamp_cls_name": "BBEHHyperbatonbootcamp"} +{"bootcamp_name": "Csequencetransformation", "sample_number": 500, "config_file": "Csequencetransformation", "bootcamp_cls_name": "Csequencetransformationbootcamp"} +{"bootcamp_name": "Csonyaandrobots", "sample_number": 500, "config_file": "Csonyaandrobots", "bootcamp_cls_name": "Csonyaandrobotsbootcamp"} +{"bootcamp_name": "Cconstructatree", "sample_number": 500, "config_file": "Cconstructatree", "bootcamp_cls_name": "Cconstructatreebootcamp"} +{"bootcamp_name": "korLogicEnumerativeInductiveReasoning", "sample_number": 500, "config_file": "korLogicEnumerativeInductiveReasoning", "bootcamp_cls_name": "KorLogicEnumerativeInductiveReasoningbootcamp"} +{"bootcamp_name": "Dvusthecossackandnumbers", "sample_number": 500, "config_file": "Dvusthecossackandnumbers", "bootcamp_cls_name": "Dvusthecossackandnumbersbootcamp"} +{"bootcamp_name": "Ewizardsandnumbers", "sample_number": 500, "config_file": "Ewizardsandnumbers", "bootcamp_cls_name": "Ewizardsandnumbersbootcamp"} +{"bootcamp_name": "D2theworldisjustaprogrammingtaskhardversion", "sample_number": 500, "config_file": "D2theworldisjustaprogrammingtaskhardversion", "bootcamp_cls_name": "D2theworldisjustaprogrammingtaskhardversionbootcamp"} +{"bootcamp_name": "Cconvenientforeverybody", "sample_number": 500, "config_file": "Cconvenientforeverybody", "bootcamp_cls_name": "Cconvenientforeverybodybootcamp"} +{"bootcamp_name": "Domkarandbedwars", "sample_number": 500, "config_file": "Domkarandbedwars", "bootcamp_cls_name": "Domkarandbedwarsbootcamp"} +{"bootcamp_name": "campsite", "sample_number": 500, "config_file": "campsite", "bootcamp_cls_name": "Campsitebootcamp"} +{"bootcamp_name": "Celections", "sample_number": 500, "config_file": "Celections", "bootcamp_cls_name": "Celectionsbootcamp"} +{"bootcamp_name": "Cfadiandlcm", "sample_number": 500, "config_file": "Cfadiandlcm", "bootcamp_cls_name": "Cfadiandlcmbootcamp"} +{"bootcamp_name": "Creadtime", "sample_number": 500, "config_file": "Creadtime", "bootcamp_cls_name": "Creadtimebootcamp"} +{"bootcamp_name": "Heyawake", "sample_number": 500, "config_file": "Heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "E1twilightandancientscrolleasierversion", "sample_number": 500, "config_file": "E1twilightandancientscrolleasierversion", "bootcamp_cls_name": "E1twilightandancientscrolleasierversionbootcamp"} +{"bootcamp_name": "Dgamewithpowers", "sample_number": 500, "config_file": "Dgamewithpowers", "bootcamp_cls_name": "Dgamewithpowersbootcamp"} +{"bootcamp_name": "Cflawedflow", "sample_number": 500, "config_file": "Cflawedflow", "bootcamp_cls_name": "Cflawedflowbootcamp"} +{"bootcamp_name": "Cpaintthedigits", "sample_number": 500, "config_file": "Cpaintthedigits", "bootcamp_cls_name": "Cpaintthedigitsbootcamp"} +{"bootcamp_name": "Elru", "sample_number": 500, "config_file": "Elru", "bootcamp_cls_name": "Elrubootcamp"} +{"bootcamp_name": "Ctournament", "sample_number": 500, "config_file": "Ctournament", "bootcamp_cls_name": "Ctournamentbootcamp"} +{"bootcamp_name": "Ecuttingrectangle", "sample_number": 500, "config_file": "Ecuttingrectangle", "bootcamp_cls_name": "Ecuttingrectanglebootcamp"} +{"bootcamp_name": "Dsashaandonemorename", "sample_number": 500, "config_file": "Dsashaandonemorename", "bootcamp_cls_name": "Dsashaandonemorenamebootcamp"} +{"bootcamp_name": "Cunusualproduct", "sample_number": 500, "config_file": "Cunusualproduct", "bootcamp_cls_name": "Cunusualproductbootcamp"} +{"bootcamp_name": "Ebrackets", "sample_number": 500, "config_file": "Ebrackets", "bootcamp_cls_name": "Ebracketsbootcamp"} +{"bootcamp_name": "korPuzzleWordBrainTeasers", "sample_number": 500, "config_file": "korPuzzleWordBrainTeasers", "bootcamp_cls_name": "KorPuzzleWordBrainTeasersbootcamp"} +{"bootcamp_name": "Ceverhungrykrakozyabra", "sample_number": 500, "config_file": "Ceverhungrykrakozyabra", "bootcamp_cls_name": "Ceverhungrykrakozyabrabootcamp"} +{"bootcamp_name": "Cgreedyarkady", "sample_number": 500, "config_file": "Cgreedyarkady", "bootcamp_cls_name": "Cgreedyarkadybootcamp"} +{"bootcamp_name": "Ekalilaanddimnaintheloggingindustry", "sample_number": 500, "config_file": "Ekalilaanddimnaintheloggingindustry", "bootcamp_cls_name": "Ekalilaanddimnaintheloggingindustrybootcamp"} +{"bootcamp_name": "Dromandigits", "sample_number": 500, "config_file": "Dromandigits", "bootcamp_cls_name": "Dromandigitsbootcamp"} +{"bootcamp_name": "Dportals", "sample_number": 500, "config_file": "Dportals", "bootcamp_cls_name": "Dportalsbootcamp"} +{"bootcamp_name": "Caddone", "sample_number": 500, "config_file": "Caddone", "bootcamp_cls_name": "Caddonebootcamp"} +{"bootcamp_name": "Bdistinctpaths", "sample_number": 500, "config_file": "Bdistinctpaths", "bootcamp_cls_name": "Bdistinctpathsbootcamp"} +{"bootcamp_name": "Bzuma", "sample_number": 500, "config_file": "Bzuma", "bootcamp_cls_name": "Bzumabootcamp"} +{"bootcamp_name": "kakuro", "sample_number": 500, "config_file": "kakuro", "bootcamp_cls_name": "Kakurobootcamp"} +{"bootcamp_name": "Cemailaddress", "sample_number": 500, "config_file": "Cemailaddress", "bootcamp_cls_name": "Cemailaddressbootcamp"} +{"bootcamp_name": "Bbornthisway", "sample_number": 500, "config_file": "Bbornthisway", "bootcamp_cls_name": "Bbornthiswaybootcamp"} +{"bootcamp_name": "Cunorderedsubsequence", "sample_number": 500, "config_file": "Cunorderedsubsequence", "bootcamp_cls_name": "Cunorderedsubsequencebootcamp"} +{"bootcamp_name": "Ebearandcompany", "sample_number": 500, "config_file": "Ebearandcompany", "bootcamp_cls_name": "Ebearandcompanybootcamp"} +{"bootcamp_name": "Eteambuilding", "sample_number": 500, "config_file": "Eteambuilding", "bootcamp_cls_name": "Eteambuildingbootcamp"} +{"bootcamp_name": "Cflag", "sample_number": 500, "config_file": "Cflag", "bootcamp_cls_name": "Cflagbootcamp"} +{"bootcamp_name": "Dprogramminglanguage", "sample_number": 500, "config_file": "Dprogramminglanguage", "bootcamp_cls_name": "Dprogramminglanguagebootcamp"} +{"bootcamp_name": "Cbanhmi", "sample_number": 500, "config_file": "Cbanhmi", "bootcamp_cls_name": "Cbanhmibootcamp"} +{"bootcamp_name": "Cnewyearratingschange", "sample_number": 500, "config_file": "Cnewyearratingschange", "bootcamp_cls_name": "Cnewyearratingschangebootcamp"} +{"bootcamp_name": "Dqueue", "sample_number": 500, "config_file": "Dqueue", "bootcamp_cls_name": "Dqueuebootcamp"} +{"bootcamp_name": "Chongcowbuysadeckofcards", "sample_number": 500, "config_file": "Chongcowbuysadeckofcards", "bootcamp_cls_name": "Chongcowbuysadeckofcardsbootcamp"} +{"bootcamp_name": "Csubsequences", "sample_number": 500, "config_file": "Csubsequences", "bootcamp_cls_name": "Csubsequencesbootcamp"} +{"bootcamp_name": "Cinnaanddima", "sample_number": 500, "config_file": "Cinnaanddima", "bootcamp_cls_name": "Cinnaanddimabootcamp"} +{"bootcamp_name": "Epermutationrecovery", "sample_number": 500, "config_file": "Epermutationrecovery", "bootcamp_cls_name": "Epermutationrecoverybootcamp"} +{"bootcamp_name": "Dbeautifulpairsofnumbers", "sample_number": 500, "config_file": "Dbeautifulpairsofnumbers", "bootcamp_cls_name": "Dbeautifulpairsofnumbersbootcamp"} +{"bootcamp_name": "Ccheckposts", "sample_number": 500, "config_file": "Ccheckposts", "bootcamp_cls_name": "Ccheckpostsbootcamp"} +{"bootcamp_name": "Carithmeticprogression", "sample_number": 500, "config_file": "Carithmeticprogression", "bootcamp_cls_name": "Carithmeticprogressionbootcamp"} +{"bootcamp_name": "Ccuttingrectangle", "sample_number": 500, "config_file": "Ccuttingrectangle", "bootcamp_cls_name": "Ccuttingrectanglebootcamp"} +{"bootcamp_name": "Dchallengesinschool41", "sample_number": 500, "config_file": "Dchallengesinschool41", "bootcamp_cls_name": "Dchallengesinschool41bootcamp"} +{"bootcamp_name": "Dehabthexorcist", "sample_number": 500, "config_file": "Dehabthexorcist", "bootcamp_cls_name": "Dehabthexorcistbootcamp"} +{"bootcamp_name": "Cchessboardbilliard", "sample_number": 500, "config_file": "Cchessboardbilliard", "bootcamp_cls_name": "Cchessboardbilliardbootcamp"} +{"bootcamp_name": "Cmarbles", "sample_number": 500, "config_file": "Cmarbles", "bootcamp_cls_name": "Cmarblesbootcamp"} +{"bootcamp_name": "Cnastiaandahiddenpermutation", "sample_number": 500, "config_file": "Cnastiaandahiddenpermutation", "bootcamp_cls_name": "Cnastiaandahiddenpermutationbootcamp"} +{"bootcamp_name": "Eworldeaterbrothers", "sample_number": 500, "config_file": "Eworldeaterbrothers", "bootcamp_cls_name": "Eworldeaterbrothersbootcamp"} +{"bootcamp_name": "Asavethenature", "sample_number": 500, "config_file": "Asavethenature", "bootcamp_cls_name": "Asavethenaturebootcamp"} +{"bootcamp_name": "Dstrip", "sample_number": 500, "config_file": "Dstrip", "bootcamp_cls_name": "Dstripbootcamp"} +{"bootcamp_name": "binairo", "sample_number": 500, "config_file": "binairo", "bootcamp_cls_name": "Binairobootcamp"} +{"bootcamp_name": "Cdashaandpassword", "sample_number": 500, "config_file": "Cdashaandpassword", "bootcamp_cls_name": "Cdashaandpasswordbootcamp"} +{"bootcamp_name": "Cmatrixsorting", "sample_number": 500, "config_file": "Cmatrixsorting", "bootcamp_cls_name": "Cmatrixsortingbootcamp"} +{"bootcamp_name": "Cmorsecode", "sample_number": 500, "config_file": "Cmorsecode", "bootcamp_cls_name": "Cmorsecodebootcamp"} +{"bootcamp_name": "Ctrack", "sample_number": 500, "config_file": "Ctrack", "bootcamp_cls_name": "Ctrackbootcamp"} +{"bootcamp_name": "sudoku", "sample_number": 500, "config_file": "sudoku", "bootcamp_cls_name": "Sudokubootcamp"} +{"bootcamp_name": "Cjohnnyandanotherratingdrop", "sample_number": 500, "config_file": "Cjohnnyandanotherratingdrop", "bootcamp_cls_name": "Cjohnnyandanotherratingdropbootcamp"} +{"bootcamp_name": "Cmaximumwidth", "sample_number": 500, "config_file": "Cmaximumwidth", "bootcamp_cls_name": "Cmaximumwidthbootcamp"} +{"bootcamp_name": "Dthreereligions", "sample_number": 500, "config_file": "Dthreereligions", "bootcamp_cls_name": "Dthreereligionsbootcamp"} +{"bootcamp_name": "Charmonyanalysis", "sample_number": 500, "config_file": "Charmonyanalysis", "bootcamp_cls_name": "Charmonyanalysisbootcamp"} +{"bootcamp_name": "Cgivenlengthandsumofdigits", "sample_number": 500, "config_file": "Cgivenlengthandsumofdigits", "bootcamp_cls_name": "Cgivenlengthandsumofdigitsbootcamp"} +{"bootcamp_name": "Aexams", "sample_number": 500, "config_file": "Aexams", "bootcamp_cls_name": "Aexamsbootcamp"} +{"bootcamp_name": "Cgottagofast", "sample_number": 500, "config_file": "Cgottagofast", "bootcamp_cls_name": "Cgottagofastbootcamp"} +{"bootcamp_name": "Cmodifiedgcd", "sample_number": 500, "config_file": "Cmodifiedgcd", "bootcamp_cls_name": "Cmodifiedgcdbootcamp"} +{"bootcamp_name": "Cmagicfive", "sample_number": 500, "config_file": "Cmagicfive", "bootcamp_cls_name": "Cmagicfivebootcamp"} +{"bootcamp_name": "Crectangles", "sample_number": 500, "config_file": "Crectangles", "bootcamp_cls_name": "Crectanglesbootcamp"} +{"bootcamp_name": "Cperunult", "sample_number": 500, "config_file": "Cperunult", "bootcamp_cls_name": "Cperunultbootcamp"} +{"bootcamp_name": "Csecret", "sample_number": 500, "config_file": "Csecret", "bootcamp_cls_name": "Csecretbootcamp"} +{"bootcamp_name": "Cdimaandsalad", "sample_number": 500, "config_file": "Cdimaandsalad", "bootcamp_cls_name": "Cdimaandsaladbootcamp"} +{"bootcamp_name": "Cmaximumsubrectangle", "sample_number": 500, "config_file": "Cmaximumsubrectangle", "bootcamp_cls_name": "Cmaximumsubrectanglebootcamp"} +{"bootcamp_name": "Ccivilization", "sample_number": 500, "config_file": "Ccivilization", "bootcamp_cls_name": "Ccivilizationbootcamp"} +{"bootcamp_name": "Bonlinemeeting", "sample_number": 500, "config_file": "Bonlinemeeting", "bootcamp_cls_name": "Bonlinemeetingbootcamp"} +{"bootcamp_name": "Canyaandsmartphone", "sample_number": 500, "config_file": "Canyaandsmartphone", "bootcamp_cls_name": "Canyaandsmartphonebootcamp"} +{"bootcamp_name": "Dunmerge", "sample_number": 500, "config_file": "Dunmerge", "bootcamp_cls_name": "Dunmergebootcamp"} +{"bootcamp_name": "Dchangingarray", "sample_number": 500, "config_file": "Dchangingarray", "bootcamp_cls_name": "Dchangingarraybootcamp"} +{"bootcamp_name": "Deels", "sample_number": 500, "config_file": "Deels", "bootcamp_cls_name": "Deelsbootcamp"} +{"bootcamp_name": "Crestoringpermutation", "sample_number": 500, "config_file": "Crestoringpermutation", "bootcamp_cls_name": "Crestoringpermutationbootcamp"} +{"bootcamp_name": "Dfibonacciish", "sample_number": 500, "config_file": "Dfibonacciish", "bootcamp_cls_name": "Dfibonacciishbootcamp"} +{"bootcamp_name": "E2chiorianddollpickinghardversion", "sample_number": 500, "config_file": "E2chiorianddollpickinghardversion", "bootcamp_cls_name": "E2chiorianddollpickinghardversionbootcamp"} +{"bootcamp_name": "Epainttree", "sample_number": 500, "config_file": "Epainttree", "bootcamp_cls_name": "Epainttreebootcamp"} +{"bootcamp_name": "Ctabledecorations", "sample_number": 500, "config_file": "Ctabledecorations", "bootcamp_cls_name": "Ctabledecorationsbootcamp"} +{"bootcamp_name": "Earrangement", "sample_number": 500, "config_file": "Earrangement", "bootcamp_cls_name": "Earrangementbootcamp"} +{"bootcamp_name": "korLogicInductionParadox", "sample_number": 500, "config_file": "korLogicInductionParadox", "bootcamp_cls_name": "KorLogicInductionParadoxbootcamp"} +{"bootcamp_name": "Cvasilythebearandsequence", "sample_number": 500, "config_file": "Cvasilythebearandsequence", "bootcamp_cls_name": "Cvasilythebearandsequencebootcamp"} +{"bootcamp_name": "Dtopsecrettask", "sample_number": 500, "config_file": "Dtopsecrettask", "bootcamp_cls_name": "Dtopsecrettaskbootcamp"} +{"bootcamp_name": "Cwonderfulrandomizedsum", "sample_number": 500, "config_file": "Cwonderfulrandomizedsum", "bootcamp_cls_name": "Cwonderfulrandomizedsumbootcamp"} +{"bootcamp_name": "Cnumberofways", "sample_number": 500, "config_file": "Cnumberofways", "bootcamp_cls_name": "Cnumberofwaysbootcamp"} +{"bootcamp_name": "Emuseumstour", "sample_number": 500, "config_file": "Emuseumstour", "bootcamp_cls_name": "Emuseumstourbootcamp"} +{"bootcamp_name": "Cgardenofthesun", "sample_number": 500, "config_file": "Cgardenofthesun", "bootcamp_cls_name": "Cgardenofthesunbootcamp"} +{"bootcamp_name": "Cpolycarpusdice", "sample_number": 500, "config_file": "Cpolycarpusdice", "bootcamp_cls_name": "Cpolycarpusdicebootcamp"} +{"bootcamp_name": "Erustystring", "sample_number": 500, "config_file": "Erustystring", "bootcamp_cls_name": "Erustystringbootcamp"} +{"bootcamp_name": "Chiddenword", "sample_number": 500, "config_file": "Chiddenword", "bootcamp_cls_name": "Chiddenwordbootcamp"} +{"bootcamp_name": "Ereadtime", "sample_number": 500, "config_file": "Ereadtime", "bootcamp_cls_name": "Ereadtimebootcamp"} +{"bootcamp_name": "Cmachineprogramming", "sample_number": 500, "config_file": "Cmachineprogramming", "bootcamp_cls_name": "Cmachineprogrammingbootcamp"} +{"bootcamp_name": "Bsimplexml", "sample_number": 500, "config_file": "Bsimplexml", "bootcamp_cls_name": "Bsimplexmlbootcamp"} +{"bootcamp_name": "Cdoegraphs", "sample_number": 500, "config_file": "Cdoegraphs", "bootcamp_cls_name": "Cdoegraphsbootcamp"} +{"bootcamp_name": "Cnezzarandnicebeatmap", "sample_number": 500, "config_file": "Cnezzarandnicebeatmap", "bootcamp_cls_name": "Cnezzarandnicebeatmapbootcamp"} +{"bootcamp_name": "Bkarenandtest", "sample_number": 500, "config_file": "Bkarenandtest", "bootcamp_cls_name": "Bkarenandtestbootcamp"} +{"bootcamp_name": "Dlcc", "sample_number": 500, "config_file": "Dlcc", "bootcamp_cls_name": "Dlccbootcamp"} +{"bootcamp_name": "Cnezzarandsymmetricarray", "sample_number": 500, "config_file": "Cnezzarandsymmetricarray", "bootcamp_cls_name": "Cnezzarandsymmetricarraybootcamp"} +{"bootcamp_name": "Ctavasandkarafs", "sample_number": 500, "config_file": "Ctavasandkarafs", "bootcamp_cls_name": "Ctavasandkarafsbootcamp"} +{"bootcamp_name": "Eonchangingtree", "sample_number": 500, "config_file": "Eonchangingtree", "bootcamp_cls_name": "Eonchangingtreebootcamp"} +{"bootcamp_name": "aquarium", "sample_number": 500, "config_file": "aquarium", "bootcamp_cls_name": "Aquariumbootcamp"} +{"bootcamp_name": "Eworldofdarkraftbattleforazathoth", "sample_number": 500, "config_file": "Eworldofdarkraftbattleforazathoth", "bootcamp_cls_name": "Eworldofdarkraftbattleforazathothbootcamp"} +{"bootcamp_name": "Bmorningjogging", "sample_number": 500, "config_file": "Bmorningjogging", "bootcamp_cls_name": "Bmorningjoggingbootcamp"} +{"bootcamp_name": "Dspacemines", "sample_number": 500, "config_file": "Dspacemines", "bootcamp_cls_name": "Dspaceminesbootcamp"} +{"bootcamp_name": "Afoxandnames", "sample_number": 500, "config_file": "Afoxandnames", "bootcamp_cls_name": "Afoxandnamesbootcamp"} +{"bootcamp_name": "BbehWordSorting", "sample_number": 500, "config_file": "BbehWordSorting", "bootcamp_cls_name": "BbehWordSortingbootcamp"} +{"bootcamp_name": "Binterestingarray", "sample_number": 500, "config_file": "Binterestingarray", "bootcamp_cls_name": "Binterestingarraybootcamp"} +{"bootcamp_name": "Cplumber", "sample_number": 500, "config_file": "Cplumber", "bootcamp_cls_name": "Cplumberbootcamp"} +{"bootcamp_name": "Ccompartments", "sample_number": 500, "config_file": "Ccompartments", "bootcamp_cls_name": "Ccompartmentsbootcamp"} +{"bootcamp_name": "Adnaalignment", "sample_number": 500, "config_file": "Adnaalignment", "bootcamp_cls_name": "Adnaalignmentbootcamp"} +{"bootcamp_name": "Cbasketballexercise", "sample_number": 500, "config_file": "Cbasketballexercise", "bootcamp_cls_name": "Cbasketballexercisebootcamp"} +{"bootcamp_name": "Ccolorstripe", "sample_number": 500, "config_file": "Ccolorstripe", "bootcamp_cls_name": "Ccolorstripebootcamp"} +{"bootcamp_name": "Cremovingcolumns", "sample_number": 500, "config_file": "Cremovingcolumns", "bootcamp_cls_name": "Cremovingcolumnsbootcamp"} +{"bootcamp_name": "korPuzzleMathPath", "sample_number": 500, "config_file": "korPuzzleMathPath", "bootcamp_cls_name": "KorPuzzleMathPathbootcamp"} +{"bootcamp_name": "Cthesportsfestival", "sample_number": 500, "config_file": "Cthesportsfestival", "bootcamp_cls_name": "Cthesportsfestivalbootcamp"} +{"bootcamp_name": "Cremoveadjacent", "sample_number": 500, "config_file": "Cremoveadjacent", "bootcamp_cls_name": "Cremoveadjacentbootcamp"} +{"bootcamp_name": "Cehabanda2operationtask", "sample_number": 500, "config_file": "Cehabanda2operationtask", "bootcamp_cls_name": "Cehabanda2operationtaskbootcamp"} +{"bootcamp_name": "Cbadsequence", "sample_number": 500, "config_file": "Cbadsequence", "bootcamp_cls_name": "Cbadsequencebootcamp"} +{"bootcamp_name": "Cdividingthenumbers", "sample_number": 500, "config_file": "Cdividingthenumbers", "bootcamp_cls_name": "Cdividingthenumbersbootcamp"} +{"bootcamp_name": "Dmisspunyverse", "sample_number": 500, "config_file": "Dmisspunyverse", "bootcamp_cls_name": "Dmisspunyversebootcamp"} +{"bootcamp_name": "Bsifidandstrangesubsequences", "sample_number": 500, "config_file": "Bsifidandstrangesubsequences", "bootcamp_cls_name": "Bsifidandstrangesubsequencesbootcamp"} +{"bootcamp_name": "Cpermutationrecovery", "sample_number": 500, "config_file": "Cpermutationrecovery", "bootcamp_cls_name": "Cpermutationrecoverybootcamp"} +{"bootcamp_name": "Dtshirtsdistribution", "sample_number": 500, "config_file": "Dtshirtsdistribution", "bootcamp_cls_name": "Dtshirtsdistributionbootcamp"} +{"bootcamp_name": "Ckingspath", "sample_number": 500, "config_file": "Ckingspath", "bootcamp_cls_name": "Ckingspathbootcamp"} +{"bootcamp_name": "bbehobjectproperties", "sample_number": 500, "config_file": "bbeh_object_properties", "bootcamp_cls_name": "Bbehobjectpropertiesbootcamp"} +{"bootcamp_name": "Fboboniuandstring", "sample_number": 500, "config_file": "Fboboniuandstring", "bootcamp_cls_name": "Fboboniuandstringbootcamp"} +{"bootcamp_name": "Dgame", "sample_number": 500, "config_file": "Dgame", "bootcamp_cls_name": "Dgamebootcamp"} +{"bootcamp_name": "Eluckypermutation", "sample_number": 500, "config_file": "Eluckypermutation", "bootcamp_cls_name": "Eluckypermutationbootcamp"} +{"bootcamp_name": "Frectanglepainting1", "sample_number": 500, "config_file": "Frectanglepainting1", "bootcamp_cls_name": "Frectanglepainting1bootcamp"} +{"bootcamp_name": "Ecleverfatrat", "sample_number": 500, "config_file": "Ecleverfatrat", "bootcamp_cls_name": "Ecleverfatratbootcamp"} +{"bootcamp_name": "Cthebigrace", "sample_number": 500, "config_file": "Cthebigrace", "bootcamp_cls_name": "Cthebigracebootcamp"} +{"bootcamp_name": "Ckaaviandmagicspell", "sample_number": 500, "config_file": "Ckaaviandmagicspell", "bootcamp_cls_name": "Ckaaviandmagicspellbootcamp"} +{"bootcamp_name": "Dpiet", "sample_number": 500, "config_file": "Dpiet", "bootcamp_cls_name": "Dpietbootcamp"} +{"bootcamp_name": "Fu2", "sample_number": 500, "config_file": "Fu2", "bootcamp_cls_name": "Fu2bootcamp"} +{"bootcamp_name": "korLogicEpistemicLogic", "sample_number": 500, "config_file": "korLogicEpistemicLogic", "bootcamp_cls_name": "KorLogicEpistemicLogicbootcamp"} +{"bootcamp_name": "Dpickingstrings", "sample_number": 500, "config_file": "Dpickingstrings", "bootcamp_cls_name": "Dpickingstringsbootcamp"} +{"bootcamp_name": "Adimaandstaircase", "sample_number": 500, "config_file": "Adimaandstaircase", "bootcamp_cls_name": "Adimaandstaircasebootcamp"} +{"bootcamp_name": "Dhamiltonianspanningtree", "sample_number": 500, "config_file": "Dhamiltonianspanningtree", "bootcamp_cls_name": "Dhamiltonianspanningtreebootcamp"} +{"bootcamp_name": "Ehelpingpeople", "sample_number": 500, "config_file": "Ehelpingpeople", "bootcamp_cls_name": "Ehelpingpeoplebootcamp"} +{"bootcamp_name": "Ccelexupdate", "sample_number": 500, "config_file": "Ccelexupdate", "bootcamp_cls_name": "Ccelexupdatebootcamp"} +{"bootcamp_name": "Cglasscarving", "sample_number": 500, "config_file": "Cglasscarving", "bootcamp_cls_name": "Cglasscarvingbootcamp"} +{"bootcamp_name": "Earpaandagamewithmojtaba", "sample_number": 500, "config_file": "Earpaandagamewithmojtaba", "bootcamp_cls_name": "Earpaandagamewithmojtababootcamp"} +{"bootcamp_name": "korOperationUnicode25cb", "sample_number": 500, "config_file": "korOperationUnicode25cb", "bootcamp_cls_name": "KorOperationUnicode25cbbootcamp"} +{"bootcamp_name": "Esuperiorperiodicsubarrays", "sample_number": 500, "config_file": "Esuperiorperiodicsubarrays", "bootcamp_cls_name": "Esuperiorperiodicsubarraysbootcamp"} +{"bootcamp_name": "Elittleelephantandlcm", "sample_number": 500, "config_file": "Elittleelephantandlcm", "bootcamp_cls_name": "Elittleelephantandlcmbootcamp"} +{"bootcamp_name": "Cicecreamcoloring", "sample_number": 500, "config_file": "Cicecreamcoloring", "bootcamp_cls_name": "Cicecreamcoloringbootcamp"} +{"bootcamp_name": "Carraybeauty", "sample_number": 500, "config_file": "Carraybeauty", "bootcamp_cls_name": "Carraybeautybootcamp"} +{"bootcamp_name": "Bplusandmultiply", "sample_number": 500, "config_file": "Bplusandmultiply", "bootcamp_cls_name": "Bplusandmultiplybootcamp"} +{"bootcamp_name": "Cprimesoninterval", "sample_number": 500, "config_file": "Cprimesoninterval", "bootcamp_cls_name": "Cprimesonintervalbootcamp"} +{"bootcamp_name": "Ealiceboborangesandapples", "sample_number": 500, "config_file": "Ealiceboborangesandapples", "bootcamp_cls_name": "Ealiceboborangesandapplesbootcamp"} +{"bootcamp_name": "Ctouristsnotes", "sample_number": 500, "config_file": "Ctouristsnotes", "bootcamp_cls_name": "Ctouristsnotesbootcamp"} +{"bootcamp_name": "Cbuns", "sample_number": 500, "config_file": "Cbuns", "bootcamp_cls_name": "Cbunsbootcamp"} +{"bootcamp_name": "Ctwopermutations", "sample_number": 500, "config_file": "Ctwopermutations", "bootcamp_cls_name": "Ctwopermutationsbootcamp"} +{"bootcamp_name": "korPuzzleCryptoMath", "sample_number": 500, "config_file": "korPuzzleCryptoMath", "bootcamp_cls_name": "KorPuzzleCryptoMathbootcamp"} +{"bootcamp_name": "Eandreachability", "sample_number": 500, "config_file": "Eandreachability", "bootcamp_cls_name": "Eandreachabilitybootcamp"} +{"bootcamp_name": "Cwizardsandnumbers", "sample_number": 500, "config_file": "Cwizardsandnumbers", "bootcamp_cls_name": "Cwizardsandnumbersbootcamp"} +{"bootcamp_name": "Bthechildandset", "sample_number": 500, "config_file": "Bthechildandset", "bootcamp_cls_name": "Bthechildandsetbootcamp"} +{"bootcamp_name": "Coldberlandlanguage", "sample_number": 500, "config_file": "Coldberlandlanguage", "bootcamp_cls_name": "Coldberlandlanguagebootcamp"} +{"bootcamp_name": "Eicecreamcoloring", "sample_number": 500, "config_file": "Eicecreamcoloring", "bootcamp_cls_name": "Eicecreamcoloringbootcamp"} +{"bootcamp_name": "Dmaxmedian", "sample_number": 500, "config_file": "Dmaxmedian", "bootcamp_cls_name": "Dmaxmedianbootcamp"} +{"bootcamp_name": "Egameontree", "sample_number": 500, "config_file": "Egameontree", "bootcamp_cls_name": "Egameontreebootcamp"} +{"bootcamp_name": "Drestorecube", "sample_number": 500, "config_file": "Drestorecube", "bootcamp_cls_name": "Drestorecubebootcamp"} +{"bootcamp_name": "linearODE", "sample_number": 500, "config_file": "linearODE", "bootcamp_cls_name": "LinearODEbootcamp"} +{"bootcamp_name": "Enumbertransformation", "sample_number": 500, "config_file": "Enumbertransformation", "bootcamp_cls_name": "Enumbertransformationbootcamp"} +{"bootcamp_name": "Cexams", "sample_number": 500, "config_file": "Cexams", "bootcamp_cls_name": "Cexamsbootcamp"} +{"bootcamp_name": "Carraydestruction", "sample_number": 500, "config_file": "Carraydestruction", "bootcamp_cls_name": "Carraydestructionbootcamp"} +{"bootcamp_name": "F1fallingsandeasyversion", "sample_number": 500, "config_file": "F1fallingsandeasyversion", "bootcamp_cls_name": "F1fallingsandeasyversionbootcamp"} +{"bootcamp_name": "Cpalindromicpaths", "sample_number": 500, "config_file": "Cpalindromicpaths", "bootcamp_cls_name": "Cpalindromicpathsbootcamp"} +{"bootcamp_name": "Dmarsrover", "sample_number": 500, "config_file": "Dmarsrover", "bootcamp_cls_name": "Dmarsroverbootcamp"} +{"bootcamp_name": "Ecirclingroundtreasures", "sample_number": 500, "config_file": "Ecirclingroundtreasures", "bootcamp_cls_name": "Ecirclingroundtreasuresbootcamp"} +{"bootcamp_name": "Cgeometricprogression", "sample_number": 500, "config_file": "Cgeometricprogression", "bootcamp_cls_name": "Cgeometricprogressionbootcamp"} +{"bootcamp_name": "Dskills", "sample_number": 500, "config_file": "Dskills", "bootcamp_cls_name": "Dskillsbootcamp"} +{"bootcamp_name": "Ecipher", "sample_number": 500, "config_file": "Ecipher", "bootcamp_cls_name": "Ecipherbootcamp"} +{"bootcamp_name": "Caliceboborangesandapples", "sample_number": 500, "config_file": "Caliceboborangesandapples", "bootcamp_cls_name": "Caliceboborangesandapplesbootcamp"} +{"bootcamp_name": "Enewyearandentityenumeration", "sample_number": 500, "config_file": "Enewyearandentityenumeration", "bootcamp_cls_name": "Enewyearandentityenumerationbootcamp"} +{"bootcamp_name": "Fgame", "sample_number": 500, "config_file": "Fgame", "bootcamp_cls_name": "Fgamebootcamp"} +{"bootcamp_name": "Etournament", "sample_number": 500, "config_file": "Etournament", "bootcamp_cls_name": "Etournamentbootcamp"} +{"bootcamp_name": "Cpetyaandspiders", "sample_number": 500, "config_file": "Cpetyaandspiders", "bootcamp_cls_name": "Cpetyaandspidersbootcamp"} +{"bootcamp_name": "Cdesigntutorialmakeitnondeterministic", "sample_number": 500, "config_file": "Cdesigntutorialmakeitnondeterministic", "bootcamp_cls_name": "Cdesigntutorialmakeitnondeterministicbootcamp"} +{"bootcamp_name": "Bintersectingsubtrees", "sample_number": 500, "config_file": "Bintersectingsubtrees", "bootcamp_cls_name": "Bintersectingsubtreesbootcamp"} +{"bootcamp_name": "Cserejaandthearrangementofnumbers", "sample_number": 500, "config_file": "Cserejaandthearrangementofnumbers", "bootcamp_cls_name": "Cserejaandthearrangementofnumbersbootcamp"} +{"bootcamp_name": "Drearrange", "sample_number": 500, "config_file": "Drearrange", "bootcamp_cls_name": "Drearrangebootcamp"} +{"bootcamp_name": "Ccielthecommander", "sample_number": 500, "config_file": "Ccielthecommander", "bootcamp_cls_name": "Ccielthecommanderbootcamp"} +{"bootcamp_name": "Crationallee", "sample_number": 500, "config_file": "Crationallee", "bootcamp_cls_name": "Crationalleebootcamp"} +{"bootcamp_name": "Cstrangefunction", "sample_number": 500, "config_file": "Cstrangefunction", "bootcamp_cls_name": "Cstrangefunctionbootcamp"} +{"bootcamp_name": "Cengineerartem", "sample_number": 500, "config_file": "Cengineerartem", "bootcamp_cls_name": "Cengineerartembootcamp"} +{"bootcamp_name": "Bskills", "sample_number": 500, "config_file": "Bskills", "bootcamp_cls_name": "Bskillsbootcamp"} +{"bootcamp_name": "Cboboniuandstring", "sample_number": 500, "config_file": "Cboboniuandstring", "bootcamp_cls_name": "Cboboniuandstringbootcamp"} +{"bootcamp_name": "Ematchingvsindependentset", "sample_number": 500, "config_file": "Ematchingvsindependentset", "bootcamp_cls_name": "Ematchingvsindependentsetbootcamp"} +{"bootcamp_name": "Eoptimalpolygonperimeter", "sample_number": 500, "config_file": "Eoptimalpolygonperimeter", "bootcamp_cls_name": "Eoptimalpolygonperimeterbootcamp"} +{"bootcamp_name": "Ccointroubles", "sample_number": 500, "config_file": "Ccointroubles", "bootcamp_cls_name": "Ccointroublesbootcamp"} +{"bootcamp_name": "Dkonradandcompanyevaluation", "sample_number": 500, "config_file": "Dkonradandcompanyevaluation", "bootcamp_cls_name": "Dkonradandcompanyevaluationbootcamp"} +{"bootcamp_name": "Cvaleraandtubes", "sample_number": 500, "config_file": "Cvaleraandtubes", "bootcamp_cls_name": "Cvaleraandtubesbootcamp"} +{"bootcamp_name": "Eheightallthesame", "sample_number": 500, "config_file": "Eheightallthesame", "bootcamp_cls_name": "Eheightallthesamebootcamp"} +{"bootcamp_name": "Cthreebasestations", "sample_number": 500, "config_file": "Cthreebasestations", "bootcamp_cls_name": "Cthreebasestationsbootcamp"} +{"bootcamp_name": "Cmeaninglessoperations", "sample_number": 500, "config_file": "Cmeaninglessoperations", "bootcamp_cls_name": "Cmeaninglessoperationsbootcamp"} +{"bootcamp_name": "Elogicalexpression", "sample_number": 500, "config_file": "Elogicalexpression", "bootcamp_cls_name": "Elogicalexpressionbootcamp"} +{"bootcamp_name": "Comkarandbaseball", "sample_number": 500, "config_file": "Comkarandbaseball", "bootcamp_cls_name": "Comkarandbaseballbootcamp"} +{"bootcamp_name": "Cereaderdisplay", "sample_number": 500, "config_file": "Cereaderdisplay", "bootcamp_cls_name": "Cereaderdisplaybootcamp"} +{"bootcamp_name": "Dandreyandproblem", "sample_number": 500, "config_file": "Dandreyandproblem", "bootcamp_cls_name": "Dandreyandproblembootcamp"} +{"bootcamp_name": "Epetyaandspiders", "sample_number": 500, "config_file": "Epetyaandspiders", "bootcamp_cls_name": "Epetyaandspidersbootcamp"} +{"bootcamp_name": "Esashaandapatientfriend", "sample_number": 500, "config_file": "Esashaandapatientfriend", "bootcamp_cls_name": "Esashaandapatientfriendbootcamp"} +{"bootcamp_name": "Cvaleraandelections", "sample_number": 500, "config_file": "Cvaleraandelections", "bootcamp_cls_name": "Cvaleraandelectionsbootcamp"} +{"bootcamp_name": "Fteodorisnotaliar", "sample_number": 500, "config_file": "Fteodorisnotaliar", "bootcamp_cls_name": "Fteodorisnotaliarbootcamp"} +{"bootcamp_name": "futoshiki", "sample_number": 500, "config_file": "futoshiki", "bootcamp_cls_name": "Futoshikibootcamp"} +{"bootcamp_name": "InChI2logP", "sample_number": 500, "config_file": "InChI2logP", "bootcamp_cls_name": "InChI2logPbootcamp"} +{"bootcamp_name": "cryptomath", "sample_number": 500, "config_file": "crypto_math", "bootcamp_cls_name": "Cryptomathbootcamp"} +{"bootcamp_name": "Fslimeandsequenceseasyversion", "sample_number": 500, "config_file": "Fslimeandsequenceseasyversion", "bootcamp_cls_name": "Fslimeandsequenceseasyversionbootcamp"} +{"bootcamp_name": "Clru", "sample_number": 500, "config_file": "Clru", "bootcamp_cls_name": "Clrubootcamp"} +{"bootcamp_name": "Chackit", "sample_number": 500, "config_file": "Chackit", "bootcamp_cls_name": "Chackitbootcamp"} +{"bootcamp_name": "Dnashmatrix", "sample_number": 500, "config_file": "Dnashmatrix", "bootcamp_cls_name": "Dnashmatrixbootcamp"} +{"bootcamp_name": "Bpincodes", "sample_number": 500, "config_file": "Bpincodes", "bootcamp_cls_name": "Bpincodesbootcamp"} +{"bootcamp_name": "Dgeneratingsets", "sample_number": 500, "config_file": "Dgeneratingsets", "bootcamp_cls_name": "Dgeneratingsetsbootcamp"} +{"bootcamp_name": "Cpythonindentation", "sample_number": 500, "config_file": "Cpythonindentation", "bootcamp_cls_name": "Cpythonindentationbootcamp"} +{"bootcamp_name": "Ccircularrmq", "sample_number": 500, "config_file": "Ccircularrmq", "bootcamp_cls_name": "Ccircularrmqbootcamp"} +{"bootcamp_name": "Efragilebridges", "sample_number": 500, "config_file": "Efragilebridges", "bootcamp_cls_name": "Efragilebridgesbootcamp"} +{"bootcamp_name": "Cacookieforyou", "sample_number": 500, "config_file": "Cacookieforyou", "bootcamp_cls_name": "Cacookieforyoubootcamp"} +{"bootcamp_name": "Cpalindrometransformation", "sample_number": 500, "config_file": "Cpalindrometransformation", "bootcamp_cls_name": "Cpalindrometransformationbootcamp"} +{"bootcamp_name": "Eguessthetree", "sample_number": 500, "config_file": "Eguessthetree", "bootcamp_cls_name": "Eguessthetreebootcamp"} +{"bootcamp_name": "Ecielthecommander", "sample_number": 500, "config_file": "Ecielthecommander", "bootcamp_cls_name": "Ecielthecommanderbootcamp"} +{"bootcamp_name": "Ckcompleteword", "sample_number": 500, "config_file": "Ckcompleteword", "bootcamp_cls_name": "Ckcompletewordbootcamp"} +{"bootcamp_name": "Crestoregraph", "sample_number": 500, "config_file": "Crestoregraph", "bootcamp_cls_name": "Crestoregraphbootcamp"} +{"bootcamp_name": "Chelpcaretaker", "sample_number": 500, "config_file": "Chelpcaretaker", "bootcamp_cls_name": "Chelpcaretakerbootcamp"} +{"bootcamp_name": "Cserejaandbrackets", "sample_number": 500, "config_file": "Cserejaandbrackets", "bootcamp_cls_name": "Cserejaandbracketsbootcamp"} +{"bootcamp_name": "Cbeautifullyrics", "sample_number": 500, "config_file": "Cbeautifullyrics", "bootcamp_cls_name": "Cbeautifullyricsbootcamp"} +{"bootcamp_name": "stitches", "sample_number": 500, "config_file": "stitches", "bootcamp_cls_name": "Stitchesbootcamp"} +{"bootcamp_name": "BbehTemporalSequences", "sample_number": 500, "config_file": "BbehTemporalSequences", "bootcamp_cls_name": "BbehTemporalSequencesbootcamp"} +{"bootcamp_name": "Amrkitayutathetreasurehunter", "sample_number": 500, "config_file": "Amrkitayutathetreasurehunter", "bootcamp_cls_name": "Amrkitayutathetreasurehunterbootcamp"} +{"bootcamp_name": "Dbookshelves", "sample_number": 500, "config_file": "Dbookshelves", "bootcamp_cls_name": "Dbookshelvesbootcamp"} +{"bootcamp_name": "Cnewyearanddomino", "sample_number": 500, "config_file": "Cnewyearanddomino", "bootcamp_cls_name": "Cnewyearanddominobootcamp"} +{"bootcamp_name": "Clevkoandstrings", "sample_number": 500, "config_file": "Clevkoandstrings", "bootcamp_cls_name": "Clevkoandstringsbootcamp"} +{"bootcamp_name": "Eplumber", "sample_number": 500, "config_file": "Eplumber", "bootcamp_cls_name": "Eplumberbootcamp"} +{"bootcamp_name": "Cknights", "sample_number": 500, "config_file": "Cknights", "bootcamp_cls_name": "Cknightsbootcamp"} +{"bootcamp_name": "Cwateringflowers", "sample_number": 500, "config_file": "Cwateringflowers", "bootcamp_cls_name": "Cwateringflowersbootcamp"} +{"bootcamp_name": "Ewaterbalance", "sample_number": 500, "config_file": "Ewaterbalance", "bootcamp_cls_name": "Ewaterbalancebootcamp"} +{"bootcamp_name": "Esergeyandsubway", "sample_number": 500, "config_file": "Esergeyandsubway", "bootcamp_cls_name": "Esergeyandsubwaybootcamp"} +{"bootcamp_name": "Avasyaandtriangle", "sample_number": 500, "config_file": "Avasyaandtriangle", "bootcamp_cls_name": "Avasyaandtrianglebootcamp"} +{"bootcamp_name": "Cqueueinthetrain", "sample_number": 500, "config_file": "Cqueueinthetrain", "bootcamp_cls_name": "Cqueueinthetrainbootcamp"} +{"bootcamp_name": "Ccycle", "sample_number": 500, "config_file": "Ccycle", "bootcamp_cls_name": "Ccyclebootcamp"} +{"bootcamp_name": "Cinstantnoodles", "sample_number": 500, "config_file": "Cinstantnoodles", "bootcamp_cls_name": "Cinstantnoodlesbootcamp"} +{"bootcamp_name": "korOperationUnicode20ac", "sample_number": 500, "config_file": "korOperationUnicode20ac", "bootcamp_cls_name": "KorOperationUnicode20acbootcamp"} +{"bootcamp_name": "Erememberingstrings", "sample_number": 500, "config_file": "Erememberingstrings", "bootcamp_cls_name": "Erememberingstringsbootcamp"} +{"bootcamp_name": "BBEHMultistepArithmeticV2", "sample_number": 500, "config_file": "BBEHMultistepArithmeticV2", "bootcamp_cls_name": "BBEHMultistepArithmeticV2bootcamp"} +{"bootcamp_name": "Ctanyaandcoloredcandies", "sample_number": 500, "config_file": "Ctanyaandcoloredcandies", "bootcamp_cls_name": "Ctanyaandcoloredcandiesbootcamp"} +{"bootcamp_name": "calcudoku", "sample_number": 500, "config_file": "calcudoku", "bootcamp_cls_name": "Calcudokubootcamp"} +{"bootcamp_name": "Ccutemall", "sample_number": 500, "config_file": "Ccutemall", "bootcamp_cls_name": "Ccutemallbootcamp"} +{"bootcamp_name": "Emorrowindows", "sample_number": 500, "config_file": "Emorrowindows", "bootcamp_cls_name": "Emorrowindowsbootcamp"} +{"bootcamp_name": "tents", "sample_number": 500, "config_file": "tents", "bootcamp_cls_name": "Tentsbootcamp"} +{"bootcamp_name": "Ccoffeebreak", "sample_number": 500, "config_file": "Ccoffeebreak", "bootcamp_cls_name": "Ccoffeebreakbootcamp"} +{"bootcamp_name": "Drectanglepainting1", "sample_number": 500, "config_file": "Drectanglepainting1", "bootcamp_cls_name": "Drectanglepainting1bootcamp"} +{"bootcamp_name": "Efibtree", "sample_number": 500, "config_file": "Efibtree", "bootcamp_cls_name": "Efibtreebootcamp"} +{"bootcamp_name": "Dpolyline", "sample_number": 500, "config_file": "Dpolyline", "bootcamp_cls_name": "Dpolylinebootcamp"} +{"bootcamp_name": "Cpythagoreantriples", "sample_number": 500, "config_file": "Cpythagoreantriples", "bootcamp_cls_name": "Cpythagoreantriplesbootcamp"} +{"bootcamp_name": "Cpetyaandcatacombs", "sample_number": 500, "config_file": "Cpetyaandcatacombs", "bootcamp_cls_name": "Cpetyaandcatacombsbootcamp"} +{"bootcamp_name": "Cphoenixanddistribution", "sample_number": 500, "config_file": "Cphoenixanddistribution", "bootcamp_cls_name": "Cphoenixanddistributionbootcamp"} +{"bootcamp_name": "Ddonkeyandstars", "sample_number": 500, "config_file": "Ddonkeyandstars", "bootcamp_cls_name": "Ddonkeyandstarsbootcamp"} +{"bootcamp_name": "korPuzzleConnectWords", "sample_number": 500, "config_file": "korPuzzleConnectWords", "bootcamp_cls_name": "KorPuzzleConnectWordsbootcamp"} +{"bootcamp_name": "Cdoublehappiness", "sample_number": 500, "config_file": "Cdoublehappiness", "bootcamp_cls_name": "Cdoublehappinessbootcamp"} +{"bootcamp_name": "heyawake", "sample_number": 500, "config_file": "heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "Elockpuzzle", "sample_number": 500, "config_file": "Elockpuzzle", "bootcamp_cls_name": "Elockpuzzlebootcamp"} +{"bootcamp_name": "Btwoheaps", "sample_number": 500, "config_file": "Btwoheaps", "bootcamp_cls_name": "Btwoheapsbootcamp"} +{"bootcamp_name": "Cfoolsandroads", "sample_number": 500, "config_file": "Cfoolsandroads", "bootcamp_cls_name": "Cfoolsandroadsbootcamp"} +{"bootcamp_name": "Drarityandnewdress", "sample_number": 500, "config_file": "Drarityandnewdress", "bootcamp_cls_name": "Drarityandnewdressbootcamp"} +{"bootcamp_name": "korOperationUnicode25ce", "sample_number": 500, "config_file": "korOperationUnicode25ce", "bootcamp_cls_name": "KorOperationUnicode25cebootcamp"} +{"bootcamp_name": "Ccoloringtrees", "sample_number": 500, "config_file": "Ccoloringtrees", "bootcamp_cls_name": "Ccoloringtreesbootcamp"} +{"bootcamp_name": "Bdreamoonandwifi", "sample_number": 500, "config_file": "Bdreamoonandwifi", "bootcamp_cls_name": "Bdreamoonandwifibootcamp"} +{"bootcamp_name": "Cluckysubsequence", "sample_number": 500, "config_file": "Cluckysubsequence", "bootcamp_cls_name": "Cluckysubsequencebootcamp"} +{"bootcamp_name": "Cmollyschemicals", "sample_number": 500, "config_file": "Cmollyschemicals", "bootcamp_cls_name": "Cmollyschemicalsbootcamp"} +{"bootcamp_name": "minesweeper", "sample_number": 500, "config_file": "minesweeper", "bootcamp_cls_name": "Minesweeperbootcamp"} +{"bootcamp_name": "Btheworldisjustaprogrammingtaskhardversion", "sample_number": 500, "config_file": "Btheworldisjustaprogrammingtaskhardversion", "bootcamp_cls_name": "Btheworldisjustaprogrammingtaskhardversionbootcamp"} +{"bootcamp_name": "Cataleoftwolands", "sample_number": 500, "config_file": "Cataleoftwolands", "bootcamp_cls_name": "Cataleoftwolandsbootcamp"} +{"bootcamp_name": "Cdimaandstaircase", "sample_number": 500, "config_file": "Cdimaandstaircase", "bootcamp_cls_name": "Cdimaandstaircasebootcamp"} +{"bootcamp_name": "Dzuma", "sample_number": 500, "config_file": "Dzuma", "bootcamp_cls_name": "Dzumabootcamp"} +{"bootcamp_name": "circuit", "sample_number": 500, "config_file": "circuit", "bootcamp_cls_name": "Circuitbootcamp"} +{"bootcamp_name": "Dirrigation", "sample_number": 500, "config_file": "Dirrigation", "bootcamp_cls_name": "Dirrigationbootcamp"} +{"bootcamp_name": "Cpostcard", "sample_number": 500, "config_file": "Cpostcard", "bootcamp_cls_name": "Cpostcardbootcamp"} +{"bootcamp_name": "Ejohnnyandgrandmaster", "sample_number": 500, "config_file": "Ejohnnyandgrandmaster", "bootcamp_cls_name": "Ejohnnyandgrandmasterbootcamp"} +{"bootcamp_name": "Bjohnnyandgrandmaster", "sample_number": 500, "config_file": "Bjohnnyandgrandmaster", "bootcamp_cls_name": "Bjohnnyandgrandmasterbootcamp"} +{"bootcamp_name": "Cpocketbook", "sample_number": 500, "config_file": "Cpocketbook", "bootcamp_cls_name": "Cpocketbookbootcamp"} +{"bootcamp_name": "Cpredictoutcomeofthegame", "sample_number": 500, "config_file": "Cpredictoutcomeofthegame", "bootcamp_cls_name": "Cpredictoutcomeofthegamebootcamp"} +{"bootcamp_name": "korOperationUnicode203b", "sample_number": 500, "config_file": "korOperationUnicode203b", "bootcamp_cls_name": "KorOperationUnicode203bbootcamp"} +{"bootcamp_name": "Cwoodcutters", "sample_number": 500, "config_file": "Cwoodcutters", "bootcamp_cls_name": "Cwoodcuttersbootcamp"} +{"bootcamp_name": "Cwaterbalance", "sample_number": 500, "config_file": "Cwaterbalance", "bootcamp_cls_name": "Cwaterbalancebootcamp"} +{"bootcamp_name": "Cleagueofleesins", "sample_number": 500, "config_file": "Cleagueofleesins", "bootcamp_cls_name": "Cleagueofleesinsbootcamp"} +{"bootcamp_name": "Cryoukosmemorynote", "sample_number": 500, "config_file": "Cryoukosmemorynote", "bootcamp_cls_name": "Cryoukosmemorynotebootcamp"} +{"bootcamp_name": "Cluckydays", "sample_number": 500, "config_file": "Cluckydays", "bootcamp_cls_name": "Cluckydaysbootcamp"} +{"bootcamp_name": "Cshootinggallery", "sample_number": 500, "config_file": "Cshootinggallery", "bootcamp_cls_name": "Cshootinggallerybootcamp"} +{"bootcamp_name": "Cpinkiepieeatspattycakes", "sample_number": 500, "config_file": "Cpinkiepieeatspattycakes", "bootcamp_cls_name": "Cpinkiepieeatspattycakesbootcamp"} +{"bootcamp_name": "Cunclebogdanandcountryhappiness", "sample_number": 500, "config_file": "Cunclebogdanandcountryhappiness", "bootcamp_cls_name": "Cunclebogdanandcountryhappinessbootcamp"} +{"bootcamp_name": "D2rpdandrapsheethardversion", "sample_number": 500, "config_file": "D2rpdandrapsheethardversion", "bootcamp_cls_name": "D2rpdandrapsheethardversionbootcamp"} +{"bootcamp_name": "Dhugestrings", "sample_number": 500, "config_file": "Dhugestrings", "bootcamp_cls_name": "Dhugestringsbootcamp"} +{"bootcamp_name": "BbehMultistepArithmetic", "sample_number": 500, "config_file": "BbehMultistepArithmetic", "bootcamp_cls_name": "BbehMultistepArithmeticbootcamp"} +{"bootcamp_name": "Cvanyaandexams", "sample_number": 500, "config_file": "Cvanyaandexams", "bootcamp_cls_name": "Cvanyaandexamsbootcamp"} +{"bootcamp_name": "korLogicPredicateLogicFormalization", "sample_number": 500, "config_file": "korLogicPredicateLogicFormalization", "bootcamp_cls_name": "KorLogicPredicateLogicFormalizationbootcamp"} +{"bootcamp_name": "Cacolourfulprospect", "sample_number": 500, "config_file": "Cacolourfulprospect", "bootcamp_cls_name": "Cacolourfulprospectbootcamp"} +{"bootcamp_name": "Esubsetsums", "sample_number": 500, "config_file": "Esubsetsums", "bootcamp_cls_name": "Esubsetsumsbootcamp"} +{"bootcamp_name": "Cairconditioner", "sample_number": 500, "config_file": "Cairconditioner", "bootcamp_cls_name": "Cairconditionerbootcamp"} +{"bootcamp_name": "Eserejaandsubsequences", "sample_number": 500, "config_file": "Eserejaandsubsequences", "bootcamp_cls_name": "Eserejaandsubsequencesbootcamp"} +{"bootcamp_name": "pipes", "sample_number": 500, "config_file": "pipes", "bootcamp_cls_name": "Pipesbootcamp"} +{"bootcamp_name": "Cflea", "sample_number": 500, "config_file": "Cflea", "bootcamp_cls_name": "Cfleabootcamp"} +{"bootcamp_name": "Cmainsequence", "sample_number": 500, "config_file": "Cmainsequence", "bootcamp_cls_name": "Cmainsequencebootcamp"} +{"bootcamp_name": "Cmuseumstour", "sample_number": 500, "config_file": "Cmuseumstour", "bootcamp_cls_name": "Cmuseumstourbootcamp"} +{"bootcamp_name": "Cjzzhuandapples", "sample_number": 500, "config_file": "Cjzzhuandapples", "bootcamp_cls_name": "Cjzzhuandapplesbootcamp"} +{"bootcamp_name": "Canagramsearch", "sample_number": 500, "config_file": "Canagramsearch", "bootcamp_cls_name": "Canagramsearchbootcamp"} +{"bootcamp_name": "Eacolourfulprospect", "sample_number": 500, "config_file": "Eacolourfulprospect", "bootcamp_cls_name": "Eacolourfulprospectbootcamp"} +{"bootcamp_name": "Cfindpair", "sample_number": 500, "config_file": "Cfindpair", "bootcamp_cls_name": "Cfindpairbootcamp"} +{"bootcamp_name": "Conlinemeeting", "sample_number": 500, "config_file": "Conlinemeeting", "bootcamp_cls_name": "Conlinemeetingbootcamp"} +{"bootcamp_name": "Eregionseparation", "sample_number": 500, "config_file": "Eregionseparation", "bootcamp_cls_name": "Eregionseparationbootcamp"} +{"bootcamp_name": "Cremoveextraone", "sample_number": 500, "config_file": "Cremoveextraone", "bootcamp_cls_name": "Cremoveextraonebootcamp"} +{"bootcamp_name": "Ccapturevalerian", "sample_number": 500, "config_file": "Ccapturevalerian", "bootcamp_cls_name": "Ccapturevalerianbootcamp"} +{"bootcamp_name": "Ddistinctpaths", "sample_number": 500, "config_file": "Ddistinctpaths", "bootcamp_cls_name": "Ddistinctpathsbootcamp"} +{"bootcamp_name": "Clittleelephantandfurikandrubik", "sample_number": 500, "config_file": "Clittleelephantandfurikandrubik", "bootcamp_cls_name": "Clittleelephantandfurikandrubikbootcamp"} +{"bootcamp_name": "korPuzzleWordscapes", "sample_number": 500, "config_file": "korPuzzleWordscapes", "bootcamp_cls_name": "KorPuzzleWordscapesbootcamp"} +{"bootcamp_name": "Canniversary", "sample_number": 500, "config_file": "Canniversary", "bootcamp_cls_name": "Canniversarybootcamp"} +{"bootcamp_name": "Cdungeonsandcandies", "sample_number": 500, "config_file": "Cdungeonsandcandies", "bootcamp_cls_name": "Cdungeonsandcandiesbootcamp"} +{"bootcamp_name": "Bmultithreading", "sample_number": 500, "config_file": "Bmultithreading", "bootcamp_cls_name": "Bmultithreadingbootcamp"} +{"bootcamp_name": "Fkonradandcompanyevaluation", "sample_number": 500, "config_file": "Fkonradandcompanyevaluation", "bootcamp_cls_name": "Fkonradandcompanyevaluationbootcamp"} +{"bootcamp_name": "Ddirtydeedsdonedirtcheap", "sample_number": 500, "config_file": "Ddirtydeedsdonedirtcheap", "bootcamp_cls_name": "Ddirtydeedsdonedirtcheapbootcamp"} +{"bootcamp_name": "Apbinary", "sample_number": 500, "config_file": "Apbinary", "bootcamp_cls_name": "Apbinarybootcamp"} +{"bootcamp_name": "Cfootball", "sample_number": 500, "config_file": "Cfootball", "bootcamp_cls_name": "Cfootballbootcamp"} +{"bootcamp_name": "Cchocolatebunny", "sample_number": 500, "config_file": "Cchocolatebunny", "bootcamp_cls_name": "Cchocolatebunnybootcamp"} +{"bootcamp_name": "Cmaximumsplitting", "sample_number": 500, "config_file": "Cmaximumsplitting", "bootcamp_cls_name": "Cmaximumsplittingbootcamp"} +{"bootcamp_name": "Croundtableknights", "sample_number": 500, "config_file": "Croundtableknights", "bootcamp_cls_name": "Croundtableknightsbootcamp"} +{"bootcamp_name": "Cfencepainting", "sample_number": 500, "config_file": "Cfencepainting", "bootcamp_cls_name": "Cfencepaintingbootcamp"} +{"bootcamp_name": "Cserejaandtwosequences", "sample_number": 500, "config_file": "Cserejaandtwosequences", "bootcamp_cls_name": "Cserejaandtwosequencesbootcamp"} +{"bootcamp_name": "Ccandiesdistribution", "sample_number": 500, "config_file": "Ccandiesdistribution", "bootcamp_cls_name": "Ccandiesdistributionbootcamp"} +{"bootcamp_name": "Cgamewithstrings", "sample_number": 500, "config_file": "Cgamewithstrings", "bootcamp_cls_name": "Cgamewithstringsbootcamp"} +{"bootcamp_name": "Ctillicollapse", "sample_number": 500, "config_file": "Ctillicollapse", "bootcamp_cls_name": "Ctillicollapsebootcamp"} +{"bootcamp_name": "korLogicPropositionalLogicFormalization", "sample_number": 500, "config_file": "korLogicPropositionalLogicFormalization", "bootcamp_cls_name": "KorLogicPropositionalLogicFormalizationbootcamp"} +{"bootcamp_name": "Dletsplaythewords", "sample_number": 500, "config_file": "Dletsplaythewords", "bootcamp_cls_name": "Dletsplaythewordsbootcamp"} +{"bootcamp_name": "Djerrysprotest", "sample_number": 500, "config_file": "Djerrysprotest", "bootcamp_cls_name": "Djerrysprotestbootcamp"} +{"bootcamp_name": "Ffruitsequences", "sample_number": 500, "config_file": "Ffruitsequences", "bootcamp_cls_name": "Ffruitsequencesbootcamp"} +{"bootcamp_name": "Carthurandtable", "sample_number": 500, "config_file": "Carthurandtable", "bootcamp_cls_name": "Carthurandtablebootcamp"} +{"bootcamp_name": "Emashmokhandreverseoperation", "sample_number": 500, "config_file": "Emashmokhandreverseoperation", "bootcamp_cls_name": "Emashmokhandreverseoperationbootcamp"} +{"bootcamp_name": "Einterestinggame", "sample_number": 500, "config_file": "Einterestinggame", "bootcamp_cls_name": "Einterestinggamebootcamp"} +{"bootcamp_name": "Bandreyandproblem", "sample_number": 500, "config_file": "Bandreyandproblem", "bootcamp_cls_name": "Bandreyandproblembootcamp"} +{"bootcamp_name": "Bthreereligions", "sample_number": 500, "config_file": "Bthreereligions", "bootcamp_cls_name": "Bthreereligionsbootcamp"} +{"bootcamp_name": "Cperfecttriples", "sample_number": 500, "config_file": "Cperfecttriples", "bootcamp_cls_name": "Cperfecttriplesbootcamp"} +{"bootcamp_name": "Egreedyshopping", "sample_number": 500, "config_file": "Egreedyshopping", "bootcamp_cls_name": "Egreedyshoppingbootcamp"} +{"bootcamp_name": "Cquiz", "sample_number": 500, "config_file": "Cquiz", "bootcamp_cls_name": "Cquizbootcamp"} +{"bootcamp_name": "Cxorinverse", "sample_number": 500, "config_file": "Cxorinverse", "bootcamp_cls_name": "Cxorinversebootcamp"} +{"bootcamp_name": "korOperationUnicode25bd", "sample_number": 500, "config_file": "korOperationUnicode25bd", "bootcamp_cls_name": "KorOperationUnicode25bdbootcamp"} +{"bootcamp_name": "Cnumbergame", "sample_number": 500, "config_file": "Cnumbergame", "bootcamp_cls_name": "Cnumbergamebootcamp"} +{"bootcamp_name": "Cquantifierquestion", "sample_number": 500, "config_file": "Cquantifierquestion", "bootcamp_cls_name": "Cquantifierquestionbootcamp"} +{"bootcamp_name": "Cprimenumber", "sample_number": 500, "config_file": "Cprimenumber", "bootcamp_cls_name": "Cprimenumberbootcamp"} +{"bootcamp_name": "bbehobjectcounting", "sample_number": 500, "config_file": "bbeh_object_counting", "bootcamp_cls_name": "Bbehobjectcountingbootcamp"} +{"bootcamp_name": "galaxies", "sample_number": 500, "config_file": "galaxies", "bootcamp_cls_name": "Galaxiesbootcamp"} +{"bootcamp_name": "Cstablegroups", "sample_number": 500, "config_file": "Cstablegroups", "bootcamp_cls_name": "Cstablegroupsbootcamp"} +{"bootcamp_name": "Cnamequest", "sample_number": 500, "config_file": "Cnamequest", "bootcamp_cls_name": "Cnamequestbootcamp"} +{"bootcamp_name": "dominosa", "sample_number": 500, "config_file": "dominosa", "bootcamp_cls_name": "Dominosabootcamp"} +{"bootcamp_name": "KorOperationUnicode0032", "sample_number": 500, "config_file": "KorOperationUnicode0032", "bootcamp_cls_name": "KorOperationUnicode0032bootcamp"} +{"bootcamp_name": "Dvasyaandchess", "sample_number": 500, "config_file": "Dvasyaandchess", "bootcamp_cls_name": "Dvasyaandchessbootcamp"} +{"bootcamp_name": "Eapolloversuspan", "sample_number": 500, "config_file": "Eapolloversuspan", "bootcamp_cls_name": "Eapolloversuspanbootcamp"} +{"bootcamp_name": "Cnetworksafety", "sample_number": 500, "config_file": "Cnetworksafety", "bootcamp_cls_name": "Cnetworksafetybootcamp"} +{"bootcamp_name": "Dalarmclock", "sample_number": 500, "config_file": "Dalarmclock", "bootcamp_cls_name": "Dalarmclockbootcamp"} +{"bootcamp_name": "korOperationUnicode25cf", "sample_number": 500, "config_file": "korOperationUnicode25cf", "bootcamp_cls_name": "KorOperationUnicode25cfbootcamp"} +{"bootcamp_name": "korCipherCustomInverseShiftSubstitutionCipher", "sample_number": 500, "config_file": "korCipherCustomInverseShiftSubstitutionCipher", "bootcamp_cls_name": "KorCipherCustomInverseShiftSubstitutionCipherbootcamp"} +{"bootcamp_name": "Cserejaandsubsequences", "sample_number": 500, "config_file": "Cserejaandsubsequences", "bootcamp_cls_name": "Cserejaandsubsequencesbootcamp"} +{"bootcamp_name": "Fsashaandinterestingfactfromgraphtheory", "sample_number": 500, "config_file": "Fsashaandinterestingfactfromgraphtheory", "bootcamp_cls_name": "Fsashaandinterestingfactfromgraphtheorybootcamp"} +{"bootcamp_name": "Clittlefrog", "sample_number": 500, "config_file": "Clittlefrog", "bootcamp_cls_name": "Clittlefrogbootcamp"} +{"bootcamp_name": "SMILES2logP", "sample_number": 500, "config_file": "SMILES2logP", "bootcamp_cls_name": "SMILES2logPbootcamp"} +{"bootcamp_name": "Cfractaldetector", "sample_number": 500, "config_file": "Cfractaldetector", "bootcamp_cls_name": "Cfractaldetectorbootcamp"} +{"bootcamp_name": "Cvulnerablekerbals", "sample_number": 500, "config_file": "Cvulnerablekerbals", "bootcamp_cls_name": "Cvulnerablekerbalsbootcamp"} +{"bootcamp_name": "Cnastyaandawardrobe", "sample_number": 500, "config_file": "Cnastyaandawardrobe", "bootcamp_cls_name": "Cnastyaandawardrobebootcamp"} +{"bootcamp_name": "Esashaandarray", "sample_number": 500, "config_file": "Esashaandarray", "bootcamp_cls_name": "Esashaandarraybootcamp"} +{"bootcamp_name": "hitori", "sample_number": 500, "config_file": "hitori", "bootcamp_cls_name": "Hitoribootcamp"} +{"bootcamp_name": "Byaroslavandtwostrings", "sample_number": 500, "config_file": "Byaroslavandtwostrings", "bootcamp_cls_name": "Byaroslavandtwostringsbootcamp"} +{"bootcamp_name": "Cmikeandgcdproblem", "sample_number": 500, "config_file": "Cmikeandgcdproblem", "bootcamp_cls_name": "Cmikeandgcdproblembootcamp"} +{"bootcamp_name": "Ckilljoy", "sample_number": 500, "config_file": "Ckilljoy", "bootcamp_cls_name": "Ckilljoybootcamp"} +{"bootcamp_name": "Cgambling", "sample_number": 500, "config_file": "Cgambling", "bootcamp_cls_name": "Cgamblingbootcamp"} +{"bootcamp_name": "Cgameonleaves", "sample_number": 500, "config_file": "Cgameonleaves", "bootcamp_cls_name": "Cgameonleavesbootcamp"} +{"bootcamp_name": "Cehabandaspecialcoloringproblem", "sample_number": 500, "config_file": "Cehabandaspecialcoloringproblem", "bootcamp_cls_name": "Cehabandaspecialcoloringproblembootcamp"} +{"bootcamp_name": "Btaxes", "sample_number": 500, "config_file": "Btaxes", "bootcamp_cls_name": "Btaxesbootcamp"} +{"bootcamp_name": "Bchat", "sample_number": 500, "config_file": "Bchat", "bootcamp_cls_name": "Bchatbootcamp"} +{"bootcamp_name": "Ccompressstring", "sample_number": 500, "config_file": "Ccompressstring", "bootcamp_cls_name": "Ccompressstringbootcamp"} +{"bootcamp_name": "Dvalidbfs", "sample_number": 500, "config_file": "Dvalidbfs", "bootcamp_cls_name": "Dvalidbfsbootcamp"} +{"bootcamp_name": "korOperationUnicode221e", "sample_number": 500, "config_file": "korOperationUnicode221e", "bootcamp_cls_name": "KorOperationUnicode221ebootcamp"} +{"bootcamp_name": "Cxortree", "sample_number": 500, "config_file": "Cxortree", "bootcamp_cls_name": "Cxortreebootcamp"} +{"bootcamp_name": "Cinnaandcandyboxes", "sample_number": 500, "config_file": "Cinnaandcandyboxes", "bootcamp_cls_name": "Cinnaandcandyboxesbootcamp"} +{"bootcamp_name": "Cfixingtypos", "sample_number": 500, "config_file": "Cfixingtypos", "bootcamp_cls_name": "Cfixingtyposbootcamp"} +{"bootcamp_name": "Fnastyaandtimemachine", "sample_number": 500, "config_file": "Fnastyaandtimemachine", "bootcamp_cls_name": "Fnastyaandtimemachinebootcamp"} +{"bootcamp_name": "Csergeysproblem", "sample_number": 500, "config_file": "Csergeysproblem", "bootcamp_cls_name": "Csergeysproblembootcamp"} +{"bootcamp_name": "Cmaximandmatrix", "sample_number": 500, "config_file": "Cmaximandmatrix", "bootcamp_cls_name": "Cmaximandmatrixbootcamp"} +{"bootcamp_name": "Dthebestvacation", "sample_number": 500, "config_file": "Dthebestvacation", "bootcamp_cls_name": "Dthebestvacationbootcamp"} +{"bootcamp_name": "Ealyonaandtowers", "sample_number": 500, "config_file": "Ealyonaandtowers", "bootcamp_cls_name": "Ealyonaandtowersbootcamp"} +{"bootcamp_name": "Csequencepairweight", "sample_number": 500, "config_file": "Csequencepairweight", "bootcamp_cls_name": "Csequencepairweightbootcamp"} +{"bootcamp_name": "Cpackagedelivery", "sample_number": 500, "config_file": "Cpackagedelivery", "bootcamp_cls_name": "Cpackagedeliverybootcamp"} +{"bootcamp_name": "Bsashaandonemorename", "sample_number": 500, "config_file": "Bsashaandonemorename", "bootcamp_cls_name": "Bsashaandonemorenamebootcamp"} +{"bootcamp_name": "Cdijkstra", "sample_number": 500, "config_file": "Cdijkstra", "bootcamp_cls_name": "Cdijkstrabootcamp"} +{"bootcamp_name": "Cgreedyshopping", "sample_number": 500, "config_file": "Cgreedyshopping", "bootcamp_cls_name": "Cgreedyshoppingbootcamp"} +{"bootcamp_name": "Candryushaandcoloredballoons", "sample_number": 500, "config_file": "Candryushaandcoloredballoons", "bootcamp_cls_name": "Candryushaandcoloredballoonsbootcamp"} +{"bootcamp_name": "Clittleelephantandshifts", "sample_number": 500, "config_file": "Clittleelephantandshifts", "bootcamp_cls_name": "Clittleelephantandshiftsbootcamp"} +{"bootcamp_name": "Evectors", "sample_number": 500, "config_file": "Evectors", "bootcamp_cls_name": "Evectorsbootcamp"} +{"bootcamp_name": "Czeroone", "sample_number": 500, "config_file": "Czeroone", "bootcamp_cls_name": "Czeroonebootcamp"} +{"bootcamp_name": "Cphoenixandtowers", "sample_number": 500, "config_file": "Cphoenixandtowers", "bootcamp_cls_name": "Cphoenixandtowersbootcamp"} +{"bootcamp_name": "Crangeincrements", "sample_number": 500, "config_file": "Crangeincrements", "bootcamp_cls_name": "Crangeincrementsbootcamp"} +{"bootcamp_name": "Dstasandthequeueatthebuffet", "sample_number": 500, "config_file": "Dstasandthequeueatthebuffet", "bootcamp_cls_name": "Dstasandthequeueatthebuffetbootcamp"} +{"bootcamp_name": "Ejeremybearimy", "sample_number": 500, "config_file": "Ejeremybearimy", "bootcamp_cls_name": "Ejeremybearimybootcamp"} +{"bootcamp_name": "Echoosingballs", "sample_number": 500, "config_file": "Echoosingballs", "bootcamp_cls_name": "Echoosingballsbootcamp"} +{"bootcamp_name": "Ctimofeyandremoduling", "sample_number": 500, "config_file": "Ctimofeyandremoduling", "bootcamp_cls_name": "Ctimofeyandremodulingbootcamp"} +{"bootcamp_name": "Bminimization", "sample_number": 500, "config_file": "Bminimization", "bootcamp_cls_name": "Bminimizationbootcamp"} +{"bootcamp_name": "Croundcorridor", "sample_number": 500, "config_file": "Croundcorridor", "bootcamp_cls_name": "Croundcorridorbootcamp"} +{"bootcamp_name": "Cmishaandforest", "sample_number": 500, "config_file": "Cmishaandforest", "bootcamp_cls_name": "Cmishaandforestbootcamp"} +{"bootcamp_name": "Cplayingwithsuperglue", "sample_number": 500, "config_file": "Cplayingwithsuperglue", "bootcamp_cls_name": "Cplayingwithsupergluebootcamp"} +{"bootcamp_name": "D1frequencyproblemeasyversion", "sample_number": 500, "config_file": "D1frequencyproblemeasyversion", "bootcamp_cls_name": "D1frequencyproblemeasyversionbootcamp"} +{"bootcamp_name": "Dbuildingbridge", "sample_number": 500, "config_file": "Dbuildingbridge", "bootcamp_cls_name": "Dbuildingbridgebootcamp"} +{"bootcamp_name": "Ctrees", "sample_number": 500, "config_file": "Ctrees", "bootcamp_cls_name": "Ctreesbootcamp"} +{"bootcamp_name": "Caupontrouge", "sample_number": 500, "config_file": "Caupontrouge", "bootcamp_cls_name": "Caupontrougebootcamp"} +{"bootcamp_name": "Cslavaandtanks", "sample_number": 500, "config_file": "Cslavaandtanks", "bootcamp_cls_name": "Cslavaandtanksbootcamp"} +{"bootcamp_name": "Fmaxmex", "sample_number": 500, "config_file": "Fmaxmex", "bootcamp_cls_name": "Fmaxmexbootcamp"} +{"bootcamp_name": "Byetanotherarraypartitioningtask", "sample_number": 500, "config_file": "Byetanotherarraypartitioningtask", "bootcamp_cls_name": "Byetanotherarraypartitioningtaskbootcamp"} +{"bootcamp_name": "Edoubleprofiles", "sample_number": 500, "config_file": "Edoubleprofiles", "bootcamp_cls_name": "Edoubleprofilesbootcamp"} +{"bootcamp_name": "Comnomandcandies", "sample_number": 500, "config_file": "Comnomandcandies", "bootcamp_cls_name": "Comnomandcandiesbootcamp"} +{"bootcamp_name": "arc", "sample_number": 500, "config_file": "arc", "bootcamp_cls_name": "Arcbootcamp"} +{"bootcamp_name": "Ekarenandsupermarket", "sample_number": 500, "config_file": "Ekarenandsupermarket", "bootcamp_cls_name": "Ekarenandsupermarketbootcamp"} +{"bootcamp_name": "F1frequencyproblemeasyversion", "sample_number": 500, "config_file": "F1frequencyproblemeasyversion", "bootcamp_cls_name": "F1frequencyproblemeasyversionbootcamp"} +{"bootcamp_name": "Dkuroniandthecelebration", "sample_number": 500, "config_file": "Dkuroniandthecelebration", "bootcamp_cls_name": "Dkuroniandthecelebrationbootcamp"} +{"bootcamp_name": "Cmemoryanddeevolution", "sample_number": 500, "config_file": "Cmemoryanddeevolution", "bootcamp_cls_name": "Cmemoryanddeevolutionbootcamp"} +{"bootcamp_name": "medcalculator", "sample_number": 500, "config_file": "med_calculator", "bootcamp_cls_name": "Medcalculatorbootcamp"} +{"bootcamp_name": "Ccentroids", "sample_number": 500, "config_file": "Ccentroids", "bootcamp_cls_name": "Ccentroidsbootcamp"} +{"bootcamp_name": "Dcuptrick", "sample_number": 500, "config_file": "Dcuptrick", "bootcamp_cls_name": "Dcuptrickbootcamp"} +{"bootcamp_name": "Dsocialnetwork", "sample_number": 500, "config_file": "Dsocialnetwork", "bootcamp_cls_name": "Dsocialnetworkbootcamp"} +{"bootcamp_name": "Eanniversary", "sample_number": 500, "config_file": "Eanniversary", "bootcamp_cls_name": "Eanniversarybootcamp"} +{"bootcamp_name": "Dnudistbeach", "sample_number": 500, "config_file": "Dnudistbeach", "bootcamp_cls_name": "Dnudistbeachbootcamp"} +{"bootcamp_name": "Farraybeauty", "sample_number": 500, "config_file": "Farraybeauty", "bootcamp_cls_name": "Farraybeautybootcamp"} +{"bootcamp_name": "Cnetworkmask", "sample_number": 500, "config_file": "Cnetworkmask", "bootcamp_cls_name": "Cnetworkmaskbootcamp"} +{"bootcamp_name": "Cpartialsums", "sample_number": 500, "config_file": "Cpartialsums", "bootcamp_cls_name": "Cpartialsumsbootcamp"} +{"bootcamp_name": "Clinkcutcentroids", "sample_number": 500, "config_file": "Clinkcutcentroids", "bootcamp_cls_name": "Clinkcutcentroidsbootcamp"} +{"bootcamp_name": "Blcm", "sample_number": 500, "config_file": "Blcm", "bootcamp_cls_name": "Blcmbootcamp"} +{"bootcamp_name": "E1squarefreedivisioneasyversion", "sample_number": 500, "config_file": "E1squarefreedivisioneasyversion", "bootcamp_cls_name": "E1squarefreedivisioneasyversionbootcamp"} +{"bootcamp_name": "Ezeroone", "sample_number": 500, "config_file": "Ezeroone", "bootcamp_cls_name": "Ezeroonebootcamp"} +{"bootcamp_name": "Bzgukistringz", "sample_number": 500, "config_file": "Bzgukistringz", "bootcamp_cls_name": "Bzgukistringzbootcamp"} +{"bootcamp_name": "Ejeffandbrackets", "sample_number": 500, "config_file": "Ejeffandbrackets", "bootcamp_cls_name": "Ejeffandbracketsbootcamp"} +{"bootcamp_name": "Emikeandfoam", "sample_number": 500, "config_file": "Emikeandfoam", "bootcamp_cls_name": "Emikeandfoambootcamp"} +{"bootcamp_name": "Ctokitsukazeandduel", "sample_number": 500, "config_file": "Ctokitsukazeandduel", "bootcamp_cls_name": "Ctokitsukazeandduelbootcamp"} +{"bootcamp_name": "Esubstitutesinnumber", "sample_number": 500, "config_file": "Esubstitutesinnumber", "bootcamp_cls_name": "Esubstitutesinnumberbootcamp"} +{"bootcamp_name": "Csearchingforgraph", "sample_number": 500, "config_file": "Csearchingforgraph", "bootcamp_cls_name": "Csearchingforgraphbootcamp"} +{"bootcamp_name": "SymbolicRegression", "sample_number": 500, "config_file": "Symbolic_Regression", "bootcamp_cls_name": "SymbolicRegressionbootcamp"} +{"bootcamp_name": "Cvladikandfractions", "sample_number": 500, "config_file": "Cvladikandfractions", "bootcamp_cls_name": "Cvladikandfractionsbootcamp"} +{"bootcamp_name": "Cmarinaandvasya", "sample_number": 500, "config_file": "Cmarinaandvasya", "bootcamp_cls_name": "Cmarinaandvasyabootcamp"} +{"bootcamp_name": "Cteam", "sample_number": 500, "config_file": "Cteam", "bootcamp_cls_name": "Cteambootcamp"} +{"bootcamp_name": "Cluckypermutation", "sample_number": 500, "config_file": "Cluckypermutation", "bootcamp_cls_name": "Cluckypermutationbootcamp"} +{"bootcamp_name": "Dsolvethemaze", "sample_number": 500, "config_file": "Dsolvethemaze", "bootcamp_cls_name": "Dsolvethemazebootcamp"} +{"bootcamp_name": "korPuzzleCampsite", "sample_number": 500, "config_file": "korPuzzleCampsite", "bootcamp_cls_name": "KorPuzzleCampsitebootcamp"} +{"bootcamp_name": "korPuzzleWordSearch", "sample_number": 500, "config_file": "korPuzzleWordSearch", "bootcamp_cls_name": "KorPuzzleWordSearchbootcamp"} +{"bootcamp_name": "Cconstanzesmachine", "sample_number": 500, "config_file": "Cconstanzesmachine", "bootcamp_cls_name": "Cconstanzesmachinebootcamp"} +{"bootcamp_name": "Dcowandsnacks", "sample_number": 500, "config_file": "Dcowandsnacks", "bootcamp_cls_name": "Dcowandsnacksbootcamp"} +{"bootcamp_name": "Cpropagatingtree", "sample_number": 500, "config_file": "Cpropagatingtree", "bootcamp_cls_name": "Cpropagatingtreebootcamp"} +{"bootcamp_name": "Cjonsnowandhisfavouritenumber", "sample_number": 500, "config_file": "Cjonsnowandhisfavouritenumber", "bootcamp_cls_name": "Cjonsnowandhisfavouritenumberbootcamp"} +{"bootcamp_name": "Enumbertransformationii", "sample_number": 500, "config_file": "Enumbertransformationii", "bootcamp_cls_name": "Enumbertransformationiibootcamp"} +{"bootcamp_name": "Feuclidsnightmare", "sample_number": 500, "config_file": "Feuclidsnightmare", "bootcamp_cls_name": "Feuclidsnightmarebootcamp"} +{"bootcamp_name": "Csantaclausandrobot", "sample_number": 500, "config_file": "Csantaclausandrobot", "bootcamp_cls_name": "Csantaclausandrobotbootcamp"} +{"bootcamp_name": "Epackagedelivery", "sample_number": 500, "config_file": "Epackagedelivery", "bootcamp_cls_name": "Epackagedeliverybootcamp"} +{"bootcamp_name": "Cinterestinggame", "sample_number": 500, "config_file": "Cinterestinggame", "bootcamp_cls_name": "Cinterestinggamebootcamp"} +{"bootcamp_name": "Aremovingcolumns", "sample_number": 500, "config_file": "Aremovingcolumns", "bootcamp_cls_name": "Aremovingcolumnsbootcamp"} +{"bootcamp_name": "Epropagatingtree", "sample_number": 500, "config_file": "Epropagatingtree", "bootcamp_cls_name": "Epropagatingtreebootcamp"} +{"bootcamp_name": "earthtyphoon", "sample_number": 500, "config_file": "earth_typhoon", "bootcamp_cls_name": "Earthtyphoonbootcamp"} +{"bootcamp_name": "Eoracandgameoflife", "sample_number": 500, "config_file": "Eoracandgameoflife", "bootcamp_cls_name": "Eoracandgameoflifebootcamp"} +{"bootcamp_name": "Dinterestingarray", "sample_number": 500, "config_file": "Dinterestingarray", "bootcamp_cls_name": "Dinterestingarraybootcamp"} +{"bootcamp_name": "Cvladikandmemorabletrip", "sample_number": 500, "config_file": "Cvladikandmemorabletrip", "bootcamp_cls_name": "Cvladikandmemorabletripbootcamp"} +{"bootcamp_name": "E2twilightandancientscrollharderversion", "sample_number": 500, "config_file": "E2twilightandancientscrollharderversion", "bootcamp_cls_name": "E2twilightandancientscrollharderversionbootcamp"} +{"bootcamp_name": "bbehbooleanexpressions", "sample_number": 500, "config_file": "bbeh_boolean_expressions", "bootcamp_cls_name": "Bbehbooleanexpressionsbootcamp"} +{"bootcamp_name": "Ckuroandwalkingroute", "sample_number": 500, "config_file": "Ckuroandwalkingroute", "bootcamp_cls_name": "Ckuroandwalkingroutebootcamp"} +{"bootcamp_name": "Cilyaandthetree", "sample_number": 500, "config_file": "Cilyaandthetree", "bootcamp_cls_name": "Cilyaandthetreebootcamp"} +{"bootcamp_name": "Ctriangles", "sample_number": 500, "config_file": "Ctriangles", "bootcamp_cls_name": "Ctrianglesbootcamp"} +{"bootcamp_name": "Cvanyaandscales", "sample_number": 500, "config_file": "Cvanyaandscales", "bootcamp_cls_name": "Cvanyaandscalesbootcamp"} +{"bootcamp_name": "Clunarnewyearandnumberdivision", "sample_number": 500, "config_file": "Clunarnewyearandnumberdivision", "bootcamp_cls_name": "Clunarnewyearandnumberdivisionbootcamp"} +{"bootcamp_name": "Cworldeaterbrothers", "sample_number": 500, "config_file": "Cworldeaterbrothers", "bootcamp_cls_name": "Cworldeaterbrothersbootcamp"} +{"bootcamp_name": "Bstring", "sample_number": 500, "config_file": "Bstring", "bootcamp_cls_name": "Bstringbootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_flangeplane.jsonl b/examples/pipelines/data_configs/data_config_train_flangeplane.jsonl new file mode 100644 index 0000000..e8b95d6 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_flangeplane.jsonl @@ -0,0 +1 @@ +{"bootcamp_name": "flangeplane", "sample_number": 100000, "config_file": "flange_plane", "bootcamp_cls_name": "Flangeplanebootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_128.jsonl b/examples/pipelines/data_configs/data_config_train_random_128.jsonl new file mode 100644 index 0000000..e6b7d71 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_128.jsonl @@ -0,0 +1,128 @@ +{"bootcamp_name": "Ewizardsandnumbers", "sample_number": 10000, "config_file": "Ewizardsandnumbers", "bootcamp_cls_name": "Ewizardsandnumbersbootcamp"} +{"bootcamp_name": "Canagramsearch", "sample_number": 10000, "config_file": "Canagramsearch", "bootcamp_cls_name": "Canagramsearchbootcamp"} +{"bootcamp_name": "korOperationUnicode25cf", "sample_number": 10000, "config_file": "korOperationUnicode25cf", "bootcamp_cls_name": "KorOperationUnicode25cfbootcamp"} +{"bootcamp_name": "Equeueinthetrain", "sample_number": 10000, "config_file": "Equeueinthetrain", "bootcamp_cls_name": "Equeueinthetrainbootcamp"} +{"bootcamp_name": "Cannasvyatoslavandmaps", "sample_number": 10000, "config_file": "Cannasvyatoslavandmaps", "bootcamp_cls_name": "Cannasvyatoslavandmapsbootcamp"} +{"bootcamp_name": "Elogicalexpression", "sample_number": 10000, "config_file": "Elogicalexpression", "bootcamp_cls_name": "Elogicalexpressionbootcamp"} +{"bootcamp_name": "Dgame", "sample_number": 10000, "config_file": "Dgame", "bootcamp_cls_name": "Dgamebootcamp"} +{"bootcamp_name": "Cluckysubsequence", "sample_number": 10000, "config_file": "Cluckysubsequence", "bootcamp_cls_name": "Cluckysubsequencebootcamp"} +{"bootcamp_name": "Cktree", "sample_number": 10000, "config_file": "Cktree", "bootcamp_cls_name": "Cktreebootcamp"} +{"bootcamp_name": "Cdominoes", "sample_number": 10000, "config_file": "Cdominoes", "bootcamp_cls_name": "Cdominoesbootcamp"} +{"bootcamp_name": "Fkonradandcompanyevaluation", "sample_number": 10000, "config_file": "Fkonradandcompanyevaluation", "bootcamp_cls_name": "Fkonradandcompanyevaluationbootcamp"} +{"bootcamp_name": "Dpaintthetree", "sample_number": 10000, "config_file": "Dpaintthetree", "bootcamp_cls_name": "Dpaintthetreebootcamp"} +{"bootcamp_name": "Ctram", "sample_number": 10000, "config_file": "Ctram", "bootcamp_cls_name": "Ctrambootcamp"} +{"bootcamp_name": "Ejeffandbrackets", "sample_number": 10000, "config_file": "Ejeffandbrackets", "bootcamp_cls_name": "Ejeffandbracketsbootcamp"} +{"bootcamp_name": "BbehTemporalSequences", "sample_number": 10000, "config_file": "BbehTemporalSequences", "bootcamp_cls_name": "BbehTemporalSequencesbootcamp"} +{"bootcamp_name": "Emorrowindows", "sample_number": 10000, "config_file": "Emorrowindows", "bootcamp_cls_name": "Emorrowindowsbootcamp"} +{"bootcamp_name": "Dlosttree", "sample_number": 10000, "config_file": "Dlosttree", "bootcamp_cls_name": "Dlosttreebootcamp"} +{"bootcamp_name": "Cbarcode", "sample_number": 10000, "config_file": "Cbarcode", "bootcamp_cls_name": "Cbarcodebootcamp"} +{"bootcamp_name": "Ctouristsnotes", "sample_number": 10000, "config_file": "Ctouristsnotes", "bootcamp_cls_name": "Ctouristsnotesbootcamp"} +{"bootcamp_name": "Cvladikandmemorabletrip", "sample_number": 10000, "config_file": "Cvladikandmemorabletrip", "bootcamp_cls_name": "Cvladikandmemorabletripbootcamp"} +{"bootcamp_name": "Cdividingthenumbers", "sample_number": 10000, "config_file": "Cdividingthenumbers", "bootcamp_cls_name": "Cdividingthenumbersbootcamp"} +{"bootcamp_name": "F2longcolorfulstrip", "sample_number": 10000, "config_file": "F2longcolorfulstrip", "bootcamp_cls_name": "F2longcolorfulstripbootcamp"} +{"bootcamp_name": "Ctanyaandcoloredcandies", "sample_number": 10000, "config_file": "Ctanyaandcoloredcandies", "bootcamp_cls_name": "Ctanyaandcoloredcandiesbootcamp"} +{"bootcamp_name": "Dvolleyball", "sample_number": 10000, "config_file": "Dvolleyball", "bootcamp_cls_name": "Dvolleyballbootcamp"} +{"bootcamp_name": "tents", "sample_number": 10000, "config_file": "tents", "bootcamp_cls_name": "Tentsbootcamp"} +{"bootcamp_name": "binairo", "sample_number": 10000, "config_file": "binairo", "bootcamp_cls_name": "Binairobootcamp"} +{"bootcamp_name": "Csoldierandcards", "sample_number": 10000, "config_file": "Csoldierandcards", "bootcamp_cls_name": "Csoldierandcardsbootcamp"} +{"bootcamp_name": "Cmikeandfoam", "sample_number": 10000, "config_file": "Cmikeandfoam", "bootcamp_cls_name": "Cmikeandfoambootcamp"} +{"bootcamp_name": "Cschedule", "sample_number": 10000, "config_file": "Cschedule", "bootcamp_cls_name": "Cschedulebootcamp"} +{"bootcamp_name": "korPuzzleMinesweeper", "sample_number": 10000, "config_file": "korPuzzleMinesweeper", "bootcamp_cls_name": "KorPuzzleMinesweeperbootcamp"} +{"bootcamp_name": "E2twilightandancientscrollharderversion", "sample_number": 10000, "config_file": "E2twilightandancientscrollharderversion", "bootcamp_cls_name": "E2twilightandancientscrollharderversionbootcamp"} +{"bootcamp_name": "Dspacemines", "sample_number": 10000, "config_file": "Dspacemines", "bootcamp_cls_name": "Dspaceminesbootcamp"} +{"bootcamp_name": "Cmessy", "sample_number": 10000, "config_file": "Cmessy", "bootcamp_cls_name": "Cmessybootcamp"} +{"bootcamp_name": "Dpiet", "sample_number": 10000, "config_file": "Dpiet", "bootcamp_cls_name": "Dpietbootcamp"} +{"bootcamp_name": "Dunmerge", "sample_number": 10000, "config_file": "Dunmerge", "bootcamp_cls_name": "Dunmergebootcamp"} +{"bootcamp_name": "Cnastiaandahiddenpermutation", "sample_number": 10000, "config_file": "Cnastiaandahiddenpermutation", "bootcamp_cls_name": "Cnastiaandahiddenpermutationbootcamp"} +{"bootcamp_name": "minesweeper", "sample_number": 10000, "config_file": "minesweeper", "bootcamp_cls_name": "Minesweeperbootcamp"} +{"bootcamp_name": "Bdzylovesmodification", "sample_number": 10000, "config_file": "Bdzylovesmodification", "bootcamp_cls_name": "Bdzylovesmodificationbootcamp"} +{"bootcamp_name": "Cpocketbook", "sample_number": 10000, "config_file": "Cpocketbook", "bootcamp_cls_name": "Cpocketbookbootcamp"} +{"bootcamp_name": "korCipherCustomInverseShiftSubstitutionCipher", "sample_number": 10000, "config_file": "korCipherCustomInverseShiftSubstitutionCipher", "bootcamp_cls_name": "KorCipherCustomInverseShiftSubstitutionCipherbootcamp"} +{"bootcamp_name": "Eandreachability", "sample_number": 10000, "config_file": "Eandreachability", "bootcamp_cls_name": "Eandreachabilitybootcamp"} +{"bootcamp_name": "Cnewyearanddomino", "sample_number": 10000, "config_file": "Cnewyearanddomino", "bootcamp_cls_name": "Cnewyearanddominobootcamp"} +{"bootcamp_name": "Ctillicollapse", "sample_number": 10000, "config_file": "Ctillicollapse", "bootcamp_cls_name": "Ctillicollapsebootcamp"} +{"bootcamp_name": "Dinterestingarray", "sample_number": 10000, "config_file": "Dinterestingarray", "bootcamp_cls_name": "Dinterestingarraybootcamp"} +{"bootcamp_name": "BbehDyckLanguages", "sample_number": 10000, "config_file": "BbehDyckLanguages", "bootcamp_cls_name": "BbehDyckLanguagesbootcamp"} +{"bootcamp_name": "Ealiceboborangesandapples", "sample_number": 10000, "config_file": "Ealiceboborangesandapples", "bootcamp_cls_name": "Ealiceboborangesandapplesbootcamp"} +{"bootcamp_name": "Evectors", "sample_number": 10000, "config_file": "Evectors", "bootcamp_cls_name": "Evectorsbootcamp"} +{"bootcamp_name": "Cpolycarpusdice", "sample_number": 10000, "config_file": "Cpolycarpusdice", "bootcamp_cls_name": "Cpolycarpusdicebootcamp"} +{"bootcamp_name": "Csubsequences", "sample_number": 10000, "config_file": "Csubsequences", "bootcamp_cls_name": "Csubsequencesbootcamp"} +{"bootcamp_name": "Cdoublehappiness", "sample_number": 10000, "config_file": "Cdoublehappiness", "bootcamp_cls_name": "Cdoublehappinessbootcamp"} +{"bootcamp_name": "Heyawake", "sample_number": 10000, "config_file": "Heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "Eparty", "sample_number": 10000, "config_file": "Eparty", "bootcamp_cls_name": "Epartybootcamp"} +{"bootcamp_name": "korLogicAnalogicalReasoning", "sample_number": 10000, "config_file": "korLogicAnalogicalReasoning", "bootcamp_cls_name": "KorLogicAnalogicalReasoningbootcamp"} +{"bootcamp_name": "korOperationUnicode25b3", "sample_number": 10000, "config_file": "korOperationUnicode25b3", "bootcamp_cls_name": "KorOperationUnicode25b3bootcamp"} +{"bootcamp_name": "Daliceandthedoll", "sample_number": 10000, "config_file": "Daliceandthedoll", "bootcamp_cls_name": "Daliceandthedollbootcamp"} +{"bootcamp_name": "Cpieordie", "sample_number": 10000, "config_file": "Cpieordie", "bootcamp_cls_name": "Cpieordiebootcamp"} +{"bootcamp_name": "Dmahmoudandehabandanotherarrayconstructiontask", "sample_number": 10000, "config_file": "Dmahmoudandehabandanotherarrayconstructiontask", "bootcamp_cls_name": "Dmahmoudandehabandanotherarrayconstructiontaskbootcamp"} +{"bootcamp_name": "Cgamewithstrings", "sample_number": 10000, "config_file": "Cgamewithstrings", "bootcamp_cls_name": "Cgamewithstringsbootcamp"} +{"bootcamp_name": "Bskills", "sample_number": 10000, "config_file": "Bskills", "bootcamp_cls_name": "Bskillsbootcamp"} +{"bootcamp_name": "Ctournament", "sample_number": 10000, "config_file": "Ctournament", "bootcamp_cls_name": "Ctournamentbootcamp"} +{"bootcamp_name": "Dskills", "sample_number": 10000, "config_file": "Dskills", "bootcamp_cls_name": "Dskillsbootcamp"} +{"bootcamp_name": "Feuclidsnightmare", "sample_number": 10000, "config_file": "Feuclidsnightmare", "bootcamp_cls_name": "Feuclidsnightmarebootcamp"} +{"bootcamp_name": "BBEHMultistepArithmeticV2", "sample_number": 10000, "config_file": "BBEHMultistepArithmeticV2", "bootcamp_cls_name": "BBEHMultistepArithmeticV2bootcamp"} +{"bootcamp_name": "kakurasu", "sample_number": 10000, "config_file": "kakurasu", "bootcamp_cls_name": "Kakurasubootcamp"} +{"bootcamp_name": "Cqueueinthetrain", "sample_number": 10000, "config_file": "Cqueueinthetrain", "bootcamp_cls_name": "Cqueueinthetrainbootcamp"} +{"bootcamp_name": "Chelpcaretaker", "sample_number": 10000, "config_file": "Chelpcaretaker", "bootcamp_cls_name": "Chelpcaretakerbootcamp"} +{"bootcamp_name": "Eapolloversuspan", "sample_number": 10000, "config_file": "Eapolloversuspan", "bootcamp_cls_name": "Eapolloversuspanbootcamp"} +{"bootcamp_name": "aquarium", "sample_number": 10000, "config_file": "aquarium", "bootcamp_cls_name": "Aquariumbootcamp"} +{"bootcamp_name": "Cluckydays", "sample_number": 10000, "config_file": "Cluckydays", "bootcamp_cls_name": "Cluckydaysbootcamp"} +{"bootcamp_name": "Dmissionimpassable", "sample_number": 10000, "config_file": "Dmissionimpassable", "bootcamp_cls_name": "Dmissionimpassablebootcamp"} +{"bootcamp_name": "thermometers", "sample_number": 10000, "config_file": "thermometers", "bootcamp_cls_name": "Thermometersbootcamp"} +{"bootcamp_name": "Cconstructatree", "sample_number": 10000, "config_file": "Cconstructatree", "bootcamp_cls_name": "Cconstructatreebootcamp"} +{"bootcamp_name": "Cmaximumsplitting", "sample_number": 10000, "config_file": "Cmaximumsplitting", "bootcamp_cls_name": "Cmaximumsplittingbootcamp"} +{"bootcamp_name": "bbehbooleanexpressions", "sample_number": 10000, "config_file": "bbeh_boolean_expressions", "bootcamp_cls_name": "Bbehbooleanexpressionsbootcamp"} +{"bootcamp_name": "Efibtree", "sample_number": 10000, "config_file": "Efibtree", "bootcamp_cls_name": "Efibtreebootcamp"} +{"bootcamp_name": "Cshootinggallery", "sample_number": 10000, "config_file": "Cshootinggallery", "bootcamp_cls_name": "Cshootinggallerybootcamp"} +{"bootcamp_name": "Cvoting", "sample_number": 10000, "config_file": "Cvoting", "bootcamp_cls_name": "Cvotingbootcamp"} +{"bootcamp_name": "Esashaandapatientfriend", "sample_number": 10000, "config_file": "Esashaandapatientfriend", "bootcamp_cls_name": "Esashaandapatientfriendbootcamp"} +{"bootcamp_name": "Cnumbergame", "sample_number": 10000, "config_file": "Cnumbergame", "bootcamp_cls_name": "Cnumbergamebootcamp"} +{"bootcamp_name": "Cgottagofast", "sample_number": 10000, "config_file": "Cgottagofast", "bootcamp_cls_name": "Cgottagofastbootcamp"} +{"bootcamp_name": "Ebearandcompany", "sample_number": 10000, "config_file": "Ebearandcompany", "bootcamp_cls_name": "Ebearandcompanybootcamp"} +{"bootcamp_name": "korPuzzleCampsite", "sample_number": 10000, "config_file": "korPuzzleCampsite", "bootcamp_cls_name": "KorPuzzleCampsitebootcamp"} +{"bootcamp_name": "korOperationUnicode221e", "sample_number": 10000, "config_file": "korOperationUnicode221e", "bootcamp_cls_name": "KorOperationUnicode221ebootcamp"} +{"bootcamp_name": "Cdashaandpassword", "sample_number": 10000, "config_file": "Cdashaandpassword", "bootcamp_cls_name": "Cdashaandpasswordbootcamp"} +{"bootcamp_name": "maze", "sample_number": 10000, "config_file": "maze", "bootcamp_cls_name": "Mazebootcamp"} +{"bootcamp_name": "Csantaclausandrobot", "sample_number": 10000, "config_file": "Csantaclausandrobot", "bootcamp_cls_name": "Csantaclausandrobotbootcamp"} +{"bootcamp_name": "korOperationUnicode0033", "sample_number": 10000, "config_file": "korOperationUnicode0033", "bootcamp_cls_name": "KorOperationUnicode0033bootcamp"} +{"bootcamp_name": "Cserejaandbrackets", "sample_number": 10000, "config_file": "Cserejaandbrackets", "bootcamp_cls_name": "Cserejaandbracketsbootcamp"} +{"bootcamp_name": "Cthebigrace", "sample_number": 10000, "config_file": "Cthebigrace", "bootcamp_cls_name": "Cthebigracebootcamp"} +{"bootcamp_name": "Cbadsequence", "sample_number": 10000, "config_file": "Cbadsequence", "bootcamp_cls_name": "Cbadsequencebootcamp"} +{"bootcamp_name": "Bpincodes", "sample_number": 10000, "config_file": "Bpincodes", "bootcamp_cls_name": "Bpincodesbootcamp"} +{"bootcamp_name": "Ethegreatmixing", "sample_number": 10000, "config_file": "Ethegreatmixing", "bootcamp_cls_name": "Ethegreatmixingbootcamp"} +{"bootcamp_name": "Ccompartments", "sample_number": 10000, "config_file": "Ccompartments", "bootcamp_cls_name": "Ccompartmentsbootcamp"} +{"bootcamp_name": "Ecielthecommander", "sample_number": 10000, "config_file": "Ecielthecommander", "bootcamp_cls_name": "Ecielthecommanderbootcamp"} +{"bootcamp_name": "Cinterestinggame", "sample_number": 10000, "config_file": "Cinterestinggame", "bootcamp_cls_name": "Cinterestinggamebootcamp"} +{"bootcamp_name": "Enumbertransformation", "sample_number": 10000, "config_file": "Enumbertransformation", "bootcamp_cls_name": "Enumbertransformationbootcamp"} +{"bootcamp_name": "Fsashaandinterestingfactfromgraphtheory", "sample_number": 10000, "config_file": "Fsashaandinterestingfactfromgraphtheory", "bootcamp_cls_name": "Fsashaandinterestingfactfromgraphtheorybootcamp"} +{"bootcamp_name": "game24", "sample_number": 10000, "config_file": "game24", "bootcamp_cls_name": "Game24bootcamp"} +{"bootcamp_name": "Eanniversary", "sample_number": 10000, "config_file": "Eanniversary", "bootcamp_cls_name": "Eanniversarybootcamp"} +{"bootcamp_name": "Binterestingarray", "sample_number": 10000, "config_file": "Binterestingarray", "bootcamp_cls_name": "Binterestingarraybootcamp"} +{"bootcamp_name": "E2chiorianddollpickinghardversion", "sample_number": 10000, "config_file": "E2chiorianddollpickinghardversion", "bootcamp_cls_name": "E2chiorianddollpickinghardversionbootcamp"} +{"bootcamp_name": "BbehGeometricShapes", "sample_number": 10000, "config_file": "BbehGeometricShapes", "bootcamp_cls_name": "BbehGeometricShapesbootcamp"} +{"bootcamp_name": "korLogicCooperativePrinciple", "sample_number": 10000, "config_file": "korLogicCooperativePrinciple", "bootcamp_cls_name": "KorLogicCooperativePrinciplebootcamp"} +{"bootcamp_name": "Dabilitytoconvert", "sample_number": 10000, "config_file": "Dabilitytoconvert", "bootcamp_cls_name": "Dabilitytoconvertbootcamp"} +{"bootcamp_name": "Blcm", "sample_number": 10000, "config_file": "Blcm", "bootcamp_cls_name": "Blcmbootcamp"} +{"bootcamp_name": "Dstring", "sample_number": 10000, "config_file": "Dstring", "bootcamp_cls_name": "Dstringbootcamp"} +{"bootcamp_name": "Ctabledecorations", "sample_number": 10000, "config_file": "Ctabledecorations", "bootcamp_cls_name": "Ctabledecorationsbootcamp"} +{"bootcamp_name": "Creadtime", "sample_number": 10000, "config_file": "Creadtime", "bootcamp_cls_name": "Creadtimebootcamp"} +{"bootcamp_name": "Apetyaandcatacombs", "sample_number": 10000, "config_file": "Apetyaandcatacombs", "bootcamp_cls_name": "Apetyaandcatacombsbootcamp"} +{"bootcamp_name": "Epainttree", "sample_number": 10000, "config_file": "Epainttree", "bootcamp_cls_name": "Epainttreebootcamp"} +{"bootcamp_name": "Eserejaandsubsequences", "sample_number": 10000, "config_file": "Eserejaandsubsequences", "bootcamp_cls_name": "Eserejaandsubsequencesbootcamp"} +{"bootcamp_name": "Dkonradandcompanyevaluation", "sample_number": 10000, "config_file": "Dkonradandcompanyevaluation", "bootcamp_cls_name": "Dkonradandcompanyevaluationbootcamp"} +{"bootcamp_name": "Cgeorgeandnumber", "sample_number": 10000, "config_file": "Cgeorgeandnumber", "bootcamp_cls_name": "Cgeorgeandnumberbootcamp"} +{"bootcamp_name": "Earpaandagamewithmojtaba", "sample_number": 10000, "config_file": "Earpaandagamewithmojtaba", "bootcamp_cls_name": "Earpaandagamewithmojtababootcamp"} +{"bootcamp_name": "Cmuseumstour", "sample_number": 10000, "config_file": "Cmuseumstour", "bootcamp_cls_name": "Cmuseumstourbootcamp"} +{"bootcamp_name": "Ccubeproblem", "sample_number": 10000, "config_file": "Ccubeproblem", "bootcamp_cls_name": "Ccubeproblembootcamp"} +{"bootcamp_name": "BBEHBuggyTables", "sample_number": 10000, "config_file": "BBEHBuggyTables", "bootcamp_cls_name": "BBEHBuggyTablesbootcamp"} +{"bootcamp_name": "Cflawedflow", "sample_number": 10000, "config_file": "Cflawedflow", "bootcamp_cls_name": "Cflawedflowbootcamp"} +{"bootcamp_name": "Cpartialsums", "sample_number": 10000, "config_file": "Cpartialsums", "bootcamp_cls_name": "Cpartialsumsbootcamp"} +{"bootcamp_name": "Dmaxmedian", "sample_number": 10000, "config_file": "Dmaxmedian", "bootcamp_cls_name": "Dmaxmedianbootcamp"} +{"bootcamp_name": "Cfoolsandroads", "sample_number": 10000, "config_file": "Cfoolsandroads", "bootcamp_cls_name": "Cfoolsandroadsbootcamp"} +{"bootcamp_name": "Cconstanzesmachine", "sample_number": 10000, "config_file": "Cconstanzesmachine", "bootcamp_cls_name": "Cconstanzesmachinebootcamp"} +{"bootcamp_name": "Dehabthexorcist", "sample_number": 10000, "config_file": "Dehabthexorcist", "bootcamp_cls_name": "Dehabthexorcistbootcamp"} +{"bootcamp_name": "Epropagatingtree", "sample_number": 10000, "config_file": "Epropagatingtree", "bootcamp_cls_name": "Epropagatingtreebootcamp"} +{"bootcamp_name": "Cxortree", "sample_number": 10000, "config_file": "Cxortree", "bootcamp_cls_name": "Cxortreebootcamp"} +{"bootcamp_name": "Eplumber", "sample_number": 10000, "config_file": "Eplumber", "bootcamp_cls_name": "Eplumberbootcamp"} +{"bootcamp_name": "Cplumber", "sample_number": 10000, "config_file": "Cplumber", "bootcamp_cls_name": "Cplumberbootcamp"} +{"bootcamp_name": "korOperationUnicode20ac", "sample_number": 10000, "config_file": "korOperationUnicode20ac", "bootcamp_cls_name": "KorOperationUnicode20acbootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_32.jsonl b/examples/pipelines/data_configs/data_config_train_random_32.jsonl new file mode 100644 index 0000000..72d342b --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_32.jsonl @@ -0,0 +1,32 @@ +{"bootcamp_name": "Ffruitsequences", "sample_number": 50000, "config_file": "Ffruitsequences", "bootcamp_cls_name": "Ffruitsequencesbootcamp"} +{"bootcamp_name": "Cvaleraandelections", "sample_number": 50000, "config_file": "Cvaleraandelections", "bootcamp_cls_name": "Cvaleraandelectionsbootcamp"} +{"bootcamp_name": "Cehabandaspecialcoloringproblem", "sample_number": 50000, "config_file": "Cehabandaspecialcoloringproblem", "bootcamp_cls_name": "Cehabandaspecialcoloringproblembootcamp"} +{"bootcamp_name": "Efibtree", "sample_number": 50000, "config_file": "Efibtree", "bootcamp_cls_name": "Efibtreebootcamp"} +{"bootcamp_name": "Ccielthecommander", "sample_number": 50000, "config_file": "Ccielthecommander", "bootcamp_cls_name": "Ccielthecommanderbootcamp"} +{"bootcamp_name": "Fnastyaandtimemachine", "sample_number": 50000, "config_file": "Fnastyaandtimemachine", "bootcamp_cls_name": "Fnastyaandtimemachinebootcamp"} +{"bootcamp_name": "Dletsplaythewords", "sample_number": 50000, "config_file": "Dletsplaythewords", "bootcamp_cls_name": "Dletsplaythewordsbootcamp"} +{"bootcamp_name": "korOperationUnicode25ce", "sample_number": 50000, "config_file": "korOperationUnicode25ce", "bootcamp_cls_name": "KorOperationUnicode25cebootcamp"} +{"bootcamp_name": "E1convergingarrayeasyversion", "sample_number": 50000, "config_file": "E1convergingarrayeasyversion", "bootcamp_cls_name": "E1convergingarrayeasyversionbootcamp"} +{"bootcamp_name": "Cpaintthedigits", "sample_number": 50000, "config_file": "Cpaintthedigits", "bootcamp_cls_name": "Cpaintthedigitsbootcamp"} +{"bootcamp_name": "Cchessboardbilliard", "sample_number": 50000, "config_file": "Cchessboardbilliard", "bootcamp_cls_name": "Cchessboardbilliardbootcamp"} +{"bootcamp_name": "Dandreyandproblem", "sample_number": 50000, "config_file": "Dandreyandproblem", "bootcamp_cls_name": "Dandreyandproblembootcamp"} +{"bootcamp_name": "Dgamewithpowers", "sample_number": 50000, "config_file": "Dgamewithpowers", "bootcamp_cls_name": "Dgamewithpowersbootcamp"} +{"bootcamp_name": "Ctouristsnotes", "sample_number": 50000, "config_file": "Ctouristsnotes", "bootcamp_cls_name": "Ctouristsnotesbootcamp"} +{"bootcamp_name": "Deels", "sample_number": 50000, "config_file": "Deels", "bootcamp_cls_name": "Deelsbootcamp"} +{"bootcamp_name": "Domkarandbedwars", "sample_number": 50000, "config_file": "Domkarandbedwars", "bootcamp_cls_name": "Domkarandbedwarsbootcamp"} +{"bootcamp_name": "Heyawake", "sample_number": 50000, "config_file": "Heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "Cfadiandlcm", "sample_number": 50000, "config_file": "Cfadiandlcm", "bootcamp_cls_name": "Cfadiandlcmbootcamp"} +{"bootcamp_name": "Dpowerfulksenia", "sample_number": 50000, "config_file": "Dpowerfulksenia", "bootcamp_cls_name": "Dpowerfulkseniabootcamp"} +{"bootcamp_name": "Cbarcode", "sample_number": 50000, "config_file": "Cbarcode", "bootcamp_cls_name": "Cbarcodebootcamp"} +{"bootcamp_name": "Bkarenandtest", "sample_number": 50000, "config_file": "Bkarenandtest", "bootcamp_cls_name": "Bkarenandtestbootcamp"} +{"bootcamp_name": "Canyaandsmartphone", "sample_number": 50000, "config_file": "Canyaandsmartphone", "bootcamp_cls_name": "Canyaandsmartphonebootcamp"} +{"bootcamp_name": "Dspacemines", "sample_number": 50000, "config_file": "Dspacemines", "bootcamp_cls_name": "Dspaceminesbootcamp"} +{"bootcamp_name": "F1shortcolorfulstrip", "sample_number": 50000, "config_file": "F1shortcolorfulstrip", "bootcamp_cls_name": "F1shortcolorfulstripbootcamp"} +{"bootcamp_name": "Csagheerandnubianmarket", "sample_number": 50000, "config_file": "Csagheerandnubianmarket", "bootcamp_cls_name": "Csagheerandnubianmarketbootcamp"} +{"bootcamp_name": "Cmaximumsubrectangle", "sample_number": 50000, "config_file": "Cmaximumsubrectangle", "bootcamp_cls_name": "Cmaximumsubrectanglebootcamp"} +{"bootcamp_name": "korPuzzle24Points", "sample_number": 50000, "config_file": "korPuzzle24Points", "bootcamp_cls_name": "KorPuzzle24Pointsbootcamp"} +{"bootcamp_name": "Carthurandtable", "sample_number": 50000, "config_file": "Carthurandtable", "bootcamp_cls_name": "Carthurandtablebootcamp"} +{"bootcamp_name": "Ctrack", "sample_number": 50000, "config_file": "Ctrack", "bootcamp_cls_name": "Ctrackbootcamp"} +{"bootcamp_name": "Cdoegraphs", "sample_number": 50000, "config_file": "Cdoegraphs", "bootcamp_cls_name": "Cdoegraphsbootcamp"} +{"bootcamp_name": "F1chessstrikesbackeasyversion", "sample_number": 50000, "config_file": "F1chessstrikesbackeasyversion", "bootcamp_cls_name": "F1chessstrikesbackeasyversionbootcamp"} +{"bootcamp_name": "Cparquet", "sample_number": 50000, "config_file": "Cparquet", "bootcamp_cls_name": "Cparquetbootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_512.jsonl b/examples/pipelines/data_configs/data_config_train_random_512.jsonl new file mode 100644 index 0000000..da9138a --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_512.jsonl @@ -0,0 +1,511 @@ +{"bootcamp_name": "Cmikeandfoam", "sample_number": 2000, "config_file": "Cmikeandfoam", "bootcamp_cls_name": "Cmikeandfoambootcamp"} +{"bootcamp_name": "Crandomevents", "sample_number": 2000, "config_file": "Crandomevents", "bootcamp_cls_name": "Crandomeventsbootcamp"} +{"bootcamp_name": "Etournament", "sample_number": 2000, "config_file": "Etournament", "bootcamp_cls_name": "Etournamentbootcamp"} +{"bootcamp_name": "Erememberingstrings", "sample_number": 2000, "config_file": "Erememberingstrings", "bootcamp_cls_name": "Erememberingstringsbootcamp"} +{"bootcamp_name": "Dslime", "sample_number": 2000, "config_file": "Dslime", "bootcamp_cls_name": "Dslimebootcamp"} +{"bootcamp_name": "Csequencepairweight", "sample_number": 2000, "config_file": "Csequencepairweight", "bootcamp_cls_name": "Csequencepairweightbootcamp"} +{"bootcamp_name": "Bsequentialnim", "sample_number": 2000, "config_file": "Bsequentialnim", "bootcamp_cls_name": "Bsequentialnimbootcamp"} +{"bootcamp_name": "Cbuns", "sample_number": 2000, "config_file": "Cbuns", "bootcamp_cls_name": "Cbunsbootcamp"} +{"bootcamp_name": "galaxies", "sample_number": 2000, "config_file": "galaxies", "bootcamp_cls_name": "Galaxiesbootcamp"} +{"bootcamp_name": "Ccycleinmaze", "sample_number": 2000, "config_file": "Ccycleinmaze", "bootcamp_cls_name": "Ccycleinmazebootcamp"} +{"bootcamp_name": "Cmessy", "sample_number": 2000, "config_file": "Cmessy", "bootcamp_cls_name": "Cmessybootcamp"} +{"bootcamp_name": "earthdew2humidity", "sample_number": 2000, "config_file": "earthdew2humidity", "bootcamp_cls_name": "Earthdew2humiditybootcamp"} +{"bootcamp_name": "heyawake", "sample_number": 2000, "config_file": "heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "Caupontrouge", "sample_number": 2000, "config_file": "Caupontrouge", "bootcamp_cls_name": "Caupontrougebootcamp"} +{"bootcamp_name": "Cmishaandforest", "sample_number": 2000, "config_file": "Cmishaandforest", "bootcamp_cls_name": "Cmishaandforestbootcamp"} +{"bootcamp_name": "Ecuptrick", "sample_number": 2000, "config_file": "Ecuptrick", "bootcamp_cls_name": "Ecuptrickbootcamp"} +{"bootcamp_name": "Dsocialnetwork", "sample_number": 2000, "config_file": "Dsocialnetwork", "bootcamp_cls_name": "Dsocialnetworkbootcamp"} +{"bootcamp_name": "Cnezzarandnicebeatmap", "sample_number": 2000, "config_file": "Cnezzarandnicebeatmap", "bootcamp_cls_name": "Cnezzarandnicebeatmapbootcamp"} +{"bootcamp_name": "Cicecave", "sample_number": 2000, "config_file": "Cicecave", "bootcamp_cls_name": "Cicecavebootcamp"} +{"bootcamp_name": "Dvolleyball", "sample_number": 2000, "config_file": "Dvolleyball", "bootcamp_cls_name": "Dvolleyballbootcamp"} +{"bootcamp_name": "Ezeroone", "sample_number": 2000, "config_file": "Ezeroone", "bootcamp_cls_name": "Ezeroonebootcamp"} +{"bootcamp_name": "korLogicDefinitions", "sample_number": 2000, "config_file": "korLogicDefinitions", "bootcamp_cls_name": "KorLogicDefinitionsbootcamp"} +{"bootcamp_name": "Croundtableknights", "sample_number": 2000, "config_file": "Croundtableknights", "bootcamp_cls_name": "Croundtableknightsbootcamp"} +{"bootcamp_name": "Ddecreasingdebts", "sample_number": 2000, "config_file": "Ddecreasingdebts", "bootcamp_cls_name": "Ddecreasingdebtsbootcamp"} +{"bootcamp_name": "Cpalindrometransformation", "sample_number": 2000, "config_file": "Cpalindrometransformation", "bootcamp_cls_name": "Cpalindrometransformationbootcamp"} +{"bootcamp_name": "Cmaximumsubrectangle", "sample_number": 2000, "config_file": "Cmaximumsubrectangle", "bootcamp_cls_name": "Cmaximumsubrectanglebootcamp"} +{"bootcamp_name": "linearODE", "sample_number": 2000, "config_file": "linearODE", "bootcamp_cls_name": "LinearODEbootcamp"} +{"bootcamp_name": "Eserejaandsubsequences", "sample_number": 2000, "config_file": "Eserejaandsubsequences", "bootcamp_cls_name": "Eserejaandsubsequencesbootcamp"} +{"bootcamp_name": "Creadtime", "sample_number": 2000, "config_file": "Creadtime", "bootcamp_cls_name": "Creadtimebootcamp"} +{"bootcamp_name": "Clinkcutcentroids", "sample_number": 2000, "config_file": "Clinkcutcentroids", "bootcamp_cls_name": "Clinkcutcentroidsbootcamp"} +{"bootcamp_name": "Dmahmoudandehabandanotherarrayconstructiontask", "sample_number": 2000, "config_file": "Dmahmoudandehabandanotherarrayconstructiontask", "bootcamp_cls_name": "Dmahmoudandehabandanotherarrayconstructiontaskbootcamp"} +{"bootcamp_name": "Dnudistbeach", "sample_number": 2000, "config_file": "Dnudistbeach", "bootcamp_cls_name": "Dnudistbeachbootcamp"} +{"bootcamp_name": "korPuzzleMathPath", "sample_number": 2000, "config_file": "korPuzzleMathPath", "bootcamp_cls_name": "KorPuzzleMathPathbootcamp"} +{"bootcamp_name": "Cworldeaterbrothers", "sample_number": 2000, "config_file": "Cworldeaterbrothers", "bootcamp_cls_name": "Cworldeaterbrothersbootcamp"} +{"bootcamp_name": "Earrangement", "sample_number": 2000, "config_file": "Earrangement", "bootcamp_cls_name": "Earrangementbootcamp"} +{"bootcamp_name": "Cpalindromicpaths", "sample_number": 2000, "config_file": "Cpalindromicpaths", "bootcamp_cls_name": "Cpalindromicpathsbootcamp"} +{"bootcamp_name": "Ccowandmessage", "sample_number": 2000, "config_file": "Ccowandmessage", "bootcamp_cls_name": "Ccowandmessagebootcamp"} +{"bootcamp_name": "Cnewyearanddomino", "sample_number": 2000, "config_file": "Cnewyearanddomino", "bootcamp_cls_name": "Cnewyearanddominobootcamp"} +{"bootcamp_name": "Eskibase", "sample_number": 2000, "config_file": "Eskibase", "bootcamp_cls_name": "Eskibasebootcamp"} +{"bootcamp_name": "korLogicEnumerativeInductiveReasoning", "sample_number": 2000, "config_file": "korLogicEnumerativeInductiveReasoning", "bootcamp_cls_name": "KorLogicEnumerativeInductiveReasoningbootcamp"} +{"bootcamp_name": "Cnastiaandahiddenpermutation", "sample_number": 2000, "config_file": "Cnastiaandahiddenpermutation", "bootcamp_cls_name": "Cnastiaandahiddenpermutationbootcamp"} +{"bootcamp_name": "Bpincodes", "sample_number": 2000, "config_file": "Bpincodes", "bootcamp_cls_name": "Bpincodesbootcamp"} +{"bootcamp_name": "Ejohnnyandgrandmaster", "sample_number": 2000, "config_file": "Ejohnnyandgrandmaster", "bootcamp_cls_name": "Ejohnnyandgrandmasterbootcamp"} +{"bootcamp_name": "Dseabattle", "sample_number": 2000, "config_file": "Dseabattle", "bootcamp_cls_name": "Dseabattlebootcamp"} +{"bootcamp_name": "Bpiet", "sample_number": 2000, "config_file": "Bpiet", "bootcamp_cls_name": "Bpietbootcamp"} +{"bootcamp_name": "Ccoffeebreak", "sample_number": 2000, "config_file": "Ccoffeebreak", "bootcamp_cls_name": "Ccoffeebreakbootcamp"} +{"bootcamp_name": "Ghappyline", "sample_number": 2000, "config_file": "Ghappyline", "bootcamp_cls_name": "Ghappylinebootcamp"} +{"bootcamp_name": "Cnumberofways", "sample_number": 2000, "config_file": "Cnumberofways", "bootcamp_cls_name": "Cnumberofwaysbootcamp"} +{"bootcamp_name": "Charmonyanalysis", "sample_number": 2000, "config_file": "Charmonyanalysis", "bootcamp_cls_name": "Charmonyanalysisbootcamp"} +{"bootcamp_name": "Cpermutationrecovery", "sample_number": 2000, "config_file": "Cpermutationrecovery", "bootcamp_cls_name": "Cpermutationrecoverybootcamp"} +{"bootcamp_name": "Csequencetransformation", "sample_number": 2000, "config_file": "Csequencetransformation", "bootcamp_cls_name": "Csequencetransformationbootcamp"} +{"bootcamp_name": "Cslavaandtanks", "sample_number": 2000, "config_file": "Cslavaandtanks", "bootcamp_cls_name": "Cslavaandtanksbootcamp"} +{"bootcamp_name": "Dhugestrings", "sample_number": 2000, "config_file": "Dhugestrings", "bootcamp_cls_name": "Dhugestringsbootcamp"} +{"bootcamp_name": "Bthreereligions", "sample_number": 2000, "config_file": "Bthreereligions", "bootcamp_cls_name": "Bthreereligionsbootcamp"} +{"bootcamp_name": "Dweirdchess", "sample_number": 2000, "config_file": "Dweirdchess", "bootcamp_cls_name": "Dweirdchessbootcamp"} +{"bootcamp_name": "Cperfecttriples", "sample_number": 2000, "config_file": "Cperfecttriples", "bootcamp_cls_name": "Cperfecttriplesbootcamp"} +{"bootcamp_name": "Dstring", "sample_number": 2000, "config_file": "Dstring", "bootcamp_cls_name": "Dstringbootcamp"} +{"bootcamp_name": "Cfancynumber", "sample_number": 2000, "config_file": "Cfancynumber", "bootcamp_cls_name": "Cfancynumberbootcamp"} +{"bootcamp_name": "Ekarenandsupermarket", "sample_number": 2000, "config_file": "Ekarenandsupermarket", "bootcamp_cls_name": "Ekarenandsupermarketbootcamp"} +{"bootcamp_name": "Cposterized", "sample_number": 2000, "config_file": "Cposterized", "bootcamp_cls_name": "Cposterizedbootcamp"} +{"bootcamp_name": "Ehelpingpeople", "sample_number": 2000, "config_file": "Ehelpingpeople", "bootcamp_cls_name": "Ehelpingpeoplebootcamp"} +{"bootcamp_name": "Frectanglepainting1", "sample_number": 2000, "config_file": "Frectanglepainting1", "bootcamp_cls_name": "Frectanglepainting1bootcamp"} +{"bootcamp_name": "SMILES2logP", "sample_number": 2000, "config_file": "SMILES2logP", "bootcamp_cls_name": "SMILES2logPbootcamp"} +{"bootcamp_name": "Csecret", "sample_number": 2000, "config_file": "Csecret", "bootcamp_cls_name": "Csecretbootcamp"} +{"bootcamp_name": "Eoptimalpolygonperimeter", "sample_number": 2000, "config_file": "Eoptimalpolygonperimeter", "bootcamp_cls_name": "Eoptimalpolygonperimeterbootcamp"} +{"bootcamp_name": "Dthewu", "sample_number": 2000, "config_file": "Dthewu", "bootcamp_cls_name": "Dthewubootcamp"} +{"bootcamp_name": "Cmikeandgcdproblem", "sample_number": 2000, "config_file": "Cmikeandgcdproblem", "bootcamp_cls_name": "Cmikeandgcdproblembootcamp"} +{"bootcamp_name": "BBEHMultistepArithmeticV2", "sample_number": 2000, "config_file": "BBEHMultistepArithmeticV2", "bootcamp_cls_name": "BBEHMultistepArithmeticV2bootcamp"} +{"bootcamp_name": "korOperationUnicode2295", "sample_number": 2000, "config_file": "korOperationUnicode2295", "bootcamp_cls_name": "KorOperationUnicode2295bootcamp"} +{"bootcamp_name": "Crotationmatching", "sample_number": 2000, "config_file": "Crotationmatching", "bootcamp_cls_name": "Crotationmatchingbootcamp"} +{"bootcamp_name": "Eplayingwithsuperglue", "sample_number": 2000, "config_file": "Eplayingwithsuperglue", "bootcamp_cls_name": "Eplayingwithsupergluebootcamp"} +{"bootcamp_name": "Caddone", "sample_number": 2000, "config_file": "Caddone", "bootcamp_cls_name": "Caddonebootcamp"} +{"bootcamp_name": "Coldberlandlanguage", "sample_number": 2000, "config_file": "Coldberlandlanguage", "bootcamp_cls_name": "Coldberlandlanguagebootcamp"} +{"bootcamp_name": "Clevkoandstrings", "sample_number": 2000, "config_file": "Clevkoandstrings", "bootcamp_cls_name": "Clevkoandstringsbootcamp"} +{"bootcamp_name": "Candryushaandcoloredballoons", "sample_number": 2000, "config_file": "Candryushaandcoloredballoons", "bootcamp_cls_name": "Candryushaandcoloredballoonsbootcamp"} +{"bootcamp_name": "aquarium", "sample_number": 2000, "config_file": "aquarium", "bootcamp_cls_name": "Aquariumbootcamp"} +{"bootcamp_name": "Dolyaandmagicalsquare", "sample_number": 2000, "config_file": "Dolyaandmagicalsquare", "bootcamp_cls_name": "Dolyaandmagicalsquarebootcamp"} +{"bootcamp_name": "F1frequencyproblemeasyversion", "sample_number": 2000, "config_file": "F1frequencyproblemeasyversion", "bootcamp_cls_name": "F1frequencyproblemeasyversionbootcamp"} +{"bootcamp_name": "Csearchingforgraph", "sample_number": 2000, "config_file": "Csearchingforgraph", "bootcamp_cls_name": "Csearchingforgraphbootcamp"} +{"bootcamp_name": "Chongcowbuysadeckofcards", "sample_number": 2000, "config_file": "Chongcowbuysadeckofcards", "bootcamp_cls_name": "Chongcowbuysadeckofcardsbootcamp"} +{"bootcamp_name": "Chistory", "sample_number": 2000, "config_file": "Chistory", "bootcamp_cls_name": "Chistorybootcamp"} +{"bootcamp_name": "Eprefixenlightenment", "sample_number": 2000, "config_file": "Eprefixenlightenment", "bootcamp_cls_name": "Eprefixenlightenmentbootcamp"} +{"bootcamp_name": "Epropagatingtree", "sample_number": 2000, "config_file": "Epropagatingtree", "bootcamp_cls_name": "Epropagatingtreebootcamp"} +{"bootcamp_name": "Daliceandthedoll", "sample_number": 2000, "config_file": "Daliceandthedoll", "bootcamp_cls_name": "Daliceandthedollbootcamp"} +{"bootcamp_name": "bbehboardgameqa", "sample_number": 2000, "config_file": "bbeh_boardgame_qa", "bootcamp_cls_name": "Bbehboardgameqabootcamp"} +{"bootcamp_name": "thermometers", "sample_number": 2000, "config_file": "thermometers", "bootcamp_cls_name": "Thermometersbootcamp"} +{"bootcamp_name": "cipher", "sample_number": 2000, "config_file": "cipher", "bootcamp_cls_name": "Cipherbootcamp"} +{"bootcamp_name": "Eluckypermutation", "sample_number": 2000, "config_file": "Eluckypermutation", "bootcamp_cls_name": "Eluckypermutationbootcamp"} +{"bootcamp_name": "Cleavingthebar", "sample_number": 2000, "config_file": "Cleavingthebar", "bootcamp_cls_name": "Cleavingthebarbootcamp"} +{"bootcamp_name": "Ccutemall", "sample_number": 2000, "config_file": "Ccutemall", "bootcamp_cls_name": "Ccutemallbootcamp"} +{"bootcamp_name": "Cwonderfulrandomizedsum", "sample_number": 2000, "config_file": "Cwonderfulrandomizedsum", "bootcamp_cls_name": "Cwonderfulrandomizedsumbootcamp"} +{"bootcamp_name": "Edoegraphs", "sample_number": 2000, "config_file": "Edoegraphs", "bootcamp_cls_name": "Edoegraphsbootcamp"} +{"bootcamp_name": "Fhighcry", "sample_number": 2000, "config_file": "Fhighcry", "bootcamp_cls_name": "Fhighcrybootcamp"} +{"bootcamp_name": "Cparty", "sample_number": 2000, "config_file": "Cparty", "bootcamp_cls_name": "Cpartybootcamp"} +{"bootcamp_name": "Ehills", "sample_number": 2000, "config_file": "Ehills", "bootcamp_cls_name": "Ehillsbootcamp"} +{"bootcamp_name": "Cremoveadjacent", "sample_number": 2000, "config_file": "Cremoveadjacent", "bootcamp_cls_name": "Cremoveadjacentbootcamp"} +{"bootcamp_name": "Celectriccharges", "sample_number": 2000, "config_file": "Celectriccharges", "bootcamp_cls_name": "Celectricchargesbootcamp"} +{"bootcamp_name": "Dchemicaltable", "sample_number": 2000, "config_file": "Dchemicaltable", "bootcamp_cls_name": "Dchemicaltablebootcamp"} +{"bootcamp_name": "Fgame", "sample_number": 2000, "config_file": "Fgame", "bootcamp_cls_name": "Fgamebootcamp"} +{"bootcamp_name": "Ctravellingsalesmanproblem", "sample_number": 2000, "config_file": "Ctravellingsalesmanproblem", "bootcamp_cls_name": "Ctravellingsalesmanproblembootcamp"} +{"bootcamp_name": "Byetanotherarraypartitioningtask", "sample_number": 2000, "config_file": "Byetanotherarraypartitioningtask", "bootcamp_cls_name": "Byetanotherarraypartitioningtaskbootcamp"} +{"bootcamp_name": "Enewlanguage", "sample_number": 2000, "config_file": "Enewlanguage", "bootcamp_cls_name": "Enewlanguagebootcamp"} +{"bootcamp_name": "Ccircularrmq", "sample_number": 2000, "config_file": "Ccircularrmq", "bootcamp_cls_name": "Ccircularrmqbootcamp"} +{"bootcamp_name": "korOperationUnicode25bd", "sample_number": 2000, "config_file": "korOperationUnicode25bd", "bootcamp_cls_name": "KorOperationUnicode25bdbootcamp"} +{"bootcamp_name": "Cshootinggallery", "sample_number": 2000, "config_file": "Cshootinggallery", "bootcamp_cls_name": "Cshootinggallerybootcamp"} +{"bootcamp_name": "starbattle", "sample_number": 2000, "config_file": "starbattle", "bootcamp_cls_name": "Starbattlebootcamp"} +{"bootcamp_name": "Ccontinuouscity", "sample_number": 2000, "config_file": "Ccontinuouscity", "bootcamp_cls_name": "Ccontinuouscitybootcamp"} +{"bootcamp_name": "Evectors", "sample_number": 2000, "config_file": "Evectors", "bootcamp_cls_name": "Evectorsbootcamp"} +{"bootcamp_name": "korLogicInductionParadox", "sample_number": 2000, "config_file": "korLogicInductionParadox", "bootcamp_cls_name": "KorLogicInductionParadoxbootcamp"} +{"bootcamp_name": "Celementextermination", "sample_number": 2000, "config_file": "Celementextermination", "bootcamp_cls_name": "Celementexterminationbootcamp"} +{"bootcamp_name": "Cmarbles", "sample_number": 2000, "config_file": "Cmarbles", "bootcamp_cls_name": "Cmarblesbootcamp"} +{"bootcamp_name": "Dvolcanoes", "sample_number": 2000, "config_file": "Dvolcanoes", "bootcamp_cls_name": "Dvolcanoesbootcamp"} +{"bootcamp_name": "Ewizardsandnumbers", "sample_number": 2000, "config_file": "Ewizardsandnumbers", "bootcamp_cls_name": "Ewizardsandnumbersbootcamp"} +{"bootcamp_name": "Cgameonleaves", "sample_number": 2000, "config_file": "Cgameonleaves", "bootcamp_cls_name": "Cgameonleavesbootcamp"} +{"bootcamp_name": "Asavethenature", "sample_number": 2000, "config_file": "Asavethenature", "bootcamp_cls_name": "Asavethenaturebootcamp"} +{"bootcamp_name": "Cmushroomstrife", "sample_number": 2000, "config_file": "Cmushroomstrife", "bootcamp_cls_name": "Cmushroomstrifebootcamp"} +{"bootcamp_name": "Dstrip", "sample_number": 2000, "config_file": "Dstrip", "bootcamp_cls_name": "Dstripbootcamp"} +{"bootcamp_name": "Ccheckposts", "sample_number": 2000, "config_file": "Ccheckposts", "bootcamp_cls_name": "Ccheckpostsbootcamp"} +{"bootcamp_name": "Cicecreamcoloring", "sample_number": 2000, "config_file": "Cicecreamcoloring", "bootcamp_cls_name": "Cicecreamcoloringbootcamp"} +{"bootcamp_name": "Ccycle", "sample_number": 2000, "config_file": "Ccycle", "bootcamp_cls_name": "Ccyclebootcamp"} +{"bootcamp_name": "Cpostcard", "sample_number": 2000, "config_file": "Cpostcard", "bootcamp_cls_name": "Cpostcardbootcamp"} +{"bootcamp_name": "Cktree", "sample_number": 2000, "config_file": "Cktree", "bootcamp_cls_name": "Cktreebootcamp"} +{"bootcamp_name": "Cdungeonsandcandies", "sample_number": 2000, "config_file": "Cdungeonsandcandies", "bootcamp_cls_name": "Cdungeonsandcandiesbootcamp"} +{"bootcamp_name": "Cdominoes", "sample_number": 2000, "config_file": "Cdominoes", "bootcamp_cls_name": "Cdominoesbootcamp"} +{"bootcamp_name": "Eprairiepartition", "sample_number": 2000, "config_file": "Eprairiepartition", "bootcamp_cls_name": "Eprairiepartitionbootcamp"} +{"bootcamp_name": "Dkuroandgcdandxorandsum", "sample_number": 2000, "config_file": "Dkuroandgcdandxorandsum", "bootcamp_cls_name": "Dkuroandgcdandxorandsumbootcamp"} +{"bootcamp_name": "Cgivenlengthandsumofdigits", "sample_number": 2000, "config_file": "Cgivenlengthandsumofdigits", "bootcamp_cls_name": "Cgivenlengthandsumofdigitsbootcamp"} +{"bootcamp_name": "Cremovingcolumns", "sample_number": 2000, "config_file": "Cremovingcolumns", "bootcamp_cls_name": "Cremovingcolumnsbootcamp"} +{"bootcamp_name": "Cchocolatebunny", "sample_number": 2000, "config_file": "Cchocolatebunny", "bootcamp_cls_name": "Cchocolatebunnybootcamp"} +{"bootcamp_name": "korPuzzleSkyscrapers", "sample_number": 2000, "config_file": "korPuzzleSkyscrapers", "bootcamp_cls_name": "KorPuzzleSkyscrapersbootcamp"} +{"bootcamp_name": "Dmissionimpassable", "sample_number": 2000, "config_file": "Dmissionimpassable", "bootcamp_cls_name": "Dmissionimpassablebootcamp"} +{"bootcamp_name": "Cdividingthenumbers", "sample_number": 2000, "config_file": "Cdividingthenumbers", "bootcamp_cls_name": "Cdividingthenumbersbootcamp"} +{"bootcamp_name": "Dletsplaythewords", "sample_number": 2000, "config_file": "Dletsplaythewords", "bootcamp_cls_name": "Dletsplaythewordsbootcamp"} +{"bootcamp_name": "Dnashmatrix", "sample_number": 2000, "config_file": "Dnashmatrix", "bootcamp_cls_name": "Dnashmatrixbootcamp"} +{"bootcamp_name": "Chelpcaretaker", "sample_number": 2000, "config_file": "Chelpcaretaker", "bootcamp_cls_name": "Chelpcaretakerbootcamp"} +{"bootcamp_name": "Dchallengesinschool41", "sample_number": 2000, "config_file": "Dchallengesinschool41", "bootcamp_cls_name": "Dchallengesinschool41bootcamp"} +{"bootcamp_name": "BbehDyckLanguages", "sample_number": 2000, "config_file": "BbehDyckLanguages", "bootcamp_cls_name": "BbehDyckLanguagesbootcamp"} +{"bootcamp_name": "Canniversary", "sample_number": 2000, "config_file": "Canniversary", "bootcamp_cls_name": "Canniversarybootcamp"} +{"bootcamp_name": "Ebearandcompany", "sample_number": 2000, "config_file": "Ebearandcompany", "bootcamp_cls_name": "Ebearandcompanybootcamp"} +{"bootcamp_name": "Cannasvyatoslavandmaps", "sample_number": 2000, "config_file": "Cannasvyatoslavandmaps", "bootcamp_cls_name": "Cannasvyatoslavandmapsbootcamp"} +{"bootcamp_name": "Bplusandmultiply", "sample_number": 2000, "config_file": "Bplusandmultiply", "bootcamp_cls_name": "Bplusandmultiplybootcamp"} +{"bootcamp_name": "korOperationUnicode25b3", "sample_number": 2000, "config_file": "korOperationUnicode25b3", "bootcamp_cls_name": "KorOperationUnicode25b3bootcamp"} +{"bootcamp_name": "Dinterestingarray", "sample_number": 2000, "config_file": "Dinterestingarray", "bootcamp_cls_name": "Dinterestingarraybootcamp"} +{"bootcamp_name": "BbehWebOfLies", "sample_number": 2000, "config_file": "BbehWebOfLies", "bootcamp_cls_name": "BbehWebOfLiesbootcamp"} +{"bootcamp_name": "Cjzzhuandapples", "sample_number": 2000, "config_file": "Cjzzhuandapples", "bootcamp_cls_name": "Cjzzhuandapplesbootcamp"} +{"bootcamp_name": "BloodTestJudgement", "sample_number": 2000, "config_file": "BloodTestJudgement", "bootcamp_cls_name": "BloodTestJudgementbootcamp"} +{"bootcamp_name": "Cmashmokhandreverseoperation", "sample_number": 2000, "config_file": "Cmashmokhandreverseoperation", "bootcamp_cls_name": "Cmashmokhandreverseoperationbootcamp"} +{"bootcamp_name": "Cmagicfive", "sample_number": 2000, "config_file": "Cmagicfive", "bootcamp_cls_name": "Cmagicfivebootcamp"} +{"bootcamp_name": "Cwateringflowers", "sample_number": 2000, "config_file": "Cwateringflowers", "bootcamp_cls_name": "Cwateringflowersbootcamp"} +{"bootcamp_name": "binairo", "sample_number": 2000, "config_file": "binairo", "bootcamp_cls_name": "Binairobootcamp"} +{"bootcamp_name": "Ckuroniandimpossiblecalculation", "sample_number": 2000, "config_file": "Ckuroniandimpossiblecalculation", "bootcamp_cls_name": "Ckuroniandimpossiblecalculationbootcamp"} +{"bootcamp_name": "Cperunult", "sample_number": 2000, "config_file": "Cperunult", "bootcamp_cls_name": "Cperunultbootcamp"} +{"bootcamp_name": "Cchessboardbilliard", "sample_number": 2000, "config_file": "Cchessboardbilliard", "bootcamp_cls_name": "Cchessboardbilliardbootcamp"} +{"bootcamp_name": "Ccoloringtrees", "sample_number": 2000, "config_file": "Ccoloringtrees", "bootcamp_cls_name": "Ccoloringtreesbootcamp"} +{"bootcamp_name": "Dthebestvacation", "sample_number": 2000, "config_file": "Dthebestvacation", "bootcamp_cls_name": "Dthebestvacationbootcamp"} +{"bootcamp_name": "Ecipher", "sample_number": 2000, "config_file": "Ecipher", "bootcamp_cls_name": "Ecipherbootcamp"} +{"bootcamp_name": "Ctanyaandcoloredcandies", "sample_number": 2000, "config_file": "Ctanyaandcoloredcandies", "bootcamp_cls_name": "Ctanyaandcoloredcandiesbootcamp"} +{"bootcamp_name": "Dvalidbfs", "sample_number": 2000, "config_file": "Dvalidbfs", "bootcamp_cls_name": "Dvalidbfsbootcamp"} +{"bootcamp_name": "Dchangingarray", "sample_number": 2000, "config_file": "Dchangingarray", "bootcamp_cls_name": "Dchangingarraybootcamp"} +{"bootcamp_name": "Fnastyaandtimemachine", "sample_number": 2000, "config_file": "Fnastyaandtimemachine", "bootcamp_cls_name": "Fnastyaandtimemachinebootcamp"} +{"bootcamp_name": "dominosa", "sample_number": 2000, "config_file": "dominosa", "bootcamp_cls_name": "Dominosabootcamp"} +{"bootcamp_name": "Bplanetlapituletti", "sample_number": 2000, "config_file": "Bplanetlapituletti", "bootcamp_cls_name": "Bplanetlapitulettibootcamp"} +{"bootcamp_name": "Cramessesandcornerinversion", "sample_number": 2000, "config_file": "Cramessesandcornerinversion", "bootcamp_cls_name": "Cramessesandcornerinversionbootcamp"} +{"bootcamp_name": "Cconnect", "sample_number": 2000, "config_file": "Cconnect", "bootcamp_cls_name": "Cconnectbootcamp"} +{"bootcamp_name": "Cnastyaandawardrobe", "sample_number": 2000, "config_file": "Cnastyaandawardrobe", "bootcamp_cls_name": "Cnastyaandawardrobebootcamp"} +{"bootcamp_name": "Cmaximandmatrix", "sample_number": 2000, "config_file": "Cmaximandmatrix", "bootcamp_cls_name": "Cmaximandmatrixbootcamp"} +{"bootcamp_name": "Cthanosnim", "sample_number": 2000, "config_file": "Cthanosnim", "bootcamp_cls_name": "Cthanosnimbootcamp"} +{"bootcamp_name": "Cgukizhatesboxes", "sample_number": 2000, "config_file": "Cgukizhatesboxes", "bootcamp_cls_name": "Cgukizhatesboxesbootcamp"} +{"bootcamp_name": "Ftokitsukazeandstrangerectangle", "sample_number": 2000, "config_file": "Ftokitsukazeandstrangerectangle", "bootcamp_cls_name": "Ftokitsukazeandstrangerectanglebootcamp"} +{"bootcamp_name": "korOperationUnicodeffe0", "sample_number": 2000, "config_file": "korOperationUnicodeffe0", "bootcamp_cls_name": "KorOperationUnicodeffe0bootcamp"} +{"bootcamp_name": "Cpolycarpusdice", "sample_number": 2000, "config_file": "Cpolycarpusdice", "bootcamp_cls_name": "Cpolycarpusdicebootcamp"} +{"bootcamp_name": "Csubstringgameinthelesson", "sample_number": 2000, "config_file": "Csubstringgameinthelesson", "bootcamp_cls_name": "Csubstringgameinthelessonbootcamp"} +{"bootcamp_name": "korOperationUnicode25a0", "sample_number": 2000, "config_file": "korOperationUnicode25a0", "bootcamp_cls_name": "KorOperationUnicode25a0bootcamp"} +{"bootcamp_name": "Bzgukistringz", "sample_number": 2000, "config_file": "Bzgukistringz", "bootcamp_cls_name": "Bzgukistringzbootcamp"} +{"bootcamp_name": "Cmaximumsplitting", "sample_number": 2000, "config_file": "Cmaximumsplitting", "bootcamp_cls_name": "Cmaximumsplittingbootcamp"} +{"bootcamp_name": "Cvanyaandexams", "sample_number": 2000, "config_file": "Cvanyaandexams", "bootcamp_cls_name": "Cvanyaandexamsbootcamp"} +{"bootcamp_name": "Cengineerartem", "sample_number": 2000, "config_file": "Cengineerartem", "bootcamp_cls_name": "Cengineerartembootcamp"} +{"bootcamp_name": "BBEHBuggyTables", "sample_number": 2000, "config_file": "BBEHBuggyTables", "bootcamp_cls_name": "BBEHBuggyTablesbootcamp"} +{"bootcamp_name": "Bandreyandproblem", "sample_number": 2000, "config_file": "Bandreyandproblem", "bootcamp_cls_name": "Bandreyandproblembootcamp"} +{"bootcamp_name": "Ematchingvsindependentset", "sample_number": 2000, "config_file": "Ematchingvsindependentset", "bootcamp_cls_name": "Ematchingvsindependentsetbootcamp"} +{"bootcamp_name": "Fmaxmex", "sample_number": 2000, "config_file": "Fmaxmex", "bootcamp_cls_name": "Fmaxmexbootcamp"} +{"bootcamp_name": "Cplayingwithsuperglue", "sample_number": 2000, "config_file": "Cplayingwithsuperglue", "bootcamp_cls_name": "Cplayingwithsupergluebootcamp"} +{"bootcamp_name": "Csagheerandnubianmarket", "sample_number": 2000, "config_file": "Csagheerandnubianmarket", "bootcamp_cls_name": "Csagheerandnubianmarketbootcamp"} +{"bootcamp_name": "Clru", "sample_number": 2000, "config_file": "Clru", "bootcamp_cls_name": "Clrubootcamp"} +{"bootcamp_name": "Bbornthisway", "sample_number": 2000, "config_file": "Bbornthisway", "bootcamp_cls_name": "Bbornthiswaybootcamp"} +{"bootcamp_name": "Eregionseparation", "sample_number": 2000, "config_file": "Eregionseparation", "bootcamp_cls_name": "Eregionseparationbootcamp"} +{"bootcamp_name": "medcalculator", "sample_number": 2000, "config_file": "med_calculator", "bootcamp_cls_name": "Medcalculatorbootcamp"} +{"bootcamp_name": "Cmoviecritics", "sample_number": 2000, "config_file": "Cmoviecritics", "bootcamp_cls_name": "Cmoviecriticsbootcamp"} +{"bootcamp_name": "Cvladikandfractions", "sample_number": 2000, "config_file": "Cvladikandfractions", "bootcamp_cls_name": "Cvladikandfractionsbootcamp"} +{"bootcamp_name": "korOperationUnicode0032", "sample_number": 2000, "config_file": "korOperationUnicode0032", "bootcamp_cls_name": "KorOperationUnicode0032bootcamp"} +{"bootcamp_name": "Btheworldisjustaprogrammingtaskhardversion", "sample_number": 2000, "config_file": "Btheworldisjustaprogrammingtaskhardversion", "bootcamp_cls_name": "Btheworldisjustaprogrammingtaskhardversionbootcamp"} +{"bootcamp_name": "Edatacentermaintenance", "sample_number": 2000, "config_file": "Edatacentermaintenance", "bootcamp_cls_name": "Edatacentermaintenancebootcamp"} +{"bootcamp_name": "Bdzylovesmodification", "sample_number": 2000, "config_file": "Bdzylovesmodification", "bootcamp_cls_name": "Bdzylovesmodificationbootcamp"} +{"bootcamp_name": "Ddistinctpaths", "sample_number": 2000, "config_file": "Ddistinctpaths", "bootcamp_cls_name": "Ddistinctpathsbootcamp"} +{"bootcamp_name": "Equeueinthetrain", "sample_number": 2000, "config_file": "Equeueinthetrain", "bootcamp_cls_name": "Equeueinthetrainbootcamp"} +{"bootcamp_name": "Dlunarnewyearandawander", "sample_number": 2000, "config_file": "Dlunarnewyearandawander", "bootcamp_cls_name": "Dlunarnewyearandawanderbootcamp"} +{"bootcamp_name": "Dcompletetripartite", "sample_number": 2000, "config_file": "Dcompletetripartite", "bootcamp_cls_name": "Dcompletetripartitebootcamp"} +{"bootcamp_name": "Ejeffandbrackets", "sample_number": 2000, "config_file": "Ejeffandbrackets", "bootcamp_cls_name": "Ejeffandbracketsbootcamp"} +{"bootcamp_name": "Avasyaandtriangle", "sample_number": 2000, "config_file": "Avasyaandtriangle", "bootcamp_cls_name": "Avasyaandtrianglebootcamp"} +{"bootcamp_name": "bbehshuffobject", "sample_number": 2000, "config_file": "bbeh_shuff_object", "bootcamp_cls_name": "Bbehshuffobjectbootcamp"} +{"bootcamp_name": "korCipherCustomInverseShiftSubstitutionCipher", "sample_number": 2000, "config_file": "korCipherCustomInverseShiftSubstitutionCipher", "bootcamp_cls_name": "KorCipherCustomInverseShiftSubstitutionCipherbootcamp"} +{"bootcamp_name": "Egameontree", "sample_number": 2000, "config_file": "Egameontree", "bootcamp_cls_name": "Egameontreebootcamp"} +{"bootcamp_name": "Cmarinaandvasya", "sample_number": 2000, "config_file": "Cmarinaandvasya", "bootcamp_cls_name": "Cmarinaandvasyabootcamp"} +{"bootcamp_name": "Cfirstdigitlaw", "sample_number": 2000, "config_file": "Cfirstdigitlaw", "bootcamp_cls_name": "Cfirstdigitlawbootcamp"} +{"bootcamp_name": "Ckamalolmolkspainting", "sample_number": 2000, "config_file": "Ckamalolmolkspainting", "bootcamp_cls_name": "Ckamalolmolkspaintingbootcamp"} +{"bootcamp_name": "Cboboniuandstring", "sample_number": 2000, "config_file": "Cboboniuandstring", "bootcamp_cls_name": "Cboboniuandstringbootcamp"} +{"bootcamp_name": "Ctrack", "sample_number": 2000, "config_file": "Ctrack", "bootcamp_cls_name": "Ctrackbootcamp"} +{"bootcamp_name": "Ccolorstripe", "sample_number": 2000, "config_file": "Ccolorstripe", "bootcamp_cls_name": "Ccolorstripebootcamp"} +{"bootcamp_name": "Ccounttriangles", "sample_number": 2000, "config_file": "Ccounttriangles", "bootcamp_cls_name": "Ccounttrianglesbootcamp"} +{"bootcamp_name": "Cexams", "sample_number": 2000, "config_file": "Cexams", "bootcamp_cls_name": "Cexamsbootcamp"} +{"bootcamp_name": "Ccaptainmarmot", "sample_number": 2000, "config_file": "Ccaptainmarmot", "bootcamp_cls_name": "Ccaptainmarmotbootcamp"} +{"bootcamp_name": "sudoku", "sample_number": 2000, "config_file": "sudoku", "bootcamp_cls_name": "Sudokubootcamp"} +{"bootcamp_name": "Esashaandapatientfriend", "sample_number": 2000, "config_file": "Esashaandapatientfriend", "bootcamp_cls_name": "Esashaandapatientfriendbootcamp"} +{"bootcamp_name": "Cquiz", "sample_number": 2000, "config_file": "Cquiz", "bootcamp_cls_name": "Cquizbootcamp"} +{"bootcamp_name": "Drestorecube", "sample_number": 2000, "config_file": "Drestorecube", "bootcamp_cls_name": "Drestorecubebootcamp"} +{"bootcamp_name": "Ctrailinglovesorloeufs", "sample_number": 2000, "config_file": "Ctrailinglovesorloeufs", "bootcamp_cls_name": "Ctrailinglovesorloeufsbootcamp"} +{"bootcamp_name": "Cflea", "sample_number": 2000, "config_file": "Cflea", "bootcamp_cls_name": "Cfleabootcamp"} +{"bootcamp_name": "Enumbertransformationii", "sample_number": 2000, "config_file": "Enumbertransformationii", "bootcamp_cls_name": "Enumbertransformationiibootcamp"} +{"bootcamp_name": "Ethegreatmixing", "sample_number": 2000, "config_file": "Ethegreatmixing", "bootcamp_cls_name": "Ethegreatmixingbootcamp"} +{"bootcamp_name": "Eworldofdarkraftbattleforazathoth", "sample_number": 2000, "config_file": "Eworldofdarkraftbattleforazathoth", "bootcamp_cls_name": "Eworldofdarkraftbattleforazathothbootcamp"} +{"bootcamp_name": "Apbinary", "sample_number": 2000, "config_file": "Apbinary", "bootcamp_cls_name": "Apbinarybootcamp"} +{"bootcamp_name": "Cfencepainting", "sample_number": 2000, "config_file": "Cfencepainting", "bootcamp_cls_name": "Cfencepaintingbootcamp"} +{"bootcamp_name": "Cthebigrace", "sample_number": 2000, "config_file": "Cthebigrace", "bootcamp_cls_name": "Cthebigracebootcamp"} +{"bootcamp_name": "Dmaxmedian", "sample_number": 2000, "config_file": "Dmaxmedian", "bootcamp_cls_name": "Dmaxmedianbootcamp"} +{"bootcamp_name": "korLogicPropositionalLogicFormalization", "sample_number": 2000, "config_file": "korLogicPropositionalLogicFormalization", "bootcamp_cls_name": "KorLogicPropositionalLogicFormalizationbootcamp"} +{"bootcamp_name": "Dpickingstrings", "sample_number": 2000, "config_file": "Dpickingstrings", "bootcamp_cls_name": "Dpickingstringsbootcamp"} +{"bootcamp_name": "Ctillicollapse", "sample_number": 2000, "config_file": "Ctillicollapse", "bootcamp_cls_name": "Ctillicollapsebootcamp"} +{"bootcamp_name": "Cnewyearratingschange", "sample_number": 2000, "config_file": "Cnewyearratingschange", "bootcamp_cls_name": "Cnewyearratingschangebootcamp"} +{"bootcamp_name": "Ccelexupdate", "sample_number": 2000, "config_file": "Ccelexupdate", "bootcamp_cls_name": "Ccelexupdatebootcamp"} +{"bootcamp_name": "Cpropagatingtree", "sample_number": 2000, "config_file": "Cpropagatingtree", "bootcamp_cls_name": "Cpropagatingtreebootcamp"} +{"bootcamp_name": "Ctexteditor", "sample_number": 2000, "config_file": "Ctexteditor", "bootcamp_cls_name": "Ctexteditorbootcamp"} +{"bootcamp_name": "Cfoxandnames", "sample_number": 2000, "config_file": "Cfoxandnames", "bootcamp_cls_name": "Cfoxandnamesbootcamp"} +{"bootcamp_name": "Cnetworksafety", "sample_number": 2000, "config_file": "Cnetworksafety", "bootcamp_cls_name": "Cnetworksafetybootcamp"} +{"bootcamp_name": "Ckbeautifulstrings", "sample_number": 2000, "config_file": "Ckbeautifulstrings", "bootcamp_cls_name": "Ckbeautifulstringsbootcamp"} +{"bootcamp_name": "Dportals", "sample_number": 2000, "config_file": "Dportals", "bootcamp_cls_name": "Dportalsbootcamp"} +{"bootcamp_name": "Cquantifierquestion", "sample_number": 2000, "config_file": "Cquantifierquestion", "bootcamp_cls_name": "Cquantifierquestionbootcamp"} +{"bootcamp_name": "Dgamewithpowers", "sample_number": 2000, "config_file": "Dgamewithpowers", "bootcamp_cls_name": "Dgamewithpowersbootcamp"} +{"bootcamp_name": "Bminimumdiametertree", "sample_number": 2000, "config_file": "Bminimumdiametertree", "bootcamp_cls_name": "Bminimumdiametertreebootcamp"} +{"bootcamp_name": "korPuzzleMinesweeper", "sample_number": 2000, "config_file": "korPuzzleMinesweeper", "bootcamp_cls_name": "KorPuzzleMinesweeperbootcamp"} +{"bootcamp_name": "Ecirclingroundtreasures", "sample_number": 2000, "config_file": "Ecirclingroundtreasures", "bootcamp_cls_name": "Ecirclingroundtreasuresbootcamp"} +{"bootcamp_name": "Cbugincode", "sample_number": 2000, "config_file": "Cbugincode", "bootcamp_cls_name": "Cbugincodebootcamp"} +{"bootcamp_name": "Cgreedyarkady", "sample_number": 2000, "config_file": "Cgreedyarkady", "bootcamp_cls_name": "Cgreedyarkadybootcamp"} +{"bootcamp_name": "pipes", "sample_number": 2000, "config_file": "pipes", "bootcamp_cls_name": "Pipesbootcamp"} +{"bootcamp_name": "Ejeremybearimy", "sample_number": 2000, "config_file": "Ejeremybearimy", "bootcamp_cls_name": "Ejeremybearimybootcamp"} +{"bootcamp_name": "Cdimaandsalad", "sample_number": 2000, "config_file": "Cdimaandsalad", "bootcamp_cls_name": "Cdimaandsaladbootcamp"} +{"bootcamp_name": "Blcm", "sample_number": 2000, "config_file": "Blcm", "bootcamp_cls_name": "Blcmbootcamp"} +{"bootcamp_name": "Eoracandgameoflife", "sample_number": 2000, "config_file": "Eoracandgameoflife", "bootcamp_cls_name": "Eoracandgameoflifebootcamp"} +{"bootcamp_name": "Bsashaandonemorename", "sample_number": 2000, "config_file": "Bsashaandonemorename", "bootcamp_cls_name": "Bsashaandonemorenamebootcamp"} +{"bootcamp_name": "Cxorinverse", "sample_number": 2000, "config_file": "Cxorinverse", "bootcamp_cls_name": "Cxorinversebootcamp"} +{"bootcamp_name": "Cgeraldandgiantchess", "sample_number": 2000, "config_file": "Cgeraldandgiantchess", "bootcamp_cls_name": "Cgeraldandgiantchessbootcamp"} +{"bootcamp_name": "Camrandchemistry", "sample_number": 2000, "config_file": "Camrandchemistry", "bootcamp_cls_name": "Camrandchemistrybootcamp"} +{"bootcamp_name": "Ctryandcatch", "sample_number": 2000, "config_file": "Ctryandcatch", "bootcamp_cls_name": "Ctryandcatchbootcamp"} +{"bootcamp_name": "Apetyaandcatacombs", "sample_number": 2000, "config_file": "Apetyaandcatacombs", "bootcamp_cls_name": "Apetyaandcatacombsbootcamp"} +{"bootcamp_name": "Cnamingcompany", "sample_number": 2000, "config_file": "Cnamingcompany", "bootcamp_cls_name": "Cnamingcompanybootcamp"} +{"bootcamp_name": "Ddonkeyandstars", "sample_number": 2000, "config_file": "Ddonkeyandstars", "bootcamp_cls_name": "Ddonkeyandstarsbootcamp"} +{"bootcamp_name": "Cokabeandboxes", "sample_number": 2000, "config_file": "Cokabeandboxes", "bootcamp_cls_name": "Cokabeandboxesbootcamp"} +{"bootcamp_name": "Eapolloversuspan", "sample_number": 2000, "config_file": "Eapolloversuspan", "bootcamp_cls_name": "Eapolloversuspanbootcamp"} +{"bootcamp_name": "Cbarcode", "sample_number": 2000, "config_file": "Cbarcode", "bootcamp_cls_name": "Cbarcodebootcamp"} +{"bootcamp_name": "Carthurandtable", "sample_number": 2000, "config_file": "Carthurandtable", "bootcamp_cls_name": "Carthurandtablebootcamp"} +{"bootcamp_name": "Dpowerfulksenia", "sample_number": 2000, "config_file": "Dpowerfulksenia", "bootcamp_cls_name": "Dpowerfulkseniabootcamp"} +{"bootcamp_name": "Dpiet", "sample_number": 2000, "config_file": "Dpiet", "bootcamp_cls_name": "Dpietbootcamp"} +{"bootcamp_name": "Esubsetsums", "sample_number": 2000, "config_file": "Esubsetsums", "bootcamp_cls_name": "Esubsetsumsbootcamp"} +{"bootcamp_name": "Domnomandnecklace", "sample_number": 2000, "config_file": "Domnomandnecklace", "bootcamp_cls_name": "Domnomandnecklacebootcamp"} +{"bootcamp_name": "Feuclidsnightmare", "sample_number": 2000, "config_file": "Feuclidsnightmare", "bootcamp_cls_name": "Feuclidsnightmarebootcamp"} +{"bootcamp_name": "Csergeysproblem", "sample_number": 2000, "config_file": "Csergeysproblem", "bootcamp_cls_name": "Csergeysproblembootcamp"} +{"bootcamp_name": "Bchemicaltable", "sample_number": 2000, "config_file": "Bchemicaltable", "bootcamp_cls_name": "Bchemicaltablebootcamp"} +{"bootcamp_name": "Epetyaandspiders", "sample_number": 2000, "config_file": "Epetyaandspiders", "bootcamp_cls_name": "Epetyaandspidersbootcamp"} +{"bootcamp_name": "D1frequencyproblemeasyversion", "sample_number": 2000, "config_file": "D1frequencyproblemeasyversion", "bootcamp_cls_name": "D1frequencyproblemeasyversionbootcamp"} +{"bootcamp_name": "Ealyonaandtowers", "sample_number": 2000, "config_file": "Ealyonaandtowers", "bootcamp_cls_name": "Ealyonaandtowersbootcamp"} +{"bootcamp_name": "Dunmerge", "sample_number": 2000, "config_file": "Dunmerge", "bootcamp_cls_name": "Dunmergebootcamp"} +{"bootcamp_name": "Cpetyaandcatacombs", "sample_number": 2000, "config_file": "Cpetyaandcatacombs", "bootcamp_cls_name": "Cpetyaandcatacombsbootcamp"} +{"bootcamp_name": "Cnamequest", "sample_number": 2000, "config_file": "Cnamequest", "bootcamp_cls_name": "Cnamequestbootcamp"} +{"bootcamp_name": "Epackagedelivery", "sample_number": 2000, "config_file": "Epackagedelivery", "bootcamp_cls_name": "Epackagedeliverybootcamp"} +{"bootcamp_name": "Cgeorgeandnumber", "sample_number": 2000, "config_file": "Cgeorgeandnumber", "bootcamp_cls_name": "Cgeorgeandnumberbootcamp"} +{"bootcamp_name": "Edoublehappiness", "sample_number": 2000, "config_file": "Edoublehappiness", "bootcamp_cls_name": "Edoublehappinessbootcamp"} +{"bootcamp_name": "Ctoaddornottoadd", "sample_number": 2000, "config_file": "Ctoaddornottoadd", "bootcamp_cls_name": "Ctoaddornottoaddbootcamp"} +{"bootcamp_name": "Deels", "sample_number": 2000, "config_file": "Deels", "bootcamp_cls_name": "Deelsbootcamp"} +{"bootcamp_name": "Erooksandrectangles", "sample_number": 2000, "config_file": "Erooksandrectangles", "bootcamp_cls_name": "Erooksandrectanglesbootcamp"} +{"bootcamp_name": "E1squarefreedivisioneasyversion", "sample_number": 2000, "config_file": "E1squarefreedivisioneasyversion", "bootcamp_cls_name": "E1squarefreedivisioneasyversionbootcamp"} +{"bootcamp_name": "korOperationUnicode221e", "sample_number": 2000, "config_file": "korOperationUnicode221e", "bootcamp_cls_name": "KorOperationUnicode221ebootcamp"} +{"bootcamp_name": "Ctournament", "sample_number": 2000, "config_file": "Ctournament", "bootcamp_cls_name": "Ctournamentbootcamp"} +{"bootcamp_name": "Ecyclicalquest", "sample_number": 2000, "config_file": "Ecyclicalquest", "bootcamp_cls_name": "Ecyclicalquestbootcamp"} +{"bootcamp_name": "Cprimesoninterval", "sample_number": 2000, "config_file": "Cprimesoninterval", "bootcamp_cls_name": "Cprimesonintervalbootcamp"} +{"bootcamp_name": "Dvusthecossackandnumbers", "sample_number": 2000, "config_file": "Dvusthecossackandnumbers", "bootcamp_cls_name": "Dvusthecossackandnumbersbootcamp"} +{"bootcamp_name": "Dgrid002000", "sample_number": 2000, "config_file": "Dgrid002000", "bootcamp_cls_name": "Dgrid002000bootcamp"} +{"bootcamp_name": "korPuzzleKukurasu", "sample_number": 2000, "config_file": "korPuzzleKukurasu", "bootcamp_cls_name": "KorPuzzleKukurasubootcamp"} +{"bootcamp_name": "Cacookieforyou", "sample_number": 2000, "config_file": "Cacookieforyou", "bootcamp_cls_name": "Cacookieforyoubootcamp"} +{"bootcamp_name": "cryptomath", "sample_number": 2000, "config_file": "crypto_math", "bootcamp_cls_name": "Cryptomathbootcamp"} +{"bootcamp_name": "Elockpuzzle", "sample_number": 2000, "config_file": "Elockpuzzle", "bootcamp_cls_name": "Elockpuzzlebootcamp"} +{"bootcamp_name": "korPuzzleWordRootsAndAffixes", "sample_number": 2000, "config_file": "korPuzzleWordRootsAndAffixes", "bootcamp_cls_name": "KorPuzzleWordRootsAndAffixesbootcamp"} +{"bootcamp_name": "Cnekodoesmaths", "sample_number": 2000, "config_file": "Cnekodoesmaths", "bootcamp_cls_name": "Cnekodoesmathsbootcamp"} +{"bootcamp_name": "Cmollyschemicals", "sample_number": 2000, "config_file": "Cmollyschemicals", "bootcamp_cls_name": "Cmollyschemicalsbootcamp"} +{"bootcamp_name": "Elittleelephantandlcm", "sample_number": 2000, "config_file": "Elittleelephantandlcm", "bootcamp_cls_name": "Elittleelephantandlcmbootcamp"} +{"bootcamp_name": "Eandreachability", "sample_number": 2000, "config_file": "Eandreachability", "bootcamp_cls_name": "Eandreachabilitybootcamp"} +{"bootcamp_name": "Ctabledecorations", "sample_number": 2000, "config_file": "Ctabledecorations", "bootcamp_cls_name": "Ctabledecorationsbootcamp"} +{"bootcamp_name": "Dstrangehousing", "sample_number": 2000, "config_file": "Dstrangehousing", "bootcamp_cls_name": "Dstrangehousingbootcamp"} +{"bootcamp_name": "Cvladikandmemorabletrip", "sample_number": 2000, "config_file": "Cvladikandmemorabletrip", "bootcamp_cls_name": "Cvladikandmemorabletripbootcamp"} +{"bootcamp_name": "InChI2logP", "sample_number": 2000, "config_file": "InChI2logP", "bootcamp_cls_name": "InChI2logPbootcamp"} +{"bootcamp_name": "Clittleelephantandfurikandrubik", "sample_number": 2000, "config_file": "Clittleelephantandfurikandrubik", "bootcamp_cls_name": "Clittleelephantandfurikandrubikbootcamp"} +{"bootcamp_name": "Dspacemines", "sample_number": 2000, "config_file": "Dspacemines", "bootcamp_cls_name": "Dspaceminesbootcamp"} +{"bootcamp_name": "Ddensesubsequence", "sample_number": 2000, "config_file": "Ddensesubsequence", "bootcamp_cls_name": "Ddensesubsequencebootcamp"} +{"bootcamp_name": "Ccycliccoloring", "sample_number": 2000, "config_file": "Ccycliccoloring", "bootcamp_cls_name": "Ccycliccoloringbootcamp"} +{"bootcamp_name": "Cthesportsfestival", "sample_number": 2000, "config_file": "Cthesportsfestival", "bootcamp_cls_name": "Cthesportsfestivalbootcamp"} +{"bootcamp_name": "korLogicCooperativePrinciple", "sample_number": 2000, "config_file": "korLogicCooperativePrinciple", "bootcamp_cls_name": "KorLogicCooperativePrinciplebootcamp"} +{"bootcamp_name": "Ctouristsnotes", "sample_number": 2000, "config_file": "Ctouristsnotes", "bootcamp_cls_name": "Ctouristsnotesbootcamp"} +{"bootcamp_name": "Adimaandstaircase", "sample_number": 2000, "config_file": "Adimaandstaircase", "bootcamp_cls_name": "Adimaandstaircasebootcamp"} +{"bootcamp_name": "Ekalilaanddimnaintheloggingindustry", "sample_number": 2000, "config_file": "Ekalilaanddimnaintheloggingindustry", "bootcamp_cls_name": "Ekalilaanddimnaintheloggingindustrybootcamp"} +{"bootcamp_name": "Afoxandnames", "sample_number": 2000, "config_file": "Afoxandnames", "bootcamp_cls_name": "Afoxandnamesbootcamp"} +{"bootcamp_name": "F1fallingsandeasyversion", "sample_number": 2000, "config_file": "F1fallingsandeasyversion", "bootcamp_cls_name": "F1fallingsandeasyversionbootcamp"} +{"bootcamp_name": "Cinstantnoodles", "sample_number": 2000, "config_file": "Cinstantnoodles", "bootcamp_cls_name": "Cinstantnoodlesbootcamp"} +{"bootcamp_name": "Caliceboborangesandapples", "sample_number": 2000, "config_file": "Caliceboborangesandapples", "bootcamp_cls_name": "Caliceboborangesandapplesbootcamp"} +{"bootcamp_name": "Clittleelephantandshifts", "sample_number": 2000, "config_file": "Clittleelephantandshifts", "bootcamp_cls_name": "Clittleelephantandshiftsbootcamp"} +{"bootcamp_name": "korOperationUnicode0033", "sample_number": 2000, "config_file": "korOperationUnicode0033", "bootcamp_cls_name": "KorOperationUnicode0033bootcamp"} +{"bootcamp_name": "Dcuptrick", "sample_number": 2000, "config_file": "Dcuptrick", "bootcamp_cls_name": "Dcuptrickbootcamp"} +{"bootcamp_name": "Efragilebridges", "sample_number": 2000, "config_file": "Efragilebridges", "bootcamp_cls_name": "Efragilebridgesbootcamp"} +{"bootcamp_name": "Cknights", "sample_number": 2000, "config_file": "Cknights", "bootcamp_cls_name": "Cknightsbootcamp"} +{"bootcamp_name": "Cmainsequence", "sample_number": 2000, "config_file": "Cmainsequence", "bootcamp_cls_name": "Cmainsequencebootcamp"} +{"bootcamp_name": "Drecoveringbst", "sample_number": 2000, "config_file": "Drecoveringbst", "bootcamp_cls_name": "Drecoveringbstbootcamp"} +{"bootcamp_name": "Farraybeauty", "sample_number": 2000, "config_file": "Farraybeauty", "bootcamp_cls_name": "Farraybeautybootcamp"} +{"bootcamp_name": "Bweirdjourney", "sample_number": 2000, "config_file": "Bweirdjourney", "bootcamp_cls_name": "Bweirdjourneybootcamp"} +{"bootcamp_name": "Dalarmclock", "sample_number": 2000, "config_file": "Dalarmclock", "bootcamp_cls_name": "Dalarmclockbootcamp"} +{"bootcamp_name": "Cemailaddress", "sample_number": 2000, "config_file": "Cemailaddress", "bootcamp_cls_name": "Cemailaddressbootcamp"} +{"bootcamp_name": "Cyaroslavandalgorithm", "sample_number": 2000, "config_file": "Cyaroslavandalgorithm", "bootcamp_cls_name": "Cyaroslavandalgorithmbootcamp"} +{"bootcamp_name": "Cmemoryanddeevolution", "sample_number": 2000, "config_file": "Cmemoryanddeevolution", "bootcamp_cls_name": "Cmemoryanddeevolutionbootcamp"} +{"bootcamp_name": "Eworldeaterbrothers", "sample_number": 2000, "config_file": "Eworldeaterbrothers", "bootcamp_cls_name": "Eworldeaterbrothersbootcamp"} +{"bootcamp_name": "Dratingcompression", "sample_number": 2000, "config_file": "Dratingcompression", "bootcamp_cls_name": "Dratingcompressionbootcamp"} +{"bootcamp_name": "Cfootball", "sample_number": 2000, "config_file": "Cfootball", "bootcamp_cls_name": "Cfootballbootcamp"} +{"bootcamp_name": "Cvasilythebearandsequence", "sample_number": 2000, "config_file": "Cvasilythebearandsequence", "bootcamp_cls_name": "Cvasilythebearandsequencebootcamp"} +{"bootcamp_name": "Cfoolsandroads", "sample_number": 2000, "config_file": "Cfoolsandroads", "bootcamp_cls_name": "Cfoolsandroadsbootcamp"} +{"bootcamp_name": "Cremoveextraone", "sample_number": 2000, "config_file": "Cremoveextraone", "bootcamp_cls_name": "Cremoveextraonebootcamp"} +{"bootcamp_name": "korPuzzleCampsite", "sample_number": 2000, "config_file": "korPuzzleCampsite", "bootcamp_cls_name": "KorPuzzleCampsitebootcamp"} +{"bootcamp_name": "Bthechildandset", "sample_number": 2000, "config_file": "Bthechildandset", "bootcamp_cls_name": "Bthechildandsetbootcamp"} +{"bootcamp_name": "BbehTemporalSequences", "sample_number": 2000, "config_file": "BbehTemporalSequences", "bootcamp_cls_name": "BbehTemporalSequencesbootcamp"} +{"bootcamp_name": "Conebasedarithmetic", "sample_number": 2000, "config_file": "Conebasedarithmetic", "bootcamp_cls_name": "Conebasedarithmeticbootcamp"} +{"bootcamp_name": "Cnezzarandsymmetricarray", "sample_number": 2000, "config_file": "Cnezzarandsymmetricarray", "bootcamp_cls_name": "Cnezzarandsymmetricarraybootcamp"} +{"bootcamp_name": "Chiddenword", "sample_number": 2000, "config_file": "Chiddenword", "bootcamp_cls_name": "Chiddenwordbootcamp"} +{"bootcamp_name": "Ccivilization", "sample_number": 2000, "config_file": "Ccivilization", "bootcamp_cls_name": "Ccivilizationbootcamp"} +{"bootcamp_name": "Edigittree", "sample_number": 2000, "config_file": "Edigittree", "bootcamp_cls_name": "Edigittreebootcamp"} +{"bootcamp_name": "Elru", "sample_number": 2000, "config_file": "Elru", "bootcamp_cls_name": "Elrubootcamp"} +{"bootcamp_name": "Cdigittree", "sample_number": 2000, "config_file": "Cdigittree", "bootcamp_cls_name": "Cdigittreebootcamp"} +{"bootcamp_name": "Cpetyaandexam", "sample_number": 2000, "config_file": "Cpetyaandexam", "bootcamp_cls_name": "Cpetyaandexambootcamp"} +{"bootcamp_name": "F2longcolorfulstrip", "sample_number": 2000, "config_file": "F2longcolorfulstrip", "bootcamp_cls_name": "F2longcolorfulstripbootcamp"} +{"bootcamp_name": "Dprogramminglanguage", "sample_number": 2000, "config_file": "Dprogramminglanguage", "bootcamp_cls_name": "Dprogramminglanguagebootcamp"} +{"bootcamp_name": "Btaxes", "sample_number": 2000, "config_file": "Btaxes", "bootcamp_cls_name": "Btaxesbootcamp"} +{"bootcamp_name": "Ckalilaanddimnaintheloggingindustry", "sample_number": 2000, "config_file": "Ckalilaanddimnaintheloggingindustry", "bootcamp_cls_name": "Ckalilaanddimnaintheloggingindustrybootcamp"} +{"bootcamp_name": "Erustystring", "sample_number": 2000, "config_file": "Erustystring", "bootcamp_cls_name": "Erustystringbootcamp"} +{"bootcamp_name": "Eparty", "sample_number": 2000, "config_file": "Eparty", "bootcamp_cls_name": "Epartybootcamp"} +{"bootcamp_name": "Esuperiorperiodicsubarrays", "sample_number": 2000, "config_file": "Esuperiorperiodicsubarrays", "bootcamp_cls_name": "Esuperiorperiodicsubarraysbootcamp"} +{"bootcamp_name": "Elogicalexpression", "sample_number": 2000, "config_file": "Elogicalexpression", "bootcamp_cls_name": "Elogicalexpressionbootcamp"} +{"bootcamp_name": "korOperationUnicodeffe1", "sample_number": 2000, "config_file": "korOperationUnicodeffe1", "bootcamp_cls_name": "KorOperationUnicodeffe1bootcamp"} +{"bootcamp_name": "Csonyaandrobots", "sample_number": 2000, "config_file": "Csonyaandrobots", "bootcamp_cls_name": "Csonyaandrobotsbootcamp"} +{"bootcamp_name": "Cehabandaspecialcoloringproblem", "sample_number": 2000, "config_file": "Cehabandaspecialcoloringproblem", "bootcamp_cls_name": "Cehabandaspecialcoloringproblembootcamp"} +{"bootcamp_name": "Ccapturevalerian", "sample_number": 2000, "config_file": "Ccapturevalerian", "bootcamp_cls_name": "Ccapturevalerianbootcamp"} +{"bootcamp_name": "Cmeaninglessoperations", "sample_number": 2000, "config_file": "Cmeaninglessoperations", "bootcamp_cls_name": "Cmeaninglessoperationsbootcamp"} +{"bootcamp_name": "maze", "sample_number": 2000, "config_file": "maze", "bootcamp_cls_name": "Mazebootcamp"} +{"bootcamp_name": "Bcountpairs", "sample_number": 2000, "config_file": "Bcountpairs", "bootcamp_cls_name": "Bcountpairsbootcamp"} +{"bootcamp_name": "Dromandigits", "sample_number": 2000, "config_file": "Dromandigits", "bootcamp_cls_name": "Dromandigitsbootcamp"} +{"bootcamp_name": "Cnumbergame", "sample_number": 2000, "config_file": "Cnumbergame", "bootcamp_cls_name": "Cnumbergamebootcamp"} +{"bootcamp_name": "Drearrange", "sample_number": 2000, "config_file": "Drearrange", "bootcamp_cls_name": "Drearrangebootcamp"} +{"bootcamp_name": "Bminimization", "sample_number": 2000, "config_file": "Bminimization", "bootcamp_cls_name": "Bminimizationbootcamp"} +{"bootcamp_name": "Eserejaandbrackets", "sample_number": 2000, "config_file": "Eserejaandbrackets", "bootcamp_cls_name": "Eserejaandbracketsbootcamp"} +{"bootcamp_name": "Cmaximumwidth", "sample_number": 2000, "config_file": "Cmaximumwidth", "bootcamp_cls_name": "Cmaximumwidthbootcamp"} +{"bootcamp_name": "Cpermutationgame", "sample_number": 2000, "config_file": "Cpermutationgame", "bootcamp_cls_name": "Cpermutationgamebootcamp"} +{"bootcamp_name": "Cphoenixanddistribution", "sample_number": 2000, "config_file": "Cphoenixanddistribution", "bootcamp_cls_name": "Cphoenixanddistributionbootcamp"} +{"bootcamp_name": "Bsimplexml", "sample_number": 2000, "config_file": "Bsimplexml", "bootcamp_cls_name": "Bsimplexmlbootcamp"} +{"bootcamp_name": "Cswaps", "sample_number": 2000, "config_file": "Cswaps", "bootcamp_cls_name": "Cswapsbootcamp"} +{"bootcamp_name": "Dmisspunyverse", "sample_number": 2000, "config_file": "Dmisspunyverse", "bootcamp_cls_name": "Dmisspunyversebootcamp"} +{"bootcamp_name": "Eheightallthesame", "sample_number": 2000, "config_file": "Eheightallthesame", "bootcamp_cls_name": "Eheightallthesamebootcamp"} +{"bootcamp_name": "korPuzzleWordSearch", "sample_number": 2000, "config_file": "korPuzzleWordSearch", "bootcamp_cls_name": "KorPuzzleWordSearchbootcamp"} +{"bootcamp_name": "Binvarianceoftree", "sample_number": 2000, "config_file": "Binvarianceoftree", "bootcamp_cls_name": "Binvarianceoftreebootcamp"} +{"bootcamp_name": "Earpaandagamewithmojtaba", "sample_number": 2000, "config_file": "Earpaandagamewithmojtaba", "bootcamp_cls_name": "Earpaandagamewithmojtababootcamp"} +{"bootcamp_name": "Bmultithreading", "sample_number": 2000, "config_file": "Bmultithreading", "bootcamp_cls_name": "Bmultithreadingbootcamp"} +{"bootcamp_name": "Eteambuilding", "sample_number": 2000, "config_file": "Eteambuilding", "bootcamp_cls_name": "Eteambuildingbootcamp"} +{"bootcamp_name": "Emiddleout", "sample_number": 2000, "config_file": "Emiddleout", "bootcamp_cls_name": "Emiddleoutbootcamp"} +{"bootcamp_name": "Ckingspath", "sample_number": 2000, "config_file": "Ckingspath", "bootcamp_cls_name": "Ckingspathbootcamp"} +{"bootcamp_name": "Dsubstring", "sample_number": 2000, "config_file": "Dsubstring", "bootcamp_cls_name": "Dsubstringbootcamp"} +{"bootcamp_name": "Cdashaandpassword", "sample_number": 2000, "config_file": "Cdashaandpassword", "bootcamp_cls_name": "Cdashaandpasswordbootcamp"} +{"bootcamp_name": "Emorrowindows", "sample_number": 2000, "config_file": "Emorrowindows", "bootcamp_cls_name": "Emorrowindowsbootcamp"} +{"bootcamp_name": "Ealiceboborangesandapples", "sample_number": 2000, "config_file": "Ealiceboborangesandapples", "bootcamp_cls_name": "Ealiceboborangesandapplesbootcamp"} +{"bootcamp_name": "Cmaxmex", "sample_number": 2000, "config_file": "Cmaxmex", "bootcamp_cls_name": "Cmaxmexbootcamp"} +{"bootcamp_name": "Bchat", "sample_number": 2000, "config_file": "Bchat", "bootcamp_cls_name": "Bchatbootcamp"} +{"bootcamp_name": "calcudoku", "sample_number": 2000, "config_file": "calcudoku", "bootcamp_cls_name": "Calcudokubootcamp"} +{"bootcamp_name": "Cunorderedsubsequence", "sample_number": 2000, "config_file": "Cunorderedsubsequence", "bootcamp_cls_name": "Cunorderedsubsequencebootcamp"} +{"bootcamp_name": "D2theworldisjustaprogrammingtaskhardversion", "sample_number": 2000, "config_file": "D2theworldisjustaprogrammingtaskhardversion", "bootcamp_cls_name": "D2theworldisjustaprogrammingtaskhardversionbootcamp"} +{"bootcamp_name": "Ccompartments", "sample_number": 2000, "config_file": "Ccompartments", "bootcamp_cls_name": "Ccompartmentsbootcamp"} +{"bootcamp_name": "Cserejaandthearrangementofnumbers", "sample_number": 2000, "config_file": "Cserejaandthearrangementofnumbers", "bootcamp_cls_name": "Cserejaandthearrangementofnumbersbootcamp"} +{"bootcamp_name": "BBEHHyperbaton", "sample_number": 2000, "config_file": "BBEHHyperbaton", "bootcamp_cls_name": "BBEHHyperbatonbootcamp"} +{"bootcamp_name": "Ecielthecommander", "sample_number": 2000, "config_file": "Ecielthecommander", "bootcamp_cls_name": "Ecielthecommanderbootcamp"} +{"bootcamp_name": "Ccentroids", "sample_number": 2000, "config_file": "Ccentroids", "bootcamp_cls_name": "Ccentroidsbootcamp"} +{"bootcamp_name": "Ewaterbalance", "sample_number": 2000, "config_file": "Ewaterbalance", "bootcamp_cls_name": "Ewaterbalancebootcamp"} +{"bootcamp_name": "Cconstructatree", "sample_number": 2000, "config_file": "Cconstructatree", "bootcamp_cls_name": "Cconstructatreebootcamp"} +{"bootcamp_name": "Comkarandbaseball", "sample_number": 2000, "config_file": "Comkarandbaseball", "bootcamp_cls_name": "Comkarandbaseballbootcamp"} +{"bootcamp_name": "Cphoenixandtowers", "sample_number": 2000, "config_file": "Cphoenixandtowers", "bootcamp_cls_name": "Cphoenixandtowersbootcamp"} +{"bootcamp_name": "Fslimeandsequenceseasyversion", "sample_number": 2000, "config_file": "Fslimeandsequenceseasyversion", "bootcamp_cls_name": "Fslimeandsequenceseasyversionbootcamp"} +{"bootcamp_name": "Egreedyshopping", "sample_number": 2000, "config_file": "Egreedyshopping", "bootcamp_cls_name": "Egreedyshoppingbootcamp"} +{"bootcamp_name": "Ctwopermutations", "sample_number": 2000, "config_file": "Ctwopermutations", "bootcamp_cls_name": "Ctwopermutationsbootcamp"} +{"bootcamp_name": "Ccleverfatrat", "sample_number": 2000, "config_file": "Ccleverfatrat", "bootcamp_cls_name": "Ccleverfatratbootcamp"} +{"bootcamp_name": "korPuzzleWordscapes", "sample_number": 2000, "config_file": "korPuzzleWordscapes", "bootcamp_cls_name": "KorPuzzleWordscapesbootcamp"} +{"bootcamp_name": "Cfractaldetector", "sample_number": 2000, "config_file": "Cfractaldetector", "bootcamp_cls_name": "Cfractaldetectorbootcamp"} +{"bootcamp_name": "Ctriangles", "sample_number": 2000, "config_file": "Ctriangles", "bootcamp_cls_name": "Ctrianglesbootcamp"} +{"bootcamp_name": "Faupontrouge", "sample_number": 2000, "config_file": "Faupontrouge", "bootcamp_cls_name": "Faupontrougebootcamp"} +{"bootcamp_name": "Cdnaalignment", "sample_number": 2000, "config_file": "Cdnaalignment", "bootcamp_cls_name": "Cdnaalignmentbootcamp"} +{"bootcamp_name": "Clittlefrog", "sample_number": 2000, "config_file": "Clittlefrog", "bootcamp_cls_name": "Clittlefrogbootcamp"} +{"bootcamp_name": "Eanniversary", "sample_number": 2000, "config_file": "Eanniversary", "bootcamp_cls_name": "Eanniversarybootcamp"} +{"bootcamp_name": "Cryoukosmemorynote", "sample_number": 2000, "config_file": "Cryoukosmemorynote", "bootcamp_cls_name": "Cryoukosmemorynotebootcamp"} +{"bootcamp_name": "Crangeincrements", "sample_number": 2000, "config_file": "Crangeincrements", "bootcamp_cls_name": "Crangeincrementsbootcamp"} +{"bootcamp_name": "Esergeyandsubway", "sample_number": 2000, "config_file": "Esergeyandsubway", "bootcamp_cls_name": "Esergeyandsubwaybootcamp"} +{"bootcamp_name": "Crememberingstrings", "sample_number": 2000, "config_file": "Crememberingstrings", "bootcamp_cls_name": "Crememberingstringsbootcamp"} +{"bootcamp_name": "Cjohnnyandanotherratingdrop", "sample_number": 2000, "config_file": "Cjohnnyandanotherratingdrop", "bootcamp_cls_name": "Cjohnnyandanotherratingdropbootcamp"} +{"bootcamp_name": "E1chiorianddollpickingeasyversion", "sample_number": 2000, "config_file": "E1chiorianddollpickingeasyversion", "bootcamp_cls_name": "E1chiorianddollpickingeasyversionbootcamp"} +{"bootcamp_name": "BbehMultistepArithmetic", "sample_number": 2000, "config_file": "BbehMultistepArithmetic", "bootcamp_cls_name": "BbehMultistepArithmeticbootcamp"} +{"bootcamp_name": "Cluckydays", "sample_number": 2000, "config_file": "Cluckydays", "bootcamp_cls_name": "Cluckydaysbootcamp"} +{"bootcamp_name": "Cqueueinthetrain", "sample_number": 2000, "config_file": "Cqueueinthetrain", "bootcamp_cls_name": "Cqueueinthetrainbootcamp"} +{"bootcamp_name": "D2optimalsubsequenceshardversion", "sample_number": 2000, "config_file": "D2optimalsubsequenceshardversion", "bootcamp_cls_name": "D2optimalsubsequenceshardversionbootcamp"} +{"bootcamp_name": "Cleagueofleesins", "sample_number": 2000, "config_file": "Cleagueofleesins", "bootcamp_cls_name": "Cleagueofleesinsbootcamp"} +{"bootcamp_name": "Enastyaandunexpectedguest", "sample_number": 2000, "config_file": "Enastyaandunexpectedguest", "bootcamp_cls_name": "Enastyaandunexpectedguestbootcamp"} +{"bootcamp_name": "Emuseumstour", "sample_number": 2000, "config_file": "Emuseumstour", "bootcamp_cls_name": "Emuseumstourbootcamp"} +{"bootcamp_name": "Emikeandfoam", "sample_number": 2000, "config_file": "Emikeandfoam", "bootcamp_cls_name": "Emikeandfoambootcamp"} +{"bootcamp_name": "Dstasandthequeueatthebuffet", "sample_number": 2000, "config_file": "Dstasandthequeueatthebuffet", "bootcamp_cls_name": "Dstasandthequeueatthebuffetbootcamp"} +{"bootcamp_name": "Dnewyearandancientprophecy", "sample_number": 2000, "config_file": "Dnewyearandancientprophecy", "bootcamp_cls_name": "Dnewyearandancientprophecybootcamp"} +{"bootcamp_name": "Cmultiplicity", "sample_number": 2000, "config_file": "Cmultiplicity", "bootcamp_cls_name": "Cmultiplicitybootcamp"} +{"bootcamp_name": "Crestoregraph", "sample_number": 2000, "config_file": "Crestoregraph", "bootcamp_cls_name": "Crestoregraphbootcamp"} +{"bootcamp_name": "Dmarsrover", "sample_number": 2000, "config_file": "Dmarsrover", "bootcamp_cls_name": "Dmarsroverbootcamp"} +{"bootcamp_name": "Cfadiandlcm", "sample_number": 2000, "config_file": "Cfadiandlcm", "bootcamp_cls_name": "Cfadiandlcmbootcamp"} +{"bootcamp_name": "Dhamiltonianspanningtree", "sample_number": 2000, "config_file": "Dhamiltonianspanningtree", "bootcamp_cls_name": "Dhamiltonianspanningtreebootcamp"} +{"bootcamp_name": "tents", "sample_number": 2000, "config_file": "tents", "bootcamp_cls_name": "Tentsbootcamp"} +{"bootcamp_name": "Enumbertransformation", "sample_number": 2000, "config_file": "Enumbertransformation", "bootcamp_cls_name": "Enumbertransformationbootcamp"} +{"bootcamp_name": "hitori", "sample_number": 2000, "config_file": "hitori", "bootcamp_cls_name": "Hitoribootcamp"} +{"bootcamp_name": "Csoldierandcards", "sample_number": 2000, "config_file": "Csoldierandcards", "bootcamp_cls_name": "Csoldierandcardsbootcamp"} +{"bootcamp_name": "Cpartialsums", "sample_number": 2000, "config_file": "Cpartialsums", "bootcamp_cls_name": "Cpartialsumsbootcamp"} +{"bootcamp_name": "Cthedeliverydilemma", "sample_number": 2000, "config_file": "Cthedeliverydilemma", "bootcamp_cls_name": "Cthedeliverydilemmabootcamp"} +{"bootcamp_name": "Dandreyandproblem", "sample_number": 2000, "config_file": "Dandreyandproblem", "bootcamp_cls_name": "Dandreyandproblembootcamp"} +{"bootcamp_name": "Cpieordie", "sample_number": 2000, "config_file": "Cpieordie", "bootcamp_cls_name": "Cpieordiebootcamp"} +{"bootcamp_name": "Cmuseumstour", "sample_number": 2000, "config_file": "Cmuseumstour", "bootcamp_cls_name": "Cmuseumstourbootcamp"} +{"bootcamp_name": "Enecklace", "sample_number": 2000, "config_file": "Enecklace", "bootcamp_cls_name": "Enecklacebootcamp"} +{"bootcamp_name": "Ckilljoy", "sample_number": 2000, "config_file": "Ckilljoy", "bootcamp_cls_name": "Ckilljoybootcamp"} +{"bootcamp_name": "Canyaandsmartphone", "sample_number": 2000, "config_file": "Canyaandsmartphone", "bootcamp_cls_name": "Canyaandsmartphonebootcamp"} +{"bootcamp_name": "Cvoting", "sample_number": 2000, "config_file": "Cvoting", "bootcamp_cls_name": "Cvotingbootcamp"} +{"bootcamp_name": "Cpredictoutcomeofthegame", "sample_number": 2000, "config_file": "Cpredictoutcomeofthegame", "bootcamp_cls_name": "Cpredictoutcomeofthegamebootcamp"} +{"bootcamp_name": "Cstrangefunction", "sample_number": 2000, "config_file": "Cstrangefunction", "bootcamp_cls_name": "Cstrangefunctionbootcamp"} +{"bootcamp_name": "Dkonradandcompanyevaluation", "sample_number": 2000, "config_file": "Dkonradandcompanyevaluation", "bootcamp_cls_name": "Dkonradandcompanyevaluationbootcamp"} +{"bootcamp_name": "Cpetyaandspiders", "sample_number": 2000, "config_file": "Cpetyaandspiders", "bootcamp_cls_name": "Cpetyaandspidersbootcamp"} +{"bootcamp_name": "Cvalhallasiege", "sample_number": 2000, "config_file": "Cvalhallasiege", "bootcamp_cls_name": "Cvalhallasiegebootcamp"} +{"bootcamp_name": "Ctimofeyandremoduling", "sample_number": 2000, "config_file": "Ctimofeyandremoduling", "bootcamp_cls_name": "Ctimofeyandremodulingbootcamp"} +{"bootcamp_name": "bbehbooleanexpressions", "sample_number": 2000, "config_file": "bbeh_boolean_expressions", "bootcamp_cls_name": "Bbehbooleanexpressionsbootcamp"} +{"bootcamp_name": "E1convergingarrayeasyversion", "sample_number": 2000, "config_file": "E1convergingarrayeasyversion", "bootcamp_cls_name": "E1convergingarrayeasyversionbootcamp"} +{"bootcamp_name": "Crussianroulette", "sample_number": 2000, "config_file": "Crussianroulette", "bootcamp_cls_name": "Crussianroulettebootcamp"} +{"bootcamp_name": "Cbanhmi", "sample_number": 2000, "config_file": "Cbanhmi", "bootcamp_cls_name": "Cbanhmibootcamp"} +{"bootcamp_name": "Cconstanzesmachine", "sample_number": 2000, "config_file": "Cconstanzesmachine", "bootcamp_cls_name": "Cconstanzesmachinebootcamp"} +{"bootcamp_name": "Cmatrixsorting", "sample_number": 2000, "config_file": "Cmatrixsorting", "bootcamp_cls_name": "Cmatrixsortingbootcamp"} +{"bootcamp_name": "Drarityandnewdress", "sample_number": 2000, "config_file": "Drarityandnewdress", "bootcamp_cls_name": "Drarityandnewdressbootcamp"} +{"bootcamp_name": "Cmachineprogramming", "sample_number": 2000, "config_file": "Cmachineprogramming", "bootcamp_cls_name": "Cmachineprogrammingbootcamp"} +{"bootcamp_name": "Dlcc", "sample_number": 2000, "config_file": "Dlcc", "bootcamp_cls_name": "Dlccbootcamp"} +{"bootcamp_name": "Dabilitytoconvert", "sample_number": 2000, "config_file": "Dabilitytoconvert", "bootcamp_cls_name": "Dabilitytoconvertbootcamp"} +{"bootcamp_name": "korLogicEpistemicLogic", "sample_number": 2000, "config_file": "korLogicEpistemicLogic", "bootcamp_cls_name": "KorLogicEpistemicLogicbootcamp"} +{"bootcamp_name": "Comnomandcandies", "sample_number": 2000, "config_file": "Comnomandcandies", "bootcamp_cls_name": "Comnomandcandiesbootcamp"} +{"bootcamp_name": "Cdimaandstaircase", "sample_number": 2000, "config_file": "Cdimaandstaircase", "bootcamp_cls_name": "Cdimaandstaircasebootcamp"} +{"bootcamp_name": "korPuzzleConnectWords", "sample_number": 2000, "config_file": "korPuzzleConnectWords", "bootcamp_cls_name": "KorPuzzleConnectWordsbootcamp"} +{"bootcamp_name": "korOperationUnicode25ce", "sample_number": 2000, "config_file": "korOperationUnicode25ce", "bootcamp_cls_name": "KorOperationUnicode25cebootcamp"} +{"bootcamp_name": "Dtimetorun", "sample_number": 2000, "config_file": "Dtimetorun", "bootcamp_cls_name": "Dtimetorunbootcamp"} +{"bootcamp_name": "Cswapletters", "sample_number": 2000, "config_file": "Cswapletters", "bootcamp_cls_name": "Cswaplettersbootcamp"} +{"bootcamp_name": "Dsocialcircles", "sample_number": 2000, "config_file": "Dsocialcircles", "bootcamp_cls_name": "Dsocialcirclesbootcamp"} +{"bootcamp_name": "Celections", "sample_number": 2000, "config_file": "Celections", "bootcamp_cls_name": "Celectionsbootcamp"} +{"bootcamp_name": "Cconvenientforeverybody", "sample_number": 2000, "config_file": "Cconvenientforeverybody", "bootcamp_cls_name": "Cconvenientforeverybodybootcamp"} +{"bootcamp_name": "Cfindpair", "sample_number": 2000, "config_file": "Cfindpair", "bootcamp_cls_name": "Cfindpairbootcamp"} +{"bootcamp_name": "Cilyaandthetree", "sample_number": 2000, "config_file": "Cilyaandthetree", "bootcamp_cls_name": "Cilyaandthetreebootcamp"} +{"bootcamp_name": "Dirrigation", "sample_number": 2000, "config_file": "Dirrigation", "bootcamp_cls_name": "Dirrigationbootcamp"} +{"bootcamp_name": "Enewyearandentityenumeration", "sample_number": 2000, "config_file": "Enewyearandentityenumeration", "bootcamp_cls_name": "Enewyearandentityenumerationbootcamp"} +{"bootcamp_name": "Cprimenumber", "sample_number": 2000, "config_file": "Cprimenumber", "bootcamp_cls_name": "Cprimenumberbootcamp"} +{"bootcamp_name": "Czeroone", "sample_number": 2000, "config_file": "Czeroone", "bootcamp_cls_name": "Czeroonebootcamp"} +{"bootcamp_name": "BbehGeometricShapes", "sample_number": 2000, "config_file": "BbehGeometricShapes", "bootcamp_cls_name": "BbehGeometricShapesbootcamp"} +{"bootcamp_name": "Cvaleraandtubes", "sample_number": 2000, "config_file": "Cvaleraandtubes", "bootcamp_cls_name": "Cvaleraandtubesbootcamp"} +{"bootcamp_name": "Dtopsecrettask", "sample_number": 2000, "config_file": "Dtopsecrettask", "bootcamp_cls_name": "Dtopsecrettaskbootcamp"} +{"bootcamp_name": "Cinterestinggame", "sample_number": 2000, "config_file": "Cinterestinggame", "bootcamp_cls_name": "Cinterestinggamebootcamp"} +{"bootcamp_name": "Heyawake", "sample_number": 2000, "config_file": "Heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "earthtyphoon", "sample_number": 2000, "config_file": "earth_typhoon", "bootcamp_cls_name": "Earthtyphoonbootcamp"} +{"bootcamp_name": "Dtshirtsdistribution", "sample_number": 2000, "config_file": "Dtshirtsdistribution", "bootcamp_cls_name": "Dtshirtsdistributionbootcamp"} +{"bootcamp_name": "Dskills", "sample_number": 2000, "config_file": "Dskills", "bootcamp_cls_name": "Dskillsbootcamp"} +{"bootcamp_name": "Cataleoftwolands", "sample_number": 2000, "config_file": "Cataleoftwolands", "bootcamp_cls_name": "Cataleoftwolandsbootcamp"} +{"bootcamp_name": "Dgame", "sample_number": 2000, "config_file": "Dgame", "bootcamp_cls_name": "Dgamebootcamp"} +{"bootcamp_name": "Canotherproblemonstrings", "sample_number": 2000, "config_file": "Canotherproblemonstrings", "bootcamp_cls_name": "Canotherproblemonstringsbootcamp"} +{"bootcamp_name": "LightUp", "sample_number": 2000, "config_file": "Light_Up", "bootcamp_cls_name": "LightUpbootcamp"} +{"bootcamp_name": "BbehWordSorting", "sample_number": 2000, "config_file": "BbehWordSorting", "bootcamp_cls_name": "BbehWordSortingbootcamp"} +{"bootcamp_name": "Bdistinctpaths", "sample_number": 2000, "config_file": "Bdistinctpaths", "bootcamp_cls_name": "Bdistinctpathsbootcamp"} +{"bootcamp_name": "Cacolourfulprospect", "sample_number": 2000, "config_file": "Cacolourfulprospect", "bootcamp_cls_name": "Cacolourfulprospectbootcamp"} +{"bootcamp_name": "Cserejaandsubsequences", "sample_number": 2000, "config_file": "Cserejaandsubsequences", "bootcamp_cls_name": "Cserejaandsubsequencesbootcamp"} +{"bootcamp_name": "Cbeautifullyrics", "sample_number": 2000, "config_file": "Cbeautifullyrics", "bootcamp_cls_name": "Cbeautifullyricsbootcamp"} +{"bootcamp_name": "Cjeremybearimy", "sample_number": 2000, "config_file": "Cjeremybearimy", "bootcamp_cls_name": "Cjeremybearimybootcamp"} +{"bootcamp_name": "Cehabanda2operationtask", "sample_number": 2000, "config_file": "Cehabanda2operationtask", "bootcamp_cls_name": "Cehabanda2operationtaskbootcamp"} +{"bootcamp_name": "Eacolourfulprospect", "sample_number": 2000, "config_file": "Eacolourfulprospect", "bootcamp_cls_name": "Eacolourfulprospectbootcamp"} +{"bootcamp_name": "Cserejaandbrackets", "sample_number": 2000, "config_file": "Cserejaandbrackets", "bootcamp_cls_name": "Cserejaandbracketsbootcamp"} +{"bootcamp_name": "skyscrapers", "sample_number": 2000, "config_file": "skyscrapers", "bootcamp_cls_name": "Skyscrapersbootcamp"} +{"bootcamp_name": "Epainttree", "sample_number": 2000, "config_file": "Epainttree", "bootcamp_cls_name": "Epainttreebootcamp"} +{"bootcamp_name": "Djerrysprotest", "sample_number": 2000, "config_file": "Djerrysprotest", "bootcamp_cls_name": "Djerrysprotestbootcamp"} +{"bootcamp_name": "Clunarnewyearandnumberdivision", "sample_number": 2000, "config_file": "Clunarnewyearandnumberdivision", "bootcamp_cls_name": "Clunarnewyearandnumberdivisionbootcamp"} +{"bootcamp_name": "arrowmaze", "sample_number": 2000, "config_file": "arrowmaze", "bootcamp_cls_name": "Arrowmazebootcamp"} +{"bootcamp_name": "Einterestinggame", "sample_number": 2000, "config_file": "Einterestinggame", "bootcamp_cls_name": "Einterestinggamebootcamp"} +{"bootcamp_name": "Ccompressstring", "sample_number": 2000, "config_file": "Ccompressstring", "bootcamp_cls_name": "Ccompressstringbootcamp"} +{"bootcamp_name": "Cgameontree", "sample_number": 2000, "config_file": "Cgameontree", "bootcamp_cls_name": "Cgameontreebootcamp"} +{"bootcamp_name": "Dlosttree", "sample_number": 2000, "config_file": "Dlosttree", "bootcamp_cls_name": "Dlosttreebootcamp"} +{"bootcamp_name": "Dgeneratingsets", "sample_number": 2000, "config_file": "Dgeneratingsets", "bootcamp_cls_name": "Dgeneratingsetsbootcamp"} +{"bootcamp_name": "Dmahmoudandehabandthebinarystring", "sample_number": 2000, "config_file": "Dmahmoudandehabandthebinarystring", "bootcamp_cls_name": "Dmahmoudandehabandthebinarystringbootcamp"} +{"bootcamp_name": "Cdoegraphs", "sample_number": 2000, "config_file": "Cdoegraphs", "bootcamp_cls_name": "Cdoegraphsbootcamp"} +{"bootcamp_name": "Dzuma", "sample_number": 2000, "config_file": "Dzuma", "bootcamp_cls_name": "Dzumabootcamp"} +{"bootcamp_name": "Eicecreamcoloring", "sample_number": 2000, "config_file": "Eicecreamcoloring", "bootcamp_cls_name": "Eicecreamcoloringbootcamp"} +{"bootcamp_name": "Carithmeticprogression", "sample_number": 2000, "config_file": "Carithmeticprogression", "bootcamp_cls_name": "Carithmeticprogressionbootcamp"} +{"bootcamp_name": "korPuzzleCryptoMath", "sample_number": 2000, "config_file": "korPuzzleCryptoMath", "bootcamp_cls_name": "KorPuzzleCryptoMathbootcamp"} +{"bootcamp_name": "Drectanglepainting1", "sample_number": 2000, "config_file": "Drectanglepainting1", "bootcamp_cls_name": "Drectanglepainting1bootcamp"} +{"bootcamp_name": "korOperationUnicode25a1", "sample_number": 2000, "config_file": "korOperationUnicode25a1", "bootcamp_cls_name": "KorOperationUnicode25a1bootcamp"} +{"bootcamp_name": "Ctrees", "sample_number": 2000, "config_file": "Ctrees", "bootcamp_cls_name": "Ctreesbootcamp"} +{"bootcamp_name": "Dandorandsquaresum", "sample_number": 2000, "config_file": "Dandorandsquaresum", "bootcamp_cls_name": "Dandorandsquaresumbootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_8_v1.jsonl b/examples/pipelines/data_configs/data_config_train_random_8_v1.jsonl new file mode 100644 index 0000000..912c6ec --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_8_v1.jsonl @@ -0,0 +1,8 @@ +{"bootcamp_name": "Cvanyaandscales", "sample_number": 50000, "config_file": "Cvanyaandscales", "bootcamp_cls_name": "Cvanyaandscalesbootcamp"} +{"bootcamp_name": "Celections", "sample_number": 50000, "config_file": "Celections", "bootcamp_cls_name": "Celectionsbootcamp"} +{"bootcamp_name": "Drecoveringbst", "sample_number": 50000, "config_file": "Drecoveringbst", "bootcamp_cls_name": "Drecoveringbstbootcamp"} +{"bootcamp_name": "korOperationUnicode25bd", "sample_number": 50000, "config_file": "korOperationUnicode25bd", "bootcamp_cls_name": "KorOperationUnicode25bdbootcamp"} +{"bootcamp_name": "Cokabeandboxes", "sample_number": 50000, "config_file": "Cokabeandboxes", "bootcamp_cls_name": "Cokabeandboxesbootcamp"} +{"bootcamp_name": "korLogicEpistemicLogic", "sample_number": 50000, "config_file": "korLogicEpistemicLogic", "bootcamp_cls_name": "KorLogicEpistemicLogicbootcamp"} +{"bootcamp_name": "earthdew2humidity", "sample_number": 50000, "config_file": "earthdew2humidity", "bootcamp_cls_name": "Earthdew2humiditybootcamp"} +{"bootcamp_name": "Dslime", "sample_number": 50000, "config_file": "Dslime", "bootcamp_cls_name": "Dslimebootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_8_v2.jsonl b/examples/pipelines/data_configs/data_config_train_random_8_v2.jsonl new file mode 100644 index 0000000..df71bb8 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_8_v2.jsonl @@ -0,0 +1,8 @@ +{"bootcamp_name": "Dandorandsquaresum", "sample_number": 50000, "config_file": "Dandorandsquaresum", "bootcamp_cls_name": "Dandorandsquaresumbootcamp"} +{"bootcamp_name": "Csequencepairweight", "sample_number": 50000, "config_file": "Csequencepairweight", "bootcamp_cls_name": "Csequencepairweightbootcamp"} +{"bootcamp_name": "Dbeautifulpairsofnumbers", "sample_number": 50000, "config_file": "Dbeautifulpairsofnumbers", "bootcamp_cls_name": "Dbeautifulpairsofnumbersbootcamp"} +{"bootcamp_name": "Clevkoandstrings", "sample_number": 50000, "config_file": "Clevkoandstrings", "bootcamp_cls_name": "Clevkoandstringsbootcamp"} +{"bootcamp_name": "Djonandorbs", "sample_number": 50000, "config_file": "Djonandorbs", "bootcamp_cls_name": "Djonandorbsbootcamp"} +{"bootcamp_name": "Dgamewithpowers", "sample_number": 50000, "config_file": "Dgamewithpowers", "bootcamp_cls_name": "Dgamewithpowersbootcamp"} +{"bootcamp_name": "Clinkcutcentroids", "sample_number": 50000, "config_file": "Clinkcutcentroids", "bootcamp_cls_name": "Clinkcutcentroidsbootcamp"} +{"bootcamp_name": "Cinnaanddima", "sample_number": 50000, "config_file": "Cinnaanddima", "bootcamp_cls_name": "Cinnaanddimabootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_8_v3.jsonl b/examples/pipelines/data_configs/data_config_train_random_8_v3.jsonl new file mode 100644 index 0000000..2afdd4a --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_8_v3.jsonl @@ -0,0 +1,8 @@ +{"bootcamp_name": "Ddirtydeedsdonedirtcheap", "sample_number": 50000, "config_file": "Ddirtydeedsdonedirtcheap", "bootcamp_cls_name": "Ddirtydeedsdonedirtcheapbootcamp"} +{"bootcamp_name": "Ddonkeyandstars", "sample_number": 50000, "config_file": "Ddonkeyandstars", "bootcamp_cls_name": "Ddonkeyandstarsbootcamp"} +{"bootcamp_name": "Ctexteditor", "sample_number": 50000, "config_file": "Ctexteditor", "bootcamp_cls_name": "Ctexteditorbootcamp"} +{"bootcamp_name": "Ereadtime", "sample_number": 50000, "config_file": "Ereadtime", "bootcamp_cls_name": "Ereadtimebootcamp"} +{"bootcamp_name": "Croadtocinema", "sample_number": 50000, "config_file": "Croadtocinema", "bootcamp_cls_name": "Croadtocinemabootcamp"} +{"bootcamp_name": "Dehabthexorcist", "sample_number": 50000, "config_file": "Dehabthexorcist", "bootcamp_cls_name": "Dehabthexorcistbootcamp"} +{"bootcamp_name": "korLogicPredicateLogicFormalization", "sample_number": 50000, "config_file": "korLogicPredicateLogicFormalization", "bootcamp_cls_name": "KorLogicPredicateLogicFormalizationbootcamp"} +{"bootcamp_name": "BBEHMultistepArithmeticV2", "sample_number": 50000, "config_file": "BBEHMultistepArithmeticV2", "bootcamp_cls_name": "BBEHMultistepArithmeticV2bootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_random_8_v4.jsonl b/examples/pipelines/data_configs/data_config_train_random_8_v4.jsonl new file mode 100644 index 0000000..8117e03 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_random_8_v4.jsonl @@ -0,0 +1,8 @@ +{"bootcamp_name": "D2theworldisjustaprogrammingtaskhardversion", "sample_number": 50000, "config_file": "D2theworldisjustaprogrammingtaskhardversion", "bootcamp_cls_name": "D2theworldisjustaprogrammingtaskhardversionbootcamp"} +{"bootcamp_name": "Cnumberofways", "sample_number": 50000, "config_file": "Cnumberofways", "bootcamp_cls_name": "Cnumberofwaysbootcamp"} +{"bootcamp_name": "Bbornthisway", "sample_number": 50000, "config_file": "Bbornthisway", "bootcamp_cls_name": "Bbornthiswaybootcamp"} +{"bootcamp_name": "Cxorinverse", "sample_number": 50000, "config_file": "Cxorinverse", "bootcamp_cls_name": "Cxorinversebootcamp"} +{"bootcamp_name": "Cryoukosmemorynote", "sample_number": 50000, "config_file": "Cryoukosmemorynote", "bootcamp_cls_name": "Cryoukosmemorynotebootcamp"} +{"bootcamp_name": "Dvusthecossackandnumbers", "sample_number": 50000, "config_file": "Dvusthecossackandnumbers", "bootcamp_cls_name": "Dvusthecossackandnumbersbootcamp"} +{"bootcamp_name": "Croundtableknights", "sample_number": 50000, "config_file": "Croundtableknights", "bootcamp_cls_name": "Croundtableknightsbootcamp"} +{"bootcamp_name": "Celectriccharges", "sample_number": 50000, "config_file": "Celectriccharges", "bootcamp_cls_name": "Celectricchargesbootcamp"} diff --git a/examples/pipelines/data_configs/data_config_train_verified.jsonl b/examples/pipelines/data_configs/data_config_train_verified.jsonl new file mode 100644 index 0000000..0e717a9 --- /dev/null +++ b/examples/pipelines/data_configs/data_config_train_verified.jsonl @@ -0,0 +1,89 @@ +{"bootcamp_name": "aquarium", "sample_number": 500, "config_file": "aquarium", "bootcamp_cls_name": "Aquariumbootcamp"} +{"bootcamp_name": "arc", "sample_number": 500, "config_file": "arc", "bootcamp_cls_name": "Arcbootcamp"} +{"bootcamp_name": "arrowmaze", "sample_number": 500, "config_file": "arrowmaze", "bootcamp_cls_name": "Arrowmazebootcamp"} +{"bootcamp_name": "bbehboardgameqa", "sample_number": 500, "config_file": "bbeh_boardgame_qa", "bootcamp_cls_name": "Bbehboardgameqabootcamp"} +{"bootcamp_name": "bbehbooleanexpressions", "sample_number": 500, "config_file": "bbeh_boolean_expressions", "bootcamp_cls_name": "Bbehbooleanexpressionsbootcamp"} +{"bootcamp_name": "BBEHBuggyTables", "sample_number": 500, "config_file": "BBEHBuggyTables", "bootcamp_cls_name": "BBEHBuggyTablesbootcamp"} +{"bootcamp_name": "BbehDyckLanguages", "sample_number": 500, "config_file": "BbehDyckLanguages", "bootcamp_cls_name": "BbehDyckLanguagesbootcamp"} +{"bootcamp_name": "BbehGeometricShapes", "sample_number": 500, "config_file": "BbehGeometricShapes", "bootcamp_cls_name": "BbehGeometricShapesbootcamp"} +{"bootcamp_name": "BBEHHyperbaton", "sample_number": 500, "config_file": "BBEHHyperbaton", "bootcamp_cls_name": "BBEHHyperbatonbootcamp"} +{"bootcamp_name": "BbehMultistepArithmetic", "sample_number": 500, "config_file": "BbehMultistepArithmetic", "bootcamp_cls_name": "BbehMultistepArithmeticbootcamp"} +{"bootcamp_name": "bbehobjectcounting", "sample_number": 500, "config_file": "bbeh_object_counting", "bootcamp_cls_name": "Bbehobjectcountingbootcamp"} +{"bootcamp_name": "bbehobjectproperties", "sample_number": 500, "config_file": "bbeh_object_properties", "bootcamp_cls_name": "Bbehobjectpropertiesbootcamp"} +{"bootcamp_name": "bbehshuffobject", "sample_number": 500, "config_file": "bbeh_shuff_object", "bootcamp_cls_name": "Bbehshuffobjectbootcamp"} +{"bootcamp_name": "BbehTemporalSequences", "sample_number": 500, "config_file": "BbehTemporalSequences", "bootcamp_cls_name": "BbehTemporalSequencesbootcamp"} +{"bootcamp_name": "BbehWebOfLies", "sample_number": 500, "config_file": "BbehWebOfLies", "bootcamp_cls_name": "BbehWebOfLiesbootcamp"} +{"bootcamp_name": "BbehWordSorting", "sample_number": 500, "config_file": "BbehWordSorting", "bootcamp_cls_name": "BbehWordSortingbootcamp"} +{"bootcamp_name": "binairo", "sample_number": 500, "config_file": "binairo", "bootcamp_cls_name": "Binairobootcamp"} +{"bootcamp_name": "BloodTestJudgement", "sample_number": 500, "config_file": "BloodTestJudgement", "bootcamp_cls_name": "BloodTestJudgementbootcamp"} +{"bootcamp_name": "calcudoku", "sample_number": 500, "config_file": "calcudoku", "bootcamp_cls_name": "Calcudokubootcamp"} +{"bootcamp_name": "campsite", "sample_number": 500, "config_file": "campsite", "bootcamp_cls_name": "Campsitebootcamp"} +{"bootcamp_name": "cipher", "sample_number": 50, "config_file": "cipher", "bootcamp_cls_name": "Cipherbootcamp"} +{"bootcamp_name": "circuit", "sample_number": 500, "config_file": "circuit", "bootcamp_cls_name": "Circuitbootcamp"} +{"bootcamp_name": "cryptomath", "sample_number": 500, "config_file": "crypto_math", "bootcamp_cls_name": "Cryptomathbootcamp"} +{"bootcamp_name": "dominosa", "sample_number": 500, "config_file": "dominosa", "bootcamp_cls_name": "Dominosabootcamp"} +{"bootcamp_name": "earthdew2humidity", "sample_number": 500, "config_file": "earthdew2humidity", "bootcamp_cls_name": "Earthdew2humiditybootcamp"} +{"bootcamp_name": "earthtyphoon", "sample_number": 500, "config_file": "earth_typhoon", "bootcamp_cls_name": "Earthtyphoonbootcamp"} +{"bootcamp_name": "futoshiki", "sample_number": 500, "config_file": "futoshiki", "bootcamp_cls_name": "Futoshikibootcamp"} +{"bootcamp_name": "galaxies", "sample_number": 500, "config_file": "galaxies", "bootcamp_cls_name": "Galaxiesbootcamp"} +{"bootcamp_name": "game24", "sample_number": 500, "config_file": "game24", "bootcamp_cls_name": "Game24bootcamp"} +{"bootcamp_name": "heyawake", "sample_number": 500, "config_file": "heyawake", "bootcamp_cls_name": "Heyawakebootcamp"} +{"bootcamp_name": "hitori", "sample_number": 500, "config_file": "hitori", "bootcamp_cls_name": "Hitoribootcamp"} +{"bootcamp_name": "InChI2logP", "sample_number": 500, "config_file": "InChI2logP", "bootcamp_cls_name": "InChI2logPbootcamp"} +{"bootcamp_name": "kakurasu", "sample_number": 500, "config_file": "kakurasu", "bootcamp_cls_name": "Kakurasubootcamp"} +{"bootcamp_name": "kakuro", "sample_number": 500, "config_file": "kakuro", "bootcamp_cls_name": "Kakurobootcamp"} +{"bootcamp_name": "korCipherCustomInverseShiftSubstitutionCipher", "sample_number": 500, "config_file": "korCipherCustomInverseShiftSubstitutionCipher", "bootcamp_cls_name": "KorCipherCustomInverseShiftSubstitutionCipherbootcamp"} +{"bootcamp_name": "korLogicAnalogicalReasoning", "sample_number": 500, "config_file": "korLogicAnalogicalReasoning", "bootcamp_cls_name": "KorLogicAnalogicalReasoningbootcamp"} +{"bootcamp_name": "korLogicCanonicalPropositions", "sample_number": 500, "config_file": "korLogicCanonicalPropositions", "bootcamp_cls_name": "KorLogicCanonicalPropositionsbootcamp"} +{"bootcamp_name": "korLogicCooperativePrinciple", "sample_number": 500, "config_file": "korLogicCooperativePrinciple", "bootcamp_cls_name": "KorLogicCooperativePrinciplebootcamp"} +{"bootcamp_name": "korLogicEnumerativeInductiveReasoning", "sample_number": 500, "config_file": "korLogicEnumerativeInductiveReasoning", "bootcamp_cls_name": "KorLogicEnumerativeInductiveReasoningbootcamp"} +{"bootcamp_name": "korLogicEpistemicLogic", "sample_number": 500, "config_file": "korLogicEpistemicLogic", "bootcamp_cls_name": "KorLogicEpistemicLogicbootcamp"} +{"bootcamp_name": "korLogicInductionParadox", "sample_number": 500, "config_file": "korLogicInductionParadox", "bootcamp_cls_name": "KorLogicInductionParadoxbootcamp"} +{"bootcamp_name": "korLogicLogicalMethodsForExploringCauseAndEffectRelationships", "sample_number": 500, "config_file": "korLogicLogicalMethodsForExploringCauseAndEffectRelationships", "bootcamp_cls_name": "KorLogicLogicalMethodsForExploringCauseAndEffectRelationshipsbootcamp"} +{"bootcamp_name": "korLogicPredicateLogicFormalization", "sample_number": 500, "config_file": "korLogicPredicateLogicFormalization", "bootcamp_cls_name": "KorLogicPredicateLogicFormalizationbootcamp"} +{"bootcamp_name": "korLogicPropositionalLogicFormalization", "sample_number": 500, "config_file": "korLogicPropositionalLogicFormalization", "bootcamp_cls_name": "KorLogicPropositionalLogicFormalizationbootcamp"} +{"bootcamp_name": "korLogicResolution", "sample_number": 500, "config_file": "korLogicResolution", "bootcamp_cls_name": "KorLogicResolutionbootcamp"} +{"bootcamp_name": "korOperationUnicode0032", "sample_number": 500, "config_file": "korOperationUnicode0032", "bootcamp_cls_name": "KorOperationUnicode0032bootcamp"} +{"bootcamp_name": "korOperationUnicode0033", "sample_number": 500, "config_file": "korOperationUnicode0033", "bootcamp_cls_name": "KorOperationUnicode0033bootcamp"} +{"bootcamp_name": "korOperationUnicode203b", "sample_number": 500, "config_file": "korOperationUnicode203b", "bootcamp_cls_name": "KorOperationUnicode203bbootcamp"} +{"bootcamp_name": "korOperationUnicode20ac", "sample_number": 500, "config_file": "korOperationUnicode20ac", "bootcamp_cls_name": "KorOperationUnicode20acbootcamp"} +{"bootcamp_name": "korOperationUnicode221e", "sample_number": 500, "config_file": "korOperationUnicode221e", "bootcamp_cls_name": "KorOperationUnicode221ebootcamp"} +{"bootcamp_name": "korOperationUnicode2295", "sample_number": 500, "config_file": "korOperationUnicode2295", "bootcamp_cls_name": "KorOperationUnicode2295bootcamp"} +{"bootcamp_name": "korOperationUnicode25a0", "sample_number": 500, "config_file": "korOperationUnicode25a0", "bootcamp_cls_name": "KorOperationUnicode25a0bootcamp"} +{"bootcamp_name": "korOperationUnicode25a1", "sample_number": 500, "config_file": "korOperationUnicode25a1", "bootcamp_cls_name": "KorOperationUnicode25a1bootcamp"} +{"bootcamp_name": "korOperationUnicode25b3", "sample_number": 500, "config_file": "korOperationUnicode25b3", "bootcamp_cls_name": "KorOperationUnicode25b3bootcamp"} +{"bootcamp_name": "korOperationUnicode25bd", "sample_number": 500, "config_file": "korOperationUnicode25bd", "bootcamp_cls_name": "KorOperationUnicode25bdbootcamp"} +{"bootcamp_name": "korOperationUnicode25cb", "sample_number": 500, "config_file": "korOperationUnicode25cb", "bootcamp_cls_name": "KorOperationUnicode25cbbootcamp"} +{"bootcamp_name": "korOperationUnicode25ce", "sample_number": 500, "config_file": "korOperationUnicode25ce", "bootcamp_cls_name": "KorOperationUnicode25cebootcamp"} +{"bootcamp_name": "korOperationUnicode25cf", "sample_number": 500, "config_file": "korOperationUnicode25cf", "bootcamp_cls_name": "KorOperationUnicode25cfbootcamp"} +{"bootcamp_name": "korOperationUnicode2605", "sample_number": 500, "config_file": "korOperationUnicode2605", "bootcamp_cls_name": "KorOperationUnicode2605bootcamp"} +{"bootcamp_name": "korOperationUnicodeffe0", "sample_number": 500, "config_file": "korOperationUnicodeffe0", "bootcamp_cls_name": "KorOperationUnicodeffe0bootcamp"} +{"bootcamp_name": "korOperationUnicodeffe1", "sample_number": 500, "config_file": "korOperationUnicodeffe1", "bootcamp_cls_name": "KorOperationUnicodeffe1bootcamp"} +{"bootcamp_name": "korPuzzle24Points", "sample_number": 500, "config_file": "korPuzzle24Points", "bootcamp_cls_name": "KorPuzzle24Pointsbootcamp"} +{"bootcamp_name": "korPuzzleCampsite", "sample_number": 500, "config_file": "korPuzzleCampsite", "bootcamp_cls_name": "KorPuzzleCampsitebootcamp"} +{"bootcamp_name": "korPuzzleConnectWords", "sample_number": 500, "config_file": "korPuzzleConnectWords", "bootcamp_cls_name": "KorPuzzleConnectWordsbootcamp"} +{"bootcamp_name": "korPuzzleCryptoMath", "sample_number": 500, "config_file": "korPuzzleCryptoMath", "bootcamp_cls_name": "KorPuzzleCryptoMathbootcamp"} +{"bootcamp_name": "korPuzzleKukurasu", "sample_number": 500, "config_file": "korPuzzleKukurasu", "bootcamp_cls_name": "KorPuzzleKukurasubootcamp"} +{"bootcamp_name": "korPuzzleMathPath", "sample_number": 500, "config_file": "korPuzzleMathPath", "bootcamp_cls_name": "KorPuzzleMathPathbootcamp"} +{"bootcamp_name": "korPuzzleMinesweeper", "sample_number": 500, "config_file": "korPuzzleMinesweeper", "bootcamp_cls_name": "KorPuzzleMinesweeperbootcamp"} +{"bootcamp_name": "korPuzzleSkyscrapers", "sample_number": 500, "config_file": "korPuzzleSkyscrapers", "bootcamp_cls_name": "KorPuzzleSkyscrapersbootcamp"} +{"bootcamp_name": "korPuzzleWordBrainTeasers", "sample_number": 500, "config_file": "korPuzzleWordBrainTeasers", "bootcamp_cls_name": "KorPuzzleWordBrainTeasersbootcamp"} +{"bootcamp_name": "korPuzzleWordRootsAndAffixes", "sample_number": 500, "config_file": "korPuzzleWordRootsAndAffixes", "bootcamp_cls_name": "KorPuzzleWordRootsAndAffixesbootcamp"} +{"bootcamp_name": "korPuzzleWordscapes", "sample_number": 500, "config_file": "korPuzzleWordscapes", "bootcamp_cls_name": "KorPuzzleWordscapesbootcamp"} +{"bootcamp_name": "korPuzzleWordSearch", "sample_number": 500, "config_file": "korPuzzleWordSearch", "bootcamp_cls_name": "KorPuzzleWordSearchbootcamp"} +{"bootcamp_name": "LightUp", "sample_number": 500, "config_file": "Light_Up", "bootcamp_cls_name": "LightUpbootcamp"} +{"bootcamp_name": "linearODE", "sample_number": 500, "config_file": "linearODE", "bootcamp_cls_name": "LinearODEbootcamp"} +{"bootcamp_name": "maze", "sample_number": 500, "config_file": "maze", "bootcamp_cls_name": "Mazebootcamp"} +{"bootcamp_name": "MedAnticoagulation", "sample_number": 500, "config_file": "MedAnticoagulation", "bootcamp_cls_name": "MedAnticoagulationbootcamp"} +{"bootcamp_name": "minesweeper", "sample_number": 500, "config_file": "minesweeper", "bootcamp_cls_name": "Minesweeperbootcamp"} +{"bootcamp_name": "nonograms", "sample_number": 500, "config_file": "nonograms", "bootcamp_cls_name": "Nonogramsbootcamp"} +{"bootcamp_name": "pipes", "sample_number": 500, "config_file": "pipes", "bootcamp_cls_name": "Pipesbootcamp"} +{"bootcamp_name": "skyscrapers", "sample_number": 500, "config_file": "skyscrapers", "bootcamp_cls_name": "Skyscrapersbootcamp"} +{"bootcamp_name": "slitherlink", "sample_number": 500, "config_file": "slitherlink", "bootcamp_cls_name": "Slitherlinkbootcamp"} +{"bootcamp_name": "SMILES2logP", "sample_number": 500, "config_file": "SMILES2logP", "bootcamp_cls_name": "SMILES2logPbootcamp"} +{"bootcamp_name": "starbattle", "sample_number": 500, "config_file": "starbattle", "bootcamp_cls_name": "Starbattlebootcamp"} +{"bootcamp_name": "stitches", "sample_number": 500, "config_file": "stitches", "bootcamp_cls_name": "Stitchesbootcamp"} +{"bootcamp_name": "sudoku", "sample_number": 500, "config_file": "sudoku", "bootcamp_cls_name": "Sudokubootcamp"} +{"bootcamp_name": "SymbolicRegression", "sample_number": 500, "config_file": "Symbolic_Regression", "bootcamp_cls_name": "SymbolicRegressionbootcamp"} +{"bootcamp_name": "tents", "sample_number": 500, "config_file": "tents", "bootcamp_cls_name": "Tentsbootcamp"} +{"bootcamp_name": "thermometers", "sample_number": 500, "config_file": "thermometers", "bootcamp_cls_name": "Thermometersbootcamp"} diff --git a/examples/pipelines/data_generator.py b/examples/pipelines/data_generator.py index cee4914..54bf15f 100644 --- a/examples/pipelines/data_generator.py +++ b/examples/pipelines/data_generator.py @@ -86,7 +86,10 @@ def main_pipeline( except Exception as e: failure += 1 if failure > 512: - print(config, f"seems to be a too challenging config to generate cases , because of {e}") + import traceback + traceback.print_exc() + print(bootcamp_cls_name.replace("bootcamp", ""), config, f"seems to be a too challenging config to generate cases , because of {e}") + failure = 0 continue writer.close() diff --git a/examples/pipelines/puzzle_configs/BloodTestJudgement_test.json b/examples/pipelines/puzzle_configs/BloodTestJudgement_test.json new file mode 100644 index 0000000..61043f3 --- /dev/null +++ b/examples/pipelines/puzzle_configs/BloodTestJudgement_test.json @@ -0,0 +1,32 @@ +[ + { + "seed": 3407, + "max_num_items": 2, + "augment_unit": true + }, + { + "seed": 3408, + "max_num_items": 4, + "augment_unit": false + }, + { + "seed": 3409, + "max_num_items": 8, + "augment_unit": false + }, + { + "seed": 3410, + "max_num_items": 16, + "augment_unit": false + }, + { + "seed": 3411, + "max_num_items": 20, + "augment_unit": false + }, + { + "seed": 514, + "max_num_items": 24, + "augment_unit": false + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/BloodTestJudgement_train.json b/examples/pipelines/puzzle_configs/BloodTestJudgement_train.json new file mode 100644 index 0000000..b2184a3 --- /dev/null +++ b/examples/pipelines/puzzle_configs/BloodTestJudgement_train.json @@ -0,0 +1,32 @@ +[ + { + "seed": 0, + "max_num_items": 2, + "augment_unit": true + }, + { + "seed": 1, + "max_num_items": 4, + "augment_unit": true + }, + { + "seed": 2, + "max_num_items": 8, + "augment_unit": true + }, + { + "seed": 3, + "max_num_items": 16, + "augment_unit": true + }, + { + "seed": 4, + "max_num_items": 20, + "augment_unit": true + }, + { + "seed": 114, + "max_num_items": 24, + "augment_unit": true + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/MedAnticoagulation_test.json b/examples/pipelines/puzzle_configs/MedAnticoagulation_test.json new file mode 100644 index 0000000..cdf83aa --- /dev/null +++ b/examples/pipelines/puzzle_configs/MedAnticoagulation_test.json @@ -0,0 +1,32 @@ +[ + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/MedAnticoagulation_train.json b/examples/pipelines/puzzle_configs/MedAnticoagulation_train.json new file mode 100644 index 0000000..cdf83aa --- /dev/null +++ b/examples/pipelines/puzzle_configs/MedAnticoagulation_train.json @@ -0,0 +1,32 @@ +[ + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + }, + { + "target_cha_range": [ + 3, + 6 + ], + "max_has_range": [ + 2, + 3 + ] + } +] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/flange_plane_test.json b/examples/pipelines/puzzle_configs/flange_plane_test.json new file mode 100644 index 0000000..5885758 --- /dev/null +++ b/examples/pipelines/puzzle_configs/flange_plane_test.json @@ -0,0 +1,10 @@ +[ + { + "D_min": 40, + "D_max": 400, + "thickness_min": 5, + "thickness_max": 45, + "pressure_min": 1, + "pressure_max": 100 + } +] diff --git a/examples/pipelines/puzzle_configs/flange_plane_train.json b/examples/pipelines/puzzle_configs/flange_plane_train.json new file mode 100644 index 0000000..5885758 --- /dev/null +++ b/examples/pipelines/puzzle_configs/flange_plane_train.json @@ -0,0 +1,10 @@ +[ + { + "D_min": 40, + "D_max": 400, + "thickness_min": 5, + "thickness_max": 45, + "pressure_min": 1, + "pressure_max": 100 + } +] diff --git a/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json b/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json old mode 100755 new mode 100644 index 36b2ca3..c44dc44 --- a/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json +++ b/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_test.json @@ -1,14 +1,3 @@ [ - { - "random_seed": 789 - }, - { - "random_seed": 0 - }, - { - "random_seed": 456 - }, - { - "random_seed": 123 - } + ] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json b/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json old mode 100755 new mode 100644 index 36b2ca3..c44dc44 --- a/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json +++ b/examples/pipelines/puzzle_configs/korLogicLogicalMethodsForExploringCauseAndEffectRelationships_train.json @@ -1,14 +1,3 @@ [ - { - "random_seed": 789 - }, - { - "random_seed": 0 - }, - { - "random_seed": 456 - }, - { - "random_seed": 123 - } + ] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicResolution_test.json b/examples/pipelines/puzzle_configs/korLogicResolution_test.json old mode 100755 new mode 100644 index b7699d5..1670f36 --- a/examples/pipelines/puzzle_configs/korLogicResolution_test.json +++ b/examples/pipelines/puzzle_configs/korLogicResolution_test.json @@ -9,7 +9,8 @@ ], "max_clause_length": 4, "problem_types": [ - "algorithm_output" + "can_resolve", + "compute_dispel" ] }, { @@ -33,8 +34,7 @@ "max_clause_length": 3, "problem_types": [ "can_resolve", - "algorithm_output" - ], - "seed": 42 + "compute_dispel" + ] } ] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korLogicResolution_train.json b/examples/pipelines/puzzle_configs/korLogicResolution_train.json old mode 100755 new mode 100644 index b7699d5..1670f36 --- a/examples/pipelines/puzzle_configs/korLogicResolution_train.json +++ b/examples/pipelines/puzzle_configs/korLogicResolution_train.json @@ -9,7 +9,8 @@ ], "max_clause_length": 4, "problem_types": [ - "algorithm_output" + "can_resolve", + "compute_dispel" ] }, { @@ -33,8 +34,7 @@ "max_clause_length": 3, "problem_types": [ "can_resolve", - "algorithm_output" - ], - "seed": 42 + "compute_dispel" + ] } ] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korOperationUnicode2605_test.json b/examples/pipelines/puzzle_configs/korOperationUnicode2605_test.json index 29065d8..6c8fb9c 100755 --- a/examples/pipelines/puzzle_configs/korOperationUnicode2605_test.json +++ b/examples/pipelines/puzzle_configs/korOperationUnicode2605_test.json @@ -1,44 +1,17 @@ [ { - "compute_prob": 0.9, - "equation_type2_prob": 0.0, - "min_val": -5, - "max_val": 5 + "compute_prob": 0.5, + "min_val": -5000, + "max_val": 5000 }, { "compute_prob": 0.5, - "equation_type2_prob": 0.2, - "min_val": -5, - "max_val": 5 - }, - { - "compute_prob": 0.7, - "equation_type2_prob": 0.3, - "min_val": -10, - "max_val": 10 - }, - { - "compute_prob": 0.8, - "equation_type2_prob": 0.1, - "min_val": -5, - "max_val": 5 - }, - { - "compute_prob": 0.1, - "equation_type2_prob": 0.9, - "min_val": -3, - "max_val": 3 + "min_val": -500, + "max_val": 500 }, { "compute_prob": 0.5, - "equation_type2_prob": 0.5, - "min_val": -2, - "max_val": 2 - }, - { - "compute_prob": 0.4, - "equation_type2_prob": 0.1, - "min_val": 0, - "max_val": 5 + "min_val": -50, + "max_val": 50 } ] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/korOperationUnicode2605_train.json b/examples/pipelines/puzzle_configs/korOperationUnicode2605_train.json index 29065d8..6c8fb9c 100755 --- a/examples/pipelines/puzzle_configs/korOperationUnicode2605_train.json +++ b/examples/pipelines/puzzle_configs/korOperationUnicode2605_train.json @@ -1,44 +1,17 @@ [ { - "compute_prob": 0.9, - "equation_type2_prob": 0.0, - "min_val": -5, - "max_val": 5 + "compute_prob": 0.5, + "min_val": -5000, + "max_val": 5000 }, { "compute_prob": 0.5, - "equation_type2_prob": 0.2, - "min_val": -5, - "max_val": 5 - }, - { - "compute_prob": 0.7, - "equation_type2_prob": 0.3, - "min_val": -10, - "max_val": 10 - }, - { - "compute_prob": 0.8, - "equation_type2_prob": 0.1, - "min_val": -5, - "max_val": 5 - }, - { - "compute_prob": 0.1, - "equation_type2_prob": 0.9, - "min_val": -3, - "max_val": 3 + "min_val": -500, + "max_val": 500 }, { "compute_prob": 0.5, - "equation_type2_prob": 0.5, - "min_val": -2, - "max_val": 2 - }, - { - "compute_prob": 0.4, - "equation_type2_prob": 0.1, - "min_val": 0, - "max_val": 5 + "min_val": -50, + "max_val": 50 } ] \ No newline at end of file diff --git a/examples/pipelines/puzzle_configs/slitherlink_test.json b/examples/pipelines/puzzle_configs/slitherlink_test.json index 4b3fe35..3e8e5fa 100644 --- a/examples/pipelines/puzzle_configs/slitherlink_test.json +++ b/examples/pipelines/puzzle_configs/slitherlink_test.json @@ -41,27 +41,6 @@ ], "difficulty": "hard" }, - { - "size": [ - 10, - 10 - ], - "difficulty": "easy" - }, - { - "size": [ - 10, - 10 - ], - "difficulty": "medium" - }, - { - "size": [ - 10, - 10 - ], - "difficulty": "hard" - }, { "size": [ 3, diff --git a/examples/pipelines/puzzle_configs/slitherlink_train.json b/examples/pipelines/puzzle_configs/slitherlink_train.json index 710aa6a..d9d106b 100644 --- a/examples/pipelines/puzzle_configs/slitherlink_train.json +++ b/examples/pipelines/puzzle_configs/slitherlink_train.json @@ -23,18 +23,6 @@ "size": [7, 7], "difficulty": "hard" }, - { - "size": [10, 10], - "difficulty": "easy" - }, - { - "size": [10, 10], - "difficulty": "medium" - }, - { - "size": [10, 10], - "difficulty": "hard" - }, { "size": [3, 3], "difficulty": "easy" diff --git a/examples/pipelines/quickgen_data_configs.py b/examples/pipelines/quickgen_data_configs.py index 9811787..faacc36 100644 --- a/examples/pipelines/quickgen_data_configs.py +++ b/examples/pipelines/quickgen_data_configs.py @@ -1,15 +1,12 @@ import json import jsonlines import os - +import argparse import os import json import glob import re -# 每个puzzle的gen数量 -train_sample_number = 10000 -test_sample_number = 100 def checkpath(target_dir): # 检查目录是否存在 @@ -26,11 +23,12 @@ def checkpath(target_dir): except Exception as e: print(f"创建目录 {target_dir} 时出现错误: {e}") -def process_data_config(): +def process_data_config(config_dir, train_sample_number, test_sample_number): + """ # 遍历data_config目录下所有符合条件的json文件 - data_dir = 'examples/pipelines/puzzle_configs' + """ - json_files = os.listdir(data_dir) + json_files = os.listdir(config_dir) train_data = [] test_data = [] json_files.sort(key=lambda x: x.capitalize()) @@ -69,6 +67,11 @@ def process_data_config(): test_data.append(entry_test) save_dir = 'examples/pipelines/data_configs' + + # 不区分大小写排序 + train_data.sort(key=lambda x: x['bootcamp_cls_name'].lower()) + test_data.sort(key=lambda x: x['bootcamp_cls_name'].lower()) + # 检查dir checkpath(save_dir) output_file_train = f'{save_dir}/data_config_train.jsonl' @@ -83,4 +86,9 @@ def process_data_config(): if __name__ == '__main__': - process_data_config() \ No newline at end of file + parser = argparse.ArgumentParser(description='Process data config files.') + parser.add_argument('--config_dir', type=str, default='examples/pipelines/puzzle_configs', help='Directory containing config files') + parser.add_argument('--train_sample_number', type=int, default=1000, help='Number of training samples per task') + parser.add_argument('--test_sample_number', type=int, default=0, help='Number of test samples per task') + args = parser.parse_args() + process_data_config(args.config_dir, args.train_sample_number, args.test_sample_number) \ No newline at end of file diff --git a/examples/pipelines/run_pipeline.sh b/examples/pipelines/run_pipeline.sh index a2bcd8a..5e53ff9 100755 --- a/examples/pipelines/run_pipeline.sh +++ b/examples/pipelines/run_pipeline.sh @@ -11,11 +11,13 @@ fi timestamp=$(date +"%Y-%m-%d-%H:%M:%S") # cipher输入集 - -tokenizer="/cpfs01/shared/llm_ddd/lipeiji/hf_hub_1/models--Qwen--Qwen2.5-32B-Instruct/snapshots/afb2829595f63efa3548e9d6b13aa66e61aa0f38" # tokenizer is used to calculate the sequence length of the prompt +train_config_file=examples/pipelines/data_configs/data_config_train_verified.jsonl +test_config_file=None +tokenizer="hf_model_path" # tokenizer is used to calculate the sequence length of the prompt, use one tokenizer of huggingface model, such as "Qwen2.5-7B-Instruct" max_prompt_len=4096 -max_jobs=64 # 设置最大并发进程数 +max_jobs=32 # 设置最大并发进程数 jobs=() # 用于存储后台进程的PID +config_type=all_configs # 配置文件类型,puzzle_configs or autogen_configs @@ -38,7 +40,7 @@ while IFS= read -r line || [ -n "$line" ]; do # 如果 config_file 为 "cipher",保存 sample_number if [[ "$config_file" == "cipher" ]]; then - cipehr_train_nums_for_single_cipher=$sample_number + cipher_train_nums_for_single_cipher=$sample_number continue fi @@ -58,7 +60,7 @@ while IFS= read -r line || [ -n "$line" ]; do --bootcamp_name "$bootcamp_name" \ --n $sample_number \ --save_file "examples/bootcamp_generator_outputs/$timestamp/train/${bootcamp_name}.jsonl" \ - --config_file "examples/pipelines/puzzle_configs/${config_file}_train.json" \ + --config_file "examples/pipelines/$config_type/${config_file}_train.json" \ --bootcamp_cls_name "$bootcamp_cls_name" \ --tokenizer "$tokenizer" \ --max_prompt_len $max_prompt_len \ @@ -80,7 +82,7 @@ while IFS= read -r line || [ -n "$line" ]; do done jobs=("${new_jobs[@]}") done -done < examples/pipelines/data_configs/data_config_train.jsonl +done < $train_config_file wait @@ -109,7 +111,7 @@ while IFS= read -r line || [ -n "$line" ]; do --bootcamp_name "$bootcamp_name" \ --n $sample_number \ --save_file "examples/bootcamp_generator_outputs/$timestamp/test/${bootcamp_name}.jsonl" \ - --config_file "examples/pipelines/puzzle_configs/${config_file}_test.json" \ + --config_file "examples/pipelines/$config_type/${config_file}_test.json" \ --tokenizer "$tokenizer" \ --bootcamp_cls_name "$bootcamp_cls_name" \ --max_prompt_len $max_prompt_len \ @@ -129,7 +131,7 @@ while IFS= read -r line || [ -n "$line" ]; do done jobs=("${new_jobs[@]}") done -done < examples/pipelines/data_configs/data_config_test.jsonl +done < $test_config_file wait