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

Minor fixes in OptHistory #108

Merged
merged 4 commits into from
May 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pep8 fix
  • Loading branch information
MorrisNein committed May 31, 2023
commit 8a22a9500b668fec86e51fdf5d40b20f02853529
2 changes: 1 addition & 1 deletion golem/visualisation/opt_history/fitness_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class FitnessLineInteractive(HistoryVisualization):

@with_alternate_matplotlib_backend
def visualize(self, save_path: Optional[Union[os.PathLike, str]] = None, dpi: Optional[int] = None,
per_time: Optional[bool] = None, graph_show_kwargs: Optional[Dict[str, Any]] = None):
per_time: Optional[bool] = None, graph_show_kwargs: Optional[Dict[str, Any]] = None):
""" Visualizes the best fitness values during the evolution in the form of line.
Additionally, shows the structure of the best individuals and the moment of their discovering.
:param save_path: path to save the visualization. If set, then the image will be saved, and if not,
Expand Down