diff --git a/README.md b/README.md index 4dcd38af6..8ebf9d750 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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