Skip to content
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

Parameter exploration - nicer API #7

Open
femtotrader opened this issue Oct 26, 2017 · 4 comments
Open

Parameter exploration - nicer API #7

femtotrader opened this issue Oct 26, 2017 · 4 comments

Comments

@femtotrader
Copy link
Collaborator

femtotrader commented Oct 26, 2017

Hello,

Python have an interesting library with a nice API.
https://pypet.readthedocs.io/
Maybe you should consider something like this.

This Julia parameter exploration toolkit could be even be a standalone project (with few dependencies).

Similar discussion https://www.quantopian.com/posts/parameter-exploration-slash-running-several-backtests-from-notebook

These discussions about generators and Julia might be interesting for that purpose https://discourse.julialang.org/t/pygen-python-style-generators/3451
https://discourse.julialang.org/t/ann-resumablefunctions/5711

Kind regards

@dysonance
Copy link
Owner

@femtotrader Excellent references, lots of reading material here for me to get cracking on. This will absolutely be a major development space for this package going forward. Like right now I've just gotten parameter exploration functionality kinda implemented, but it's confined to the parameter space used to calculate the Indicator functions. Down the line there's so many more arenas into which parameter exploration functionality could expand. Looking forward to reading all this, thanks for the recommendations.

@dysonance
Copy link
Owner

@femtotrader pypet seems like a really awesome project, and probably a good example of what a logical and productive computation/storage model could look like in the strategy development/research domain space.

It might be interesting to do something similar with some mutation of the ParameterSet type (also I'm now thinking that may not be the most intuitive name compared to something like Trajectory but I digress).

Perhaps the Indicator object could hold the default parameters, and a ParameterSet object could behave somewhat like a pypet Trajectory and focus solely on the parameter space exploration/simulation — keeping track of the variable combinations and storing data derived from the simulations. Something to think about.

@dysonance
Copy link
Owner

I'm still not sure I fully understand the mechanics of the other ideas you mentioned, as I've only just now been exposed to this Julia Channel idea, and probably need to spend some more time with that and these packages to be able to come up with a more informed comparison between these approaches.

@femtotrader
Copy link
Collaborator Author

@dysonance can you send me your email address for private discussion? Mine is available at https://github.com/femtotrader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants