README.md

Drawing

coop

Project Status: WIP – Initial development is in progress, but there
has not yet been a stable, usable release suitable for the
public. R build
status codecov

IMPORTANT NOTES

This code is maintained for legacy purposes. For new projects requiring constrained optimisation I highly recommend the ompr R package

:warning: This code is released with no support. Please submit any questions or bugs as issues and we will try to address them as quickly as possible.

:warning: This code is under active development and so parameter names and behaviours will change without notice.

Coop is a generalised heuristic for budget constrained optimisations using simulated annealing. You can use coop to search for optimal combinations of scenarios (e.g. intervention mixes across districts) which minimise a target outcome (e.g. cases). Optimal outcomes can be budget constrained at multiple levels (e.g. the solution must comply with global and country budgets).

Installation

You can install coop from github with:

# install.packages("remotes")
remotes::install_github("mrc-ide/coop")


pwinskill/coop documentation built on Oct. 11, 2020, 11:29 a.m.