Commit graph

49 commits

Author SHA1 Message Date
d0ee54fd4b note numpy version 2023-05-07 07:52:39 -07:00
e4a26db773 fix closures attempting to unconditionally import numpy 2023-05-07 07:52:24 -07:00
4a77d42a04 fix typo 2023-05-07 07:42:57 -07:00
efb2b16a0d generate double-quotes to avoid excessive reformatting 2023-05-07 07:40:01 -07:00
c1bb13becc update readme 2023-05-07 07:38:06 -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
49b1f27c8a more aggressive .gitignore 2023-05-07 06:27:57 -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
bda6b7f492 update readme to accommodate reorganization 2023-05-07 05:35:53 -07:00
6be9cac743 begin reorganizing into a module 2023-05-07 05:30:53 -07:00
83380ea42f add some optimizers from fcmaes (AKA fast-cma-es) 2023-05-06 21:32:45 -07:00
eea778a67c add optimizers from evolopy 2023-05-06 20:42:23 -07:00
bb755f67b9 fix evolopy's GA 2023-05-06 20:41:47 -07:00
6e4b6f1dc9 include license for evolopy 2023-05-06 20:38:11 -07:00
ffedbbaedf import solution.py from evolopy and use it 2023-05-06 20:20:58 -07:00
4daac79f23 import optimizers from evolopy 2023-05-06 20:20:50 -07:00
05343dad24 add history of optimal values and incorporate into each ranking 2023-05-05 14:11:44 -07:00
3353b27884 add almost every nevergrad optimizer 2023-05-04 16:01:02 -07:00
5118c93097 sort imports 2023-05-04 15:47:06 -07:00
970260783d add my own optimizers (birect, soo, mercury) 2023-05-04 15:35:23 -07:00
eaa6c5de04 import hipsterplot from hipsterplot 2023-05-04 15:29:00 -07:00
d23869e01a add scipy shgo optimizers (with cobyla and slsqp) 2023-05-04 15:18:49 -07:00
7b64928b43 add most scipy optimizers 2023-05-04 15:13:36 -07:00
8ebd87e965 add dlib optimizer 2023-05-04 15:08:14 -07:00
91b167992a include run_anyway in output 2023-05-04 15:05:10 -07:00
200d6c000d reformat 2023-05-04 15:04:51 -07:00
2860ffdc3b add automatically-generated lists of optimizers 2023-05-04 15:02:08 -07:00
2448274fa7 move project() into utils_np 2023-05-04 15:01:28 -07:00
50f84f1ae1 add the most basic usage 2023-05-04 08:24:04 -07:00
4829cbb0af add the bare-ish minimum to get things going 2023-05-04 08:22:54 -07:00
85754a576e ignore me 2023-05-04 08:21:03 -07:00
1e7ea4a1c2 inline missing class 2023-05-04 07:59:54 -07:00
3fccc2f937 import go_benchmark_functions from scipy 2023-05-04 07:58:52 -07:00
ea1ad4e722 init 2023-05-04 07:40:37 -07:00