An automatic differentiation package


License
MIT
Install
pip install Bambanta==0.1.4

Documentation

Build Status

Coverage Status

Bambanta

CS207 Project Group 9:

Authors: Qiansha (Karina) Huang, Rong Liu, Rory Maizels

Project Page: https://pypi.org/project/Bambanta/

This automatic differentiation package Bambanta performs both forward-mode and reverse-mode automatic differentiation. For details about the project, please consult the documentation.

Installation Guide

We recommend installing our package in a virtual environment. Please ensure that a version of virtualenv is already installed in your machine, and follow the steps:

virtualenv env

source env/bin/activate

pip install Bambanta

Testing Bambanta

Our module may be tested using pytest on AutoDiff.py, or using doctest on test_AutoDiff.py.