Code Monkey home page Code Monkey logo

isat's Introduction

In-Situ Adaptive Tabulation (ISAT) Implementation

This Python module implements the In-Situ Adaptive Tabulation (ISAT) algorithm, leveraging advanced data structures and numerical methods for efficient function approximation and dynamics system simulation. ISAT is essential for applications requiring rapid evaluations of complex, computationally intensive functions, with this implementation incorporating a KD Tree for efficient input-output mapping storage and retrieval. This software is experimental and a work in progress, please keep this in mind -ISAT webpage

Features

  • Efficient Function Approximation: Uses a KD Tree for quick nearest approximation searches based on input.
  • Adaptive and Dynamic: Dynamically updates the KD Tree to improve approximations based on customizable error tolerances.
  • Gradient Support: Includes functionalities for updating the Ellipsoid of Accuracy (EOA) using gradient calculations, facilitating precise control over approximation accuracies.
  • JAX Integration: Utilizes JAX for gradient calculations and system dynamics simulations, offering potential for GPU acceleration and autodifferentiation capabilities.

Want to help?

I didn't realize there was an improved algorithm when developing this software. This improvement can increase performance by adding more table-searching methods, affine space reduction, error correction, ellipsoid of inaccuracy, and improved EOA growing techniques Also JAX not supporting KD-Trees is a bummer, it may be worth exploring different data structures native to JAX

References

-Storage and Retrieval of Optimal Control by J. D. Hedengren and T. F. Edgar, from The University of Texas at Austin, discusses the application of the ISAT algorithm in storage and retrieval of optimal control, focusing on its benefits in real-time control scenarios where computational cycle times are critical .

-Computationally Efficient Implementation of Combustion Chemistry Using In Situ Adaptive Tabulation by S.B. Pope, from the Sibley School of Mechanical and Aerospace Engineering, Cornell University, Ithaca NY, introduces and demonstrates the ISAT technique for reducing computational time in detailed chemistry within reactive flow calculations. The method, aimed at addressing the high computational demand in simulating detailed combustion chemistry, showcases a significant speed-up factor, making detailed kinetic mechanisms feasible in calculations of turbulent combustion​​.

isat's People

Contributors

derbydefi avatar

Stargazers

Guilhem Lavabre avatar . avatar Volodymyr Kyrylov avatar Anna Smirnova avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.