Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamc authored Jan 23, 2025
1 parent 3e1eda6 commit dbfccbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ consists of Bayesian Optimization in combination with an aggressive racing mecha
SMAC3 is written in Python3 and continuously tested with Python 3.8, 3.9, and 3.10 (and works with newer python versions). Its Random
Forest is written in C++. In further texts, SMAC is representatively mentioned for SMAC3.

> [Documentation](automl.github.io/SMAC3/latest/)
> [Documentation](https://automl.github.io/SMAC3/latest/)
> [Roadmap](https://github.com/orgs/automl/projects/5/views/2)
Expand Down Expand Up @@ -94,7 +94,7 @@ smac = HyperparameterOptimizationFacade(scenario, train)
incumbent = smac.optimize()
```

More examples can be found in the [documentation](https://automl.github.io/SMAC3/main/examples/).
More examples can be found in the [documentation](https://automl.github.io/SMAC3/latest/examples/1%20Basics/1_quadratic_function/).

## Visualization via DeepCAVE

Expand Down

0 comments on commit dbfccbe

Please sign in to comment.