- 
iwopy.interfaces.pymoo.Optimizer_pymoo.get_figure_f(fig=None, ax=None, valid_dict=None, **kwargs)[source]
- Create a figure that shows the objective function development during optimization. - The kwargs are forwarded to the plot command. - Parameters¶- fig: plt.Figure, optional
- The figure to which to add the plot 
- ax: plt.Axis, optional
- The axis to which to add the plot 
- valid_dict: dict, optional
- Settings for the point of first valid solution, forwarded to scatter 
 - Returns¶- fig: plt.Figure
- The figure