Finance-Python icon indicating copy to clipboard operation
Finance-Python copied to clipboard

关于Accumulator设计的思考

Open wegamekinglc opened this issue 8 years ago • 0 comments

现阶段,数学累积器的基类Accumulator是一个非常重的类型定义。它的基础成员包含了许多不应该在它这一层就有定义的值,例如:window, isFull等。特别是,Accumulatordependency成员可以是另一个Accumulator,使得状态信息会非常复杂,同时也使得真正的CompoundedValueHolder变得没有用武之地。

wegamekinglc avatar Jan 19 '17 06:01 wegamekinglc