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`
` }`
`}`