Skip to content
Cachion edited this page Dec 13, 2018 · 7 revisions

DaySim can be run in estimation mode to produce an ALOGIT control and data file for estimating a DaySim sub-model. In order to run estimation mode, a set of DaySim formatted survey files is input. The files must be exactly the format expected by DaySim, see Input Data. Here are the key settings that need to be configured for estimation mode:


# general settings
HouseholdSamplingRateOneInX=1
HouseholdSamplingStartWithY=1
NProcessors=1
ShouldRunChoiceModels=true
ShouldRunHouseholdModels=true
ShouldRunPersonModels=true
ShouldRunPersonDayModels=true
ShouldRunTourModels=true
ShouldRunTourTripModels=true
ShouldRunSubtourModels=true
ShouldRunSubtourTripModels=true

# run raw converter to read in your DaySim formatted survey files 
ShouldRunRawConversion=true
RawParkAndRideNodePath=.\p_r_Nodes.dat
RawParkAndRideNodeDelimiter=32
RawParcelPath=.\2016_raw_parcel_pnr.txt
RawParcelDelimiter=44
RawZonePath=.\sacog_taz_indexes.dat
RawZoneDelimiter=32
RawHouseholdPath=.\sacog_hhrecx.dat
RawHouseholdDelimiter=32
RawPersonPath=.\sacog_precx.dat
RawPersonDelimiter=32
RawHouseholdDayPath=.\sacog_hdayx.dat
RawHouseholdDayDelimiter=32
RawPersonDayPath=.\sacog_pdayx.dat
RawPersonDayDelimiter=32
RawTourPath=.\sacog_tourx.dat
RawTourDelimiter=32
RawTripPath=.\sacog_tripx.dat
RawTripDelimiter=32

#run estimation mode for AutoOwnershipModel
IsInEstimationMode=true
EstimationModel=AutoOwnershipModel
ShouldOutputAlogitData=true
OutputAlogitDataPath=AutoOwnershipModel.dat
OutputAlogitControlPath=AutoOwnershipModel.alo
AutoOwnershipModelCoefficients=coefficients\AutoOwnershipCoefficients_SACOG-v1.5.f12
ShouldRunAutoOwnershipModel=true