Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-van-Woudenberg committed Apr 30, 2024
1 parent ec6d9f7 commit 2512926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/pages/moo.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Three different ways of solving multi-objective optimization problems were intro
Normalizing the objectives functions can be done by setting the domain of every goal $f$ between $0$ and $1$ by finding (or estimating) the lower and upper bounds for these objective functions within the domain:

```{math}
:label: normalizing f
:label: normalizing_f
\begin{align}
& f_{\text{normalized}}\left( x \right) = \cfrac{f\left( x \right) - \min \left(f\left( x \right) \right)}{\max \left(f\left( x \right) \right) - \min \left( f\left( x \right) \right)} \\
& \text{with } & \min \left(f\left( x \right) \right),\max \left(f\left( x \right) \right) &\text{ for } & x_i^l \le {x_i} \le x_i^u & \text{ with } i = 1,n
& \text{with } \min \left(f\left( x \right) \right),\max \left(f\left( x \right) \right) \text{ for } x_i^l \le {x_i} \le x_i^u \text{ with } i = 1,n
\end{align}
```

Expand Down

0 comments on commit 2512926

Please sign in to comment.