Commit Graph

33 Commits

Author SHA1 Message Date
Connor Olding 928cad2510 fix copypaste issue 2023-05-21 02:53:01 -07:00
Connor Olding c77c9968c7 prepare dummy lists for 5D and 6D problems 2023-05-20 19:05:53 -07:00
Connor Olding 2ec495e5f8 add optimizers from cobyqa 2023-05-20 19:03:46 -07:00
Connor Olding a0e46871e6 add option to scoring to return values before averaging 2023-05-19 20:57:04 -07:00
Connor Olding 9618061bd3 remove irrelevant info from print 2023-05-14 02:23:08 -07:00
Connor Olding 953f522360 abstract loop body into Runner class 2023-05-14 02:15:32 -07:00
Connor Olding 3c7b41b562 remove unused import 2023-05-13 15:02:59 -07:00
Connor Olding e6b125bed1 mostly superficial cleanup 2023-05-10 00:23:26 -07:00
Connor Olding 3365a182b5 clean up display of old scoring method 2023-05-09 23:52:27 -07:00
Connor Olding cb01f794cd remove filtering from go benchmarks for now 2023-05-09 18:51:28 -07:00
Connor Olding 03a25e010a move fib and prune_results into utilities 2023-05-09 18:36:06 -07:00
Connor Olding 665910b70c remove extraneous code 2023-05-09 18:35:44 -07:00
Connor Olding 1072f3d147 fix regression in quasirandom from swapping arguments 2023-05-08 02:20:03 -07:00
Connor Olding e4a26db773 fix closures attempting to unconditionally import numpy 2023-05-07 07:52:24 -07:00
Connor Olding efb2b16a0d generate double-quotes to avoid excessive reformatting 2023-05-07 07:40:01 -07:00
Connor Olding 6114ccbd40 reformat 2023-05-07 07:36:12 -07:00
Connor Olding 9cc122b81a rename notwa candidates to internal, sort imports 2023-05-07 07:34:15 -07:00
Connor Olding b0810cee8c rename n_dim to size, rename n_trials to budget, swap their order 2023-05-07 07:30:55 -07:00
Connor Olding 6778965d70 remove with_count parameter (act like it's True) 2023-05-07 07:21:13 -07:00
Connor Olding ac39efe00a do not display results for now 2023-05-07 07:01:06 -07:00
Connor Olding c36aead212 move a couple math functions into their own file 2023-05-07 06:55:46 -07:00
Connor Olding 258c42d963 move objective wrapper into its own file 2023-05-07 06:52:41 -07:00
Connor Olding 34713232e3 move experimental scoring method to its own file 2023-05-07 06:44:01 -07:00
Connor Olding db5473da43 rename notwacube to parties (of candidates) 2023-05-07 06:41:38 -07:00
Connor Olding f0ea7750aa move colored printers into their own file 2023-05-07 06:33:24 -07:00
Connor Olding 9de5493e96 move utilities into a utilities submodule 2023-05-07 06:28:46 -07:00
Connor Olding a8595d2616 move imports of candidates into init script 2023-05-07 06:16:52 -07:00
Connor Olding fe290b4311 adjust internal scripts to work in the modular context 2023-05-07 06:12:52 -07:00
Connor Olding 5614429883 move solutions and its data generation into solutions submodule 2023-05-07 06:03:20 -07:00
Connor Olding f5eebca36e reorganize standalone libraries into internal and external submodules 2023-05-07 05:58:15 -07:00
Connor Olding 5905a5a06f remove cube2 suffix from candidates 2023-05-07 05:44:51 -07:00
Connor Olding ccbab1573c move cube2 files into candidates submodule 2023-05-07 05:41:59 -07:00
Connor Olding 6be9cac743 begin reorganizing into a module 2023-05-07 05:30:53 -07:00