Learn R Programming

ConConPiWiFun (version 0.4.6.1)

Optimisation with Continuous Convex Piecewise (Linear and Quadratic) Functions

Description

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.

Copy Link

Version

Install

install.packages('ConConPiWiFun')

Monthly Downloads

57

Version

0.4.6.1

License

GPL (>= 2)

Maintainer

Robin Girard

Last Published

October 14th, 2020

Functions in ConConPiWiFun (0.4.6.1)

cplfunctionvec

This class implements "optimized list" of continuous convex piecewise linear functions
cplfunction

This class implements continuous convex piecewise linear functions
OptimPriceStorage

Optimisation of storage operation with market prices taking into acount storage efficiency and network taxes.
ConConPiWiFun-package

This package contains an implementation of continuous convex piecewise (linear) functions (quadratic coming soon)
cpqfunction

This class implements continuous convex piecewise quadratic functions
cpqfunctionvec

This class implements "optimized list" of continuous convex piecewise quadratic functions