eqasim-org / eqasim-java

The eqasim framework features an integrated transport simulation environment. It is based on the agent-based transport simulation framework MATSim with added components for simulation of discrete choice models.
http://www.eqasim.org
GNU General Public License v2.0
23 stars 40 forks source link

add multi-stage taxi trip to SaoPauloTaxiPredictor #194

Closed MayuriAnn closed 7 months ago

MayuriAnn commented 7 months ago

As suggested in https://github.com/eqasim-org/eqasim-java/issues/191#issuecomment-1950041727, I followed the code on https://github.com/eqasim-org/eqasim-java/blob/a8a73b53dbfc085e6eabddcd8ba43fd72013b063/core/src/main/java/org/eqasim/core/simulation/mode_choice/utilities/predictors/CarPredictor.java#L36-L45 to update the code of SaoPauloTaxiPredictor class.

MayuriAnn commented 7 months ago

Please check if its correct now.

balacmi commented 7 months ago

May I also ask you to add to the CHANGELOG.md file the update you made, so we can keep track of what changed between releases.

MayuriAnn commented 7 months ago

May I also ask you to add to the CHANGELOG.md file the update you made, so we can keep track of what changed between releases.

Done.