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

First commit (code for example only) #107

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

CorinStaves
Copy link
Collaborator

Conflicts:

src/main/java/de/tum/bgu/msm/TravelDemandGenerator.java

src/main/java/de/tum/bgu/msm/modules/modeChoice/ModeChoice.java

# Conflicts:
#	src/main/java/de/tum/bgu/msm/TravelDemandGenerator.java
#	src/main/java/de/tum/bgu/msm/modules/modeChoice/ModeChoice.java
@todo
Copy link

todo bot commented Aug 20, 2020

include predicted TTBs (once TTB is moved before TripGen). The following numbers are just averages.

// todo: include predicted TTBs (once TTB is moved before TripGen). The following numbers are just averages.
hhTravelTimeBudgetHBW.add(26);
hhTravelTimeBudgetHBE.add(7);
hhTravelTimeBudgetHBS.add(14);
hhTravelTimeBudgetHBR.add(31);
hhTravelTimeBudgetHBO.add(30);


This comment was generated by todo based on a todo comment in 1daeb4e in #107. cc @CorinStaves.

@todo
Copy link

todo bot commented Aug 20, 2020

include actual disability status (currently 0)

hhPersonsWithMobilityRestriction.add(0); //todo: include actual disability status (currently 0)
int economicStatus = hh.getEconomicStatus();
hhEconomicStatus.add(economicStatus);
hhEconomicStatus2.add(economicStatus == 2 ? 1 : 0);
hhEconomicStatus3.add(economicStatus == 3 ? 1 : 0);


This comment was generated by todo based on a todo comment in 1daeb4e in #107. cc @CorinStaves.

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