.gitignore
.nojekyll
LICENSE.txt
MANIFEST.in
README.md
RELEASE_NOTES.txt
makeSpot.sh
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/test.yml
.vscode/settings.json
img/favicon.png
img/spotLogo.png
src/spotpython.egg-info/.DS_Store
src/spotpython.egg-info/PKG-INFO
src/spotpython.egg-info/SOURCES.txt
src/spotpython.egg-info/dependency_links.txt
src/spotpython.egg-info/requires.txt
src/spotpython.egg-info/top_level.txt
src/spotpython/budget/ocba.py
src/spotpython/build/__init__.py
src/spotpython/build/kriging.py
src/spotpython/build/surrogates.py
src/spotpython/data/base.py
src/spotpython/data/california.py
src/spotpython/data/california_housing.py
src/spotpython/data/csvdataset.py
src/spotpython/data/data.csv
src/spotpython/data/data.pkl
src/spotpython/data/diabetes.py
src/spotpython/data/friedman.py
src/spotpython/data/lightcrossvalidationdatamodule.py
src/spotpython/data/lightdatamodule.py
src/spotpython/data/manydataset.py
src/spotpython/data/mnistdatamodule.py
src/spotpython/data/pkldataset.py
src/spotpython/data/torchdata.py
src/spotpython/data/vbdp.py
src/spotpython/design/__init__.py
src/spotpython/design/designs.py
src/spotpython/design/factorial.py
src/spotpython/design/spacefilling.py
src/spotpython/design/utils.py
src/spotpython/fun/__init__.py
src/spotpython/fun/hyperlight.py
src/spotpython/fun/hypersklearn.py
src/spotpython/fun/hypertorch.py
src/spotpython/fun/mohyperlight.py
src/spotpython/fun/multiobjectivefunctions.py
src/spotpython/fun/objectivefunctions.py
src/spotpython/fun/xai_hyperlight.py
src/spotpython/gp/covar.py
src/spotpython/gp/distances.py
src/spotpython/gp/functions.py
src/spotpython/gp/gp.py
src/spotpython/gp/gp_sep.py
src/spotpython/gp/likelihood.py
src/spotpython/gp/linalg.py
src/spotpython/gp/lite.py
src/spotpython/gp/matrix.py
src/spotpython/gp/regressor.py
src/spotpython/gp/util.py
src/spotpython/hyperdict/light_hyper_dict.json
src/spotpython/hyperdict/light_hyper_dict.py
src/spotpython/hyperdict/sklearn_hyper_dict.json
src/spotpython/hyperdict/sklearn_hyper_dict.py
src/spotpython/hyperdict/torch_hyper_dict.json
src/spotpython/hyperdict/torch_hyper_dict.py
src/spotpython/hyperparameters/architecture.py
src/spotpython/hyperparameters/categorical.py
src/spotpython/hyperparameters/listgenerator.py
src/spotpython/hyperparameters/optimizer.py
src/spotpython/hyperparameters/values.py
src/spotpython/light/cvmodel.py
src/spotpython/light/litmodel.py
src/spotpython/light/loadmodel.py
src/spotpython/light/predictmodel.py
src/spotpython/light/testmodel.py
src/spotpython/light/trainmodel.py
src/spotpython/light/classification/netlightbasemapk.py
src/spotpython/light/cnn/googlenet.py
src/spotpython/light/cnn/inceptionblock.py
src/spotpython/light/cnn/netcnnbase.py
src/spotpython/light/regression/__init__.py
src/spotpython/light/regression/netlightregression.py
src/spotpython/light/regression/nn_condnet_regressor.py
src/spotpython/light/regression/nn_linear_regressor.py
src/spotpython/light/regression/nn_many_to_many_gru_regressor.py
src/spotpython/light/regression/nn_many_to_many_lstm_regressor.py
src/spotpython/light/regression/nn_many_to_many_rnn_regressor.py
src/spotpython/light/regression/nn_resnet_regressor.py
src/spotpython/light/regression/nn_transformer_regressor.py
src/spotpython/light/regression/pos_enc.py
src/spotpython/light/regression/rnnlightregression.py
src/spotpython/light/regression/transformerlightregression.py
src/spotpython/light/transformer/attention.py
src/spotpython/light/transformer/encoder.py
src/spotpython/light/transformer/encoderblock.py
src/spotpython/light/transformer/multiheadattention.py
src/spotpython/light/transformer/positionalEncoding.py
src/spotpython/light/transformer/positionalEncodingBasic.py
src/spotpython/light/transformer/skiplinear.py
src/spotpython/light/transformer/transformerlightpredictor.py
src/spotpython/mo/functions.py
src/spotpython/mo/pareto.py
src/spotpython/mo/plot.py
src/spotpython/pinns/solvers.py
src/spotpython/pinns/nn/fcn.py
src/spotpython/pinns/plot/result.py
src/spotpython/plot/contour.py
src/spotpython/plot/importance.py
src/spotpython/plot/ts.py
src/spotpython/plot/utils.py
src/spotpython/plot/validation.py
src/spotpython/plot/xai.py
src/spotpython/plot/xy.py
src/spotpython/sklearn/traintest.py
src/spotpython/spot/__init__.py
src/spotpython/spot/spot.py
src/spotpython/surrogate/kriging.py
src/spotpython/surrogate/functions/cd_data.csv
src/spotpython/surrogate/functions/forr08a.py
src/spotpython/torch/activation.py
src/spotpython/torch/cosinewarmupcheduler.py
src/spotpython/torch/dataframedataset.py
src/spotpython/torch/dimensions.py
src/spotpython/torch/mapk.py
src/spotpython/torch/netcifar10.py
src/spotpython/torch/netcore.py
src/spotpython/torch/netfashionMNIST.py
src/spotpython/torch/netregression.py
src/spotpython/torch/netvbdp.py
src/spotpython/torch/traintest.py
src/spotpython/uc/plot.py
src/spotpython/utils/aggregate.py
src/spotpython/utils/classes.py
src/spotpython/utils/compare.py
src/spotpython/utils/convert.py
src/spotpython/utils/device.py
src/spotpython/utils/eda.py
src/spotpython/utils/effects.py
src/spotpython/utils/file.py
src/spotpython/utils/init.py
src/spotpython/utils/linalg.py
src/spotpython/utils/math.py
src/spotpython/utils/metrics.py
src/spotpython/utils/misc.py
src/spotpython/utils/numpy2json.py
src/spotpython/utils/optimize.py
src/spotpython/utils/parallel.py
src/spotpython/utils/preprocess.py
src/spotpython/utils/progress.py
src/spotpython/utils/repair.py
src/spotpython/utils/sampling.py
src/spotpython/utils/scaler.py
src/spotpython/utils/seed.py
src/spotpython/utils/split.py
src/spotpython/utils/stats.py
src/spotpython/utils/tensorboard.py
src/spotpython/utils/time.py
src/spotpython/utils/transform.py
test/test_add_core_model_to_fun_control.py
test/test_aggregate_mean_var.py
test/test_apply_penaly_NA.py
test/test_assign_values.py
test/test_bestlh.py
test/test_branin.py
test/test_build_Psi.py
test/test_build_U.py
test/test_build_psi_vec.py
test/test_calculate_split.py
test/test_california_housing.py
test/test_check_X_shape.py
test/test_check_identical_columns_and_rows.py
test/test_chg.py
test/test_convert_keys.py
test/test_csv_dataset.py
test/test_csvdataset.py
test/test_design_utils.py
test/test_effects.py
test/test_evaluate_design_matrix.py
test/test_evaluate_new_X.py
test/test_evaluate_new_solutions.py
test/test_extract_from_bounds.py
test/test_extract_linear_dims.py
test/test_fcn.py
test/test_fit_surrogate.py
test/test_forr08a.py
test/test_fullfactorial.py
test/test_fun_control_init.py
test/test_fun_wingwt.py
test/test_generate_design.py
test/test_generate_one_config_from_var_dict.py
test/test_generate_random_point.py
test/test_get_activations.py
test/test_get_all_lm.py
test/test_get_combinations.py
test/test_get_core_model_from_name.py
test/test_get_device.py
test/test_get_dict_with_levels_and_types.py
test/test_get_experiment_name.py
test/test_get_feature_names.py
test/test_get_gradients.py
test/test_get_new_X0.py
test/test_get_new_x0_2.py
test/test_get_one_config_from_X.py
test/test_get_river_core_model_from_name.py
test/test_get_set_shape.py
test/test_get_spot_attributes_as_df.py
test/test_get_spot_tensorboard_path.py
test/test_get_tuned_architecture.py
test/test_get_var_name.py
test/test_get_vars_from_formula.py
test/test_gpsep.py
test/test_hyper_light_fun.py
test/test_importance_imp.py
test/test_importance_mdi.py
test/test_importance_plot.py
test/test_infill.py
test/test_initialize_design.py
test/test_initialize_design_matrix.py
test/test_is_any.py
test/test_iterate_dict_values.py
test/test_jd.py
test/test_kernel.py
test/test_kriging_1.py
test/test_kriging_extract_from_bounds.py
test/test_kriging_initialize_variables.py
test/test_kriging_intialize_matrices.py
test/test_kriging_optimize_model.py
test/test_kriging_set_de_bounds.py
test/test_kriging_set_theta_values.py
test/test_kriging_set_variable_types.py
test/test_light_data_module.py
test/test_light_data_module_scaler.py
test/test_light_trainer.py
test/test_lightdatamodule.py
test/test_lightdatamodule_class.py
test/test_lightdatamodule_with_setup.py
test/test_likelihood.py
test/test_likelihood_surrogate.py
test/test_many_to_many_gru.py
test/test_many_to_many_lstm.py
test/test_many_to_many_rnn.py
test/test_math.py
test/test_metrics_sign.py
test/test_mm.py
test/test_mmlhs.py
test/test_mmphi.py
test/test_mmsort.py
test/test_mo2so.py
test/test_mo_repeats.py
test/test_multiprocess.py
test/test_nat_to_cod.py
test/test_net_light_regression_class.py
test/test_nn_linear_regressor.py
test/test_ocba.py
test/test_optimizer_handler.py
test/test_oscillatorb.py
test/test_parallel_evaluate_row.py
test/test_pareto.py
test/test_part_corr.py
test/test_perturb.py
test/test_phisort.py
test/test_pkldataset.py
test/test_plot_coeff_vs_pvals.py
test/test_plot_coeff_vs_pvals_by_included.py
test/test_plot_progress.py
test/test_plot_result.py
test/test_preprocess.py
test/test_remove_nan.py
test/test_repair_non_numeric.py
test/test_repeats.py
test/test_return_conf_list_from_var_dict.py
test/test_rlh.py
test/test_run.py
test/test_save_and_load_experiment.py
test/test_save_and_load_result.py
test/test_save_experiment.py
test/test_scaler.py
test/test_selectNew().py
test/test_select_distant_points.py
test/test_set_de_bounds.py
test/test_set_hyperparameter.py
test/test_set_int_hyperparameter_values.py
test/test_show_progress.py
test/test_split_data.py
test/test_spot.py
test/test_spot_run.py
test/test_subset.py
test/test_suggest_new.py
test/test_suggest_new_X.py
test/test_tensorboard_start_stop.py
test/test_tensorboard_write_log.py
test/test_testmodel.py
test/test_to_all_dim.py
test/test_to_red.py
test/test_torch_minmax_scaler.py
test/test_torch_standard_scaler.py
test/test_trainmodel.py
test/test_transform_dataset.py
test/test_transform_hyper_parameter_values.py
test/test_transform_multby2.py
test/test_update_design.py
test/test_update_stats.py
test/test_update_surrogate.py
test/test_utils_mapt_to_original_scale.py
test/test_values.py
test/test_values_2.py
test/test_xai.py