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_dataortest_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 usemacro_datato evaluate this parameter set