forked from automl/SMAC3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (21 loc) · 731 Bytes
/
Copy pathsetup.cfg
File metadata and controls
24 lines (21 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[metadata]
name = smac
author_email = "fh@cs.uni-freiburg.de"
description = SMAC3, a Python implementation of 'Sequential Model-based Algorithm Configuration'.
long_description = file: README.md, CHANGELOG.md, LICENSE
license = 3-clause BSD
keywords = machine learning, algorithm configuration, hyperparameter optimization, tuning
classifiers=
Development Status :: 3 - Alpha
Topic :: Utilities
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Artificial Intelligence
License :: OSI Approved :: BSD License
platforms = Linux
[options]
packages = find:
[options.packages.find]
exclude = test
[options.entry_points]
console_scripts =
smac = smac.smac_cli:cmd_line_call