# Software System Design based on Patterns for Newton-Type Methods

**Authors:** Ricardo Serrato Barrera, Gustavo Rodr\'iguez G\'omez, Julio, C\'esar P\'erez Sansalvador, Saul E. Pomares Hern\'andez, Leticia, Flores Pulido, Antonio Mu\~noz

arXiv: 1905.04642 · 2021-11-24

## TL;DR

This paper introduces a methodology for designing scientific software using patterns, demonstrated through a flexible, reusable framework for Newton-type optimization methods that enhances development speed and quality.

## Contribution

It presents a novel methodology for software design based on patterns, improving reusability and flexibility in scientific optimization software development.

## Key findings

- The framework is highly reusable according to Martin's metric.
- The methodology simplifies and accelerates the development of scientific software.
- The software effectively supports prototyping of Newton-type optimization methods.

## Abstract

A wide range of engineering applications uses optimisation techniques as part of their solution process. The researcher uses specialized software that implements well-known optimisation techniques to solve his problem. However, when it comes to develop original optimisation techniques that fit a particular problem the researcher has no option but to implement his own new method from scratch. This leads to large development times and error prone code that, in general, will not be reused for any other application. In this work, we present a novel methodology that simplifies, fasten and improves the development process of scientific software. This methodology guide us on the identification of design patterns. The application of this methodology generates reusable, flexible and high quality scientific software. Furthermore, the produced software becomes a documented tool to transfer the knowledge on the development process of scientific software. We apply this methodology for the design of an optimisation framework implementing Newton's type methods which can be used as a fast prototyping tool of new optimisation techniques based on Newton's type methods. The abstraction, reusability and flexibility of the developed framework is measured by means of Martin's metric. The results indicate that the developed software is highly reusable.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1905.04642/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1905.04642/full.md

## References

41 references — full list in the complete paper: https://tomesphere.com/paper/1905.04642/full.md

---
Source: https://tomesphere.com/paper/1905.04642