-
Notifications
You must be signed in to change notification settings - Fork 180
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
PR cleanup #723
Merged
ankushdesai
merged 3 commits into
p-org:experimental/feedback-strategy
from
aoli-al:master
Apr 25, 2024
Merged
PR cleanup #723
ankushdesai
merged 3 commits into
p-org:experimental/feedback-strategy
from
aoli-al:master
Apr 25, 2024
Conversation
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
… does not add it in its observes list (p-org#716)
* Create custom converter for JSON serialization in .NET8 * Add check for different dictionary type for null replacement --------- Co-authored-by: Eric Hua <[email protected]>
ankushdesai
requested changes
Apr 25, 2024
Src/PChecker/CheckerCore/Coverage/ActorRuntimeLogEventCoverage.cs
Outdated
Show resolved
Hide resolved
I noticed that you have already merged part of this PR through #719 . Those commits are removed. |
ankushdesai
merged commit Apr 25, 2024
3f4781a
into
p-org:experimental/feedback-strategy
7 checks passed
ankushdesai
added a commit
that referenced
this pull request
Oct 18, 2024
* Add feedback strategy. (#715) * Add feedback guided scheduling algorithms. * Fix tests. * Add location information to events. * fix change. * Improving the code with some cleanup. (#719) * Disable trace logging to save disk space. * Update feedback algorithm. * fix feedback strategy. * refactor. * Remove experiment features. --------- Co-authored-by: Ao Li <[email protected]> * PR cleanup (#723) * Added support for generating a warning when spec handles an event but does not add it in its observes list (#716) * Create custom converter for JSON serialization in .NET8 (#717) * Create custom converter for JSON serialization in .NET8 * Add check for different dictionary type for null replacement --------- Co-authored-by: Eric Hua <[email protected]> --------- Co-authored-by: Ankush Desai <[email protected]> Co-authored-by: Eric Hua <[email protected]> Co-authored-by: Eric Hua <[email protected]> * Merge Recent Bug Fixes (#778) * Added support for generating a warning when spec handles an event but does not add it in its observes list (#716) * Create custom converter for JSON serialization in .NET8 (#717) * Create custom converter for JSON serialization in .NET8 * Add check for different dictionary type for null replacement --------- Co-authored-by: Eric Hua <[email protected]> * udpate. * update. * update. --------- Co-authored-by: Eric Hua <[email protected]> Co-authored-by: Eric Hua <[email protected]> Co-authored-by: Ao Li <[email protected]> * Fix feedback strategy and remove experiment features. * Removing Pattern (#786) Co-authored-by: Christine Zhou <[email protected]> * Remove conflict analysis * Removing compiler changes (#789) Co-authored-by: Christine Zhou <[email protected]> * Cleanup. * Revert changes to Event. * Revert changes. * Fix merge conflicts. * Remove temp file. * Rename LastSentReceiver to MessageReceiver * Simplify scheduler implementation. * Revert changes in QLearning strategy. * Refactor. * Added VectorTime and BehavioralObserver class for feedback strategy (#799) Co-authored-by: Christine Zhou <[email protected]> * Revert changes in PCTStrategy. * Revert changes in Probabilistic folder. * revert change. --------- Co-authored-by: Ankush Desai <[email protected]> Co-authored-by: ChristineZh0u <[email protected]> Co-authored-by: Christine Zhou <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.