{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Running Experiments" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Details coming soon..." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "%load_ext autoreload\n", "%autoreload 2" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false }, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "[RmB] Starting trial 1\n", "[RmB] Run up to 1000\n", "Time for 1000 iterations : 12.7412688732\n" ] } ], "source": [ "\n", "%run ../src/run.py ../data/ RmB 1\n" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 2", "language": "python", "name": "python2" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.6" } }, "nbformat": 4, "nbformat_minor": 0 }