New Features
- Automatic calibration subsystem.
- Support for VISUM 2024
- Updated to .Net 8.
- AVX-512 Code paths for increased performance on modern CPU architectures
- Fixed error in GTAModelV4.2 parking cost calculation.
- Increased performance on high core-count machines.
- Added more calibration constant options for GTAModelV4 modes.
- Updated TMGToolbox for EMME.
- Added initial Telecommuting model for GTAModelV4.
A full list of changes within XTMF are below.
Support for EMME 2024 is not available yet.
What's Changed
- .Net 8 by @JamesVaughan in #221
- Added Vector512 code paths for VectorHelper classes. by @JamesVaughan in #222
- Allow FNSG without Cleaned Networks by @JamesVaughan in #223
- Cleanup Model System Display by @JamesVaughan in #224
- Fix XTMF.Run to work with new Delayed Project Loading by @JamesVaughan in #225
- Fixed descriptions for LoadZoneSystemFromNWP by @JamesVaughan in #226
- Add Time Bins from File by @JamesVaughan in #227
- Added status messages to ChainEMMETools by @JamesVaughan in #228
- Added a max transit perceived time for Auto Ownership by @JamesVaughan in #229
- Add Telecommuting and module for RateBasedTelecommuting by @JamesVaughan in #230
- Add Max and Min ODMath Functions. by @JamesVaughan in #231
- Add Max Transit time to DriveLicenseModel by @JamesVaughan in #232
- Added Party Size logic for 2020Airport Model by @JamesVaughan in #233
- Add AO OverSufficient Threshold Modifier by @JamesVaughan in #234
- Removed having tolls explicitly defined in the tooling as this ends up in contention with the other STTA analyses. by @JamesVaughan in #235
- Fix EMME infinite conversions for tptt going from float to time and back by @JamesVaughan in #236
- Quick Fixes by @JamesVaughan in #237
- Update Publishing to .Net 8. by @JamesVaughan in #238
- Add Child and Youth Constants for WAT by @JamesVaughan in #239
- Parameter Fixes by @JamesVaughan in #240
- Set a maximum age to use the school bus. by @JamesVaughan in #241
- Add max auto travel time to auto ownership by @JamesVaughan in #242
- Remove unused usings by @JamesVaughan in #243
- Fixed recent projects by @JamesVaughan in #244
- PADUM Modules by @JamesVaughan in #245
- Add XTMF Version Number to Model Systems and Projects by @JamesVaughan in #246
- Code Cleanup by @JamesVaughan in #247
- Fixed the name of the program being launched. by @JamesVaughan in #248
- Added functions to provide 512bit and 256 bit accelerated exp by @JamesVaughan in #249
- Added bounds checking for exp by @JamesVaughan in #250
- Vectorized Log by @JamesVaughan in #251
- Vectorized implementation of PoW by @JamesVaughan in #252
- Added AVX512 for Multiplying 4 numbers by @JamesVaughan in #253
- Added additional options for IfNaN and ZoneSystemMatrix by @JamesVaughan in #254
- Added Joint Tour Columns for Microsim by @JamesVaughan in #255
- Stop XTMF Run Host from writing error log by @JamesVaughan in #256
- Fix reporting for PAT and PET station choices in Microsim by @JamesVaughan in #257
- Relative Paths for Working Directory by @JamesVaughan in #258
- No Telecommuter Attribute by @JamesVaughan in #259
- Add telecommuter to LoadMicrosimHouseholds by @JamesVaughan in #260
- Optimize NaN Checks when saving EMME Matrix by @JamesVaughan in #261
- Fix NaN Check by @JamesVaughan in #262
- Validation Report Modules by @JamesVaughan in #263
- Missing Model System by @JamesVaughan in #264
- Added Additional Student Reports by @JamesVaughan in #265
- Fixed TASHA report durations and mode choice by @JamesVaughan in #266
- Automatic Calibration by @JamesVaughan in #267
- OptimizeLocks by @JamesVaughan in #268
- Removes the Unused Option by @JamesVaughan in #269
- Fixed Linked Parameters not being saved during a model run. by @JamesVaughan in #270
- Fix Create Matrices by @JamesVaughan in #271
- Added a module to generate the hourly facilitate passenger trips. by @JamesVaughan in #272
- Null Zone Reports by @JamesVaughan in #273
- Added CreateEMMEBinaryMatrixWithFacilitatedPassengerTrips by @JamesVaughan in #274
- Network calculator by @JamesVaughan in #275
- Added selected_link_volumes option for SOLA Path Analysis by @JamesVaughan in #276
Full Changelog: 1.12.1420...1.13.1444