From eccba0e079b1959f3dc3a537874110a57b597963 Mon Sep 17 00:00:00 2001 From: "Sterling G. Baird" Date: Wed, 4 Feb 2026 12:07:50 -0500 Subject: [PATCH] Revise README for epoxy optimization assignment Updated the README to include detailed tasks and context for optimizing epoxy formulations using Bayesian optimization. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 449d785..a9edeb1 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Perform multi-objective optimization to simultaneously optimize tensile strength and glass transition temperature of a sustainability-focused epoxy formulation. -##�� The Assignment +## The Assignment ### 🎯 Task Context @@ -114,3 +114,4 @@ See `postCreateCommand` from [`devcontainer.json`](.devcontainer/devcontainer.js ## Notes - pip's install path is not included in the PATH var by default, so without installing via `sudo -H`, pytest would be unaccessible. +