xesn.CostFunction.evaluate

xesn.CostFunction.evaluate#

CostFunction.evaluate(parameters, use_test_data=False)#

Evaluate this parameter set by building an ESN and testing it on either the macro_data or test_data. See this page of the documentation for example usage.

Parameters:
  • parameters (dict) – with keys as the parameter names, and values as the parameter values

  • use_test_data (bool, optional) – if True, use the test_data, otherwise use macro_data to evaluate this parameter set