Evolving Tuples Evaluation

This project is in support of Drew Stovall's research at the MPC of UT-Austin.

The code described here is used to validate the behaviors and characteristics of the Evolving Tuples Model Prototype. The prototype library is available from my Maven Repository and should download automatically when you run Maven for this project.

Both the library and the source code are available for download.

Quickstart

The quickest way to get started is to download the source, compile it, and look at the examples.

Ubuntu Linux

To setup prerequisites, run the following command from a terminal:

  • sudo apt-get install maven2 git-core

To get a clean copy of the source code, clone the repository and checkout version 1.0. Run the following commands from a terminal:

  • git clone git://dstovall.com/et-eval.git
  • cd et-eval
  • git checkout --track origin/v1.0

Compile, test, and package the code:

  • mvn package

This project contains two main classes for running software simulations using Evolving Tuples:

  • edu.utexas.ece.mpc.et.eval.post.gnuplot.Main
  • edu.utexas.ece.mpc.et.eval.run.DisTestSuite

Windows

To setup prerequisites, download and install the following applications:

To get a clean copy of the source code, clone the repository and checkout version 1.0. Run the following commands from a terminal:

  • git clone git://dstovall.com/et-eval.git
  • cd et-eval
  • git checkout --track origin/v1.0

Compile, test, and package the code:

  • mvn package

This project contains two main classes for running software simulations using Evolving Tuples:

  • edu.utexas.ece.mpc.et.eval.post.gnuplot.Main
  • edu.utexas.ece.mpc.et.eval.run.DisTestSuite

OSX (un-verified instructions)

To setup prerequisites, download and install the following applications. You may also be able to do this by using the apt-get command in the Ubuntu section above.

To get a clean copy of the source code, clone the repository and checkout version 1.0. Run the following commands from a terminal:

  • git clone git://dstovall.com/et-eval.git
  • cd et-eval
  • git checkout --track origin/v1.0

Compile, test, and package the code:

  • mvn package

This project contains two main classes for running software simulations using Evolving Tuples:

  • edu.utexas.ece.mpc.et.eval.post.gnuplot.Main
  • edu.utexas.ece.mpc.et.eval.run.DisTestSuite

Funding

This research is funded in part by:

  • The Air Force Office of Scientific Research (AFOSR)
  • National Science Foundation