Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not get stuck due to adaptive capping (#749)
* Do not get stuck due to adaptive capping If the incumbent has all the instance-seed pairs covered and the challenger is ruled out due to adaptive capping, we cancel all the runs on the current challenger to proceed to the next challenger. * Intensification: Discard capped challenger early Discard a challenger that is ruled out due to adaptive capping immediately. Do not wait for the incumbent to be saturated. Once a challenger is ruled out due to adaptive capping, it would always fail the adaptive cap test in the future. * Remove an unnecessary statement Simplify the fix to issue #748. Follows a suggestion by @dengdifan: https://github.com/automl/SMAC3/pull/749/files#r691892051 * Update the documentation of the challenger discard process Follow a suggestion by @dengdifan: #749 (comment)
- Loading branch information