Go to the source code of this file.
Classes | |
class | transport14.Optimizer |
Functions | |
def | transport14.run_scenario (optim, bmult) |
Variables | |
list | transport14.bmultlist = [0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2, 1.3] |
transport14.optim = Optimizer() | |
transport14.lock = threading.Lock() | |
transport14.t = threading.Thread(target=run_scenario, args=(optim, bmult)) | |
Detailed Description
This is the 14th model in a series of tutorial examples. Here we show:
- How to run multiple GamsJobs in parallel each using different scenario data
Definition in file transport14.py.