Custom Query (454 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 454)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#468 fixed Externalize discretized function interpolation implementations Kevin Milner
Description

Currently lots of interpolation code is duplicated between discretized function implementations. Generic implementations should be externalized to a utility class.

#466 fixed HazardCurveCalculator casts all curves to ArbitrarilyDiscretizedFunction but takes DiscretizedFunction Kevin Milner
Description

HazardCurveCalculator? casts all curves to ArbitrarilyDiscretizedFunction? but takes DiscretizedFunction? in the method declaration. Also it doesn't even use any ArbitrarilyDiscretizedFunction? specific calls, so this cast is unnecessary.

#465 fixed new surface distance caching implementations Kevin Milner Kevin Milner
Description

Implement, document, and test new surface distance caches that perform well in multi-threaded environments. The current single valued cache is constantly overridden in multi-threaded environments resulting in decreased performance.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.