https://github.com/konrad1991/paropt
The R package paropt is build in order to optimize parameters of ode-systems.
https://github.com/konrad1991/paropt
optimization paropt particle-swarm-optimization r rcpp rcpparmadillo
Last synced: 3 months ago
JSON representation
The R package paropt is build in order to optimize parameters of ode-systems.
- Host: GitHub
- URL: https://github.com/konrad1991/paropt
- Owner: Konrad1991
- Created: 2020-07-13T08:20:12.000Z (over 5 years ago)
- Default Branch: Rcpp-Interface
- Last Pushed: 2024-07-04T06:21:54.000Z (over 1 year ago)
- Last Synced: 2025-04-19T15:56:42.823Z (6 months ago)
- Topics: optimization, paropt, particle-swarm-optimization, r, rcpp, rcpparmadillo
- Language: C
- Homepage:
- Size: 11 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
Awesome Lists containing this project
README
[](https://travis-ci.com/Konrad1991/paropt)


[](https://cran.r-project.org/package=paropt)
[](https://github.com/Konrad1991/paropt/actions/workflows/R-CMD-check.yaml)# News
- Current version on Github only works with the ast2ast-Github-version!
- removed old interfaces (Rcpp and external pointer interface)# Overview
The package *paropt* is build in order to optimize parameters of ode-systems. Thus, the aim is that the output of the integration matches previously measured states. See the [documentation](docu.pdf) and the [vignette](vignette.pdf) for more informations.