optimize_restarts() is now parallel (load-balanced). It also mantains compatibility with the verbose and robust options

This commit is contained in:
Nicolò Fusi 2013-02-24 13:23:46 +00:00
parent 894412a177
commit 1705ecce91
3 changed files with 41 additions and 10 deletions

View file

@ -20,7 +20,6 @@ def toy_rbf_1d():
# optimize
m.ensure_default_constraints()
m.optimize()
# plot
m.plot()
print(m)