```{image} _static/OptiWindNet.svg :alt: OptiWindNet :width: 40% :align: center ``` # OptiWindNet Documentation **OptiWindNet = Optimize Windfarm Network**\ (distributed under the [MIT License](https://gitlab.windenergy.dtu.dk/TOPFARM/OptiWindNet/-/blob/main/LICENSE)) ||| |--:|:--| Python Package Index (PyPI) | Source code repository | Issue tracker | Jupyter notebooks used in this manual | ## About OptiWindNet OptiWindNet is an electrical network design tool for offshore wind farms developed at the Technical University of Denmark -- DTU. The package offers a framework to obtain optimal or near-optimal cable routes for a given turbine layout within the cable-laying boundaries. It provides high-level access to heuristic, meta-heuristic and mathematical optimization approaches to the problem. The tool is distributed as an open-source Python package that is suitable for use within an interactive Python session (e.g. Jupyter notebook). Alternatively, OptiWindNet's API can be invoked directly from another application. ## What can OptiWindNet do? * Optimize the network of array cables; * Route the cables so as to avoid crossings; * Assign cable types and calculate network costs; * Use different optimization approaches according to the preferred time/quality trade-off; * Employ user-provided models and objective functions within the mathematical optimization approach. ## Getting Started [](setup) your Python environment and check the {doc}`Quickstart ` to begin using OptiWindNet. ## How to Cite A peer-reviewed scientific article explaining the OptiWindNet framework and benchmarking it against state-of-the-art methods is available (open-access) at: - Mauricio Souza de Alencar, Tuhfe Göçmen, Nicolaos A. Cutululis, _Flexible cable routing framework for wind farm collection system optimization_, European Journal of Operational Research, 2025, ISSN 0377-2217, . ```{code-block} bib @article{ SOUZADEALENCAR2025, title = {Flexible cable routing framework for wind farm collection system optimization}, journal = {European Journal of Operational Research}, year = {2025}, issn = {0377-2217}, doi = {https://doi.org/10.1016/j.ejor.2025.07.069}, url = {https://www.sciencedirect.com/science/article/pii/S0377221725005946}, author = {Mauricio {Souza de Alencar} and Tuhfe Göçmen and Nicolaos A. Cutululis}, keywords = {Combinatorial optimization, Network design, Collection system, Wind farm}, } ``` The OptiWindNet software package can be cited through [OptiWindNet's Zenodo DOI](https://doi.org/10.5281/zenodo.18388438). Check the bottom right of that page for multiple ready-to-use citation formats for the latest OptiWindNet version. Below how it looks like for a specific version: - Souza de Alencar, M., Arasteh, A., & Friis-Møller, M. (2026). DTUWindEnergy/OptiWindNet v0.1.6. Zenodo. https://doi.org/10.5281/zenodo.18412871 ```{code-block} bib @software{souza_de_alencar_2026_18412871, author = {Souza de Alencar, Mauricio and Arasteh, Amir and Friis-Møller, Mikkel}, title = {DTUWindEnergy/OptiWindNet: OptiWindNet v0.1.6}, month = jan, year = 2026, publisher = {Zenodo}, version = {v0.1.6}, doi = {10.5281/zenodo.18412871}, url = {https://doi.org/10.5281/zenodo.18412871}, swhid = {swh:1:dir:4a878e11de821bf286be35b57f0be04a1f7d6c18 ;origin=https://doi.org/10.5281/zenodo.18388438;vi sit=swh:1:snp:856057cac93c99089b0b234b52ca94669fb4 ae21;anchor=swh:1:rel:d4f37fc1764e2aa218b3d46d742c 36153118d373;path=DTUWindEnergy-OptiWindNet- ebc8e37 }, } ``` ```{toctree} setup notebooks/quickstart_high overview high_level_api low_level_api theory paper ```