Skip to content
Snippets Groups Projects

documentation of modules 80_optimization and 81_codePerformance

Merged Jerome Hilaire requested to merge github/fork/giannou/develop into develop
3 files
+ 18
15
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
2
@@ -232,8 +232,8 @@ cfg$gms$optimization <- "nash" # def = nash
# ***--------------------- 81_codePerformance ----------------------------------------
# * (off): nothing happens
# * (on): noumerous (30) succesive runs performed in a triangle: tax0, tax30, tax150 ,all growing exponentially,
# therefore use carbonprice|exponential, c_emiscen|9, and cm_co2_tax_2020|0. also "long" as loadleveler class option (node = not_shared is recommended, too). test code performance
# * (on): test code performance: noumerous (30) succesive runs performed in a triangle, tax0, tax30, tax150, all growing exponentially,
# therefore use carbonprice|exponential, c_emiscen|9, and cm_co2_tax_2020|0.
cfg$gms$codePerformance <- "off" # def = off
# ***------------------------------------------------------------------------------
Loading