Commit Graph

63 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 1a493c30eb properly ignore `__pycache__` 2023-05-07 07:53:10 -07:00
Connor Olding d0ee54fd4b note numpy version 2023-05-07 07:52:39 -07:00
Connor Olding e4a26db773 fix closures attempting to unconditionally import numpy 2023-05-07 07:52:24 -07:00
Connor Olding 4a77d42a04 fix typo 2023-05-07 07:42:57 -07:00
Connor Olding efb2b16a0d generate double-quotes to avoid excessive reformatting 2023-05-07 07:40:01 -07:00
Connor Olding c1bb13becc update readme 2023-05-07 07:38:06 -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 49b1f27c8a more aggressive .gitignore 2023-05-07 06:27:57 -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 bda6b7f492 update readme to accommodate reorganization 2023-05-07 05:35:53 -07:00
Connor Olding 6be9cac743 begin reorganizing into a module 2023-05-07 05:30:53 -07:00
Connor Olding 83380ea42f add some optimizers from fcmaes (AKA fast-cma-es) 2023-05-06 21:32:45 -07:00
Connor Olding eea778a67c add optimizers from evolopy 2023-05-06 20:42:23 -07:00
Connor Olding bb755f67b9 fix evolopy's GA 2023-05-06 20:41:47 -07:00
Connor Olding 6e4b6f1dc9 include license for evolopy 2023-05-06 20:38:11 -07:00
Connor Olding ffedbbaedf import solution.py from evolopy and use it 2023-05-06 20:20:58 -07:00
Connor Olding 4daac79f23 import `optimizers` from evolopy 2023-05-06 20:20:50 -07:00
Connor Olding 05343dad24 add history of optimal values and incorporate into each ranking 2023-05-05 14:11:44 -07:00
Connor Olding 3353b27884 add almost every nevergrad optimizer 2023-05-04 16:01:02 -07:00
Connor Olding 5118c93097 sort imports 2023-05-04 15:47:06 -07:00
Connor Olding 970260783d add my own optimizers (birect, soo, mercury) 2023-05-04 15:35:23 -07:00
Connor Olding eaa6c5de04 import hipsterplot from hipsterplot 2023-05-04 15:29:00 -07:00