matsim-code-examples
matsim-code-examples copied to clipboard
Change the scoring function
Hey, I would like to like to change the default scoring function in MATSim for my EV implementation. I would like the score to be calculated on basis State of charge of vehicle and in output, a path must be suggested to reach a pre-defined destination. I have the algorithm at hand, where do I use/implement it?
Also there's another issue in my intended implementation. I want the MATSim simulator to be able to print suggested paths (most economical) based on the inputs from an EV, that is it's charge state, it's source and destination, but when I want to create a plans.xml or population.xml file it specifically asks for the route of that agent. Is there a way to create activity plans without specifying the routes and settle it with only source and destination co-ordiantes/nodes?
hi @saxenism ,Have you solved this problem?(Is there a way to create activity plans without specifying the routes and settle it with only source and destination coordiantes/nodes?)