Skip to content

Comments

Refactoring mostly for shebo#14

Merged
weslleyspereira merged 2 commits intoNatLabRockies:mainfrom
weslleyspereira:try-reworking-shebo
Dec 17, 2025
Merged

Refactoring mostly for shebo#14
weslleyspereira merged 2 commits intoNatLabRockies:mainfrom
weslleyspereira:try-reworking-shebo

Conversation

@weslleyspereira
Copy link
Collaborator

  • evaluate_and_log_point and NomadProblem propagate both infs and nans
  • evaluate_and_log_point does not update best output values. This change will make it possible to use evaluate_and_log_point with other optimization problems in the library
  • WeightedAcquisition was generalized to deal with constraints and perturbation probability in the API. This almost make TransitionSearch superseeded, intentionally. We might remove TransitionSearch in future commits.
  • GosacSample.optimize has been simplified

Changes in shebo:

  • Now the surrogate training sets are synced in the begining of the algorithm.
  • The new code works directly with the original bounds
  • The acquisition function falls back into MaximizeDistance if all points generated by the original shebo strategy happen to be discarded.

Weslley da Silva Pereira added 2 commits December 16, 2025 22:40
- evaluate_and_log_point and NomadProblem propagate both infs and nans
- evaluate_and_log_point does not update best output values. This change will make it possible to use evaluate_and_log_point with other optimization problems in the library
- WeightedAcquisition was generalized to deal with constraints and perturbation probability in the API. This almost make TransitionSearch superseeded, intentionally. We might remove TransitionSearch in future commits.
- GosacSample.optimize has been simplified

Changes in shebo:
- Now the surrogate training sets are synced in the begining of the algorithm.
- The new code works directly with the original bounds
- The acquisition function falls back into MaximizeDistance if all points generated by the original shebo strategy happen to be discarded.
@weslleyspereira weslleyspereira merged commit a9ebdc8 into NatLabRockies:main Dec 17, 2025
12 checks passed
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.

1 participant