facebookresearch / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
3.92k stars 352 forks source link

adding realistic pyomo models in nevergrad #849

Open teytaud opened 3 years ago

teytaud commented 3 years ago

Several interesting Pyomo models that we might want to integrate in Nevergrad:

PowNet-Cambodia – implementation of PowNet for Cambodian power system with data for 2016

PowNet-Laos – implementation of PowNet for Laotian power system with data for 2016

PowNet-Thailand – implementation of PowNet for Thai power system with data for 2016

Network flow optimization of California's water supply system: https://github.com/ucd-cws/calvin

teytaud commented 3 years ago

All of them open source on internet. thx @pacowong for the discussion :-)