API Reference
- benchmarking package
- setup module
- syne_tune package
StoppingCriterion
Tuner
Reporter
- Subpackages
- Submodules
- syne_tune.config_space module
Domain
Sampler
BaseSampler
Uniform
LogUniform
Normal
Grid
Float
Integer
Categorical
Ordinal
OrdinalNearestNeighbor
FiniteRange
uniform()
loguniform()
randint()
lograndint()
choice()
ordinal()
logordinal()
finrange()
logfinrange()
is_log_space()
is_reverse_log_space()
is_uniform_space()
add_to_argparse()
cast_config_values()
postprocess_config()
remove_constant_and_cast()
non_constant_hyperparameter_keys()
config_space_size()
config_to_match_string()
to_dict()
from_dict()
config_space_to_json_dict()
config_space_from_json_dict()
restrict_domain()
Quantized
quniform()
reverseloguniform()
qloguniform()
qrandint()
qlograndint()
- syne_tune.constants module
SYNE_TUNE_ENV_FOLDER
SYNE_TUNE_DEFAULT_FOLDER
ST_WORKER_ITER
ST_WORKER_TIMESTAMP
ST_WORKER_TIME
ST_WORKER_COST
ST_CHECKPOINT_DIR
ST_CONFIG_JSON_FNAME_ARG
ST_REMOTE_UPLOAD_DIR_NAME
ST_RESULTS_DATAFRAME_FILENAME
ST_METADATA_FILENAME
ST_TUNER_DILL_FILENAME
ST_DATETIME_FORMAT
TUNER_DEFAULT_SLEEP_TIME
ST_METRIC_TAG
- syne_tune.num_gpu module
- syne_tune.report module
- syne_tune.results_callback module
- syne_tune.stopping_criterion module
- syne_tune.tuner module
- syne_tune.tuner_callback module
- syne_tune.tuning_status module
- syne_tune.util module
RegularCallback
experiment_path()
name_from_base()
random_string()
repository_root_path()
script_checkpoint_example_path()
script_height_example_path()
catchtime()
is_increasing()
is_positive_integer()
is_integer()
dump_json_with_numpy()
dict_get()
recursive_merge()
find_first_of_type()
metric_name_mode()
- syne_tune.config_space module