latom.plots.response_surfaces

@authors: Alberto FOSSA’ Giuliana Elena MICELI

Functions

deepcopy(x[, memo, _nil])

Deep copy operation on arbitrary Python objects.

Classes

RespSurf(isp, twr, param, title[, nb_lines, …])

Plots the response surface resulting from the surrogate models computations.

class latom.plots.response_surfaces.RespSurf(isp, twr, param, title, nb_lines=50, log_scale=False)[source]

Bases: object

Plots the response surface resulting from the surrogate models computations.

Parameters
  • isp (ndarray) – List of isp values [s]

  • twr (ndarray) – List of thrust/weight ratios [-]

  • param (ndarray) – List of parameters

  • title (str) – Title of the plot

  • nb_lines (int) – Numbers of lines of response surfaces

  • log_scale (bool) – Defines if the twr scale is logarithmic

Variables
  • isp (ndarray) – List of isp values [s]

  • twr (ndarray) – List of thrust/weight ratios [-]

  • param (ndarray) – List of parameters

  • title (str) – Title of the plot

  • nb_lines (int) – Numbers of lines of response surfaces

plot()[source]

Plots the response surface resulting from the surrogate models computations