From Zero to Hero
What you will learn
GAMS installation
Model any kind of optimisation (LP, NLP, MILP, MINLP)
Multi-Objective Optimization
Conditional statements
Loop statements
Description
The developed course is suitable for you even if you have no background in programming. The course is devoted to general optimization problems in GAMS.
Noteβ Make sure your ππππ¦π² cart has only this course you're going to enroll it now, Remove all other courses from the ππππ¦π² cart before Enrolling!
In this course, you will learn how to use GAMSΒ for solving optimization problems.
- First of all, you will learn how to install GAMS on your machine.
- What is optimization?Β What is the objective function?Β What is the constraint?
- You understand the meaning of different errors and the way you should debug them
- How to read/write from/to an Excel file
- Multi-Objective optimization in GAMS
- How to code conditional statements in GAMS
- How to code Loop statements in GAMS
English
language
Content
Introduction
Optimal Decision Making Elements
GAMS installation
GAMS structure
Sets in GAMS
Parameters in GAMS
Scalars in GAMS
Table in GAMS
Equations in GAMS
Model definition in GAMS
Solver selection in GAMS
Conditional statements in GAMS
LOOP in GAMS
Multiobjective Optimisation in GAMS
Solved Problems in GAMS
Linear Programming
Mixed Integer Linear Programming
Quadratic programming
Cylinder in a Sphere
Min Travel time
Steiner problem
Herons Problem
Shortest path via LP in GAMS
Traveling Sales Person (TSP)