ApproximateComputations.jl

A library of tools to allow function synthesis for approximate computations
Author NTimmons
Popularity
2 Stars
Updated Last
3 Years Ago
Started In
November 2018

ApproximateComputations.jl

Build Statuscodecov

Interactive Documentation Here

ApproximateComputations.jl is a library for the automatic application of approximate computation software techniques to existing code. In this context, software approximation is where we perform some transformation to existing code to reduce the accuracy for gain in performance.

This is usually applied through function replacement. The standard workflow is to determine the maximum or average acceptable error for a given code block and then reducing the accuracy of the function so that as little work as possible is spent on gaining a more acurate result that the acceptable level.

Used By Packages

No packages found.