Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esoubies/optitools
https://github.com/esoubies/optitools
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/esoubies/optitools
- Owner: esoubies
- Created: 2016-01-29T07:21:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T08:30:44.000Z (almost 7 years ago)
- Last Synced: 2023-10-19T22:59:08.219Z (over 1 year ago)
- Language: Matlab
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OptiTools
**Note:** This package is not maintained anymore. Please see the [GlobalBioIm library](https://biomedical-imaging-group.github.io/GlobalBioIm/).
### Description
This Package contains Matlab routines for optimization. There is 4 folders:
1. **Operators**: constructs operators (*e.g.* convolution, gradient ...),
2. **Functionals**: constructs objective functional (*e.g.* least square functional, norms ...) to minimize. They can be combined with operators,
3. **Algorithms**: optimization algorithms which can be used to minimize the constructed functional,
4. **Examples**: some examples showing how to use this material are provided.### Get started
In order to use this package, you need to download all the files (and folders), put them at the wanted location, and run the *install.m* script:
```
>> install
```
which will update your Matlab path variable with the new directories. (*Note : you must be in root mode to run this installation script*).
### DocumentationSee the [Wiki Page] (https://github.com/esoubies/OptiTools/wiki).
### Author*Emmanuel Soubies ([email protected]) -- 2016*