Changes between Initial Version and Version 1 of Ticket #1902, comment 63
- Timestamp:
- 11/20/12 14:45:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1902, comment 63
initial v1 1 I thought about possible changes to remove the caching of parameter values in covariance functions and came up with a possible solution returning functions with the cached value in the closure. This would remove the necessity for event registration. 1 I thought about possible changes to remove the caching of parameter values in covariance functions and came up with a possible solution returning functions with the cached value in the closure. This would remove the necessity for event registration. It also allows us to remove the `SetParameters` method. 2 2 What do you think about this idea? 3 3 {{{