Skip to content

Commit

Permalink
Rename objective.md to objectives.md
Browse files Browse the repository at this point in the history
This reverts commit 32483d8.
  • Loading branch information
AdrianSosic committed Apr 23, 2024
1 parent 4f0cb62 commit 567a6d1
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In cases where we are confronted with multiple (potentially conflicting) targets
the `DesirabilityObjective` can be used instead. It allows to define additional
settings, such as how these targets should be balanced.
For more details, see the
[objective section](https://emdgroup.github.io/baybe/userguide/objective.html)
[objective section](https://emdgroup.github.io/baybe/userguide/objectives.html)
of the user guide.

### Defining the Search Space
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe the underlying optimization problem at hand:

| Campaign Specification | BayBE Class |
|:-------------------------------------------|:------------------------------------------------------------------------------------------|
| What should be optimized in the campaign? | `Objective` ([class](baybe.objectives.base.Objective) / [user guide](./objective)) |
| What should be optimized in the campaign? | `Objective` ([class](baybe.objectives.base.Objective) / [user guide](./objectives)) |
| Which experimental factors can be altered? | `SearchSpace` ([class](baybe.searchspace.core.SearchSpace) / [user guide](./searchspace)) |

Apart from this basic configuration, it is possible to further define the specific
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/userguide/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ experiment and the machine learning core behind BayBE.
In general, it is expected that you create one [`Target`](baybe.targets.base.Target)
object for each of your observables.
The way BayBE treats multiple targets is then controlled via the
[`Objective`](../../userguide/objective).
[`Objective`](../../userguide/objectives).

## NumericalTarget
Besides the `name`, a [`NumericalTarget`](baybe.targets.numerical.NumericalTarget)
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/userguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
```{toctree}
Campaigns <campaigns>
Constraints <constraints>
Objective <objective>
Objectives <objectives>
Parameters <parameters>
Recommenders <recommenders>
Search Spaces <searchspace>
Expand Down
2 changes: 1 addition & 1 deletion examples/Multi_Target/Multi_Target_Header.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Multi Target

These examples demonstrate BayBE's
{doc}`Multi-Target Capabilities </userguide/objective>`.
{doc}`Multi-Target Capabilities </userguide/objectives>`.

0 comments on commit 567a6d1

Please sign in to comment.