-
Notifications
You must be signed in to change notification settings - Fork 27
Feature/adjusts for optimas #1433
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/adjusts for optimas #1433
Conversation
…asses coming in future
…k to APOSMM until either the entire initial sample is complete, or the subequent sample is
…..? do we assume thats the same as max_active_runs?
return user["initial_sample_size"] if not self._told_initial_sample else user["max_active_runs"] | ||
|
||
@property | ||
def _enough_initial_sample(self): |
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.
is this necessary for non-optimas cases?
if calc_in is not None: | ||
self.y_new = np.atleast_2d(calc_in["f"]).T | ||
nan_indices = [i for i, fval in enumerate(self.y_new) if np.isnan(fval)] | ||
nan_indices = [i for i, fval in enumerate(self.y_new) if np.isnan(fval[0])] |
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.
why was this necessary for gpcam+optimas experiments but not libE ones?
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## experimental/jlnav_plus_shuds_asktell #1433 +/- ##
=========================================================================
+ Coverage 76.25% 78.76% +2.51%
=========================================================================
Files 91 90 -1
Lines 8389 8280 -109
Branches 1492 1476 -16
=========================================================================
+ Hits 6397 6522 +125
+ Misses 1748 1527 -221
+ Partials 244 231 -13 ☔ View full report in Codecov by Sentry. |
…ta deal with getting a variable number of responses
Bumps [globus-compute-sdk](https://github.com/globus/globus-compute) from 2.27.1 to 2.28.0. - [Release notes](https://github.com/globus/globus-compute/releases) - [Changelog](https://github.com/globus/globus-compute/blob/main/docs/changelog.rst) - [Commits](globus/globus-compute@2.27.1...2.28.0) --- updated-dependencies: - dependency-name: globus-compute-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.6 to 1.25.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.24.6...v1.25.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…vering for similar-to-optimas asks and tells
…evelop/crate-ci/typos-1.25.0 Bump crate-ci/typos from 1.24.6 to 1.25.0
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.25.0...v1.26.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…us-compute-sdk-2.28.0 Bump globus-compute-sdk from 2.27.1 to 2.28.0
…evelop/crate-ci/typos-1.26.0 Bump crate-ci/typos from 1.25.0 to 1.26.0
…s instead of Thread, to potentially prevent data mangling
… the persistent_gen - otherwise since it was slotted in the same point will get sent back again
…sults, not just the number we've buffered...
…a routine for subsequent runs that dont need slotting in anyway!!
dbd19fd
into
experimental/jlnav_plus_shuds_asktell
Some tentative changes, mostly adjusts to the APOSMM class so it does internal buffering