forked from matsim-org/matsim-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update MATSim CW30 #106
Merged
Merged
Update MATSim CW30 #106
Conversation
This file contains 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
Member
nkuehnel
commented
Jul 23, 2024
- Score explanation functionality
- rename a method from add... to set... since that is what is does.
- changes
- update config group
- update tests and added attributes
- fix un initialized attribute
- small improvement to object creation
- add leg score for individual legs
- more consistent naming
- more consistent naming
- revert unintentional changes
- CreateDrtDashboard
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.0
- rename pooling ratio to occupancy rate
- account for group bookings in DrtAnalysisPostProcessing (and thus DrtDashboard)
- typo in CreateDrtDashboard
- fix wrong sum calculation
- debug NoiseAnalysis and proper testing in NoiseDashboardTests
- fix wrong map selection
- add reduction of numberOfJobs
- add comments and format log massages
- combine
- rename parameter
- reduce code
- format logging
- use method for demand calculating
- use method for shipment creation
- remove todo
- use method to calculate demand based on link lengths
- introduce parameter
- simplify
- cleanup
- Support TransitRouteStops where boarding or alighting is not allowed
- make drt shifts multi mode drt comatible
- adjust shift efficiency tracker as well
- Extended Trip analysis and dashboard (Extended Trip analysis and dashboard matsim-org/matsim-libs#3332)
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.0
- Bump org.apache.maven.plugins:maven-surefire-report-plugin
- Bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
- Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0
- Bump org.jfree:jfreechart from 1.5.4 to 1.5.5
- make drt work with only custom constraints sets
- add some logging to NetworkChangeEventsWriter
- correct logging statement
- add router binding for complex request unscheduling
- use time as disutility
- Bump junit.version from 5.10.2 to 5.10.3
- norm subgroups to 1 (Norm mode shares in TripAnalysis matsim-org/matsim-libs#3346)
- add test integration test case for complex unscheduler
- Bump io.grpc:grpc-all from 1.64.0 to 1.65.0
- Bump com.google.protobuf:protobuf-java from 4.27.1 to 4.27.2
- Split CalculateSkimMatrices.prepareAndCalculateNetworkMatrices() to allow for custom travel times objects
- Bump org.checkerframework:checker-qual from 3.44.0 to 3.45.0
- Switch to DrtWithExtensionsConfigGroup
- Bump org.apache.poi:poi-ooxml from 5.2.5 to 5.3.0
- reworked CreatePseudoNetwork with loop-links to avoid duplicating stops
- Trip facet dashboard (Trip facet dashboard matsim-org/matsim-libs#3350)
- adjust rounding
- exclude case
- Drt dashboard typo fix (Drt dashboard typo fix matsim-org/matsim-libs#3360)
- Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2
- Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18
- set networkMode based on vehicleTypes
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3
- chore: clean up MinimalTransferTimes (chore: clean up MinimalTransferTimes matsim-org/matsim-libs#3365)
- chore: cleanup adaptive transfers (chore: cleanup adaptive transfers matsim-org/matsim-libs#3366)
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.0 to 3.3.1
- add missing case of enum
- add functionality to split jobs
- use new methods
- update activity creation
- set activity time correctly
- remove unneeded exception
- change to parameterized log message
- delete empty test methods
- remove unused import
- fix unchecked assignment
- remove redundant local variables
- minor code style update
- remove not needed throw information
- make things final
- remove redundant final declaration
- remove unnecessary 'throws' declarations
- simplify assertions
- cleanup Strings
- remove redundant casts
- code style update
- cleanup imports
- Java language: Replace explicit type with <>
- Java language: use computeIfAbsent
- Java language: use Double.hashCode(...)
- Java language: replace if by switch
- Java language: avoid raw use
- Java language: use text block
- Java language: use pattern variable
- Java language: use add/getFirst()
- Access to TestUtils.EPSILION
- add not null assertion
- remove one layer of "LSPs"
- add prebooking support for drt shifts some minor shift cleanups possibility to assign requests to shifts that are assigned bot not started yet
- cancel assigned shifts
- add some documentation
- shift drt maintenance
- some more drt shift maintenance
- consider break corridors for (pre)bookings
- consider break corridors for (pre)bookings
- clean up obsolete method
- update FISS test, reduce iterations to reduce runtime
- avoid abandoning prebooked requests twice in the same time step
# Conflicts: # matsim/src/main/java/org/matsim/core/scoring/NewScoreAssignerImpl.java
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…atsim-libs into drtSimwrapperRunner
CreateDrtDashboard
account for group bookings in DrtAnalysisPostProcessing
…Code Freight contrib: code maintenance
…ition Update LspsDefinition: remove one layer of "LSPs"
some minor shift cleanups possibility to assign requests to shifts that are assigned bot not started yet
Make DRT shifts compatible with prebooking, drt shift maintenance
…onment Fix prebookig abandonment bug
mfrawley-moia
approved these changes
Jul 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.