phoebe-project / phoebe2

PHOEBE - Eclipsing Binary Star Modeling Software
http://phoebe-project.org
GNU General Public License v3.0
76 stars 28 forks source link

emcee move feature #897

Open kecnry opened 2 weeks ago

kecnry commented 2 weeks ago

This implements the ability to override the move within the emcee sampler backend via a feature but has not been tested.

To use:

import phoebe

b = phoebe.default_binary()
...
b.add_solver('emcee', solver='emcee01')
b.add_feature('emcee_move', solver='emcee01', feature='move01')
print(b.filter(feature='move01'))

TODO: