-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Asktell/variables objectives #1448
base: experimental/jlnav_plus_shuds_asktell
Are you sure you want to change the base?
[WIP] Asktell/variables objectives #1448
Commits on Oct 14, 2024
-
initial commit - adding variables/objectives to initializer signature…
…s in several gens
Configuration menu - View commit details
-
Copy full SHA for 2b8e537 - Browse repository at this point
Copy the full SHA 2b8e537View commit details
Commits on Oct 18, 2024
-
Merge branch 'experimental/jlnav_plus_shuds_asktell' into asktell/var…
…iables_objectives
Configuration menu - View commit details
-
Copy full SHA for 64c2cd1 - Browse repository at this point
Copy the full SHA 64c2cd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3104240 - Browse repository at this point
Copy the full SHA 3104240View commit details
Commits on Oct 21, 2024
-
i wonder if we can determine lb, ub, and n based on the contents of s…
…tandard-variables
Configuration menu - View commit details
-
Copy full SHA for 3d262fb - Browse repository at this point
Copy the full SHA 3d262fbView commit details
Commits on Oct 22, 2024
-
APOSMM can now accept variables and objectives instead of needing ub,…
… lb and gen_specs.out
Configuration menu - View commit details
-
Copy full SHA for 847a617 - Browse repository at this point
Copy the full SHA 847a617View commit details -
Configuration menu - View commit details
-
Copy full SHA for f45ddbe - Browse repository at this point
Copy the full SHA f45ddbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26f1d73 - Browse repository at this point
Copy the full SHA 26f1d73View commit details -
stop kwargs from replacing entire gen_specs.user; try out vars/objs w…
…ith aposmm in unit test
Configuration menu - View commit details
-
Copy full SHA for 10e96d8 - Browse repository at this point
Copy the full SHA 10e96d8View commit details
Commits on Oct 23, 2024
-
Merge branch 'experimental/jlnav_plus_shuds_asktell' into asktell/var…
…iables_objectives
Configuration menu - View commit details
-
Copy full SHA for 23b1549 - Browse repository at this point
Copy the full SHA 23b1549View commit details
Commits on Oct 25, 2024
-
additional experiments with vars/objs, including seeing if we can app…
…end objective keys to the internal dtype
Configuration menu - View commit details
-
Copy full SHA for 5f777c2 - Browse repository at this point
Copy the full SHA 5f777c2View commit details
Commits on Oct 28, 2024
-
moving logic for determining lb and ub from variables into parent cla…
…ss; setting up unit test to eventually map user-specififed variables into internal xs
Configuration menu - View commit details
-
Copy full SHA for ac5467b - Browse repository at this point
Copy the full SHA ac5467bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85507a4 - Browse repository at this point
Copy the full SHA 85507a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc30284 - Browse repository at this point
Copy the full SHA fc30284View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f9e3cba - Browse repository at this point
Copy the full SHA f9e3cbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c36fa - Browse repository at this point
Copy the full SHA 14c36faView commit details -
tentatively complete converter for vars/objs -> x/f. but those xs and…
… fs need to be figured out reasonably, somehow, still
Configuration menu - View commit details
-
Copy full SHA for 25299e7 - Browse repository at this point
Copy the full SHA 25299e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0736fb - Browse repository at this point
Copy the full SHA f0736fbView commit details
Commits on Nov 4, 2024
-
fix continue-condition to occur earlier if we're looking at keys we d…
…on't want to convert. fix key-that-starts-with-variable condition, plus append the distinguishing integer
Configuration menu - View commit details
-
Copy full SHA for 7fa4d1e - Browse repository at this point
Copy the full SHA 7fa4d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14daf3c - Browse repository at this point
Copy the full SHA 14daf3cView commit details -
fix asktell_gen functionality test - including removing wrapper tests…
…, since variables/objectives probably wont be passed in. remove exact H-entry test, since the gen does its own internal persis_info
Configuration menu - View commit details
-
Copy full SHA for 114c7a4 - Browse repository at this point
Copy the full SHA 114c7a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 507bc0a - Browse repository at this point
Copy the full SHA 507bc0aView commit details -
remove ask/tell surmise and ask/tell surmise test - they were proof-o…
…f-concepts from before we became dedicated to ask/tell, plus currently it's gen_out is rather "largely dimensioned" for defining via variables/objectives
Configuration menu - View commit details
-
Copy full SHA for 18a52c9 - Browse repository at this point
Copy the full SHA 18a52c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 231e6f0 - Browse repository at this point
Copy the full SHA 231e6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaebbff - Browse repository at this point
Copy the full SHA eaebbffView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 043feeb - Browse repository at this point
Copy the full SHA 043feebView commit details
Commits on Nov 6, 2024
-
preparing to add variables_mapping to LibensembleGenerator parent cla…
…ss; so we know which variables refer to which internal 'x'-like fields
Configuration menu - View commit details
-
Copy full SHA for c380595 - Browse repository at this point
Copy the full SHA c380595View commit details
Commits on Nov 7, 2024
-
Merge branch 'experimental/jlnav_plus_shuds_asktell' into asktell/var…
…iables_objectives
Configuration menu - View commit details
-
Copy full SHA for 1e0abd3 - Browse repository at this point
Copy the full SHA 1e0abd3View commit details -
intermediate work on passing mapping into np_to_list_dicts. need to p…
…ut into list_dicts_to_np now, to unpack the opposite direction
Configuration menu - View commit details
-
Copy full SHA for c7ea54b - Browse repository at this point
Copy the full SHA c7ea54bView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ee448c - Browse repository at this point
Copy the full SHA 0ee448cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb37f4b - Browse repository at this point
Copy the full SHA bb37f4bView commit details -
some cleanup of generators.py in anticipation of the changes to the d…
…ict->np converters
Configuration menu - View commit details
-
Copy full SHA for 38b3967 - Browse repository at this point
Copy the full SHA 38b3967View commit details