https://github.com/ccsi-toolset/drmbuilder
Generates a Matlab-based reduced model of the behavior of a dynamic system
https://github.com/ccsi-toolset/drmbuilder
Last synced: 8 months ago
JSON representation
Generates a Matlab-based reduced model of the behavior of a dynamic system
- Host: GitHub
- URL: https://github.com/ccsi-toolset/drmbuilder
- Owner: CCSI-Toolset
- License: other
- Created: 2018-02-21T23:56:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T00:40:02.000Z (about 8 years ago)
- Last Synced: 2025-10-10T19:07:50.339Z (8 months ago)
- Language: Python
- Size: 31.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# D-RM Builder
Generates data-driven dynamic reduced models from a high-fidelity dynamic model or from sampled transient data from an existing plant.
Note: This product is also part of the [FOQUS Bundle](../../../FOQUS_bundle)
## Getting Started
See installation and user guide documents in the [documentation](docs) subdirectory.
## Authors
* Jinliang Ma
See also the list of [contributors](../../contributors) who participated in this project.
## Development Practices
* Code development will be performed in a forked copy of the repo. Commits will not be
made directly to the repo. Developers will submit a pull request that is then merged
by another team member, if another team member is available.
* Each pull request should contain only related modifications to a feature or bug fix.
* Sensitive information (secret keys, usernames etc) and configuration data
(e.g database host port) should not be checked in to the repo.
* A practice of rebasing with the main repo should be used rather that merge commmits.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available,
[releases](../../releases) or [tags](../../tags) on this repository.
## License & Copyright
See [LICENSE.md](LICENSE.md) file for details