-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve handling of failed evaluations #154
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
2307a10
Remove unnecessary sim_specs out
AngelFP 7852c13
Prefill sim output with NaNs
AngelFP c5bd71c
Merge branch 'main' into feature/failed_trials
AngelFP a6c7142
Implement `TrialStatus`
AngelFP d192de7
Mark failed evaluations
AngelFP 2f41ecf
Handle failed trials in Ax Service generators
AngelFP a38cff0
Merge branch 'feature/failed_trials' of https://github.com/optimas-or…
AngelFP 78280ab
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b734498
Fix bug
AngelFP 5ae53a3
Abandon failed trials by default
AngelFP e060250
Handle failed trials in multitask gen
AngelFP 0bd1cef
Expose `abandon_failed_trials`
AngelFP 6689547
Distinguish completed, failed and evaluated trials
AngelFP 8307b19
Fix bug
AngelFP cb6dd4c
Fix bug
AngelFP b59bb3d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b32d8fe
Add tests for failed trials
AngelFP 4bbee18
Merge branch 'feature/failed_trials' of https://github.com/optimas-or…
AngelFP e0c7719
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 86a07f1
Workaround to fix `cwd` being changed by `libE`
AngelFP f026646
Fix test
AngelFP 70b98c2
Set trial status in sim function
AngelFP 1cb339c
Fail evaluations with NaNs
AngelFP 7f7ec41
Update tests
AngelFP 6ae8a42
Remove unused import
AngelFP ede5624
Revert change
AngelFP 480cfeb
Merge branch 'main' into feature/failed_trials
AngelFP 31128fb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f8cc666
Formatting
AngelFP deca2c3
Improve sorting of `trial_status` in history df
AngelFP d08cdf2
Merge branch 'main' into feature/failed_trials
AngelFP 1f95c4c
Execute `analysis_func` safely
AngelFP cf4b2b2
Avoid generic exception catch-all
AngelFP 6235217
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0e86e73
Extend test
AngelFP 002b0ba
Merge branch 'feature/failed_trials' of https://github.com/optimas-or…
AngelFP b19de19
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 272c891
Merge branch 'main' into feature/failed_trials
AngelFP 847b7b3
Merge branch 'main' into feature/failed_trials
AngelFP 6b29a80
Merge branch 'main' into feature/failed_trials
AngelFP d041560
Enable marking trials as failed after completion
AngelFP 7178404
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] fccd950
Update test
AngelFP e2980bf
Merge branch 'feature/failed_trials' of https://github.com/optimas-or…
AngelFP 08f1bf7
Merge branch 'main' into feature/failed_trials
AngelFP 43b7795
Update test
AngelFP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we bring this up to the
libEnsemble
team?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. I opened a new issue Libensemble/libensemble#1244