Skip to content

Commit

Permalink
Improved the default settings of the Subplex optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
robbert-harms committed Oct 17, 2018
1 parent 66855bb commit 4ef9a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mot/optimize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def get_minimizer_options(method):
elif method == 'Subplex':
return {'patience': 10,
'patience_nmsimplex': 100,
'alpha': 1.0, 'beta': 0.5, 'gamma': 2.0, 'delta': 0.5, 'scale': 1.0, 'psi': 0.001, 'omega': 0.01,
'alpha': 1.0, 'beta': 0.5, 'gamma': 2.0, 'delta': 0.5, 'scale': 1.0, 'psi': 0.0001, 'omega': 0.01,
'adaptive_scales': True,
'min_subspace_length': 'auto',
'max_subspace_length': 'auto'}
Expand Down

0 comments on commit 4ef9a61

Please sign in to comment.