Skip to main content

Module search_space

Module search_space 

Source
Expand description

Code for reading agent search space data from a CSV file.

Structsยง

SearchSpaceEntry ๐Ÿ”’

Constantsยง

AGENT_SEARCH_SPACES_FILE_NAME ๐Ÿ”’

Functionsยง

add_entry_to_search_space_map ๐Ÿ”’
Add a new entry to the search space map.
fill_missing_search_space_entries ๐Ÿ”’
Fill missing entries for the search space map for all commodities/milestone years.
for_each_year_in_search_space ๐Ÿ”’
Parse the search space string and iterate over the processed search space for each year
get_producers_map ๐Ÿ”’
Get a map of all the producers for each commodity, region and year combination
read_agent_search_spaces
Read agent search space info from the agent_search_spaces.csv file.
read_agent_search_spaces_from_iter ๐Ÿ”’

Type Aliasesยง

ProducersMap ๐Ÿ”’