You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a little confused on the difference between merging with the Map function versus the Model function. For instance, is Map only for assigning inputs and outputs whereas Model can add more equations? I didn't see a docstring for the functions and would like to add one once I understand the difference between them. In this thread, can anyone help me understand?
The text was updated successfully, but these errors were encountered:
We will improve documentation. Conceptually, Map is for changing existing elements (e.g. parameters) and Model is for adding new elements (e.g. equations, or sub-components). Currently, Map and Model have identical definitions.
I am a little confused on the difference between merging with the
Map
function versus theModel
function. For instance, isMap
only for assigninginput
s andoutput
s whereasModel
can add more equations? I didn't see a docstring for the functions and would like to add one once I understand the difference between them. In this thread, can anyone help me understand?The text was updated successfully, but these errors were encountered: