paref.moo_algorithms.minimizer.surrogates.preprocessing#

Functions

postprocess_std(std, data)

postprocess_x(x_processed, data)

postprocess_y(y_processed, data)

preprocess_x(x, data)

preprocess_y(y, data)

paref.moo_algorithms.minimizer.surrogates.preprocessing.postprocess_std(std: ndarray, data: ndarray)[source]#
paref.moo_algorithms.minimizer.surrogates.preprocessing.postprocess_x(x_processed: ndarray, data: ndarray)[source]#
paref.moo_algorithms.minimizer.surrogates.preprocessing.postprocess_y(y_processed: ndarray, data: ndarray)[source]#
paref.moo_algorithms.minimizer.surrogates.preprocessing.preprocess_x(x: ndarray, data: ndarray)[source]#
paref.moo_algorithms.minimizer.surrogates.preprocessing.preprocess_y(y: ndarray, data: ndarray)[source]#