Hello, the specified range is correct. One place in the code uses the parameter to interpolate between two alternative values using formulas such as:
v = lcCooperative * cooperative Speed + (1 - lcCooperative) * uncooperativeSpeed This might indeed lead to odd behavior if lcCooperative is larger than 1. regards, Jakob 2018-08-06 16:13 GMT+02:00 Jimmy Forsman <[email protected]>: > Hi, > > In the SUMO wiki (specifically: http://sumo.dlr.de/wiki/ > Definition_of_Vehicles,_Vehicle_Types,_and_Routes#Lane-Changing_Models) I > noticed that the lane changing parameter lcCooperative was specified to the > range [0-1]. > > I simply wonder if the specified range of [0-1] is the correct valid range > of the parameter lcCooperative? I have run several simulations using values > of lcCooperative > 1 without getting any errors (using SUMO 0.30.0). > > If the range of [0-1] is correct, is there any particular reason for this > threshold that I should be aware of and should I expect any strange > simulation results using values of lcCooperative > 1? > > Regards > Jimmy Forsman > > > _______________________________________________ > sumo-user mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/sumo-user > >
_______________________________________________ sumo-user mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/sumo-user
