Skip to main content

Inputs

Regions of minimum/maximum represent a new approach to optimization and design improvement. It is a statistical approach to optimization, which defines adjusted probability distributions and ranges of input variables to minimize or maximize the statistical factors of the probability distribution of the resulting function value.

Theory behind#

The region of maximum is a new distribution for the input variable, which one wants to achieve to have a stable statistical increase in the function value. In other words, by properly truncating the input distribution, one can achieve an increase in the mean value of results. Contrary, the region of minimum represents a region, which leads to lower results in the final distribution. In other words, there will be a higher probability of obtaining results from the lower side of the spectrum of expected results. Nevertheless, these newly proposed regions of input variables may overlap. The overlap is closely connected to the influence/sensitivity of a given variable. For very influential variables, these regions will not overlap and one should avoid the region of avoidance as it will almost surely lead to bad final design. On the other hand, for non-influential variables, these regions will overlap and re-design the input distribution according to e.g. the region of maximum will lead to small change in the desired way. Due to the statistical nature of the optimization, setting only a few variables to the region of maximum will still lead to an increase in the final result. However, the increase will not be as large as predicted by our code. Nevertheless, this allows for improving the final design according to criteria, which are not (or cannot) be specified.

We define the region of maximum to be on the right side of the final distribution (maximization process) and the region of minimum on the left side of the final distribution.

How to use the interface#

There is a collapsible box on the left side of the tab with the opened result file, where the user can set the data to be displayed. On top of the box, there are three buttons to switch between modes of the Regions of minimum/maximum feature. The Input button refers to the display of distributions of input variables, the Result button shows modified probability distributions of the resulting function value, and the Optimum button accesses the best-known solution from the plot and corresponding values of input variables.

Figure 1: Regions of minimum/maximum - Inputs

Under these buttons, there is a list of input variables of the project. Items of the list are clickable to select the input variable which input distributions will be shown. One can see in the plot histograms the region of minimum in red, the region of maximum in green, and the original probability distribution of the selected input variable in blue.

To export the plot as a .png or .jpg file, the save-file dialogue can be induced by clicking the 💾 icon on the top left of the plot. It is possible to adjust the appearance of the plot using controls from the Plot options section of the panel on the left:

  • Plot title : Displayed above the plot, Regions of minimum/maximum by default together with the name of the selected variable.
  • X label : Label of the X axis, by default name of the selected input variable.
  • Y label : Label of the Y axis, N by default together with info about the number of samples used for visualization and the current number of bins.
  • Title size : Size of the title font.
  • Label size : Size of the label font.
  • Show legend : Switching on/off the legend of the plot/the colorbar scale.
  • Legend font size : Size of the legend font.
  • Show Original : Switching on/off the histogram plot of the original distribution of the selected input variable.
  • Show Minimum : Switching on/off the histogram plot of the input region of minimum.
  • Show Maximum : Switching on/off the histogram plot of the input region of maximum.
  • Normalize plot : Normalization of histogram plot, toggle on/off.
  • Log. vertical axis : Logarithmic scale of vertical axis, toggle on/off.
  • Range X : Double-sided slider allowing to show a slice of the data in detail. Dragging one of the slider's points limits the depicted range of bins, one can move with the section along the X-axis by dragging the green bar of the slider (both edge points are highlighted).
  • Range Y : Double-sided slider allowing to show a slice of the data in detail. Dragging one of the slider's points limits the depicted number of samples in bin/density, one can move with the section along the Y-axis by dragging the green bar of the slider (both edge points are highlighted).
  • Adjust axes : Toggle if the axis limits of the plot should be only the range adjusted with the slider above (on) or the full range of function values and density/number of samples in bins (off).
  • Bin count : Number of categories in the histogram.
Figure 2: Regions of minimum/maximum - Plot options