Computing & Teaching
Course materials, code repositories, and software tools.
General Info
Some codes, incomplete and imperfect, are available on my GitHub page.
I now work almost exclusively in Julia, which is the language of choice for scientific computing. You will find more information on the dedicated page that I dedicate to it.
Course Material
- Introduction to OR: Operations Research Models (IFT1575 course notes, Université de Montréal) (sources).
-
Optimization:
- Linear Programming
- Non-linear Programming
- Stochastic Programming
- Notebook examples (Exercises and implementation)
- Discrete Event Simulation: Course taught at the Université de Montréal.
- Pseudo-Random Number Generators (PRNG) — Course slides and software