Changeset 3292

Show
Ignore:
Timestamp:
05/03/08 12:17:36 (3 months ago)
Author:
hana
Message:

(hana) a few generic estimation nodes added

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/urbansim/configs/urbansim.xml

    r3291 r3292  
    146146   </model_system> 
    147147   <estimation type="dictionary"> 
     148   <models_to_estimate type="selectable_list"> 
     149        <choice_model_template choices="Estimate|Skip" type="model" copyable='True'>Skip</choice_model_template> 
     150        <regression_model_template choices="Estimate|Skip" type="model" copyable='True'>Skip</regression_model_template> 
     151      </models_to_estimate> 
    148152   <model_template  type="dictionary" copyable='True'> 
    149153   <all_variables type="dictionary"> 
     
    158162   </submodel> 
    159163   </model_template> 
     164   <estimation_config type="dictionary"> 
     165        <cache_directory parser_action="prefix_with_opus_data_path" type="directory" >fill in (relative to OPUS_DATA_PATH)</cache_directory> 
     166        <output_configuration type="class" > 
     167          <Class_name flags="hidden" type="string" >DatabaseConfiguration</Class_name> 
     168          <Class_path flags="hidden" type="string" >opus_core.database_management.database_configuration</Class_path> 
     169          <database_connection type="db_connection_hook" >urbansim_db1</database_connection> 
     170          <database_name type="string" ></database_name> 
     171        </output_configuration> 
     172        <datasets_to_preload parser_action="list_to_dictionary" type="selectable_list"> 
     173         <my_dataset type="dataset" choices="Load|Skip" copyable='True'>Skip</my_dataset> 
     174         </datasets_to_preload> 
     175        <dataset_pool_configuration type="class" > 
     176          <Class_name flags="hidden" type="string" >DatasetPoolConfiguration</Class_name> 
     177          <Class_path flags="hidden" type="string" >opus_core.configurations.dataset_pool_configuration</Class_path> 
     178          <package_order type="list" >['urbansim', 'opus_core']</package_order> 
     179          <package_order_exceptions type="dictionary" /> 
     180        </dataset_pool_configuration> 
     181        <datasets_to_cache_after_each_model type="list" >[]</datasets_to_cache_after_each_model> 
     182        <low_memory_mode type="boolean" >False</low_memory_mode> 
     183        <base_year type="integer" >0</base_year> 
     184        <years type="tuple" > 
     185          <startyear type="integer" >0</startyear> 
     186          <endyear type="integer" >0</endyear> 
     187        </years> 
     188      </estimation_config> 
    160189   </estimation> 
    161190  </model_manager>