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
An (incomplete) list of things that still came to my mind during the last refactoring:
Define classes such as VirtualNetworkReaderXml, VirtualNetworkReaderBinary, VirtualNetworkWriterX and the same for TravelData in a more object-oriented style like is done in MATSim, e.g. for the NetworkReader/Writer
Define such readers and writers for ScenarioOptions and LPOptions to make it easier to handle them (not relying on the working directory, etc.)
Remove SafeConfig, but instead have expressive configuration classes for the dispatchers. There should be, for instance an BasicDispatcherConfig with getters and setters for publishPeriod, rebalancePerid, dispatchPeriod, but dispatchers with more configuration could define classes such as GlobalBipartiteMatchingConfig with additional configuration options if they are necessary.
The text was updated successfully, but these errors were encountered:
An (incomplete) list of things that still came to my mind during the last refactoring:
VirtualNetworkReaderXml
,VirtualNetworkReaderBinary
,VirtualNetworkWriterX
and the same forTravelData
in a more object-oriented style like is done in MATSim, e.g. for theNetworkReader/Writer
ScenarioOptions
andLPOptions
to make it easier to handle them (not relying on the working directory, etc.)SafeConfig
, but instead have expressive configuration classes for the dispatchers. There should be, for instance anBasicDispatcherConfig
with getters and setters for publishPeriod, rebalancePerid, dispatchPeriod, but dispatchers with more configuration could define classes such asGlobalBipartiteMatchingConfig
with additional configuration options if they are necessary.The text was updated successfully, but these errors were encountered: