Kasia Kozlowska

Results 13 comments of Kasia Kozlowska

Adding an override at the end of your controller: ```java controler.addOverridingModule(new ForceHermesModule()); ``` where ```java package ...; import org.matsim.core.mobsim.hermes.HermesProvider; import org.matsim.core.controler.AbstractModule; public class ForceHermesModule extends AbstractModule { public void install()...

Thanks @Janekdererste and @dziemke for the insight. It would be good to signpost/warn the potential user about this somewhere, I spent a non trivial amount of time convinced that if...

Hi @Foeke-byte, I stumbled upon your post here by complete accident.. I work in a team that uses matsim a lot and, in general, prefers python to java. We've built...

I solved one of my problems. I think the speed of the bike was defaulting to the same speed as the car. So to change that, after adding the following...

I do still see the car stuck behind the bike when I use multimodal contrib with other settings (`qsim:linkDynamics:FIFO` and `hermes`). My understanding was that modes in multimodal move on...

Yeah I don't think we would want to allow this many alternatives, especially as they seem to be generated for every person for every iteration (even though they are the...

Pushed the road changes template we used on the project mentioned above: https://github.com/arup-group/genet/blob/issue-230/change-files/genet/change_files/road-change-template.yml

Made a start on PT change file template: https://github.com/arup-group/genet/blob/issue-230/change-files/genet/change_files/pt-change-template.yml

Not able to read a 2.1 gig `schedule.xml` file - terminated process (AWS batch job) after 9 hours (I did check that it didn't run out of memory - I...