From 5c15babecc63cb08fc50c5045a4f45bc88d4d291 Mon Sep 17 00:00:00 2001 From: dom0015 Date: Thu, 27 Jan 2022 11:10:40 +0100 Subject: [PATCH] Readme updated according to changes in RBF kernel settings --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1071c2d..375118d 100644 --- a/README.md +++ b/README.md @@ -113,11 +113,13 @@ Path and constructor arguments of the spawed solver (wrapper) class are specifie ` ],`
` "surrogate_type": "rbf", ` *"poly" or "rbf" (polynomial or radial basis functions based surrogate model)*
` "surr_solver_parameters": { ` *optional - arguments of class Surrogate_apply that evaluates surrogate model*
-` "kernel_type": 1`
+` "kernel_type": "polyharmonic",`
+` "beta": 3`
` },`
` "surr_updater_parameters": { ` *optional - arguments of class Surrogate_update that updates surrogate model*
-` "kernel_type": 1,`
-` "no_keep": 500,`
+` "kernel_type": "polyharmonic",`
+` "beta": 3,`
+` "max_centers": 500,`
` "expensive": false`
` }`
`}`