cjekel / sbopt

WIP. Simple surrogate-based optimization in Python.
MIT License
1 stars 0 forks source link

pass Rbf options when fitting Rbf() #4

Open cjekel opened 4 years ago

cjekel commented 4 years ago

Right now Rbf() fit calls do not pass any options to Rbf.

cjekel commented 4 years ago

I only passed function=, and not the other keywords