Skip to content

Speed up optimise energy method #308

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

Open
wouterpeere opened this issue Nov 22, 2024 · 1 comment
Open

Speed up optimise energy method #308

wouterpeere opened this issue Nov 22, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wouterpeere
Copy link
Owner

Based on issue #306 it was found that for some profiles, the optimise energy method is very slow to converge, however it works. The problem is that, since the implementation of the EERCombined class, it is no longer a priori known what the ground load will be at a certain time. This issue has the goal of reimplementing this method in another way so it can cope with that challenge.

@wouterpeere
Copy link
Owner Author

One solution can be to adapt the calculate_temperature_profile method in such a way that it can take another attribute 'end' so that instead of calculating the entire load profile, it stops after 'end' months. This will reduce the computational time, probably, with a factor 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🆕 New
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant