From 68a43d88535b0fab356c02f43d8f9c8890ad93aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20Kir=C3=A1ly?= Date: Sun, 17 Aug 2025 19:53:32 +0200 Subject: [PATCH] main --- .github/workflows/test.yml | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1986ba8a..a812f14e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,11 +3,11 @@ name: tests on: push: branches: - - master + - main - dev pull_request: branches: - - master + - main - dev concurrency: diff --git a/README.md b/README.md index f43bfddf..8ee02d1c 100644 --- a/README.md +++ b/README.md @@ -605,7 +605,7 @@ def objective_function(opt): return score, other_info ``` -When you take a look at the results (a pandas dataframe with all iteration information) after the run has ended you will see the additional information in it. The reason we need a dictionary for this is because Hyperactive needs to know the names of the additonal parameters. The score does not need that, because it is always called "score" in the results. You can run [this example script](https://github.com/SimonBlanke/Hyperactive/blob/master/examples/optimization_applications/multiple_scores.py) if you want to give it a try. +When you take a look at the results (a pandas dataframe with all iteration information) after the run has ended you will see the additional information in it. The reason we need a dictionary for this is because Hyperactive needs to know the names of the additonal parameters. The score does not need that, because it is always called "score" in the results. You can run [this example script](https://github.com/SimonBlanke/Hyperactive/blob/main/examples/optimization_applications/multiple_scores.py) if you want to give it a try. @@ -1031,7 +1031,7 @@ Each of the following optimizer classes can be initialized and passed to the "ad This way you can use all the new documentation and examples from the current repository. Or you could continue using the old version and use an old repository branch as documentation. - You can do that by selecting the corresponding branch. (top right of the repository. The default is "master" or "main") + You can do that by selecting the corresponding branch. (top right of the repository. The default is "main") So if your major version is older (e.g. v2.1.0) you can select the 2.x.x branch to get the old repository for that version. - Provide example code for error reproduction @@ -1134,4 +1134,4 @@ initialize = {"grid": 4, "random": 12, "vertices": 4} ## License -[![LICENSE](https://img.shields.io/github/license/SimonBlanke/Hyperactive?style=for-the-badge)](https://github.com/SimonBlanke/Hyperactive/blob/master/LICENSE) +[![LICENSE](https://img.shields.io/github/license/SimonBlanke/Hyperactive?style=for-the-badge)](https://github.com/SimonBlanke/Hyperactive/blob/main/LICENSE)