Deltares / rtc-tools

The Deltares toolbox for control and optimization of environmental systems.
GNU Lesser General Public License v3.0
0 stars 2 forks source link

WIP: Merge goal programming mixin #1579

Closed SGeeversAtVortech closed 1 month ago

SGeeversAtVortech commented 1 month ago

In GitLab by @TPiovesan on Aug 30, 2018, 17:14

There are two possible ways to do goal programming:

If 'keep_eps_variable' is set to True, one can use the further option 'linear_obj_eps'. This ensures that any objective function throughout the optimization problem is linear. This option is useful, e.g., to use solvers that can handle linear objective and quadratic constrained programming, but not quadratic objective and quadratic constrained programming.

SGeeversAtVortech commented 1 month ago

In GitLab by @TPiovesan on Aug 31, 2018, 16:14

added 1 commit

Compare with previous version

SGeeversAtVortech commented 1 month ago

In GitLab by @TPiovesan on Aug 31, 2018, 16:21

added 1 commit

Compare with previous version

SGeeversAtVortech commented 1 month ago

In GitLab by @TPiovesan on Aug 31, 2018, 16:28

added 1 commit

Compare with previous version

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Sep 3, 2018, 18:10

added 2 commits

Compare with previous version

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Sep 16, 2018, 21:46

Picked up in !183 instead.

SGeeversAtVortech commented 1 month ago

In GitLab by @vreeken on Sep 16, 2018, 21:46

closed