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

rjf/#2126 more encouragement for PEV home charging #2127

Merged
merged 8 commits into from
Sep 5, 2019

Conversation

robfitzgerald
Copy link
Collaborator

@robfitzgerald robfitzgerald commented Aug 27, 2019

added two features to help encourage PEV agents to charge at home:

  1. when headed home, there is no remaining tour. tours help create range anxiety, which encourages charging. in real life, this agent would have plans for the next day as well, and they would consider that. to simulate, we use the first car trip of the agent's day and add it in as a remaining tour distance (along with the leg they are currently on).
  2. all agents who are 1) headed home, 2) to a residential stall have been getting a boost to their parking stall's utility. i split this out so that, in the case of electric vehicles, they only get the boost when the stall has a charger.

this is a draft while tests are running on these features, and feedback would help in case anyone can think of issues with these features.

Closes #2126.


This change is Reviewable

@robfitzgerald robfitzgerald self-assigned this Aug 27, 2019
@JustinPihony
Copy link
Collaborator

test!

@wrashid wrashid marked this pull request as ready for review September 5, 2019 17:18
@wrashid wrashid merged commit 6317af7 into develop Sep 5, 2019
@wrashid wrashid deleted the rjf/#2126-consider-tomorrow-driving-range branch September 5, 2019 17: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.

add range cost of "tomorrow" to PEVs headed home
5 participants