Skip to content

Conversation

@ben-c-2013
Copy link
Collaborator

Fixed a bug in Runnable.optimize() by updating the import command from ax import optimize as bayes_opt to from ax.service.managed_loop import optimize as bayes_opt.

Also improved Runnable.is_scan(), made Runnable.extract_beam_function() work for multi-shot runs that are not a scan and edited some doc strings.

…m ax. Also improved Runnable.is_scan(), made Runnable.extract_beam_function() work for multi-shot runs that are not a scan and edited some doc strings.
@ben-c-2013 ben-c-2013 added the bug Something isn't working label Sep 30, 2025

# perform optimization
from ax import optimize as bayes_opt
from ax.service.managed_loop import optimize as bayes_opt
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where did this change?

Maybe enforce ax version number in project def ?

Copy link
Collaborator

@kyrsjo kyrsjo Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here:

"ax-platform",

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants