Skip to content
Snippets Groups Projects
Commit 6a147d4e authored by Mikkel Friis-Møller's avatar Mikkel Friis-Møller
Browse files

new RST files for doc update

parent 16fdbfb8
No related branches found
No related tags found
2 merge requests!215new RST files for doc update,!199Autograd support
Pipeline #38667 passed
Showing
with 783 additions and 553 deletions
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
.. _advanced_examples:
Advanced Examples
===================
These examples are a collection of Jupyter notebooks for demonstrating bits
of code. You can look at them in your web browser, or if you click on the
"Try this yourself" link at the top of the page, you can run the notebook
off of your personal Google account. Alternatively, the source code for the
notebooks is `here on GitLab <https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2/tree/master/docs/notebooks>`_.
You can also `launch them via Binder <https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.windenergy.dtu.dk%2FTOPFARM%2FTopFarm2.git/HEAD>`_ where no user account is required.
In this section, more complex configurations for wind farm optimization are shown. These allow the user to get insights into TOPFARM's capabilities when it comes to solving challenging optimization problems.
.. toctree::
:caption: Contents
:maxdepth: 1
advanced_examples_nblinks/hub_height_optimization_nb
advanced_examples_nblinks/unconstrained_wake_steering_nb
advanced_examples_nblinks/roads_and_cables_nb
advanced_examples_nblinks/wake_steering_and_loads_nb
advanced_examples_nblinks/layout_and_loads_nb
advanced_examples_nblinks/bathymetry_nb
advanced_examples_nblinks/exclusion_zones_nb
advanced_examples_nblinks/mongodb_nb
advanced_examples_nblinks/regular_grid_optimization_nb
{
"path": "../../notebooks/bathymetry.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/exclusion_zones.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/hub_height_optimization.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/layout_and_loads.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/MongoDB_recorder.ipynb"
}
\ No newline at end of file
INFO: checking out_of_order
INFO: checking system
INFO: checking solvers
INFO: checking dup_inputs
INFO: checking missing_recorders
INFO: checking unserializable_options
INFO: checking comp_has_no_outputs
INFO: checking auto_ivc_warnings
INFO: checking out_of_order
INFO: checking system
INFO: checking solvers
INFO: checking dup_inputs
INFO: checking missing_recorders
INFO: checking unserializable_options
INFO: checking comp_has_no_outputs
INFO: checking auto_ivc_warnings
{
"path": "../../notebooks/regular_grid_optimization.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/roads_and_cables.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/unconstrained_wake_steering.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/wake_steering_and_loads.ipynb"
}
\ No newline at end of file
...@@ -6,7 +6,7 @@ API Reference ...@@ -6,7 +6,7 @@ API Reference
.. toctree:: .. toctree::
:caption: Reference guide :caption: Reference guide
:maxdepth: 2 :maxdepth: 1
api_reference/topfarmproblem api_reference/topfarmproblem
api_reference/cost api_reference/cost
......
{
"path": "../../notebooks/constraints.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/cost_models.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/design_variables.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/drivers.ipynb"
}
\ No newline at end of file
{
"path": "../../notebooks/problems.ipynb"
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment