Releases: AntaresSimulatorTeam/antares-xpansion
Releases · AntaresSimulatorTeam/antares-xpansion
RC 3: Fix general data reader bug
v1.1.0-rc3 Set RC 3
1.0.2.1 Large MPS support
v1.0.2.1 Remove publish depends
1.1.0 RC2 Benders by batch
v1.1.0-rc2 Set RC2
1.1.0 RC 1
Features
- Implementation of the Benders by batch algorithm : performance improvements over the classical Benders algorithm
- New parameter
batch_size
insettings.ini
to tune the Benders by batch algorithm, - Logs improvements:
- Print user and hostname in the standard output and in
reportbenders.txt
- Print both walltime and cumulative CPU time for subproblems resolution
- Print user and hostname in the standard output and in
For developers
- MPI dependency is now mandatory as
benderssequential
andbendersmpi
have been merged in a singlebenders
executable
Fix sensitivity
v1.0.3-rc2 Set 1.0.3 RC2
1.0.3 RC1 : Simulator 8.5
Upgrade to Antares-Simulator 8.5.0-rc3
1.0.2 Add missing performance graph in docs
v1.0.2 Update version to 1.0.2
1.0.1: Simulator 8.4.2
Update to simulator 8.4.2
1.0.0 Xpansion
Features
- Use Antares-Simulator 8.4.0
- Performance improvement in execution time
- In-out stabilisation of the Benders algorithm : new parameters
separation_parameter
andrelaxed_optimality_gap
to tune the stabilization, more
information here - Parallelization of the
problem_generation
step
- In-out stabilisation of the Benders algorithm : new parameters
- Performance improvement in disk space consumption : zip of the MPS folder
- Change the default value of
relative_gap
from1e-12
to1e-6
Documentation
- Add new page for performance history
1.0.0 RC4
Update clean (#598) Co-authored-by: Thomas Bittar <[email protected]>