Lab 6: Simulation-optimization

CEVE 421/521

Published

Friday, February 27, 2026

Draft Material

This content is under development and subject to change.

1 Overview

Lab objectives and context - to be written.

2 Setup

if !isfile("Manifest.toml")
    using Pkg
    Pkg.instantiate()
end

3 Exercises

3.1 Exercise 1

Exercise description - to be written.

# Your code here