From 894930e2cee96c42d51ac0f6859f68cac08d1ddd Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Mon, 28 Aug 2023 15:20:20 +0000 Subject: [PATCH] fix: precompilation as the docstrings had invalid syntax --- src/Radials.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Radials.jl b/src/Radials.jl index 19d9b8bc..88178a89 100644 --- a/src/Radials.jl +++ b/src/Radials.jl @@ -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: