latom.plots.response_surfaces¶
@authors: Alberto FOSSA’ Giuliana Elena MICELI
Functions
|
Deep copy operation on arbitrary Python objects. |
Classes
|
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:
objectPlots 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