cost_function.get_sim_results
- cost_function.get_sim_results(X: <MagicMock name='mock.ndarray' id='139958332223088'>) sim_results [source]
Simulated the static context modified with the tuning paramters X
Note
This method follows the same step than when the cost function is called without evaluating the cost, simulation results is returned insteat
- Parameters:
X (np.ndarray) – tunning parameters of the simulation which will be evaluated by the cost function
- Returns:
Simulation results of the static context modified with the tuning paramters X
- Return type: