Python script which calculates the Cut-Off Grade in Mining Operations.
Find a file
Batuhan Berk Başoğlu 8389f4ce45
Some checks are pending
🪞 Push to Mirrors / gitlab (push) Waiting to run
🪞 Push to Mirrors / codeberg (push) Waiting to run
🪞 Push to Mirrors / forgejo (push) Waiting to run
Added Github mirrors and funding.
2025-05-23 15:06:04 -04:00
.github Added Github mirrors and funding. 2025-05-23 15:06:04 -04:00
.idea Published the project. 2025-05-23 11:49:14 -04:00
Formulas.txt Published the project. 2025-05-23 11:49:14 -04:00
Grade_Calculator.py Published the project. 2025-05-23 11:49:14 -04:00
LICENSE.md Published the project. 2025-05-23 11:49:14 -04:00
README.md Published the project. 2025-05-23 11:49:14 -04:00

Cut Off Grade Calculator

This Python script is designed to calculate the cut-off grade for use in Mining Economics. It begins by calculating the recovery using a logistic model based on the weighted average grade. Next, it estimates the processing cost through a regression model derived from actual cost data. Using the calculated recovery, processing cost, and net price, the script determines the cut-off grade. Finally, all calculations are visualized through a graph for better interpretation.

Cut-Off Grade = Processing Cost / ((Net Price) * Recovery)

Recovery = Rmax * (1 - e^(-k * G))

Processing Cost = a + b * G

Author

Made by Batuhan Berk Başoğlu