Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion : export html at each step #15

Closed
tryingsomestuff opened this issue Jul 11, 2021 · 1 comment
Closed

Suggestion : export html at each step #15

tryingsomestuff opened this issue Jul 11, 2021 · 1 comment

Comments

@tryingsomestuff
Copy link

diff --git a/lakas.py b/lakas.py
index 3196a93..5faa693 100644
--- a/lakas.py
+++ b/lakas.py
@@ -1032,6 +1037,9 @@ def main():
         if output_data_file is not None:
             optimizer.dump(output_data_file)
 
+        exp = nevergrad_logger.to_hiplot_experiment()
+        exp.to_html(f'{optimizer_log_file}.html')
+
     # Optimization done, get the best param.
     recommendation = optimizer.provide_recommendation()
     best_param = recommendation.value
fsmosca added a commit that referenced this issue Jul 17, 2021
@fsmosca
Copy link
Owner

fsmosca commented Jul 17, 2021

This is now added in Lakas v0.42.0.

@fsmosca fsmosca closed this as completed Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants