Skip to content

Commit

Permalink
Merge pull request #345 from raftheunis87/fix/add-score-formulas-to-h…
Browse files Browse the repository at this point in the history
…armony-search

fix(optimizer): add adg_realized_PAD_mean and adg_realized_PAD_std as supported formulas
  • Loading branch information
enarjord authored Jul 14, 2022
2 parents c9c98a8 + e110a9a commit f8a8c96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions harmony_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,8 @@ async def main():
"adg_mean",
"adg_min",
"adg_PAD_std_min",
"adg_realized_PAD_mean",
"adg_realized_PAD_std",
]:
logging.error(f"unknown score formula {args.score_formula}")
logging.error(f"using score formula {config['score_formula']}")
Expand Down

0 comments on commit f8a8c96

Please sign in to comment.