-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: main
Are you sure you want to change the base?
Commits on Apr 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 985f611 - Browse repository at this point
Copy the full SHA 985f611View commit details -
Configuration menu - View commit details
-
Copy full SHA for af48c3c - Browse repository at this point
Copy the full SHA af48c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 707b7cb - Browse repository at this point
Copy the full SHA 707b7cbView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for dd62c06 - Browse repository at this point
Copy the full SHA dd62c06View commit details
Commits on May 8, 2024
-
Merge remote-tracking branch 'upstream/feature/libe_gen_wrapper' into…
… feature/asktell_aposmm
Configuration menu - View commit details
-
Copy full SHA for dc7d54a - Browse repository at this point
Copy the full SHA dc7d54aView commit details
Commits on May 9, 2024
-
adjustments to combine aposmm-settings and user-settings, plus call s…
…etup to start the thread
Configuration menu - View commit details
-
Copy full SHA for d5a1d4b - Browse repository at this point
Copy the full SHA d5a1d4bView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 18c1bad - Browse repository at this point
Copy the full SHA 18c1badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d10b02 - Browse repository at this point
Copy the full SHA 1d10b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for e887f06 - Browse repository at this point
Copy the full SHA e887f06View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1b9b966 - Browse repository at this point
Copy the full SHA 1b9b966View commit details
Commits on May 13, 2024
-
debugging, replacing objective with 6hc, noticing that optimas tries …
…overwriting x with new f values? probably a bug on my end
Configuration menu - View commit details
-
Copy full SHA for 838d0d1 - Browse repository at this point
Copy the full SHA 838d0d1View commit details
Commits on May 14, 2024
-
insert sample points, fix incorrect data being passed back by allowin…
…g results_array to be empty
Configuration menu - View commit details
-
Copy full SHA for 09bf72d - Browse repository at this point
Copy the full SHA 09bf72dView commit details -
Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…
…imas into feature/asktell_aposmm
Configuration menu - View commit details
-
Copy full SHA for f887fca - Browse repository at this point
Copy the full SHA f887fcaView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for d77f36d - Browse repository at this point
Copy the full SHA d77f36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aea989 - Browse repository at this point
Copy the full SHA 3aea989View commit details -
Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…
…imas into feature/asktell_aposmm
Configuration menu - View commit details
-
Copy full SHA for c9542d2 - Browse repository at this point
Copy the full SHA c9542d2View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 258c015 - Browse repository at this point
Copy the full SHA 258c015View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b970c - Browse repository at this point
Copy the full SHA b4b970cView commit details
Commits on May 16, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 715473a - Browse repository at this point
Copy the full SHA 715473aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for dd3e3c8 - Browse repository at this point
Copy the full SHA dd3e3c8View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9f71994 - Browse repository at this point
Copy the full SHA 9f71994View commit details -
combine libe_gen_instance and libe_gen_class into one parameter, some…
… cleanup, better handling of non-existance of final_tell
Configuration menu - View commit details
-
Copy full SHA for 2674dbe - Browse repository at this point
Copy the full SHA 2674dbeView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 1ed3c31 - Browse repository at this point
Copy the full SHA 1ed3c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81a3b07 - Browse repository at this point
Copy the full SHA 81a3b07View commit details -
Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…
…imas into feature/asktell_aposmm
Configuration menu - View commit details
-
Copy full SHA for e4dc0ba - Browse repository at this point
Copy the full SHA e4dc0baView commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab20e98 - Browse repository at this point
Copy the full SHA ab20e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for c797c9c - Browse repository at this point
Copy the full SHA c797c9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 859669d - Browse repository at this point
Copy the full SHA 859669dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 751563f - Browse repository at this point
Copy the full SHA 751563fView commit details
Commits on May 24, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for f8c3fc2 - Browse repository at this point
Copy the full SHA f8c3fc2View commit details -
Merge branch 'feature/asktell_aposmm' of https://github.com/jlnav/opt…
…imas into feature/asktell_aposmm
Configuration menu - View commit details
-
Copy full SHA for ca44a9c - Browse repository at this point
Copy the full SHA ca44a9cView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for ce47066 - Browse repository at this point
Copy the full SHA ce47066View commit details
Commits on May 28, 2024
-
make additional APOSMMWrapper subclass of libEWrapper, with additiona…
…l TrialParameters, plus all aposmm-specific array quirks.
Configuration menu - View commit details
-
Copy full SHA for dc294e5 - Browse repository at this point
Copy the full SHA dc294e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 720bf8f - Browse repository at this point
Copy the full SHA 720bf8fView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 696e00e - Browse repository at this point
Copy the full SHA 696e00eView commit details
Commits on May 31, 2024
-
rough-comparison between aposmm-detected minima and known minima, add…
…itional docs for Exploration.finalize()
Configuration menu - View commit details
-
Copy full SHA for ce8beb8 - Browse repository at this point
Copy the full SHA ce8beb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb26486 - Browse repository at this point
Copy the full SHA bb26486View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 9f2a059 - Browse repository at this point
Copy the full SHA 9f2a059View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52dbd2e - Browse repository at this point
Copy the full SHA 52dbd2eView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08a835b - Browse repository at this point
Copy the full SHA 08a835bView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf32ec4 - Browse repository at this point
Copy the full SHA bf32ec4View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6232b41 - Browse repository at this point
Copy the full SHA 6232b41View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 595fd86 - Browse repository at this point
Copy the full SHA 595fd86View commit details