Changeset 3319
- Timestamp:
- 05/10/08 12:37:06 (2 months ago)
- Files:
-
- 1 modified
-
trunk/urbansim_parcel/configs/urbansim_parcel.xml (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/urbansim_parcel/configs/urbansim_parcel.xml
r3317 r3319 4 4 <parent type="file">urbansim/configs/urbansim.xml</parent> 5 5 <available_datasets type="list">['parcel','zone','faz','large_area','gridcell','city','county','alldata']</available_datasets> 6 <dataset_pool_configuration type="class" flags="hidden">6 <dataset_pool_configuration flags="hidden" type="class"> 7 7 <Class_name type="string">DatasetPoolConfiguration</Class_name> 8 8 <Class_path type="string">opus_core.configurations.dataset_pool_configuration</Class_path> … … 133 133 <data_objects type="string">datasets</data_objects> 134 134 <debuglevel type="string">debuglevel</debuglevel> 135 <specification type="string">specification</specification> 135 <specification type="string">specification</specification> 136 136 </arguments> 137 137 <output type="string">(coefficients, _)</output> … … 160 160 <number_of_units_string type="quoted_string">total_SSS_job_space</number_of_units_string> 161 161 <run_config type="dictionary"> 162 <agent_units_string parser_action="blank_to_None" type="string" ></agent_units_string>162 <agent_units_string parser_action="blank_to_None" type="string" /> 163 163 <lottery_max_iterations type="integer">10</lottery_max_iterations> 164 164 </run_config> 165 <variable_package type="quoted_string">urbansim_parcel</variable_package> 165 <variable_package type="quoted_string">urbansim_parcel</variable_package> 166 166 </arguments> 167 167 </init> … … 187 187 <coefficients_table type="quoted_string">employment_location_choice_model_coefficients</coefficients_table> 188 188 <specification_storage type="string">base_cache_storage</specification_storage> 189 <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table> 189 <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table> 190 190 </arguments> 191 191 </prepare_for_run> … … 210 210 <data_objects type="string">datasets</data_objects> 211 211 <debuglevel type="string">debuglevel</debuglevel> 212 <specification type="string">specification</specification> 212 <specification type="string">specification</specification> 213 213 </arguments> 214 214 <output type="string">(coefficients, _)</output> … … 237 237 <number_of_units_string parser_action="blank_to_None" type="string" /> 238 238 <run_config type="dictionary"> 239 <agent_units_string parser_action="blank_to_None" type="string" ></agent_units_string>239 <agent_units_string parser_action="blank_to_None" type="string" /> 240 240 <lottery_max_iterations type="integer">7</lottery_max_iterations> 241 241 </run_config> 242 <variable_package type="quoted_string">urbansim_parcel</variable_package> 242 <variable_package type="quoted_string">urbansim_parcel</variable_package> 243 243 </arguments> 244 244 </init> … … 264 264 <coefficients_table type="quoted_string">employment_location_choice_model_coefficients</coefficients_table> 265 265 <specification_storage type="string">base_cache_storage</specification_storage> 266 <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table> 266 <specification_table type="quoted_string">employment_location_choice_model_specification</specification_table> 267 267 </arguments> 268 268 </prepare_for_run> … … 462 462 </household_location_choice_model> 463 463 </model_system> 464 <estimation type="dictionary"> 465 <estimation_config type="dictionary"> 466 <datasets_to_preload parser_action="list_to_dictionary" type="selectable_list"> 467 <parcel choices="Load|Skip" copyable="True" type="dataset">Load</parcel> 468 </datasets_to_preload> 469 </estimation_config> 470 </estimation> 464 471 </model_manager> 465 472 <scenario_manager> 466 <urbansim_parcel_baseline type="scenario" >467 <parent_old_format type="dictionary" >468 <Class_name type="string" >UrbansimParcelConfiguration</Class_name>469 <Class_path type="string" >urbansim_parcel.configs.controller_config</Class_path>473 <urbansim_parcel_baseline type="scenario"> 474 <parent_old_format type="dictionary"> 475 <Class_name type="string">UrbansimParcelConfiguration</Class_name> 476 <Class_path type="string">urbansim_parcel.configs.controller_config</Class_path> 470 477 </parent_old_format> 471 478 </urbansim_parcel_baseline>
