Skip to content

Commit

Permalink
Mention ParetoObjective in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Feb 3, 2025
1 parent 43948da commit e633f92
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 @@ -79,8 +79,8 @@ target = NumericalTarget(
objective = SingleTargetObjective(target=target)
```
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.
the `ParetoObjective` or `DesirabilityObjective` can be used instead.
These allow to define additional settings, such as how the targets should be balanced.
For more details, see the
[objectives section](https://emdgroup.github.io/baybe/stable/userguide/objectives.html)
of the user guide.
Expand Down

0 comments on commit e633f92

Please sign in to comment.