-
Notifications
You must be signed in to change notification settings - Fork 31
Better parameterization of APOSMM class, plus docstring #1583
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
Merged
jlnav
merged 45 commits into
experimental/jlnav_plus_shuds_asktell
from
asktell/aposmm_fixes
Oct 29, 2025
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
c8d6a82
starting to populate the APOSMM class with common kwargs, for better …
jlnav 1dce059
small fixes
jlnav 77845a0
docstring for APOSMM class
jlnav 2635236
evaluate an APOSMM with only VOCS passed in
jlnav 4e73c93
replace completely-typed out gen_specs['user'] update from parameters…
jlnav 4357173
coverage adjusts
jlnav ddcddba
Bump crate-ci/typos from 1.35.7 to 1.36.2
dependabot[bot] 4c10f40
Merge pull request #1589 from Libensemble/dependabot/github_actions/d…
jmlarson1 04485be
Adding test for ibcdfo with jax
jmlarson1 df4a395
clenaup
jmlarson1 b370e2b
Bump the python-updates group across 1 directory with 3 updates
dependabot[bot] e6769bc
Starting a manifold sampling example
jmlarson1 ad42858
Merge pull request #1592 from Libensemble/dependabot/pip/develop/pyth…
jmlarson1 0fcc9b5
Fixing ibcdfo tests
jmlarson1 3fe6376
black
jmlarson1 00b6fc0
Black
jmlarson1 63c082a
Updated IBCDFO branch
jmlarson1 5d0ae3d
reverting
jmlarson1 334dc8d
Updated IBCDFO branch
jmlarson1 756a854
Removing unused def
jmlarson1 92e65d3
Merge pull request #1591 from Libensemble/updating_ibcdfo_example
jmlarson1 38f3fcb
Merge pull request #1593 from Libensemble/formatting/black_2025_09_17
jmlarson1 385be08
Bump crate-ci/typos from 1.36.2 to 1.36.3
dependabot[bot] 35610f5
Bump the python-updates group across 1 directory with 2 updates
dependabot[bot] 6c0df1d
Updating IBCDFO branch
jmlarson1 0920ec1
Merge pull request #1599 from Libensemble/update_msp_branch
jmlarson1 f8e977d
Merge pull request #1597 from Libensemble/dependabot/github_actions/d…
jmlarson1 7858075
Merge branch 'develop' into dependabot/pip/develop/python-updates-ee9…
jmlarson1 ec7add0
Merge pull request #1598 from Libensemble/dependabot/pip/develop/pyth…
jmlarson1 f6665b0
Bump crate-ci/typos from 1.36.3 to 1.37.3
dependabot[bot] b7b539f
typo
jmlarson1 95dd275
typo
jmlarson1 1a68569
typo
jmlarson1 a565a4c
Merge pull request #1601 from Libensemble/dependabot/github_actions/d…
jmlarson1 11970ae
Bump crate-ci/typos from 1.37.3 to 1.38.1
dependabot[bot] d74e5f1
Bump the python-updates group with 3 updates
dependabot[bot] c8bee35
Merge pull request #1602 from Libensemble/dependabot/github_actions/d…
jmlarson1 beb9b88
Merge pull request #1603 from Libensemble/dependabot/pip/develop/pyth…
jmlarson1 1353363
Merge branch 'experimental/jlnav_plus_shuds_asktell' into asktell/apo…
jlnav bb26e05
Merge branch 'develop' into asktell/aposmm_fixes
jlnav 948c88b
this specific gen_specs['out'] assignment no longer needed, as confli…
jlnav 047673d
adjust for finalize and export; plus now variables_mapping is required
jlnav b681398
don't need persis_info declared like this
jlnav b828cb4
fixes and refactors as suggested by shuds - *works on multistage lpa*
jlnav c040721
make initial_sample_size and max_active_runs required arguments for a…
jlnav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| globus-compute-sdk==3.12.0 | ||
| globus-compute-sdk==3.16.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| flake8==7.3.0 | ||
| coverage>=7.5 | ||
| pytest==8.4.1 | ||
| pytest-cov==6.2.1 | ||
| pytest==8.4.2 | ||
| pytest-cov==7.0.0 | ||
| pytest-timeout==2.4.0 | ||
| mock==5.2.0 | ||
| python-dateutil==2.9.0.post0 | ||
| anyio==4.10.0 | ||
| matplotlib==3.10.6 | ||
| anyio==4.11.0 | ||
| matplotlib==3.10.7 | ||
| mpmath==1.3.0 | ||
| rich==14.1.0 | ||
| rich==14.2.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should default be 0 or 1.