-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
57 lines (57 loc) · 2.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: spsann
Type: Package
Title: Optimization of Spatial Samples via Simulated Annealing
Version: 2.3.1
Date: 2023-11-01
Authors@R: c(
person("Alessandro", "Samuel-Rosa", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0877-1320")),
person("Lucia Helena Cunha dos", "Anjos", role = "ths",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0063-3521")),
person("Gustavo de Mattos", "Vasques", role = "ths",
email = "[email protected]"),
person("Gerard B M", "Heuvelink", role = "ths",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0959-9358")),
person("Dick", "Brus", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2194-4783")),
person("Richard Murray", "Lark", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2571-8521")),
person("Edzer", "Pebesma", role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person("Jon", "Skoien", role = "ctb",
email = "[email protected]"),
person("Joshua", "French", role = "ctb",
email = "[email protected]"),
person("Pierre", "Roudier", role = "ctb",
email = "[email protected]")
)
Description: Methods to optimize sample configurations using spatial simulated annealing. Multiple objective
functions are implemented for various purposes, such as variogram estimation, spatial trend estimation
and spatial interpolation. A general purpose spatial simulated annealing function enables the user to
define his/her own objective function. Solutions for augmenting existing sample configurations and solving
multi-objective optimization problems are available as well.
License: GPL (>= 2)
Imports:
methods,
pedometrics,
Rcpp,
sp,
SpatialTools
Suggests:
gstat,
tcltk,
knitr
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
URL: https://github.com/laboratorio-de-pedometria/spsann-package/
BugReports: https://github.com/laboratorio-de-pedometria/spsann-package/issues/
Language: en-GB