Skip to content

Releases: AntaresSimulatorTeam/antares-xpansion

0.1.0

17 Mar 08:28
9ed44fa
Compare
Choose a tag to compare

We’re happy to announce the first open-source version v0.1.0 of Antares-Xpansion.
Antares-Xpansion optimizes the installed capacities of an ANTARES study.

The investment decisions are optimized by running ANTARES' simulations iteratively. At each iteration, the installed capacity of the investments are updated, and the simulations are repeated until the total costs have converged to a minimum. The total cost evaluated in this problem are the sum of the expected operation cost during one year and the investment annuity.
The user defines investment candidates. Candidate capacities for investment are necessarily links from an ANTARES study. Investment candidates can be:

  • transmission capacity between two areas
  • thermal generation capacity (located in a virtual node)
  • renewable generation capacity (located in a virtual node)
  • or even flexibilities (located in virtual nodes)

Notes

This version is only compatible with Antares v8.0 Antares-Simulator. The Antares binaries needed by Antares-Xpansion are available in the installation package of AntaresXpansion

An annual cost, a potential, a link-profile or an already-installed-capacity can be defined for each candidate. Linear constraints between the invested capacities of investment candidates can also be imposed

The optimization is launched from the command prompt, where the details of the iterations are displayed

The optimization can be launched on large studies. Computing performance can be improved by using MPI.

v0.1.0-rc3

11 Mar 17:48
6e335ef
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release
Fix/update run vcpkg gh action (#82)

* Update run-vcpkg github action to v7

* remove antares-solver librairies install from vcpkg : pre-compiled antares-solver used

* remove install of package needed for antares-solver compilation

v0.1.0-rc2

27 Jan 13:16
Compare
Choose a tag to compare
v0.1.0-rc2 Pre-release
Pre-release
Merge branch 'release/0.1' into main

v0.1.0-rc

17 Dec 14:25
a323a48
Compare
Choose a tag to compare
v0.1.0-rc Pre-release
Pre-release
feature: add possibility to give a relative path (#28)