Skip to content

Commit

Permalink
Readme updated
Browse files Browse the repository at this point in the history
according to changes in RBF kernel settings
  • Loading branch information
dom0015 committed Jan 27, 2022
1 parent 7f24249 commit 5c15bab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,13 @@ Path and constructor arguments of the spawed solver (wrapper) class are specifie
` ],`<br>
` "surrogate_type": "rbf", ` *"poly" or "rbf" (polynomial or radial basis functions based surrogate model)*<br>
` "surr_solver_parameters": { ` *optional - arguments of class Surrogate_apply that evaluates surrogate model*<br>
` "kernel_type": 1`<br>
` "kernel_type": "polyharmonic",`<br>
` "beta": 3`<br>
` },`<br>
` "surr_updater_parameters": { ` *optional - arguments of class Surrogate_update that updates surrogate model*<br>
` "kernel_type": 1,`<br>
` "no_keep": 500,`<br>
` "kernel_type": "polyharmonic",`<br>
` "beta": 3,`<br>
` "max_centers": 500,`<br>
` "expensive": false`<br>
` }`<br>
`}`<br>

0 comments on commit 5c15bab

Please sign in to comment.