An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Travis build status](https://travis-ci.com/Konrad1991/paropt.svg?branch=Rcpp-Interface)](https://travis-ci.com/Konrad1991/paropt)
![License](https://img.shields.io/cran/l/paropt)
![Version](https://img.shields.io/cran/v/paropt)
[![](http://cranlogs.r-pkg.org/badges/last-month/paropt?color=green)](https://cran.r-project.org/package=paropt)
[![R-CMD-check](https://github.com/Konrad1991/paropt/actions/workflows/R-CMD-check.yaml/badge.svg)](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.