4 views

1 Answers

Logical depth is a measure of complexity for individual strings devised by Charles H. Bennett based on the computational complexity of an algorithm that can recreate a given piece of information. It differs from Kolmogorov complexity in that it considers the computation time of the algorithm with nearly minimal length, rather than the length of the minimal algorithm.

Formally, in the context of some universal computer U {\displaystyle U} the logical depth of a string x {\displaystyle x} to significance level s {\displaystyle s} is given by min { T : ∧ = x ] } , {\displaystyle {\text{min}}\{T:\wedge =x]\},} the running time of the fastest program that produces x {\displaystyle x} and is no more than s {\displaystyle s} longer than the minimal program.

4 views