Hello, the probabilities in a distribution are automatically normalized to 1. This means in your case the distribution is valid and each route has effective probability of 1/3.
regards, Jakob 2016-04-14 17:55 GMT+02:00 Mtr. Jorge Luis Zambrano < [email protected]>: > I found an error in this module of SUMO, when I generate routes and > additional information like vehicles and their routes with their respective > route distribution with DFROUTER, in additional file some route > distribution has all routes with a probability of 1, and vehicles that > have this route distribution, their routes don't have a route if not the > same ID of route distribution. I want to know, how I can fix it. > Normal form: > <routeDistribution id="dd_4693573#1_0"> <route > refId="4693573#1_to_98711574#1" probability="0.07"/> <route > refId="4693573#1_to_98711543#2" probability="0.07"/> <route > refId="4693573#1_to_6277192#3" probability="0.03"/> <route > refId="4693573#1_to_41998660#0" probability="0.04"/> <route > refId="4693573#1_to_52092240" probability="0.01"/> <route > refId="4693573#1_to_41998656#1" > probability="0.07"/></routeDistribution><vehicle > id="emitter_dd_4693573#1_0_0" depart="0.00" departLane="0" > departPos="25.00" departSpeed="5.56" > route="4693573#1_to_9281469#1"/><vehicle id="emitter_dd_4693573#1_0_588" > depart="0.59" departLane="0" departPos="25.00" departSpeed="5.56" > route="4693573#1_to_52092239"/><vehicle id="emitter_dd_4693573#1_0_1176" > depart="1.18" departLane="0" departPos="25.00" departSpeed="5.56" > route="4693573#1_to_98711574#1"/> > > > Error: > > <routeDistribution id="dd_20609082#1_0"> <route > refId="20609082#1_to_41199034" probability="1.00"/> <route > refId="20609082#1_to_97443138#0" probability="1.00"/> <route > refId="20609082#1_to_41199035#2" > probability="1.00"/></routeDistribution><vehicle > id="emitter_dd_20609082#1_0_0" depart="0.00" departLane="0" > departPos="5.00" departSpeed="5.56" route="dd_20609082#1_0"/><vehicle > id="emitter_dd_20609082#1_0_779" depart="0.78" departLane="0" > departPos="5.00" departSpeed="5.56" route="dd_20609082#1_0"/><vehicle > id="emitter_dd_20609082#1_0_1558" depart="1.56" departLane="0" > departPos="5.00" departSpeed="5.56" route="dd_20609082#1_0"/> > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > sumo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-devel > ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
