Skip to content

Commit

Permalink
Adjust project name etc for RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriWeiss committed Oct 27, 2023
1 parent 5a7bc61 commit 26384bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 4 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -13,4 +13,4 @@ For information about the available configuration tools and engines have a look
installation
usage
ac_tools
engines
engines
7 changes: 3 additions & 4 deletions up_ac/examples/enhsp_Smac_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

0 comments on commit 26384bf

Please sign in to comment.