Module search_space

Source
Expand description

Code for reading the agent search space CSV file.

Structsยง

AgentSearchSpace ๐Ÿ”’
Search space for an agent
AgentSearchSpaceRaw ๐Ÿ”’

Constantsยง

AGENT_SEARCH_SPACE_FILE_NAME ๐Ÿ”’

Functionsยง

fill_missing_search_space_entries ๐Ÿ”’
Fill missing entries for the search space map for all commodities/milestone years.
get_all_producers ๐Ÿ”’
Get all processes active in the relevant year and regions which produce the given commodity
parse_search_space_str ๐Ÿ”’
Parse a string representing the processes the agent will invest in.
read_agent_search_space
Read agent search space info from the agent_search_space.csv file.
read_agent_search_space_from_iter ๐Ÿ”’