|
|
|
|
@ -300,10 +300,8 @@ class Configuration:
|
|
|
|
|
self._args_to_config(config, argname='hyperoptexportfilename',
|
|
|
|
|
logstring='Using hyperopt file: {}')
|
|
|
|
|
|
|
|
|
|
if self.args.get('lookahead_analysis_exportfilename'):
|
|
|
|
|
if self.args["lookahead_analysis_exportfilename"] is not None:
|
|
|
|
|
self._args_to_config(config, argname='lookahead_analysis_exportfilename',
|
|
|
|
|
logstring='saving lookahead analysis results into {} ...')
|
|
|
|
|
self._args_to_config(config, argname='lookahead_analysis_exportfilename',
|
|
|
|
|
logstring='Saving lookahead analysis results into {} ...')
|
|
|
|
|
|
|
|
|
|
self._args_to_config(config, argname='epochs',
|
|
|
|
|
logstring='Parameter --epochs detected ... '
|
|
|
|
|
|