Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shtadinada committed Nov 13, 2024
1 parent b092fc1 commit 5450700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pkg.add(url="https://github.com/ZIB-IOL/AbsSmoothFrankWolfe.jl", rev="main")

## Getting started

Let us consider the minimization of the abs-smooth function $max\{x_1^4+x_2^2, (2-x_1)^2+(2-x_2)^2, 2e^{(x_2-x_1)}\}$ subjected to simple box constraints $-5\leq x_i \leq 5$. Here is what the code will look like:
Let us consider the minimization of the abs-smooth function $max\big(x_1^4+x_2^2, (2-x_1)^2+(2-x_2)^2, 2e^{(x_2-x_1)}\big)$ subjected to simple box constraints $-5\leq x_i \leq 5$. Here is what the code will look like:

```julia
using AbsSmoothFrankWolfe
Expand Down

0 comments on commit 5450700

Please sign in to comment.