Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
KEggensperger committed Mar 5, 2015
1 parent c179511 commit f1afb41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion optimizers/smac/ROAR_smac_2_08_00-masterDefault.cfg
2 changes: 1 addition & 1 deletion optimizers/smac/ROAR_smac_2_08_00-master_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def manipulate_config(config):
'''

logger.debug("Running in ROAR mode")
config = smac_2_08_00-master_parser.manipulate_config(config=config)
config = smac_2_08_00_master_parser.manipulate_config(config=config)
config.set('SMAC', 'exec_mode', 'ROAR')

return config
2 changes: 1 addition & 1 deletion optimizers/smac/smac_2_08_00-master.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def main(config, options, experiment_dir, experiment_directory_prefix, **kwargs)
time_string = wrapping_util.get_time_string()

optimizer_str = os.path.splitext(os.path.basename(__file__))[0]

logger.debug("Optimizer_str: %s" % optimizer_str)
# Find experiment directory
if options.restore:
if not os.path.exists(options.restore):
Expand Down

0 comments on commit f1afb41

Please sign in to comment.