-
Notifications
You must be signed in to change notification settings - Fork 19
466 add delay in testing and planned migration #866
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
Merged
DavidKerkmann
merged 50 commits into
main
from
466-add-delay-in-testing-and-planned-migration
Aug 5, 2024
+186
−135
Merged
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
b40aedc
Add struct for TestingResult in Person
khoanguyen-dev 1df30bc
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 20ddc7e
Add functions for TestResult in Person
khoanguyen-dev 6513547
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 2cf4afc
Add functions for checking a Person require a test in advance
khoanguyen-dev c83b092
Fix compilation errors
khoanguyen-dev fe2ce6e
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 90530ce
Add structures for agents to look ahead for tests
khoanguyen-dev 331848b
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 2513d4e
Resolve compilation error
khoanguyen-dev 0f55433
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 0d387e5
Resolve compilation error
khoanguyen-dev 39813d6
Simplify the testing in advance function
khoanguyen-dev 0509292
Test for getting test result in Person
khoanguyen-dev 6f4a8eb
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev dfe6899
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 0ecd87d
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 562dca4
Add test to run TestStrategy for future Trips and Migration rules
khoanguyen-dev 267767c
Remove unused variables in the tests running TestStrategy for future …
khoanguyen-dev 609e4f9
Remove unused variables in the tests running TestStrategy for future …
khoanguyen-dev e266ad9
Add migration plan for Person class
khoanguyen-dev 0d4d789
Add check to see if the Person plan ahead of time
khoanguyen-dev 69419cf
Add check for parameter LookAheadTime
khoanguyen-dev 4a29d4d
Change Person's m_test_results from vector to CustomIndexArray
khoanguyen-dev e75e79d
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 7458989
Fix error in test abm migration and person
khoanguyen-dev 09bbacf
Fix an error in run_strategy()
khoanguyen-dev 941df85
Remove some debugging cout from run_strategy()
khoanguyen-dev b11679d
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 44f9388
Add structure for Person to remember its lastest planning time
khoanguyen-dev eb53fde
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev c523cfc
Remove tests for planning in World
khoanguyen-dev b82e845
Fix the error of PRAGMA_OMP(parallel for) in World::planning
khoanguyen-dev 26d5a67
Attemp 2
khoanguyen-dev 921c24e
Attemp 3
khoanguyen-dev dc375cf
Attemp 4 with pragma omp critical
khoanguyen-dev f7bc458
Add PRAGMA_OMP(critical) to World
khoanguyen-dev ec9c878
Fix error with PRAGMA_OMP(parallel for) to World
khoanguyen-dev 59869d9
Merge branch 'main' into 466-add-delay-in-testing-and-planned-migration
khoanguyen-dev 4e906af
Improve comments and adjust TestResult to have a variable named is_al…
khoanguyen-dev aa36dfd
Remove m_time_of_last_test for Person
khoanguyen-dev 8eed843
Fix error in pycode abm.cpp
khoanguyen-dev 7c03e5f
Fix error in pycode test_abm.py
khoanguyen-dev cc625cb
Move checking old test result to run_scheme()
khoanguyen-dev da9db33
= 0,
khoanguyen-dev b44be5b
Modifications according to David comments
khoanguyen-dev a37bab8
Small adjustments in comments
khoanguyen-dev 80dc615
Move validity_period from TestParameter to TestingScheme
khoanguyen-dev 4a29b0c
Fix pycode
khoanguyen-dev c0f443e
Small adjustments according to David's comments
khoanguyen-dev 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.