-
Notifications
You must be signed in to change notification settings - Fork 23
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
Extreme Days #18
Comments
I'll start on this one to include it in the type system, and then we can see how we go from there to include the different selection methods. |
Extreme Day Result Struct and combined Clust and Extr Result Struct? |
@YoungFaithful I have the full extreme day selection with simple, slack-based, feasibility-based selection implemented (feasibility and append). |
accidentally closed.. |
I'd say this addition sounds great. I have a few other things to do first. So I'm sure I won't need it before Thursday next week, but afterwards I think it could be interesting for the continuation of the seasonal storage research. |
Great, that gives me a little time to play with it too, even though I'm out for conference next week. |
Include extreme days:
-- min max
-- absolute / integral
-- single data type / among all
-- How to include this in the current
struct
system. Use inheritance or composition. Possibly Traits.--- http://www.stochasticlifestyle.com/type-dispatch-design-post-object-oriented-programming-julia/
--- https://discourse.julialang.org/t/composition-and-inheritance-the-julian-way/11231/19
--- https://discourse.julialang.org/t/workaround-for-traditional-inheritance-features-in-object-oriented-languages/1195/26
-- feasibility based
-- slack variable based
The text was updated successfully, but these errors were encountered: