BOSS
0.9.16
Installation
Tutorials
Documentation
Citing BOSS
About
BOSS
Docs
»
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
W
|
X
_
__init__() (boss.io.settings.Settings method)
__weakref__ (boss.io.settings.Settings attribute)
_acqnext() (boss.bo.bo_main.BoMain method)
_add_convergence() (boss.bo.bo_main.BoMain method)
_add_xy() (boss.bo.bo_main.BoMain method)
_convertstr() (boss.io.settings.Settings method)
_evaluate() (boss.bo.bo_main.BoMain method)
_evaluate_xnew() (boss.bo.bo_main.BoMain method)
_get_xnext() (boss.bo.bo_main.BoMain method)
_grid() (boss.utils.initmanager.InitManager method)
_has_converged() (boss.bo.bo_main.BoMain method)
_init_model() (boss.bo.bo_main.BoMain method)
_location_overconfident() (boss.bo.bo_main.BoMain method)
_minimize_acqfn() (boss.bo.bo_main.BoMain method)
_optimize_model() (boss.bo.bo_main.BoMain method)
_random() (boss.utils.initmanager.InitManager method)
_read_ipfile() (boss.io.settings.Settings method)
_read_iterations() (boss.io.settings.Settings method)
_remove_duplicates() (boss.utils.minimization.Minimization static method)
_run_minimizer() (boss.utils.minimization.Minimization static method)
_select_kernels() (boss.bo.kernel_factory.KernelFactory static method)
_set_constraints() (boss.bo.kernel_factory.KernelFactory static method)
_set_priors() (boss.bo.kernel_factory.KernelFactory static method)
_setopt() (boss.io.settings.Settings method)
_should_optimize() (boss.bo.bo_main.BoMain method)
_sobol() (boss.utils.initmanager.InitManager method)
A
acq_func() (boss.pp.plot.Plot method)
acqs() (boss.io.parse.Parse method)
add_data() (boss.bo.model.Model method)
add_xy_list() (boss.bo.bo_main.BoMain method)
append_write() (boss.io.ioutils.IOutils static method)
B
best_acqs() (boss.io.parse.Parse method)
BoMain (class in boss.bo.bo_main)
boss.__main__ (module)
boss.bo.acq (module)
boss.bo.bo_main (module)
boss.bo.kernel_factory (module)
boss.bo.model (module)
boss.io.data_output (module)
boss.io.ioutils (module)
boss.io.main_output (module)
boss.io.parse (module)
boss.io.settings (module)
boss.pp.plot (module)
boss.pp.pp_main (module)
boss.utils.distributions (module)
boss.utils.initmanager (module)
boss.utils.minimization (module)
boss.utils.rstmanager (module)
boss.utils.timer (module)
C
construct_kernel() (boss.bo.kernel_factory.KernelFactory static method)
conv_measures() (boss.io.parse.Parse method)
(boss.pp.plot.Plot method)
convergence_stop() (boss.io.main_output.MainOutput method)
D
data_acquisitions() (boss.pp.plot.Plot method)
data_line() (boss.io.ioutils.IOutils static method)
DataOutput (class in boss.io.data_output)
Distributions (class in boss.utils.distributions)
dump_acqfn() (boss.io.data_output.DataOutput static method)
dump_mep() (boss.io.data_output.DataOutput static method)
dump_model() (boss.io.data_output.DataOutput static method)
dump_truef() (boss.io.data_output.DataOutput static method)
E
elcb() (in module boss.bo.acq)
exploit() (in module boss.bo.acq)
explore() (in module boss.bo.acq)
F
footer() (boss.io.main_output.MainOutput method)
G
gammaparams() (boss.utils.distributions.Distributions static method)
get_all() (boss.utils.initmanager.InitManager method)
get_all_params() (boss.bo.model.Model method)
get_bestxy() (boss.bo.model.Model method)
get_grad() (boss.bo.bo_main.BoMain method)
get_mu() (boss.bo.bo_main.BoMain method)
get_nu() (boss.bo.bo_main.BoMain method)
get_theta() (boss.utils.rstmanager.RstManager method)
get_unfixed_params() (boss.bo.model.Model method)
get_x() (boss.bo.bo_main.BoMain method)
(boss.utils.initmanager.InitManager method)
(boss.utils.rstmanager.RstManager method)
get_y() (boss.bo.bo_main.BoMain method)
(boss.utils.rstmanager.RstManager method)
getLapTime() (boss.utils.timer.Timer method)
getTotalTime() (boss.utils.timer.Timer method)
H
header() (boss.io.main_output.MainOutput method)
hyperparameters() (boss.pp.plot.Plot method)
I
InitManager (class in boss.utils.initmanager)
IOutils (class in boss.io.ioutils)
ipfile_repeat() (boss.io.main_output.MainOutput method)
(boss.utils.rstmanager.RstManager method)
iteration_start() (boss.io.main_output.MainOutput method)
iteration_summary() (boss.io.main_output.MainOutput method)
K
KernelFactory (class in boss.bo.kernel_factory)
M
main() (in module boss.__main__)
MainOutput (class in boss.io.main_output)
mep_result() (boss.io.main_output.MainOutput method)
mep_start() (boss.io.main_output.MainOutput method)
min_prediction() (boss.bo.model.Model method)
min_preds() (boss.io.parse.Parse method)
minima() (boss.io.parse.Parse method)
Minimization (class in boss.utils.minimization)
minimize() (boss.utils.minimization.Minimization static method)
minimize_from_random() (boss.utils.minimization.Minimization static method)
minimize_from_sobol() (boss.utils.minimization.Minimization static method)
mod_params() (boss.io.parse.Parse method)
Model (class in boss.bo.model)
model() (boss.pp.plot.Plot method)
mu() (boss.bo.model.Model method)
mu_with_grad() (boss.bo.model.Model method)
N
new_data() (boss.utils.rstmanager.RstManager method)
new_model_params() (boss.utils.rstmanager.RstManager method)
nu() (boss.bo.model.Model method)
O
optimize_controlrstr() (boss.bo.model.Model method)
overwrite() (boss.io.ioutils.IOutils static method)
P
Parse (class in boss.io.parse)
Plot (class in boss.pp.plot)
PPmain() (in module boss.pp.pp_main)
predictive_m_s_grad() (boss.bo.model.Model method)
progress_msg() (boss.io.main_output.MainOutput method)
R
readCols() (boss.io.ioutils.IOutils static method)
redefine_data() (boss.bo.model.Model method)
rst() (boss.io.parse.Parse method)
RstManager (class in boss.utils.rstmanager)
run_optimization() (boss.bo.bo_main.BoMain method)
S
section_header() (boss.io.main_output.MainOutput method)
set_unfixed_params() (boss.bo.model.Model method)
Settings (class in boss.io.settings)
settings() (boss.io.main_output.MainOutput method)
startLap() (boss.utils.timer.Timer method)
str_lapTime() (boss.utils.timer.Timer method)
str_totalTime() (boss.utils.timer.Timer method)
T
Timer (class in boss.utils.timer)
truef() (boss.pp.plot.Plot method)
truef_hat() (boss.pp.plot.Plot method)
W
writeCols() (boss.io.ioutils.IOutils static method)
X
xnexts() (boss.io.parse.Parse method)