leiv_andresen
Contributions
Energy Data Hackdays 2024
Fundamental changes are on the horizon in the energy sector. The challenges are the 3 D's. Decarbonisation, Digitalisation and Decentralisation. Digital tools are being used in more and more areas in order to optimize and stabilize the interplay between energy supply, use and storage. Hackathons...
Dribs
Cost function so we can compare algorithms:
def calculate_total_kwh_m(mst_table):
return (mst_table['routes']*abs(mst_table['heat_total'])).sum()
2 months ago
Iterative optimization with random perturbation of one distance.Reduction in total cost sum(abs(heat_total)*routes):
2 months ago
requirements.txt content extracted by github copilot:
numpy pandas geopandas pickle-mixin sparse xarray scipy matplotlib contextily
2 months ago