You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we implemented a replanning algorithm from literature in hive-distributed which could be ported to the open source codebase. that solution used the network partitions as a target, so a hive-core solution might need a file source that provides zones for assignment. replanning was triggered by a global demand model; here, it would need to be triggered by a similar mechanism, but this should be moved into the state of the replanning dispatcher.
after porting the code, it should be tested in the manhattan scenario w/ 200 vehicles to see if it improves level of service, and if we see an increase in replanning states. open to discussion on whether it is activated by default.
The text was updated successfully, but these errors were encountered:
we implemented a replanning algorithm from literature in hive-distributed which could be ported to the open source codebase. that solution used the network partitions as a target, so a hive-core solution might need a file source that provides zones for assignment. replanning was triggered by a global demand model; here, it would need to be triggered by a similar mechanism, but this should be moved into the state of the replanning dispatcher.
after porting the code, it should be tested in the manhattan scenario w/ 200 vehicles to see if it improves level of service, and if we see an increase in replanning states. open to discussion on whether it is activated by default.
The text was updated successfully, but these errors were encountered: