MCPcopy Create free account

hub / github.com/COLA-Laboratory/TransOPT / functions

Functions2,053 in github.com/COLA-Laboratory/TransOPT

↓ 2 callersMethodcompute_Mi
(self, cls)
transopt/utils/Prior.py:601
↓ 2 callersMethodcompute_Mi
(self, cls)
transopt/utils/Prior.py:826
↓ 2 callersMethodcompute_Mi
(self, cls)
transopt/utils/Prior.py:1069
↓ 2 callersMethodcompute_Sb
(self, cls, M_i, M_0)
transopt/utils/Prior.py:637
↓ 2 callersMethodcompute_Sb
(self, cls, M_i, M_0)
transopt/utils/Prior.py:862
↓ 2 callersMethodcompute_Sb
(self, cls, M_i, M_0)
transopt/utils/Prior.py:1106
↓ 2 callersMethodcompute_Sw
(self, cls, M_i)
transopt/utils/Prior.py:646
↓ 2 callersMethodcompute_Sw
(self, cls, M_i)
transopt/utils/Prior.py:871
↓ 2 callersMethodcompute_Sw
(self, cls, M_i)
transopt/utils/Prior.py:1115
↓ 2 callersMethodcompute_a
(self, lst_ni)
transopt/utils/Prior.py:490
↓ 2 callersMethodcompute_cls
(self, x)
transopt/utils/Prior.py:590
↓ 2 callersMethodcompute_cls
(self, x)
transopt/utils/Prior.py:815
↓ 2 callersMethodcompute_cls
(self, x)
transopt/utils/Prior.py:1058
↓ 2 callersMethodcompute_lst_ni
(self)
transopt/utils/Prior.py:476
↓ 2 callersFunctionconfigure_experiment
(workload, features, seed, optimizer_name, exp_path, budget=20, init_number=10)
demo/comparison/experiment_llvm.py:52
↓ 2 callersFunctionconfigure_experiment
(workload, features, seed, optimizer_name, exp_path, budget=20, init_number=10)
demo/comparison/experiment_gcc.py:53
↓ 2 callersMethodconstruct_dataset_info
(self, task_set, running_config, seed)
transopt/agent/services.py:299
↓ 2 callersFunctionconstruct_multi_objective_kernel
(input_dim, output_dim, base_kernel='RBF', Q=1, rank=2)
transopt/utils/Kernel.py:10
↓ 2 callersMethodconstruct_trajectory_data
(self, name, obj_data, obj_type="minimize")
transopt/agent/services.py:577
↓ 2 callersMethodcreate_dataset
(self, dataset_name, dataset_info, overwrite=True)
transopt/datamanager/manager.py:89
↓ 2 callersMethodcreate_save_directory
Helper function. Check if data directory exists. If not, create it. Parameters ---------- save_dir : Path Path t
transopt/utils/openml_data_manager.py:142
↓ 2 callersMethodcreate_table
Create and initialize a database table based on problem configuration. Parameters ---------- name: str N
transopt/datamanager/database.py:212
↓ 2 callersFunctiondefault_hparams
(algorithm, dataset)
transopt/benchmark/HPOOOD/hparams_registry.py:224
↓ 2 callersMethodevaluate_loader
(self, loader)
transopt/benchmark/HPO/HPO.py:283
↓ 2 callersFunctionexecute_tasks
(tasks, args)
demo/comparison/experiment_llvm.py:25
↓ 2 callersFunctionexecute_tasks
(tasks, args)
demo/comparison/experiment_gcc.py:25
↓ 2 callersFunctionfind_dirs
(directory)
transopt/benchmark/HPOOOD/collect_results.py:29
↓ 2 callersMethodflush
(self)
transopt/benchmark/HPOOOD/misc.py:224
↓ 2 callersMethodforward_s
(self, x)
transopt/benchmark/HPOOOD/algorithms.py:918
↓ 2 callersMethodfreeze_bn
(self)
transopt/benchmark/HPO/networks.py:119
↓ 2 callersMethodfreeze_bn
(self)
transopt/benchmark/HPOOOD/networks.py:113
↓ 2 callersMethodfreeze_bn
(self)
transopt/benchmark/HBOROB/algorithms.py:122
↓ 2 callersFunctiong
(mu,sigma)
transopt/utils/sk.py:328
↓ 2 callersFunctiongenerate_dataset_config
()
demo/experiment_lsh_validity.py:55
↓ 2 callersMethodget_all_datasets
(self)
transopt/datamanager/manager.py:86
↓ 2 callersMethodget_class_label
(self, y)
transopt/utils/Prior.py:582
↓ 2 callersMethodget_class_label
(self, y)
transopt/utils/Prior.py:807
↓ 2 callersMethodget_class_label
(self, y)
transopt/utils/Prior.py:1050
↓ 2 callersMethodget_cur_workload
(self)
transopt/benchmark/problem_base/transfer_problem.py:100
↓ 2 callersMethodget_data
Loads the data given a task or another source.
transopt/benchmark/HPO/HPOSVM.py:91
↓ 2 callersMethodget_design_variables
(self)
transopt/space/search_space.py:30
↓ 2 callersMethodget_fidelity_range
(self)
transopt/space/fidelity_space.py:16
↓ 2 callersFunctionget_hparams
Global registry of hyperparams. Each entry is a (default, random) tuple. New algorithms / networks / etc. should add entries here.
transopt/benchmark/HPO/hparams_registry.py:5
↓ 2 callersMethodget_mds
(self)
transopt/analysis/mds.py:99
↓ 2 callersFunctionget_model
Create the optimizer object.
transopt/optimizer/model/get_model.py:5
↓ 2 callersMethodget_model_likelihood_mll
Called when the surrogate is first initialized or restarted. Args: train_size: The size of the current training set.
transopt/optimizer/model/dyhpo.py:210
↓ 2 callersFunctionget_non_dominated_solutions
(data)
tests/data_analysis.py:36
↓ 2 callersMethodget_num_row
(self, table)
transopt/datamanager/database.py:669
↓ 2 callersMethodget_objectives
(self)
transopt/benchmark/CSSTuning/DBMS.py:50
↓ 2 callersMethodget_objectives
(self)
transopt/benchmark/CSSTuning/Compiler.py:52
↓ 2 callersMethodget_objectives
(self)
transopt/benchmark/CSSTuning/Compiler.py:119
↓ 2 callersMethodget_objectives
Defines the available fidelity parameters as a "fidelity space" for each benchmark. Parameters ---------- seed: int, None
transopt/benchmark/problem_base/base.py:134
↓ 2 callersMethodget_pipeline
Create the scikit-learn (training-)pipeline
transopt/benchmark/HPO/HPOSVM.py:253
↓ 2 callersFunctionget_rng
Helper function to obtain RandomState from int or create a new one. Sometimes a default random state (self_rng) is already available, but a
transopt/utils/rng_helper.py:14
↓ 2 callersMethodget_transform
(self, augment)
transopt/benchmark/HPO/datasets.py:281
↓ 2 callersMethodget_unsolved_num
(self)
transopt/benchmark/problem_base/transfer_problem.py:55
↓ 2 callersFunctionget_workloads
(workloads, split_index, total_splits=10)
demo/comparison/experiment_llvm.py:39
↓ 2 callersFunctionget_workloads
(workloads, split_index, total_splits=10)
demo/comparison/experiment_gcc.py:39
↓ 2 callersFunctioninit_weight
(n_obj, n_sample)
transopt/utils/weights.py:30
↓ 2 callersFunctionis_pd
Check whether matrix `a` is positive definite via Cholesky decomposition. Args: a: Input matrix. Returns: `True` if input ma
transopt/optimizer/model/utils.py:10
↓ 2 callersMethodlink_model
(self, model)
transopt/optimizer/acquisition_function/acf_base.py:44
↓ 2 callersMethodlink_task
(self, task_name:str, search_space: SearchSpace)
transopt/optimizer/optimizer_base/bo.py:42
↓ 2 callersMethodload_checkpoint
Load the state from a previous checkpoint.
transopt/optimizer/model/dyhpo.py:374
↓ 2 callersFunctionload_data
(workload)
demo/comparison/plot_samples_dbms.py:58
↓ 2 callersFunctionload_features
(file_path)
demo/comparison/experiment_llvm.py:47
↓ 2 callersFunctionload_features
()
demo/comparison/experiment_gcc.py:47
↓ 2 callersFunctionmatrix_to_latex
(Data: Dict, col_names, row_names, caption, oder="min")
transopt/ResultAnalysis/TableToLatex.py:5
↓ 2 callersMethodmeta_train
(self, epochs = 50000, lr = 0.0001)
transopt/optimizer/pretrain/deepkernelpretrain.py:154
↓ 2 callersFunctionmultitarget_encoding
(df:pds.DataFrame, column_name, target_names)
transopt/utils/encoding.py:29
↓ 2 callersFunctionnearest_pd
Calculate the nearest positive-definite matrix to a given symmetric matrix `a`. Nearest is defined by the Frobenius norm. Args: a: S
transopt/optimizer/model/utils.py:27
↓ 2 callersMethodnormalize
(self, X)
transopt/benchmark/HPOB/HpobBench.py:42
↓ 2 callersMethodobjective_function
( self, configuration: Dict, fidelity: Dict = None, seed: Union[np.random.Rand
transopt/benchmark/synthetic/synthetic_problems.py:1039
↓ 2 callersFunctionone
(lst)
transopt/utils/sk.py:131
↓ 2 callersMethodpdf
(self, x)
transopt/utils/Prior.py:25
↓ 2 callersFunctionplace
(x)
transopt/utils/sk.py:291
↓ 2 callersFunctionpos
(p)
transopt/utils/sk.py:290
↓ 2 callersMethodposterior_samples
Samples the posterior GP at the points X. :param X: the points at which to take the samples. :type X: np.ndarray (Nnew x sel
transopt/optimizer/SingleObjOptimizer/LFL.py:339
↓ 2 callersMethodposterior_samples
Samples the posterior GP at the points X. :param X: the points at which to take the samples. :type X: np.ndarray (Nnew x sel
transopt/optimizer/SingleObjOptimizer/VizerOptimizer.py:203
↓ 2 callersMethodposterior_samples_f
Samples the posterior GP at the points X. :param X: The points at which to take the samples. :type X: np.ndarray (Nnew x sel
transopt/optimizer/SingleObjOptimizer/LFL.py:320
↓ 2 callersMethodpredict
(self, x)
transopt/benchmark/HPOOOD/algorithms.py:1998
↓ 2 callersMethodpredict
(self, X)
transopt/optimizer/SingleObjOptimizer/PROptimizer.py:149
↓ 2 callersMethodpredict
(self, X)
transopt/optimizer/SingleObjOptimizer/RBFNOptimizer.py:169
↓ 2 callersMethodpredict
(self, X)
transopt/optimizer/SingleObjOptimizer/KrigingOptimizer.py:145
↓ 2 callersMethodpredict
( self, X, return_full: bool = False, with_noise: bool = False )
transopt/optimizer/SingleObjOptimizer/VizerOptimizer.py:132
↓ 2 callersMethodpredict
( self, X, return_full: bool = False, with_noise: bool = False )
transopt/optimizer/SingleObjOptimizer/RGPEOptimizer.py:169
↓ 2 callersMethodpredict
Predictions with the model. Returns posterior means and standard deviations at X. Note that this is different in GPy where the variances are
transopt/optimizer/SingleObjOptimizer/MetaLearningOptimizer.py:137
↓ 2 callersMethodpredict
(self, X, return_full: bool = False, with_noise: bool = False)
transopt/optimizer/model/sgpt.py:132
↓ 2 callersMethodpredict
(self, X, full_cov=False)
transopt/optimizer/model/moeadego.py:43
↓ 2 callersMethodpredict
(self, X, full_cov=False)
transopt/optimizer/MultiObjOptimizer/MoeadEGO.py:134
↓ 2 callersMethodpredict_energy
预测给定 antigen 和序列的能量 :param antigen: 要预测的 antigen :param sequence: 要预测的序列 :return: 预测的能量结果
transopt/benchmark/CPD/Absolut/absolut_container.py:34
↓ 2 callersMethodpredict_posterior_mean
Predict the mean function for given test point(s). For `idx=None` returns the same as `self.predict(data)[0]` but avoids the overhead
transopt/optimizer/model/mhgp.py:202
↓ 2 callersMethodprepare_antigen
(self, antigen)
transopt/benchmark/CPD/Absolut/absolut_container.py:17
↓ 2 callersMethodpretrain
(self, metadata = None, metadata_info = None)
transopt/optimizer/optimizer_base/bo.py:60
↓ 2 callersFunctionproj
return proj_{B(h, \delta)}(adv_h), Euclidean projection to Euclidean ball
transopt/benchmark/HPOOOD/misc.py:28
↓ 2 callersMethodquery
Query similar vectors in the cache. Parameters: ----------- vector: tuple of (str, str, int, int) The mu
transopt/datamanager/lsh.py:67
↓ 2 callersMethodquery_config
(self, name)
transopt/datamanager/database.py:338
↓ 2 callersMethodrandom_sample
Initialize random samples. :param num_samples: Number of random samples to generate :return: List of dictionaries, each repr
transopt/optimizer/SingleObjOptimizer/LFL.py:71
↓ 2 callersMethodrandomize
(self, x, what="style", eps=1e-5)
transopt/benchmark/HPOOOD/algorithms.py:922
↓ 2 callersMethodreceive_optimizer
(self, optimizer_info)
transopt/agent/services.py:280
↓ 2 callersMethodreceive_tasks
(self, tasks_info)
transopt/agent/services.py:260
← previousnext →201–300 of 2,053, ranked by callers