Skip to content
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

fix: preventing the summing of two error terms in FeederDrtUtilityEst… #246

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

tkchouaki
Copy link
Collaborator

The DefaultFeederDrtUtilityEstimator proposed as part of the Feeder functionality in PR #206 just separates the segments resulting from the main router (PT) and the access egress router (DRT) and delegates to the respective utility estimators and then sums the whole. However when using the Epsilon functionality, this results in the error terms of each sub-estimator to be summed before adding the error term of the feeder mode on top of that.

This PR fixes this by checking whether the estimators are instances of EpsilonAdapter and unwraps the base estimator behind them.

@tkchouaki tkchouaki merged commit a68ff1a into develop Aug 28, 2024
1 check passed
@tkchouaki tkchouaki deleted the feeder_estimator_epsilon branch August 28, 2024 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant