Main Changes
- Add setting to adjust vehicle logging time interval via `World.vehicle_logging_timestep_interval`
- By lowering the interval (e.g., `World.vehicle_logging_timestep_interval=2`), the simulation time can be reduced (~20% speed up), and we can obtain vehicle trajectory data with slightly less accuracy.
- The logging setting does not affect the internal simulation accuracy. Only the outputted trajectories are affected.
- By setting World.vehicle_logging_timestep_interval=-1, the record_log is turned off, and the simulation time can be significantly reduced (~40% speed up).
- This addresses Issue https://github.com/toruseo/UXsim/issues/58
- Correct route choice behavior
- `Vehicle.links_prefer` and `Vehicle.links_avoid` work correctly now.
What's Changed
* Update README.md by toruseo in https://github.com/toruseo/UXsim/pull/57
* Update documents by toruseo in https://github.com/toruseo/UXsim/pull/59
* Correct font specification for matplotlib by toruseo in https://github.com/toruseo/UXsim/pull/60
* Add logging interval settings, correct route choice behavior by toruseo in https://github.com/toruseo/UXsim/pull/63
**Full Changelog**: https://github.com/toruseo/UXsim/compare/v1.1.0...v1.1.1