develop -> main July 2026#48
Open
Lance-Drane wants to merge 127 commits into
Open
Conversation
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
return original workflow ID in all responses
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Acl batch workflow ids
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
main -> develop
main -> develop
#20 - push 'latest' image tag for 'main' branch
fix bug for discrete_measurements=True
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
…g fixture Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
…rocessing to HTML generator Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
…/dial into initial_benchmarking
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Add hypercube strategy for get_next_point
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
- manual_client: adapt to new payload structure - sinusoidal_growth_client: handle std.dev. vs variance and configure length_scale
- there appears to be an interaction between pydantic validation and type comparisons that makes them not be stable. Use a str with name instead.
- test with different backend and tweak hyperparameters
also update the provided scripts Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Expanded output for get_surrogate_values()
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
- clean up return values, now that the distinction between stddevs, and transformed stddevs is no longer necesssary
- fix sign mistake in EI and UncertaintyBound
- increase number of greedy restarts for get_next_point, and add debug
- test using different acquisition strategies for rosenbrock in different iterations
- if the repeat arguments bounds, y_is_good, extra_args are not None, they will replace the stored values in the initial workflow initialization
Adds the following features: - multiple dataset_y values plus validation of length - labels for dataset_y columns - add standardized way to encode output statistics through 'statistics_y' - better validation of input length Fixes the following bugs: - fixed acquisition functions expected_improvement and confidence_bound - erroneous conversions between variance and standard deviation - correct inverse transformation of standard deviations - errors in examples: 1d_sinusoidal_growth_client, manual_client, 2d_rosenbrock_client
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TSIA