-
Notifications
You must be signed in to change notification settings - Fork 273
Short and Long Run-time strategies #771
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
Comments
My preference would be to add If only for backwards compatibility, but also, the risk of newcomers not I think that in practice, if anyone were to run something on the full set But I think having a helper list of On Wed, 23 Nov 2016, 15:43 Marc Harper, [email protected] wrote:
|
Closes #771 Have included a very basic test and have also done some minor tidying up.
Closes #771 Have included a very basic test and have also done some minor tidying up.
Closes #771 Have included a very basic test and have also done some minor tidying up.
Closes #771 Have included a very basic test and have also done some minor tidying up.
I'd like to add a few more meta strategies to the library, such as MetaWinners for the collections of stochastic and deterministic strategies. I do not, however, want to add more long run time strategies, since we've already got several and they take up the vast majority of the run time (especially against each other).
So I'd like to propose that we leave out the long run time strategies from the default collection of strategies, or at least add a prominent collection of "short run time" strategies:
This is because I don't think new comers to the library will necessarily be aware that there are long time strategies that take up a lot of run time.
The text was updated successfully, but these errors were encountered: