Go to the source code of this file.
|
| | plot_genetic.get_dpi (bool savefig) |
| |
| int | plot_genetic.binary_search (list[int] x, int key) |
| |
| FitLine|None | plot_genetic.fit_log_line (list[int] x, list[float] y, int skip_until=0, bool all_points=False, list[int] add_next=[]) |
| |
| Path | plot_genetic.get_file (str method_name, DataType data_type) |
| |
| | plot_genetic.plot (str figure_name, bool save, str ylabel, str xlabel, str|None legend_loc='best') |
| |
| tuple[list[int], list[int], list[int], list[float]] | plot_genetic.load_data (str method_name, DataType data_type, int cutoff=0) |
| |
| tuple[tuple[int], tuple[float]] | plot_genetic.get_data_point (str method_name, DataType data_type, int index, int cutoff=0) |
| |
| tuple[list[int], list[float]] | plot_genetic.moving_average (list[int] x, list[float] y, float window=1.9) |
| |
| | plot_genetic.add_data_point_to_plot (str method_name, DataType data_type, int index, int cutoff=0, int skip_until=0, str fitlabel='', int max_value=-1, float markersize=POINT_SIZE, bool draw_best_fit=True, str label='') |
| |
| | plot_genetic.compare_construction_data (bool savefig) |
| |
| | plot_genetic.compare_search_data (bool savefig) |
| |