Skip to content
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

Open
wants to merge 31 commits into
base: experimental/jlnav_plus_shuds_asktell
Choose a base branch
from

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    2b8e537 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    64c2cd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3104240 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    3d262fb View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. APOSMM can now accept variables and objectives instead of needing ub,…

    … lb and gen_specs.out
    jlnav committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    847a617 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f45ddbe View commit details
    Browse the repository at this point in the history
  3. cleanup/fixes

    jlnav committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    26f1d73 View commit details
    Browse the repository at this point in the history
  4. stop kwargs from replacing entire gen_specs.user; try out vars/objs w…

    …ith aposmm in unit test
    jlnav committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    10e96d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    23b1549 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. additional experiments with vars/objs, including seeing if we can app…

    …end objective keys to the internal dtype
    jlnav committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5f777c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. 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
    jlnav committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ac5467b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85507a4 View commit details
    Browse the repository at this point in the history
  3. remove a debugging print

    jlnav committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fc30284 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    f9e3cba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c36fa View commit details
    Browse the repository at this point in the history
  3. tentatively complete converter for vars/objs -> x/f. but those xs and…

    … fs need to be figured out reasonably, somehow, still
    jlnav committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    25299e7 View commit details
    Browse the repository at this point in the history
  4. some cleanup

    jlnav committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    f0736fb View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. 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
    jlnav committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7fa4d1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14daf3c View commit details
    Browse the repository at this point in the history
  3. 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
    jlnav committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    114c7a4 View commit details
    Browse the repository at this point in the history
  4. just use UniformSample class

    jlnav committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    507bc0a View commit details
    Browse the repository at this point in the history
  5. 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
    jlnav committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    18a52c9 View commit details
    Browse the repository at this point in the history
  6. fix import

    jlnav committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    231e6f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaebbff View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    043feeb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. preparing to add variables_mapping to LibensembleGenerator parent cla…

    …ss; so we know which variables refer to which internal 'x'-like fields
    jlnav committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c380595 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    1e0abd3 View commit details
    Browse the repository at this point in the history
  2. 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
    jlnav committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c7ea54b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    0ee448c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb37f4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b3967 View commit details
    Browse the repository at this point in the history