Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.03 KB

File metadata and controls

44 lines (28 loc) · 1.03 KB

Management Science

A Quarto-based course teaching Python programming and management science concepts including Monte Carlo simulation, forecasting, scheduling, routing, and metaheuristics.

Live site: https://beyondsimulations.github.io/Management-Science

Course Structure

  • Part 1 (Lectures 1-3): Python Foundation - variables, functions, NumPy, Pandas
  • Part 2 (Lectures 4-9): Management Science Tools - Monte Carlo, forecasting, greedy/local search, multi-objective optimization, metaheuristics
  • Part 3 (Lectures 10-12): Consulting Competition - real-world project applications

Getting Started

Prerequisites

Installation

git clone https://github.com/beyondsimulations/Management-Science.git
cd Management-Science
uv sync

Render the Website

quarto render

Output is generated in _site/.

Preview with Live Reload

quarto preview

License

CC BY-NC-SA 4.0