The project
Implement a new algorithm for concrete strength estimation in the existing ConReg Software C++ desktop application for CMT International, which is the leading company in the concrete strength measurement industry.
Key features
- Translation of the mathematical model from a spreadsheet into source code.
- Application of a "Nonlinear Least-Squares Fitting" algorithm utilizing a Levenberg-Marquardt solver.
- Fix of some preexisting stability issues.
Challenges and effects
- Archaic technology (Borland C++).
- Mathematical complexity of the new algorithm.
- GUI changes.
- More accurate and reliable concrete strength estimations.
- Enhanced stability of the whole solution.
Technology
Borland C++ Builder, DUnit