From 81a2080b1c76458cc622b97bb2eb0227bff87f4d Mon Sep 17 00:00:00 2001 From: Chris McComb Date: Tue, 5 Dec 2023 10:10:54 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e4294..c188c66 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ SAE is a Python library wherein the multi-objective formula SAE system design pr A car is defined using a 39-dimensional vector of continuous and integer parameters. The objective to be minimized is a weighted sum of 11 sub-objectives. The minimization is subject to 3 types of inequality constraints: 1. Fixed bounds: lb ≤ x ≤ ub 2. Linear inequalities: A*x ≤ b -3. Non linear inequalities: c(x) ≤ 0 +3. Nonlinear inequalities: c(x) ≤ 0 ## Environment setup