displayOptimization

Module Contents

check_if_must_plot(elem)[source]
class OptimizationDisplayer(thePipeOpti, listOfObjectives, theOptimizer, additionalWidgets=None)[source]

Bases: optimeed.core.Option_class

Class used to display optimization process in real time

signal_optimization_over
SHOW_CONSTRAINTS = 0
set_actionsOnClick(self, theList)[source]

Set actions to perform on click, list of on_graph_click_interface

generate_optimizationGraphs(self)[source]

Generates the optimization graphs. :return: Graphs, LinkDataGraph, :class:’~optimeed.visulaize.gui.widgets.widget_graphs_visual.widget_graphs_visual

__change_appearance_violate_constraints(self)
__refresh(self)
start_autorefresh(self, timer_autosave)[source]
stop_autorefresh(self)[source]
__set_graphs_disposition(self)

Set nicely the graphs disposition

launch_optimization(self, refresh_time=0.1)[source]

Perform the optimization and spawn the convergence graphs afterwards.

__callback_optimization(self)
close_windows(self)[source]
static display_graphs(theGraphs)[source]
create_main_window(self)[source]

From the widgets and the actions on click, spawn a window and put a gui around widgetsGraphsVisual.