Skip to content

This repository contains the code for the Incremental ATL solution to the Incremental Laboratory Workflow case at the TTC 2021

License

Notifications You must be signed in to change notification settings

ESEO-Tech/ttc21incrementalLabWorkflows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The TTC 2021 Incremental Laboratory Automation Benchmark

Case description

The docs/2021_TTC_LabAutomation.pdf file contains the case description.

Prerequisites

  • 64-bit operating system
  • Python 2.7 or higher
  • R

Solution Prerequisites

Using the framework

The scripts directory contains the run.py script which is used for the following purposes:

  • run.py -b -- builds the projects
  • run.py -b -s -- builds the projects without testing
  • run.py -g -- generates the instance models
  • run.py -m -- runs the benchmark
  • run.py -v -- visualizes the results of the latest benchmark

The config directory contains the configuration for the scripts:

  • config.json -- configuration for the model generation and the benchmark
  • reporting.json -- configuration for the visualization

Running the benchmark

The script runs the benchmark for the given number of runs, for the specified tools and change sequences.

The benchmark results are stored in a CSV file. The header for the CSV file is stored in the output/header.csv file.

Reporting and visualization

Make sure you read the README.md file in the reporting directory and install all the requirements for R.

Implementing the benchmark for a new tool

To implement a tool, you need to create a new directory in the solutions directory and give it a suitable name.

About

This repository contains the code for the Incremental ATL solution to the Incremental Laboratory Workflow case at the TTC 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.2%
  • Xtend 4.5%
  • Python 1.3%