This repository contains all the files needed to generate DeLP3E models and run the world sampling
and subprogram sampling
algorithms.
build_datasets
: Script to generate annotations randomly for a DeLP3E program.
optional arguments:
-am
AM The path of the dataset with DeLP programs (json).-af
AF_SET Annotation Function setting (simple
,medium
orcomplex
).-em
EM_SET Environmental Model setting (simple
,medium
orcomplex
).-out
OUTPUT_PATH Path for the output file
This generator is fully developed using python
and the Numpy
, pyAgrum
and networkx
libraries.
GPL-3.0 license