Skip to content

Plotting scripts for generating the simplex figures for the select-deception demo

License

Notifications You must be signed in to change notification settings

PaoloBova/select-deception-simplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

select-deception-simplex

Plotting scripts for generating the simplex figures for the select-deception demo

Prerequisites

  • Python: Ensure you have Python installed. This project requires Python 3.6 or newer. You can check your Python version using:

    python --version

    If you don't have Python installed, download it from the official website.

  • Conda: This project uses Conda for environment and package management. If you don't have Conda installed, you can get it from here.

Setup

  1. Clone the Repository

    Start by cloning the repository to your local machine:

    git clone https://github.com/paolobova/select-deception-simplex.git
    cd select-deception-simplex
  2. Create and Activate a Conda Environment

    Use the makefile to set up a new Conda environment:

    make env

    After creating the environment, activate it:

    conda activate select-deception-simplex
  3. Install Dependencies

    With the Conda environment activated, install the project's dependencies:

    make deps
  4. Run the Project

    Now you're ready to run the project!

    You can run demo.py or its notebook counterpart.

  5. Jupyter Lab (Optional)

    If you want to use Jupyter Lab, you can start it using:

    make lab

About

Plotting scripts for generating the simplex figures for the select-deception demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published