ConConPiWiFun: Optimisation with Continuous Convex Piecewise (Linear and Quadratic) Functions

Continuous convex piecewise linear (ccpl) resp. quadratic (ccpq) functions can be implemented with sorted breakpoints and slopes. This includes functions that are ccpl (resp. ccpq) on a convex set (i.e. an interval or a point) and infinite out of the domain. These functions can be very useful for a large class of optimisation problems. Efficient manipulation (such as log(N) insertion) of such data structure is obtained with map standard template library of C++ (that hides balanced trees). This package is a wrapper on such a class based on Rcpp modules.

Package details

AuthorRobin Girard
MaintainerRobin Girard <robin.girard@mines-paristech.fr>
LicenseGPL (>= 2)
Version0.4.6.1
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("ConConPiWiFun")

Try the ConConPiWiFun package in your browser

Any scripts or data that you put into this service are public.

ConConPiWiFun documentation built on Jan. 13, 2021, 6:20 a.m.