diff --git a/conf.py b/conf.py index 14bee3d..3fb0900 100644 --- a/conf.py +++ b/conf.py @@ -17,12 +17,12 @@ # -- Project information ----------------------------------------------------- -project = 'FOOBARPROJECT' -copyright = '2023, FOOBARAUTHOR' -author = 'FOOBARAUTHOR' +project = 'up_ac' +copyright = '2023, Diitri Weiss' +author = 'Dimitri Weiss' # The full version, including alpha/beta/rc tags -release = '0.1' +release = '0.0.1' # -- General configuration --------------------------------------------------- diff --git a/index.rst b/index.rst index 04ec0aa..16c0928 100644 --- a/index.rst +++ b/index.rst @@ -1,5 +1,5 @@ =============== -Project's Name +up_ac =============== Welcome to Project's documentation! Please check out how to install it using the :ref:`installation` guide. @@ -13,4 +13,4 @@ For information about the available configuration tools and engines have a look installation usage ac_tools - engines \ No newline at end of file + engines diff --git a/up_ac/examples/enhsp_Smac_configuration.py b/up_ac/examples/enhsp_Smac_configuration.py index 4ec92a2..d3bc061 100644 --- a/up_ac/examples/enhsp_Smac_configuration.py +++ b/up_ac/examples/enhsp_Smac_configuration.py @@ -76,12 +76,11 @@ sgaci.engine_param_spaces[engine[0]].get_default_configuration() # run algorithm configuration - # incumbent, _ = SAC.optimize(feedback_function=SAC_fb_func) + incumbent, _ = SAC.optimize(feedback_function=SAC_fb_func) # check configurations performance - #perf = SAC.evaluate(metric, engine[0], 'OneshotPlanner', - # SAC.incumbent, sgaci, planner_timelimit=5) perf = SAC.evaluate(metric, engine[0], 'OneshotPlanner', - default_config, sgaci, planner_timelimit=5) + SAC.incumbent, sgaci, planner_timelimit=5) + # save best configuration found SAC.save_config('.', SAC.incumbent, sgaci, engine[0])