Skip to content

Commit

Permalink
fix: precompilation as the docstrings had invalid syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Aug 28, 2023
1 parent 3fd97e1 commit 894930e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Radials.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RadialBasis(x,y,lb,ub,rad::RadialFunction, scale_factor::Float = 1.0)
Constructor for RadialBasis surrogate, of the form
$$f(x) = \sum_{i=1}^{N} w_i \phi(|x - \bold{c}_i|) \bold{v}^{T} + \bold{v}^{\mathrm{T}} [ 0; \bold{x} ]$$
``f(x) = \\sum_{i=1}^{N} w_i \\phi(|x - \\bold{c}_i|) \\bold{v}^{T} + \\bold{v}^{\\mathrm{T}} [ 0; \\bold{x} ]``
where $w_i$ are the weights of polyharmonic splines $$\phi(x)$$ and $$\bold{v}$$ are coefficients
where ``w_i`` are the weights of polyharmonic splines ``\\phi(x)`` and ``\\bold{v}`` are coefficients
of a polynomial term.
References:
Expand Down

0 comments on commit 894930e

Please sign in to comment.