eggplantbren / DNest3

Diffusive Nested Sampling
GNU General Public License v3.0
20 stars 6 forks source link

Extra command line argument #14

Closed mattpitkin closed 9 years ago

mattpitkin commented 9 years ago

Hi Brendon,

I have a patch allowing an extra command line argument. The argument (-f) allows a filename to be input that the user can then read in as they see fit - this could contain configuration information about the model or likelihood that the user does not wish to hardcode (an example of what I would use this for is shown in https://github.com/mattpitkin/Flake/blob/master/Flares/flake.cpp and https://github.com/mattpitkin/Flake/blob/master/Flares/CustomConfigFile.cpp).

If you think this would be useful to anyone else then would you consider adding it?

Cheers,

Matt

eggplantbren commented 9 years ago

Looks good. Happy to merge this.

mattpitkin commented 9 years ago

Great, thanks.