Uses of Class
org.planit.route.choice.logit.LogitChoiceModel
-
Packages that use LogitChoiceModel Package Description org.planit.route.choice PLANit route choice classesorg.planit.route.choice.logit PLANit logit based route choice classes -
-
Uses of LogitChoiceModel in org.planit.route.choice
Fields in org.planit.route.choice declared as LogitChoiceModel Modifier and Type Field Description protected LogitChoiceModel
StochasticRouteChoice. logitChoiceModel
The registered logit choice modelFields in org.planit.route.choice with type parameters of type LogitChoiceModel Modifier and Type Field Description protected TrafficAssignmentComponentFactory<LogitChoiceModel>
StochasticRouteChoice. logitChoiceModelFactory
logit choice model factory to create logit models to direct the probabilities of choosing pathsMethods in org.planit.route.choice that return LogitChoiceModel Modifier and Type Method Description LogitChoiceModel
StochasticRouteChoice. createAndRegisterLogitModel(String canonicalName)
create and register the logit model of choice -
Uses of LogitChoiceModel in org.planit.route.choice.logit
Subclasses of LogitChoiceModel in org.planit.route.choice.logit Modifier and Type Class Description class
MultinomialLogit
MNL choice model implementation
-