Cancer involves uncontrolled cell growth, forming tumors that disrupt normal tissue.
- Benign tumors have limited growth.
- Malignant tumors spread.
They indicate a breakdown in the body’s control mechanisms, causing unregulated cell growth (neoplastic diseases).
Cancer treatment primarily involves:
- Surgery – common for benign tumors and early malignant cancers, but less effective at late stages.
- Radiotherapy – targets localized tumors but may damage surrounding tissues.
- Chemotherapy – effective against widespread cancer cells.
Modern treatment often combines these approaches.
Chemotherapy’s effectiveness is often limited by:
- Drug toxicity
- Drug resistance
We need an optimization scheme that:
- Identifies optimal dosage and schedule.
- Maximizes therapeutic effect.
- Minimizes side effects.
This study develops a multi-objective optimization scheme for single-drug chemotherapy using GAMS.
Mathematical models in cancer treatment are:
- Cost-effective compared to lab or clinical trials.
- Able to bypass ethical limits by simulating scenarios not possible in humans.
- Useful for exploring complex biological systems.
We consider three interacting populations: normal cells
Parameters:
Minimize tumor burden over the horizon $[0,,\mathcal{T}]$
(4)
Minimize drug usage/exposure
(5)
Maintain normal cells above a threshold:
(6)
(Optional explicit drug dynamics)
(7)
Dosing bounds (admissible controls):
(8)
Let
(9)
Scalarized (weighted-sum) single-objective (if desired):
(11)
Multi-objective formulation:
(12)
Using GAMS-based optimization (example outcome):
- Initial tumor count: 0.25
- Final tumor count: 0.082
Key findings:
- Significant tumor reduction.
- Achieved with minimal drug dose.
- Reduced adverse effects compared to higher doses.
- GAMS identifies effective dosages and schedules.
- Enhances treatment efficacy while reducing side effects.
- Faster and more effective than trial-and-error.
- Streamlines decision-making in treatment planning.
- Improved outcomes and quality of life via tailored, model-guided therapy.
- Extend to multi-drug regimens (combination therapy).
- Use Genetic Algorithms or regimen modification heuristics for complex, nonconvex schedules.
- Incorporate richer pharmacokinetics/pharmacodynamics and toxicity constraints.
| Drug | Bone Marrow | Kidney | Nausea/Vomiting | Heart | Peripheral Nerves |
|---|---|---|---|---|---|
| Adriamycin | +++ | – | ++ | ++ | – |
| Epirubicin | +++ | – | ++ | + | – |
| Cisplatinum | ++ | +++ | +++ | – | +++ |
Notes:
+signs represent severity of side effects.- In multi-drug schedules, risks add up.
- Avoid pairings with excessive cumulative risk (e.g., Adriamycin + Epirubicin) via explicit constraints.