README
1
2DDACE - Distributed Design and Analysis of Computer Experiments
3
4DDACE is a package of algorithms for rapid design space exploration
5through computer experiments and their analyis. The software package
6is predominantly written in C++, with a few components written in C or
7Fortran.
8
9DDACE is distributed under the GNU Lesser General Public License. It
10is free software; you can redistribute it and/or modify it under the
11terms of the GNU Lesser General Public License as published by the
12Free Software Foundation; either version 2.1 of the License, or (at
13your option) any later version. A copy of this license is included in
14the "GNU_LGPL" file, and is also available online from
15http://www.gnu.org/licenses/lgpl.html. Also refer to the COPYRIGHT
16file for important U.S. Government legal notices.
17
18The DDACE distribution contains libraries which are available
19separately under compatible licensing terms. In particular, MARS and
20BOSE are available under the StatLib licensing agreement. A copy of
21this license is included in the "LICENSE_MARS" and "LICENSE_BOSE" files
22in the src/FATools and src/Bose directories, respectively, and is also
23available online from http://lib.stat.cmu.edu/graphmod/submissions.
24
25
26