-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unified command line interface #139
Comments
I'd like to work on this please! |
Would be super - I don't have the time for it. How about an early WIP pull request, for a joint discussion on the design and naming? In fact, this idea was inspired by #120 and my clumsy pseudo interface in spot_setup_cmf_lumped.py (I made real A third configuration source could be a configuration file. |
The Command Line Interface should be available now, general use can be found in #174. |
It would be nice to be able to set the sampler arguments with command line options. All we need is a module using the
argparse
module. Proposed usage in code:Usage exampler from the command line
Even better if all options can also be set via environmental variables, eg. SPOTPY_SAMPLER, SPOTPY_RUNS
The text was updated successfully, but these errors were encountered: