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

feature/libe_gen_wrapper + Feature/asktell aposmm #209

Open
wants to merge 43 commits into
base: main
Choose a base branch
from

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    985f611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af48c3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    707b7cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd62c06 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge remote-tracking branch 'upstream/feature/libe_gen_wrapper' into…

    … feature/asktell_aposmm
    jlnav committed May 8, 2024
    Configuration menu
    Copy the full SHA
    dc7d54a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. adjustments to combine aposmm-settings and user-settings, plus call s…

    …etup to start the thread
    jlnav committed May 9, 2024
    Configuration menu
    Copy the full SHA
    d5a1d4b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    18c1bad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d10b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e887f06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b9b966 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. debugging, replacing objective with 6hc, noticing that optimas tries …

    …overwriting x with new f values? probably a bug on my end
    jlnav committed May 13, 2024
    Configuration menu
    Copy the full SHA
    838d0d1 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. insert sample points, fix incorrect data being passed back by allowin…

    …g results_array to be empty
    jlnav committed May 14, 2024
    Configuration menu
    Copy the full SHA
    09bf72d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…

    …imas into feature/asktell_aposmm
    jlnav committed May 14, 2024
    Configuration menu
    Copy the full SHA
    f887fca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d77f36d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3aea989 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…

    …imas into feature/asktell_aposmm
    jlnav committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c9542d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    258c015 View commit details
    Browse the repository at this point in the history
  7. remove a debug print

    jlnav committed May 14, 2024
    Configuration menu
    Copy the full SHA
    b4b970c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. adjust run_example constants and bounds, cleanup wrapper's _tell to s…

    …lot in points to variably-sized results-array (based on either initial sample, or subsequent points)
    jlnav committed May 16, 2024
    Configuration menu
    Copy the full SHA
    715473a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd3e3c8 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    9f71994 View commit details
    Browse the repository at this point in the history
  2. combine libe_gen_instance and libe_gen_class into one parameter, some…

    … cleanup, better handling of non-existance of final_tell
    jlnav committed May 22, 2024
    Configuration menu
    Copy the full SHA
    2674dbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ed3c31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81a3b07 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…

    …imas into feature/asktell_aposmm
    jlnav committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e4dc0ba View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. tentative docstrings

    jlnav committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ab20e98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c797c9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    859669d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    751563f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. introduces Exploration.finalize(). Moves gen.final_tell into that met…

    …hod. Remove now-unneeded gen reference from wrapper, since serialization issues for live-gen. *But*, the reference stays alive in libE
    jlnav committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f8c3fc2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…

    …imas into feature/asktell_aposmm
    jlnav committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ca44a9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce47066 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. make additional APOSMMWrapper subclass of libEWrapper, with additiona…

    …l TrialParameters, plus all aposmm-specific array quirks.
    jlnav committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dc294e5 View commit details
    Browse the repository at this point in the history
  2. docstrings

    jlnav committed May 28, 2024
    Configuration menu
    Copy the full SHA
    720bf8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    696e00e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. rough-comparison between aposmm-detected minima and known minima, add…

    …itional docs for Exploration.finalize()
    jlnav committed May 31, 2024
    Configuration menu
    Copy the full SHA
    ce8beb8 View commit details
    Browse the repository at this point in the history
  2. additional documentation

    jlnav committed May 31, 2024
    Configuration menu
    Copy the full SHA
    bb26486 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f2a059 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. indexing fix

    jlnav committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    52dbd2e View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

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

Commits on Jul 22, 2024

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

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    6232b41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    595fd86 View commit details
    Browse the repository at this point in the history