Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov authored Dec 15, 2023
1 parent 550946f commit b3aa83a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Randomized Geostatistical Approach (RGA) references:
Two versions of PCGA are implemented in this package

- `pcgadirect`, which uses full matrices and direct solvers during iterations
- `pcgalsqr`, which uses low rank representations of the matrices combined with iterative solvers during iterations
- `pcgalsqr`, which uses low-rank representations of the matrices combined with iterative solvers during iterations

The RGA method, `rga`, can use either of these approaches using the keyword argument. That is, by doing `rga(...; pcgafunc=GeostatInversion.pcgadirect)` or `rga(...; pcgafunc=GeostatInversion.pcgalsqr)`.

Expand Down Expand Up @@ -54,9 +54,9 @@ MADS can execute a wide range of data- and model-based analyses:
* Machine Learning and Blind Source Separation
* Decision Analysis and Support

MADS has been tested to perform HPC simulations on a wide-range multi-processor clusters and parallel environments (Moab, Slurm, etc.).
MADS has been tested to perform HPC simulations on a wide-range of multi-processor clusters and parallel environments (Moab, Slurm, etc.).
MADS utilizes adaptive rules and techniques which allows the analyses to be performed with a minimum user input.
The code provides a series of alternative algorithms to execute each type of data- and model-based analyses.
The code provides a series of alternative algorithms to execute each type of data- and model-based analysis.

Documentation
=============
Expand All @@ -73,7 +73,7 @@ Pkg.add("GeostatInversion")
Installation behind a firewall
------------------------------

Julia uses git for the package management.
Julia uses git for package management.
To install Julia packages behind a firewall, add the following lines in the `.gitconfig` file in your home directory:

```git
Expand Down

0 comments on commit b3aa83a

Please sign in to comment.