GithubHelp home page GithubHelp logo

alexminator99 / asap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dkaramit/asap

0.0 1.0 0.0 16.87 MB

Simplified numerical calculations.

License: MIT License

Python 41.76% C++ 56.17% Shell 0.96% Makefile 1.02% JavaScript 0.08%

asap's Introduction

ASAP

Numerical calculations as simple as possible (ASAP).


GitHub repo size


Personal note

I'm trying to create a collection of programs and scripts that perform various calculations. I'm doing this to understand (and show) how various numerical tools work. I usually start something using python, but once I understand how it works I translate it to C++.

For the moment I have successfully implemented different kinds of Monte Carlo (including Metropolis and VEGAS integration) and various ODE solvers (among other, minor, things). I am currently working on implementation of Optimization algorithms and neural netwokrs.

Anything that seems to be useful (in C++ which is faster), will be moved to a different resopitory to further develop it beyond just showing how it works. For the moment the diffrential equation solvers are in NaBBODES, while the VEGAS integrator is BB_VEGAS. I will begin experiment with how difefernt optimizers can be used to solve differential equation in OpSDE.

I'll try to use packages like scipy as little as possible, but for some simple things (e.g. products, sums etc.) I'll use some of the ready-to-use packages for convenience and for testing my results against reliable algorithms. So, in order to run these scripts without any issues, you should have at least scipy and matplotlib installed (python 2.7 and 3+ should both work).

Cheers, Dimitris

asap's People

Contributors

dkaramit 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.