Skip to content

Commit

Permalink
Merge pull request #211 from TeAmP0is0N/patch-2
Browse files Browse the repository at this point in the history
Update BraninFunction.md
  • Loading branch information
ludoro committed Aug 2, 2020
2 parents ff4d614 + 8384994 commit 068380a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/BraninFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ plot(p1, p2, title="Inverse Distance Surrogate") # hide

Now, let's talk about `Lobachesky Surrogate`:
```@example BraninFunction
Lobachesky = LobacheskySurrogate(xys, zs, lower_bound, upper_bound, alpha = [2.8,2.8], n=8
Lobachesky = LobacheskySurrogate(xys, zs, lower_bound, upper_bound, alpha = [2.8,2.8], n=8)
```

```@example BraninFunction
Expand Down

0 comments on commit 068380a

Please sign in to comment.