What do X and Y represent in this construction? What is the scaling parameter used to define the complexity class?
X and Y are variables for events. By complexity class I mean computational complexity, not sure what scaling parameter is supposed to be there?
Computational complexity only makes sense in terms of varying sizes of inputs. Are some Y events “bigger” than others in some way so that you can look at how the program runtime depends on that “size”?
What I had in mind was increasing precision of Y.
I guess that makes sense. Thanks for clarifying!
What do X and Y represent in this construction? What is the scaling parameter used to define the complexity class?
X and Y are variables for events. By complexity class I mean computational complexity, not sure what scaling parameter is supposed to be there?
Computational complexity only makes sense in terms of varying sizes of inputs. Are some Y events “bigger” than others in some way so that you can look at how the program runtime depends on that “size”?
What I had in mind was increasing precision of Y.
I guess that makes sense. Thanks for clarifying!