LICENSE.txt
README.md
pyproject.toml
src/auto_opt/__init__.py
src/auto_opt.egg-info/PKG-INFO
src/auto_opt.egg-info/SOURCES.txt
src/auto_opt.egg-info/dependency_links.txt
src/auto_opt.egg-info/requires.txt
src/auto_opt.egg-info/top_level.txt
src/auto_opt/data/__init__.py
src/auto_opt/data/collate_function.py
src/auto_opt/data/data_key.py
src/auto_opt/data/dataset.py
src/auto_opt/data/eval_type.py
src/auto_opt/data/feat_ext.py
src/auto_opt/data/feat_norm.py
src/auto_opt/data/multi_input_dataset.py
src/auto_opt/data/task_type.py
src/auto_opt/data/torch_kernel_pca.py
src/auto_opt/data/torch_kernel_poly.py
src/auto_opt/data/torch_max_abs_scaler.py
src/auto_opt/data/torch_min_max_scaler.py
src/auto_opt/data/torch_pca.py
src/auto_opt/data/torch_poly_feat.py
src/auto_opt/data/torch_robust_scaler.py
src/auto_opt/data/torch_standard_scaler.py
src/auto_opt/data/torch_truncated_svd.py
src/auto_opt/model/__init__.py
src/auto_opt/model/activation.py
src/auto_opt/model/bag_neural_model.py
src/auto_opt/model/bag_neural_trainer.py
src/auto_opt/model/bnn_guide.py
src/auto_opt/model/bnn_mlp_model_node.py
src/auto_opt/model/bnn_model.py
src/auto_opt/model/bnn_model_graph.py
src/auto_opt/model/bnn_torch_model.py
src/auto_opt/model/bnn_trainer.py
src/auto_opt/model/drop_neural_model_node.py
src/auto_opt/model/exit_neural_model_node.py
src/auto_opt/model/ftt_neural_model_node.py
src/auto_opt/model/ftt_torch_module.py
src/auto_opt/model/gbr_model.py
src/auto_opt/model/generable.py
src/auto_opt/model/gh.py
src/auto_opt/model/graph_neural_model_node.py
src/auto_opt/model/gte_neural_model_node.py
src/auto_opt/model/gtn_neural_model_node.py
src/auto_opt/model/gtv_neural_model_node.py
src/auto_opt/model/in_out_type.py
src/auto_opt/model/input_neural_model_node.py
src/auto_opt/model/layer_type.py
src/auto_opt/model/mlp_neural_model_node.py
src/auto_opt/model/model.py
src/auto_opt/model/moe_neural_model_node.py
src/auto_opt/model/moe_torch_module.py
src/auto_opt/model/neural_loss.py
src/auto_opt/model/neural_model.py
src/auto_opt/model/neural_model_graph.py
src/auto_opt/model/neural_model_node.py
src/auto_opt/model/neural_optimizer.py
src/auto_opt/model/neural_trainer.py
src/auto_opt/model/nmg.py
src/auto_opt/model/normalization.py
src/auto_opt/model/npdh.py
src/auto_opt/model/res_net_neural_model_node.py
src/auto_opt/model/res_net_torch_module.py
src/auto_opt/model/rf_reg_model.py
src/auto_opt/model/sklearn_model_trainer.py
src/auto_opt/model/torch_model.py
src/auto_opt/model/trainer.py
src/auto_opt/opt/__init__.py
src/auto_opt/opt/bayes_opt.py
src/auto_opt/opt/bayes_optimizable.py
src/auto_opt/opt/bayes_options.py
src/auto_opt/opt/cat_constr.py
src/auto_opt/opt/change_type.py
src/auto_opt/opt/complex_constr_float.py
src/auto_opt/opt/complex_constr_int.py
src/auto_opt/opt/constr_type.py
src/auto_opt/opt/feat_ext_constr.py
src/auto_opt/opt/float_constr.py
src/auto_opt/opt/full_diff_pipeline.py
src/auto_opt/opt/gen_hill_climb_opt.py
src/auto_opt/opt/gen_hill_climb_options.py
src/auto_opt/opt/gen_sec_opt.py
src/auto_opt/opt/gen_strat.py
src/auto_opt/opt/hill_climb_opt.py
src/auto_opt/opt/hill_climb_options.py
src/auto_opt/opt/int_constr.py
src/auto_opt/opt/optimizer.py
src/auto_opt/opt/options.py
src/auto_opt/para/bag_neural_para_eng.py
src/auto_opt/para/bnn_para_eng.py
src/auto_opt/para/neural_para_eng.py
src/auto_opt/para/para_eng.py
src/auto_opt/para/para_eng_gen.py
src/auto_opt/para/para_type.py
src/auto_opt/para/sklearn_para_eng.py
src/auto_opt/param/param_holder.py
src/auto_opt/splits/train_val.py
src/auto_opt/splits/train_val_test.py
src/auto_opt/viz/bag_viz.py