RCAIDE.Framework.Optimization.Common.helper_functions.set_values#
- set_values(dictionary, input_dictionary, converted_values, aliases)[source]#
- This method regresses through a dictionary to set the required values.
dictionary is the base class that will be modified, input_dictionary is the set of inputs to be used, converted_values are values to be set in the base dictionary, and finally the aliases which are where in the dictionary the names link to
Assumptions: N/A
Source: N/A
Inputs: dictionary [Data()] input_dictionary [Data()] converted_values [Data()] aliases [list of str]
Outputs: None
Properties Used: N/A