• Joined on 2024-09-30
coosld synced commits to knapsack/just_good_knapsack at coosld/tig-monorepo from mirror 2025-12-10 14:49:03 +08:00
53281a76f1 Compiled knapsack/just_good_knapsack
e75c780b76 Submitted knapsack/just_good_knapsack
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/justatestonmyendher at coosld/tig-monorepo from mirror 2025-12-10 14:49:03 +08:00
e017459e55 Compiled knapsack/justatestonmyendher
21c4d5f8d1 Submitted knapsack/justatestonmyendher
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/greedy_backtrack at coosld/tig-monorepo from mirror 2025-12-10 14:49:02 +08:00
e1b094d5f4 Compiled knapsack/greedy_backtrack
0bf42d1e6f Submitted knapsack/greedy_backtrack
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/greedy_quadkp at coosld/tig-monorepo from mirror 2025-12-10 14:49:02 +08:00
2b3f08bfe8 Compiled knapsack/greedy_quadkp
1729fd8046 Submitted knapsack/greedy_quadkp
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/hybrid_greedy_dp at coosld/tig-monorepo from mirror 2025-12-10 14:49:02 +08:00
950f533763 Compiled knapsack/hybrid_greedy_dp
f0fe8ac1c4 Submitted knapsack/hybrid_greedy_dp
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/hybrid_greedy_dp_ct at coosld/tig-monorepo from mirror 2025-12-10 14:49:02 +08:00
b44d6b8bb1 Compiled knapsack/hybrid_greedy_dp_ct
801e036f45 Submitted knapsack/hybrid_greedy_dp_ct
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/filter_knapmaxxing at coosld/tig-monorepo from mirror 2025-12-10 14:49:01 +08:00
c88793dafe Compiled knapsack/filter_knapmaxxing
a805cab6a3 Submitted knapsack/filter_knapmaxxing
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/flat_dp at coosld/tig-monorepo from mirror 2025-12-10 14:49:01 +08:00
c62208a834 Compiled knapsack/flat_dp
a7122beb55 Submitted knapsack/flat_dp
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/genetic at coosld/tig-monorepo from mirror 2025-12-10 14:49:01 +08:00
9456fe6655 Compiled knapsack/genetic
2ca45259a4 Submitted knapsack/genetic
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/greedy at coosld/tig-monorepo from mirror 2025-12-10 14:49:01 +08:00
63b95b9279 Compiled knapsack/greedy
f260d951d5 Submitted knapsack/greedy
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/even_better_knapsack at coosld/tig-monorepo from mirror 2025-12-10 14:49:00 +08:00
9aa3bc04f5 Compiled knapsack/even_better_knapsack
d0155450f3 Submitted knapsack/even_better_knapsack
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/fast_and_fun at coosld/tig-monorepo from mirror 2025-12-10 14:49:00 +08:00
2e5b434145 Compiled knapsack/fast_and_fun
81986c3cee Submitted knapsack/fast_and_fun
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/fast_and_fun_v2 at coosld/tig-monorepo from mirror 2025-12-10 14:49:00 +08:00
a0d138774e Compiled knapsack/fast_and_fun_v2
5029bb6122 Submitted knapsack/fast_and_fun_v2
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 39 commits »
coosld synced commits to knapsack/branch_and_bound at coosld/tig-monorepo from mirror 2025-12-10 14:48:59 +08:00
d97793428f Compiled knapsack/branch_and_bound
deec485025 Submitted knapsack/branch_and_bound
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/classic_quadkp at coosld/tig-monorepo from mirror 2025-12-10 14:48:59 +08:00
e0a01967ca Compiled knapsack/classic_quadkp
33f8892a57 Submitted knapsack/classic_quadkp
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/dual_descent at coosld/tig-monorepo from mirror 2025-12-10 14:48:59 +08:00
055c07d190 Compiled knapsack/dual_descent
58664e926b Submitted knapsack/dual_descent
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/dynamic at coosld/tig-monorepo from mirror 2025-12-10 14:48:59 +08:00
bdd5cfe79d Compiled knapsack/dynamic
93149d9570 Submitted knapsack/dynamic
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/better_knapm at coosld/tig-monorepo from mirror 2025-12-10 14:48:58 +08:00
e792682443 Compiled knapsack/better_knapm
da80771fd2 Submitted knapsack/better_knapm
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/better_knapp at coosld/tig-monorepo from mirror 2025-12-10 14:48:58 +08:00
ec28f28f6b Compiled knapsack/better_knapp
afb52ed91f Submitted knapsack/better_knapp
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »
coosld synced commits to knapsack/better_knapsack at coosld/tig-monorepo from mirror 2025-12-10 14:48:58 +08:00
59187fadeb Compiled knapsack/better_knapsack
20d403ea2f Submitted knapsack/better_knapsack
bdc6ed6794 Use random shuffle for tie-breaking bundle quality.
f8c442adf4 Add help function to algorithm templates.
b1c1265888 Save model at end of patience.
Compare 45 commits »