minimaltransformation
Minimaltransformation is a term used in theoretical computer science and mathematics to refer to a least-cost sequence of operations that converts one object into another within a formal space. The exact meaning depends on the chosen domain, the set of allowed primitive transformations, and the associated cost function. In its common form, minimaltransformation denotes a sequence t1, t2, …, tk of elementary transformations from an initial object A to a target object B such that the sum of the costs c(ti) is minimal among all feasible sequences from A to B.
Formal framework: Let D be a domain of objects, P a finite or countable set of primitive
Computational aspects and applications: Computing a minimal transformation is equivalent to a shortest-path problem and is
Examples: The Levenshtein distance between strings is a classic minimal transformation under insert, delete, and substitute
See also: edit distance, graph transformation, term rewriting, automated planning, model transformation.