Skip to content

Ismail-Ryad/SpeedControlModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installing dependencies

1. BIP

0. Installing dependencies for BIP

sudo apt-get install ant cmake g++ default-jre default-jdk

1. Getting BIP source code

git clone https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/bip/compiler.git

2. Compiling source code

cd compiler/distribution
./single-archive-dist.sh

The compilation will then build an archive in the ./build/ directory with the name like bip-full <version-name> .tar.gz (where <version-name> is a version name automatically generated). How to use such an archive is described here.

Executing the BIP model

cd model
source compile_run_bip.sh -c learn Compound
./system -s

About

Case study of Modeling and Simulation for AI-based system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published