physbo.search.optimize.odatse module

class physbo.search.optimize.odatse.Optimizer(alg_dict)[ソース]

ベースクラス: object

パラメータ:

alg_dict (dict) -- Dictionary specifying the optimization algorithm and its parameters.

physbo.search.optimize.odatse.default_alg_dict(min_X: ndarray, max_X: ndarray, algorithm_name: str = 'mapper')[ソース]

Return the default algorithm parameter settings for the given algorithm name.

パラメータ:

algorithm_name (str, optional (default: "mapper")) -- The name of the algorithm to use. "exchange": Exchange Monte Carlo "pamc": Population Annealing Monte Carlo "minsearch": Nelder-Mead method "mapper": Grid search "bayes": Bayesian optimization

戻り値:

The default algorithm parameter settings for the given algorithm name.

戻り値の型:

dict