Commit graph

25 commits

Author SHA1 Message Date
3365a182b5 clean up display of old scoring method 2023-05-09 23:52:27 -07:00
cb01f794cd remove filtering from go benchmarks for now 2023-05-09 18:51:28 -07:00
03a25e010a move fib and prune_results into utilities 2023-05-09 18:36:06 -07:00
665910b70c remove extraneous code 2023-05-09 18:35:44 -07:00
1072f3d147 fix regression in quasirandom from swapping arguments 2023-05-08 02:20:03 -07:00
e4a26db773 fix closures attempting to unconditionally import numpy 2023-05-07 07:52:24 -07:00
efb2b16a0d generate double-quotes to avoid excessive reformatting 2023-05-07 07:40:01 -07:00
6114ccbd40 reformat 2023-05-07 07:36:12 -07:00
9cc122b81a rename notwa candidates to internal, sort imports 2023-05-07 07:34:15 -07:00
b0810cee8c rename n_dim to size, rename n_trials to budget, swap their order 2023-05-07 07:30:55 -07:00
6778965d70 remove with_count parameter (act like it's True) 2023-05-07 07:21:13 -07:00
ac39efe00a do not display results for now 2023-05-07 07:01:06 -07:00
c36aead212 move a couple math functions into their own file 2023-05-07 06:55:46 -07:00
258c42d963 move objective wrapper into its own file 2023-05-07 06:52:41 -07:00
34713232e3 move experimental scoring method to its own file 2023-05-07 06:44:01 -07:00
db5473da43 rename notwacube to parties (of candidates) 2023-05-07 06:41:38 -07:00
f0ea7750aa move colored printers into their own file 2023-05-07 06:33:24 -07:00
9de5493e96 move utilities into a utilities submodule 2023-05-07 06:28:46 -07:00
a8595d2616 move imports of candidates into init script 2023-05-07 06:16:52 -07:00
fe290b4311 adjust internal scripts to work in the modular context 2023-05-07 06:12:52 -07:00
5614429883 move solutions and its data generation into solutions submodule 2023-05-07 06:03:20 -07:00
f5eebca36e reorganize standalone libraries into internal and external submodules 2023-05-07 05:58:15 -07:00
5905a5a06f remove cube2 suffix from candidates 2023-05-07 05:44:51 -07:00
ccbab1573c move cube2 files into candidates submodule 2023-05-07 05:41:59 -07:00
6be9cac743 begin reorganizing into a module 2023-05-07 05:30:53 -07:00