Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Screen-and-Relax
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Theo Guyard
Screen-and-Relax
Commits
32e7ae25
Commit
32e7ae25
authored
3 years ago
by
Theo Guyard
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
c5cb6aa8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-8
4 additions, 8 deletions
README.md
with
4 additions
and
8 deletions
README.md
+
4
−
8
View file @
32e7ae25
# Screen & Relax : A fast solving procedure for the Elastic-Net problem by safe identification of the solution support.
This repository
contains numerical procedures linked to the paper
This repository
implements the Screen & Relax method solving the Elastic-Net problem. We introduced this method in
**> ADD CITATION**
...
...
@@ -13,12 +13,8 @@ If you encounter a bug or something unexpected, please let me know by raising an
Dependencies :
*
[
NumPy
](
http://www.numpy.org
)
*
[
SciPy
](
https://www.scipy.org
)
Additional dependencies required to run experiments
*
[
Matplotlib
](
http://matplotlib.org
)
*
[
Pandas
](
https://pandas.pydata.org
)
*
[
PyYAML
](
https://pyyaml.org
)
*
[
Jupyter
](
https://jupyter.org
)
## Install instructions
...
...
@@ -27,7 +23,7 @@ Additional dependencies required to run experiments
git clone https://gitlab.insa-rennes.fr/Theo.Guyard/screen-and-relax.git
```
2.
Enter
in
the project folder
2.
Enter the project folder
```
bash
cd
screen-and-relax
```
...
...
@@ -61,7 +57,7 @@ python exp/ICASSP/convergence.py
python exp/ICASSP/performance_profiles.py
```
You can also edit the experimental setup directly in the script, which is well
com
mented.
You can also edit the experimental setup directly in the script, which is well
docu
mented.
## Running demo examples
...
...
@@ -70,7 +66,7 @@ We also provide a notebook explaining how to use the `srenet` package. You can u
cd
notebooks
jupyter notebook
```
You may have to install Jupyter. Please refer to the
[
Jupyter website
](
https://jupyter.org
)
for install instructions
.
You may have to install Jupyter. Please refer to the
[
Jupyter website
](
https://jupyter.org
)
.
## Licence
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment