AntaresSimulatorTeam / antares-xpansion

Antares-Xpansion aims at performing investment simulations. It is currently based on Antares_Simulator studies.
https://antares-doc.readthedocs.io/
Apache License 2.0
7 stars 10 forks source link

method option in settings.ini #414

Closed a-zakir closed 2 years ago

a-zakir commented 2 years ago

in some examples(see examples/SmallTestFiveCandidates/user/expansion/settings.ini), method = benders_decomposition option is given. Since the benders method has to be set as a command line option, it is not necessary to keep it in settings.ini Also some checks are done with wrong default value to =="benders_decomposition" in python code.

tbittar commented 2 years ago

Yes this option comes from the R version of Xpansion and should be removed from settings.ini