Skip to content

This repository contains GAMS solutions for modeling and solving a robust optimization problem. Tasks include formulating a dietary plan, addressing uncertainties, and comparing solutions under different uncertainty models.

License

Notifications You must be signed in to change notification settings

PhilippXXY/diet-optimizer-under-uncertainty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diet Optimizer Under Uncertainty

This project aims to optimize dietary plans under uncertainty using mathematical modeling and optimization techniques. It leverages GAMS (General Algebraic Modeling System) for implementing the optimization models and LaTeX for documenting the theoretical background and interpreting the results.

Project Structure

The project is organized into the following directories:

  • src/: Contains the GAMS source files for different tasks.
  • results/: Contains the output files generated by GAMS.
  • task/: Contains files for documenting the solutions and their correspondings tasks.

Installation

To run this project, you need to have the following software installed:

Usage

  1. Clone the repository:

    git clone https://github.com/PhilippXXY/diet-optimizer-under-uncertainty.git
    cd diet-optimizer-under-uncertainty
  2. Run the GAMS models:

    gams src/r1/Aufgabe1.gms
    gams src/r3/Aufgabe3a.gms
    gams src/r3/Aufgabe3b.gms

About

This repository contains GAMS solutions for modeling and solving a robust optimization problem. Tasks include formulating a dietary plan, addressing uncertainties, and comparing solutions under different uncertainty models.

Topics

Resources

License

Stars

Watchers

Forks