|
|
6 rokov pred | |
|---|---|---|
| .settings | 6 rokov pred | |
| HintCO | 6 rokov pred | |
| HintCO.edit | 6 rokov pred | |
| HintCO.editor | 6 rokov pred | |
| be.uantwerpen.cosys.ContractLang | 6 rokov pred | |
| .gitignore | 6 rokov pred | |
| .gitlab-ci.yml | 6 rokov pred | |
| .project | 6 rokov pred | |
| CONTRIBUTING.md | 6 rokov pred | |
| LICENSE | 6 rokov pred | |
| README.md | 6 rokov pred | |
| pom.xml | 6 rokov pred | |
| test.sh | 6 rokov pred |
This framework is a automated co-simulation program which is based on hints. The co-simulation user define some hints in the framework, then the framework automatically try to find best master algorithm in order to satisfy user hints. It runs numerous simulations, using the past results to improve next simulation with new master algorithm.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Windows/Linux platform.
In order to setup the framework, you need follow these steps:
The build can be done in both Eclipse and Maven. Likewise, tests are run using either Eclipse (Junit 4) or Maven. We recommend running the Eclipse plugin tests.
The binaries are exported as an Eclipse RCP Application.
The file HintCO.product contains all the information.
To get help on the API:
hintco -h
To run a single co-simulation, you need a scenario configuration, which points to the location of the FMUs:
hintco -s .\watertanks.xmi -o output -n 1
Where .\watertanks.xmi can be found in examples, and output is where the results will be generated.
The fmus are assumed to be in a resources folder, in the same directory as the binary hintco.
An helper script under scripts is provided, to create pdfs for the plots produced:
python plot_results.py ./output/0_1
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details