File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ MADS can execute a wide range of data- and model-based analyses:
19
19
* Model Selection and Model Averaging
20
20
* Model Reduction and Surrogate Modeling
21
21
* Machine Learning and Blind Source Separation
22
+ * Risk Assessment
22
23
* Decision Analysis and Support
23
24
24
- MADS has been tested to perform HPC simulations on a wide-range multi-processor clusters and parallel environments (Moab, Slurm, etc.).
25
+ MADS has been tested to perform HPC simulations on a wide-range of multi-processor clusters and parallel environments (Moab, Slurm, etc.).
25
26
MADS utilizes adaptive rules and techniques which allows the analyses to be performed with a minimum user input.
26
- The code provides a series of alternative algorithms to execute each type of data- and model-based analyses .
27
+ The code provides a series of alternative algorithms to execute each type of data- and model-based analysis .
27
28
28
29
Documentation
29
30
=============
@@ -40,7 +41,7 @@ Pkg.add("Mads")
40
41
Installation behind a firewall
41
42
------------------------------
42
43
43
- Julia uses git for the package management.
44
+ Julia uses git for package management.
44
45
To install Julia packages behind a firewall, add the following lines in the ` .gitconfig ` file in your home directory:
45
46
46
47
``` git
You can’t perform that action at this time.
0 commit comments