Updated the formulas and readme text.

This commit is contained in:
Batuhan Berk Başoğlu 2025-05-23 11:30:12 -04:00
parent b25718ae15
commit 459c7906aa
Signed by: batuhan-basoglu
SSH key fingerprint: SHA256:kEsnuHX+qbwhxSAXPUQ4ox535wFHu/hIRaa53FzxRpo
4 changed files with 31 additions and 12 deletions

View file

@ -21,7 +21,7 @@ x_0 = 0.8 # Grade at which recovery rate reaches ~50% of R_max
df["Recovery (%)"] = (R_max / (1 + np.exp(-k * (df["Weighted Grade (%)"] - x_0)))) / 100
# === Processing Cost Estimation (Regression from Real Cost Model) ===
# === Processing Cost Estimation (Linear Regression Model) ===
# Processing Cost ($/t) = A + B * Grade
# Reflects increasing cost with higher grade due to more intensive processing
A = 12 # Fixed base processing cost ($/t)