Skip to content

Conversation

@shuds13
Copy link
Member

@shuds13 shuds13 commented Dec 11, 2025

ax_trial_id and arm_name are not shared externally.

  • Check in tests
  • Check in examples
  • Check in libEnsemble (using multitask gen). Including with a previous History read in.
  • Check model state correct after history read in
  • Agree on _id policy for unknown points.

Note, that when a history is read into gen, these points are allocated _ids internally.

So suggested points after that will provide _ids that do not start at zero.

ax_trial_id and arm_name are not shared externally.
arms.append(
Arm(parameters=params, name=param_to_name[arm.signature])
)
self._next_id += 1
Copy link
Member Author

Choose a reason for hiding this comment

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

Do we want this, for unknown points.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants