-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
19 lines (19 loc) · 823 Bytes
/
DESCRIPTION
File metadata and controls
19 lines (19 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: vecpack
Type: Package
Title: Helps Turn Objects and Lists into Vectors, to Facilitate Interaction with Optimisers and Samplers
Version: 0.1
Date: 2016-09-14
Author: Simon Barthelme <simon.barthelme@gipsa-lab.fr>
Maintainer: Simon Barthelme <simon.barthelme@gipsa-lab.fr>
Description: Functions like optim(par,f) require "par" to be a vector and "f"
to be a function of a vector. Often you'll want to optimise a cost function
with several arguments, for example a scalar, a vector and a matrix, and it's
more natural to define f = function(scalar,vector,matrix) instead of packing
everything into a single vector. vecpack does the packing and unpacking for you.
Imports:
magrittr,purrr,imager,numDeriv,optimx
License: GPL
RoxygenNote: 5.0.1
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr