Skip to content

Commit

Permalink
refactor: Param->Hyperparam, changed in code and comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caparrini committed Jan 13, 2024
1 parent 7fcc239 commit 6747710
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 194 deletions.
2 changes: 1 addition & 1 deletion examples/plot_search_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# %%
# Following we can generate the plot of the search space
population_df = opt.population_2_df()
param_names = list(opt.get_params().keys())
param_names = list(opt.get_hyperparams().keys())
param_names.append("fitness")
df = population_df[param_names]
g_search_space = plotly_search_space(df, param_names)
Expand Down
Loading

0 comments on commit 6747710

Please sign in to comment.